From 95b55af96e780d19a1406e2d71595ec7161c6db4 Mon Sep 17 00:00:00 2001 From: Yuan Chen Date: Fri, 10 May 2024 09:56:51 -0700 Subject: [PATCH] Fix typos and format issues Signed-off-by: Yuan Chen --- README.md | 2 +- pkg/engine/check_object_task.go | 2 +- resources/templates/example.yml | 6 +- resources/templates/k8s/failed-job.yml | 4 +- resources/templates/k8s/job.yml | 4 +- .../templates/k8s/jobset-with-driver.yml | 12 +- resources/templates/k8s/jobset.yml | 10 +- resources/tests/k8s/test-failed-job.yml | 2 +- resources/tests/volcano/test-job.yml | 2 +- venv/bin/Activate.ps1 | 247 + venv/bin/activate | 70 + venv/bin/activate.csh | 27 + venv/bin/activate.fish | 69 + venv/bin/pip | 8 + venv/bin/pip3 | 8 + venv/bin/pip3.12 | 8 + venv/bin/python | 1 + venv/bin/python3 | 1 + venv/bin/python3.12 | 1 + venv/bin/yamllint | 8 + .../PyYAML-6.0.1.dist-info/INSTALLER | 1 + .../PyYAML-6.0.1.dist-info/LICENSE | 20 + .../PyYAML-6.0.1.dist-info/METADATA | 46 + .../PyYAML-6.0.1.dist-info/RECORD | 43 + .../PyYAML-6.0.1.dist-info/WHEEL | 5 + .../PyYAML-6.0.1.dist-info/top_level.txt | 2 + .../site-packages/_yaml/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 863 bytes .../pathspec-0.12.1.dist-info/INSTALLER | 1 + .../pathspec-0.12.1.dist-info/LICENSE | 373 + .../pathspec-0.12.1.dist-info/METADATA | 647 ++ .../pathspec-0.12.1.dist-info/RECORD | 22 + .../pathspec-0.12.1.dist-info/WHEEL | 4 + .../site-packages/pathspec/__init__.py | 76 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1590 bytes .../__pycache__/_meta.cpython-312.pyc | Bin 0 -> 2362 bytes .../__pycache__/gitignore.cpython-312.pyc | Bin 0 -> 5453 bytes .../__pycache__/pathspec.cpython-312.pyc | Bin 0 -> 15858 bytes .../__pycache__/pattern.cpython-312.pyc | Bin 0 -> 7249 bytes .../pathspec/__pycache__/util.cpython-312.pyc | Bin 0 -> 26369 bytes .../site-packages/pathspec/_meta.py | 58 + .../site-packages/pathspec/gitignore.py | 157 + .../site-packages/pathspec/pathspec.py | 394 + .../site-packages/pathspec/pattern.py | 213 + .../pathspec/patterns/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 380 bytes .../__pycache__/gitwildmatch.cpython-312.pyc | Bin 0 -> 9683 bytes .../pathspec/patterns/gitwildmatch.py | 421 + .../site-packages/pathspec/py.typed | 1 + .../python3.12/site-packages/pathspec/util.py | 792 ++ .../pip-23.2.1.dist-info/AUTHORS.txt | 738 ++ .../pip-23.2.1.dist-info/INSTALLER | 1 + .../pip-23.2.1.dist-info/LICENSE.txt | 20 + .../pip-23.2.1.dist-info/METADATA | 90 + .../site-packages/pip-23.2.1.dist-info/RECORD | 1003 ++ .../pip-23.2.1.dist-info/REQUESTED | 0 .../site-packages/pip-23.2.1.dist-info/WHEEL | 5 + .../pip-23.2.1.dist-info/entry_points.txt | 4 + .../pip-23.2.1.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 -> 690 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 844 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2202 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 850 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14294 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12690 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17402 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33403 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 673 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4972 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10099 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13696 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 292 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 281 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8455 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10441 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30344 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1778 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2301 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4908 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15076 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2620 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18841 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7837 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 378 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../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 | 508 + .../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 -> 4005 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9382 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2093 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 4890 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13257 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10068 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7589 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4359 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2986 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1676 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6775 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3978 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28969 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15378 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7621 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9731 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4729 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8953 bytes .../pip/_internal/commands/cache.py | 222 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 121 + .../pip/_internal/commands/configuration.py | 282 + .../pip/_internal/commands/debug.py | 199 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 108 + .../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 | 778 ++ .../pip/_internal/commands/list.py | 368 + .../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 | 381 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 944 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2183 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1443 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8030 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1991 bytes .../pip/_internal/distributions/base.py | 39 + .../pip/_internal/distributions/installed.py | 23 + .../pip/_internal/distributions/sdist.py | 150 + .../pip/_internal/distributions/wheel.py | 34 + .../site-packages/pip/_internal/exceptions.py | 733 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 235 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21858 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40771 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 9866 bytes .../pip/_internal/index/collector.py | 505 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 223 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16779 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6875 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8014 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3784 bytes .../pip/_internal/locations/_distutils.py | 173 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 127 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5803 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2878 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35120 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15138 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 333 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3336 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13163 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11166 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 224 + .../pip/_internal/metadata/importlib/_envs.py | 188 + .../pip/_internal/metadata/pkg_resources.py | 270 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 269 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1926 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11225 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4252 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1697 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2185 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26035 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1172 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5091 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1854 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4443 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5783 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 237 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 53 + .../pip/_internal/models/link.py | 581 ++ .../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 | 110 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 257 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 21991 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 4157 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8579 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11663 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18772 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2256 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2903 bytes .../pip/_internal/network/auth.py | 561 ++ .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 519 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7582 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10117 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25821 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7122 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1883 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1917 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3068 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1684 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2025 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3932 bytes .../operations/build/build_tracker.py | 124 + .../_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 -> 269 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1820 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34016 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 740 ++ .../pip/_internal/operations/prepare.py | 743 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3744 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 18852 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21239 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 35934 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7215 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 33103 bytes .../pip/_internal/req/constructors.py | 506 + .../pip/_internal/req/req_file.py | 552 ++ .../pip/_internal/req/req_install.py | 874 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 650 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1188 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22533 bytes .../_internal/resolution/legacy/resolver.py | 600 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8614 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 27994 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 28516 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6211 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10381 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4938 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 10437 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 11426 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 555 ++ .../resolution/resolvelib/factory.py | 730 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 165 + .../resolution/resolvelib/resolver.py | 299 + .../pip/_internal/self_outdated_check.py | 242 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 195 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4536 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1866 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2410 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2213 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5561 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 684 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4186 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3553 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 2928 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2155 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3993 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7455 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1164 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2342 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7554 bytes .../inject_securetransport.cpython-312.pyc | Bin 0 -> 1208 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13649 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 32754 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2712 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2583 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4547 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8706 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 10311 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11106 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2400 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4480 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5987 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 | 72 + .../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 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 735 ++ .../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 | 246 + .../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 | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 534 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5026 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19127 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7602 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12481 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29099 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 | 355 + .../site-packages/pip/_vendor/__init__.py | 120 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4660 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41273 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122041 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 779 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2431 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 5057 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3243 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 925 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 14642 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 3952 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6081 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 7272 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 856 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 65 + .../_vendor/cachecontrol/caches/__init__.py | 9 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 376 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7299 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2221 bytes .../_vendor/cachecontrol/caches/file_cache.py | 188 + .../cachecontrol/caches/redis_cache.py | 39 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 439 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 190 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 322 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 649 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2853 bytes .../pip/_vendor/certifi/cacert.pem | 4589 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 108 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4572 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27203 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1391 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9642 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4126 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5022 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3882 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 793 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1400 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3000 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4570 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15314 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4378 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12086 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1394 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27208 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1394 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19130 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1407 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5814 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22159 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83007 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1398 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39553 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83126 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 76992 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77503 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83080 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105255 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77681 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77520 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7006 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7186 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3898 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1592 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38649 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 636 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6391 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2361 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4490 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12270 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9983 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3179 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 492 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 -> 199 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4016 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 -> 204 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9759 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 -> 496 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3954 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16425 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3554 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8130 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9092 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 -> 202 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5471 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18107 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11752 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4908 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2492 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6616 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 | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1263 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45546 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65977 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24391 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60213 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15137 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7464 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41611 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17329 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19594 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 87581 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30159 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 52549 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1350 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1076 +++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 437 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1082 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 964 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 296 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53756 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 885 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4637 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 891 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16286 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38386 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2642 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158874 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 -> 1835 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2029 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8672 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43566 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 -> 634 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 470 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12077 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6911 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3245 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14053 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6950 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31251 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18960 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5872 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19943 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 -> 146478 bytes .../pip/_vendor/platformdirs/__init__.py | 566 ++ .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18033 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1950 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9448 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9676 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5641 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12445 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 315 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13003 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 -> 3493 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 739 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26610 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2631 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3237 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4574 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38305 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1573 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3401 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4086 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4761 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11051 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6677 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8147 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 32993 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 13986 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 -> 37941 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6931 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4220 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4199 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7269 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40577 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27048 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6070 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19959 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6889 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2935 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6131 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9071 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5834 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15162 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 -> 14657 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64409 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42644 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 -> 4453 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 -> 7916 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8400 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13419 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267713 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 12999 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48506 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34115 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17193 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13189 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14909 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 -> 26818 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 -> 618 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 379 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14730 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 -> 1085 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14402 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5451 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 589 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2026 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21285 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7209 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13928 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 927 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1512 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25251 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7052 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4317 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1057 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35453 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 777 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27762 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5964 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5622 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36274 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 -> 639 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6856 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2659 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25902 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10511 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 205 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 425 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 -> 7020 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10309 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7826 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205981 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1734 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2326 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 542 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 860 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12082 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4152 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1890 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3625 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5165 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 729 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6582 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13184 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 970 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 870 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28972 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2495 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3578 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2365 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1613 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12327 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9111 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4277 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11863 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5623 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26530 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1706 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8592 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113789 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2263 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9231 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10934 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10378 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1492 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4214 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1850 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3582 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3087 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9903 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6040 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5214 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20225 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19145 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4899 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13553 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9303 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6381 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7139 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1825 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5319 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12102 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40047 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75080 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10394 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14783 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1797 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 572 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6631 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6573 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3835 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2489 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28166 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6069 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6073 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33519 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2144 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39615 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43589 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3353 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58954 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6345 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 319 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31549 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11444 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 -> 27091 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4811 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2320 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1629 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1469 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2307 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1417 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14286 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5573 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2591 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12418 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 -> 389 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26932 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3913 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 371 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/typing_extensions.py | 3072 ++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3410 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15936 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20412 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36284 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13498 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10418 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4023 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20307 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 6360 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33971 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 -> 203 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1853 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11569 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5724 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24455 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35549 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7516 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17432 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14806 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 -> 204 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41324 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1825 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7333 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 | 537 + .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1151 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4761 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1557 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1357 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4188 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2994 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21690 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15108 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5076 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10772 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11144 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15800 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4408 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 | 620 ++ .../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 | 23 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12000 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7137 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2701 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9044 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3300 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 + .../python3.12/site-packages/yaml/__init__.py | 390 + .../yaml/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 15617 bytes .../yaml/__pycache__/composer.cpython-312.pyc | Bin 0 -> 6526 bytes .../__pycache__/constructor.cpython-312.pyc | Bin 0 -> 34919 bytes .../yaml/__pycache__/cyaml.cpython-312.pyc | Bin 0 -> 4627 bytes .../yaml/__pycache__/dumper.cpython-312.pyc | Bin 0 -> 2463 bytes .../yaml/__pycache__/emitter.cpython-312.pyc | Bin 0 -> 50167 bytes .../yaml/__pycache__/error.cpython-312.pyc | Bin 0 -> 4269 bytes .../yaml/__pycache__/events.cpython-312.pyc | Bin 0 -> 4711 bytes .../yaml/__pycache__/loader.cpython-312.pyc | Bin 0 -> 3525 bytes .../yaml/__pycache__/nodes.cpython-312.pyc | Bin 0 -> 2210 bytes .../yaml/__pycache__/parser.cpython-312.pyc | Bin 0 -> 24711 bytes .../yaml/__pycache__/reader.cpython-312.pyc | Bin 0 -> 8845 bytes .../__pycache__/representer.cpython-312.pyc | Bin 0 -> 16918 bytes .../yaml/__pycache__/resolver.cpython-312.pyc | Bin 0 -> 9062 bytes .../yaml/__pycache__/scanner.cpython-312.pyc | Bin 0 -> 49853 bytes .../__pycache__/serializer.cpython-312.pyc | Bin 0 -> 6200 bytes .../yaml/__pycache__/tokens.cpython-312.pyc | Bin 0 -> 5780 bytes .../yaml/_yaml.cpython-312-darwin.so | Bin 0 -> 361928 bytes .../python3.12/site-packages/yaml/composer.py | 139 + .../site-packages/yaml/constructor.py | 748 ++ .../python3.12/site-packages/yaml/cyaml.py | 101 + .../python3.12/site-packages/yaml/dumper.py | 62 + .../python3.12/site-packages/yaml/emitter.py | 1137 +++ .../python3.12/site-packages/yaml/error.py | 75 + .../python3.12/site-packages/yaml/events.py | 86 + .../python3.12/site-packages/yaml/loader.py | 63 + .../python3.12/site-packages/yaml/nodes.py | 49 + .../python3.12/site-packages/yaml/parser.py | 589 ++ .../python3.12/site-packages/yaml/reader.py | 185 + .../site-packages/yaml/representer.py | 389 + .../python3.12/site-packages/yaml/resolver.py | 227 + .../python3.12/site-packages/yaml/scanner.py | 1435 +++ .../site-packages/yaml/serializer.py | 111 + .../python3.12/site-packages/yaml/tokens.py | 104 + .../yamllint-1.35.1.dist-info/INSTALLER | 1 + .../yamllint-1.35.1.dist-info/LICENSE | 674 ++ .../yamllint-1.35.1.dist-info/METADATA | 171 + .../yamllint-1.35.1.dist-info/RECORD | 73 + .../yamllint-1.35.1.dist-info/REQUESTED | 0 .../yamllint-1.35.1.dist-info/WHEEL | 5 + .../entry_points.txt | 2 + .../yamllint-1.35.1.dist-info/top_level.txt | 1 + .../site-packages/yamllint/__init__.py | 30 + .../site-packages/yamllint/__main__.py | 19 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 630 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 293 bytes .../yamllint/__pycache__/cli.cpython-312.pyc | Bin 0 -> 12239 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 12342 bytes .../__pycache__/linter.cpython-312.pyc | Bin 0 -> 10832 bytes .../__pycache__/parser.cpython-312.pyc | Bin 0 -> 7064 bytes .../python3.12/site-packages/yamllint/cli.py | 249 + .../site-packages/yamllint/conf/default.yaml | 35 + .../site-packages/yamllint/conf/relaxed.yaml | 29 + .../site-packages/yamllint/config.py | 248 + .../site-packages/yamllint/linter.py | 235 + .../site-packages/yamllint/parser.py | 159 + .../site-packages/yamllint/rules/__init__.py | 73 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1949 bytes .../rules/__pycache__/anchors.cpython-312.pyc | Bin 0 -> 4515 bytes .../rules/__pycache__/braces.cpython-312.pyc | Bin 0 -> 5118 bytes .../__pycache__/brackets.cpython-312.pyc | Bin 0 -> 5116 bytes .../rules/__pycache__/colons.cpython-312.pyc | Bin 0 -> 2639 bytes .../rules/__pycache__/commas.cpython-312.pyc | Bin 0 -> 3386 bytes .../__pycache__/comments.cpython-312.pyc | Bin 0 -> 3335 bytes .../comments_indentation.cpython-312.pyc | Bin 0 -> 2744 bytes .../rules/__pycache__/common.cpython-312.pyc | Bin 0 -> 4336 bytes .../__pycache__/document_end.cpython-312.pyc | Bin 0 -> 2739 bytes .../document_start.cpython-312.pyc | Bin 0 -> 2406 bytes .../__pycache__/empty_lines.cpython-312.pyc | Bin 0 -> 3296 bytes .../__pycache__/empty_values.cpython-312.pyc | Bin 0 -> 3607 bytes .../__pycache__/float_values.cpython-312.pyc | Bin 0 -> 4441 bytes .../rules/__pycache__/hyphens.cpython-312.pyc | Bin 0 -> 1737 bytes .../__pycache__/indentation.cpython-312.pyc | Bin 0 -> 19163 bytes .../key_duplicates.cpython-312.pyc | Bin 0 -> 4168 bytes .../__pycache__/key_ordering.cpython-312.pyc | Bin 0 -> 4273 bytes .../__pycache__/line_length.cpython-312.pyc | Bin 0 -> 5264 bytes .../new_line_at_end_of_file.cpython-312.pyc | Bin 0 -> 1204 bytes .../__pycache__/new_lines.cpython-312.pyc | Bin 0 -> 1837 bytes .../__pycache__/octal_values.cpython-312.pyc | Bin 0 -> 3341 bytes .../quoted_strings.cpython-312.pyc | Bin 0 -> 11332 bytes .../trailing_spaces.cpython-312.pyc | Bin 0 -> 1532 bytes .../rules/__pycache__/truthy.cpython-312.pyc | Bin 0 -> 5566 bytes .../site-packages/yamllint/rules/anchors.py | 173 + .../site-packages/yamllint/rules/braces.py | 200 + .../site-packages/yamllint/rules/brackets.py | 202 + .../site-packages/yamllint/rules/colons.py | 114 + .../site-packages/yamllint/rules/commas.py | 139 + .../site-packages/yamllint/rules/comments.py | 112 + .../yamllint/rules/comments_indentation.py | 136 + .../site-packages/yamllint/rules/common.py | 88 + .../yamllint/rules/document_end.py | 115 + .../yamllint/rules/document_start.py | 99 + .../yamllint/rules/empty_lines.py | 116 + .../yamllint/rules/empty_values.py | 139 + .../yamllint/rules/float_values.py | 157 + .../site-packages/yamllint/rules/hyphens.py | 94 + .../yamllint/rules/indentation.py | 586 ++ .../yamllint/rules/key_duplicates.py | 138 + .../yamllint/rules/key_ordering.py | 126 + .../yamllint/rules/line_length.py | 157 + .../yamllint/rules/new_line_at_end_of_file.py | 35 + .../site-packages/yamllint/rules/new_lines.py | 58 + .../yamllint/rules/octal_values.py | 111 + .../yamllint/rules/quoted_strings.py | 327 + .../yamllint/rules/trailing_spaces.py | 60 + .../site-packages/yamllint/rules/truthy.py | 193 + venv/pyvenv.cfg | 5 + 1158 files changed, 202507 insertions(+), 22 deletions(-) create mode 100644 venv/bin/Activate.ps1 create mode 100644 venv/bin/activate create mode 100644 venv/bin/activate.csh create mode 100644 venv/bin/activate.fish create mode 100755 venv/bin/pip create mode 100755 venv/bin/pip3 create mode 100755 venv/bin/pip3.12 create mode 120000 venv/bin/python create mode 120000 venv/bin/python3 create mode 120000 venv/bin/python3.12 create mode 100755 venv/bin/yamllint create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.12/site-packages/_yaml/__init__.py create mode 100644 venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/pathspec/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/_meta.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/gitignore.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/pathspec.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/pattern.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/_meta.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/gitignore.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/pathspec.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/pattern.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/gitwildmatch.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/gitwildmatch.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/py.typed create mode 100644 venv/lib/python3.12/site-packages/pathspec/util.py create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 venv/lib/python3.12/site-packages/yaml/__init__.py create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc create mode 100755 venv/lib/python3.12/site-packages/yaml/_yaml.cpython-312-darwin.so create mode 100644 venv/lib/python3.12/site-packages/yaml/composer.py create mode 100644 venv/lib/python3.12/site-packages/yaml/constructor.py create mode 100644 venv/lib/python3.12/site-packages/yaml/cyaml.py create mode 100644 venv/lib/python3.12/site-packages/yaml/dumper.py create mode 100644 venv/lib/python3.12/site-packages/yaml/emitter.py create mode 100644 venv/lib/python3.12/site-packages/yaml/error.py create mode 100644 venv/lib/python3.12/site-packages/yaml/events.py create mode 100644 venv/lib/python3.12/site-packages/yaml/loader.py create mode 100644 venv/lib/python3.12/site-packages/yaml/nodes.py create mode 100644 venv/lib/python3.12/site-packages/yaml/parser.py create mode 100644 venv/lib/python3.12/site-packages/yaml/reader.py create mode 100644 venv/lib/python3.12/site-packages/yaml/representer.py create mode 100644 venv/lib/python3.12/site-packages/yaml/resolver.py create mode 100644 venv/lib/python3.12/site-packages/yaml/scanner.py create mode 100644 venv/lib/python3.12/site-packages/yaml/serializer.py create mode 100644 venv/lib/python3.12/site-packages/yaml/tokens.py create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/LICENSE create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.12/site-packages/yamllint/__init__.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/__main__.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/cli.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/config.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/linter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/cli.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/conf/default.yaml create mode 100644 venv/lib/python3.12/site-packages/yamllint/conf/relaxed.yaml create mode 100644 venv/lib/python3.12/site-packages/yamllint/config.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/linter.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/parser.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__init__.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/anchors.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/braces.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/brackets.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/colons.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/commas.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/comments.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/comments_indentation.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/common.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/document_end.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/document_start.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/empty_lines.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/empty_values.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/float_values.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/hyphens.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/indentation.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_duplicates.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_ordering.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/line_length.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/new_line_at_end_of_file.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/new_lines.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/octal_values.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/quoted_strings.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/trailing_spaces.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/truthy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/anchors.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/braces.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/brackets.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/colons.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/commas.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/comments.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/comments_indentation.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/common.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/document_end.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/document_start.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/empty_lines.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/empty_values.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/float_values.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/hyphens.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/indentation.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/key_duplicates.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/key_ordering.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/line_length.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/new_line_at_end_of_file.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/new_lines.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/octal_values.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/quoted_strings.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/trailing_spaces.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/truthy.py create mode 100644 venv/pyvenv.cfg diff --git a/README.md b/README.md index 5acdaec..67d8fca 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Knavigator is a project designed to analyze, optimize, and compare scheduling sy The term "knavigator" is derived from "navigator," with a silent "k" prefix representing "kubernetes." Much like a navigator, this initiative assists in charting a secure route and steering clear of obstacles within the cluster. -Knavigator interfaces with Kubernetes clusters to manage tasks such as manupulating with Kubernetes objects, evaluating PromQL queries, as well as executing specific operations. +Knavigator interfaces with Kubernetes clusters to manage tasks such as manipulating with Kubernetes objects, evaluating PromQL queries, as well as executing specific operations. Knavigator can operate both outside and inside a Kubernetes cluster, leveraging the Kubernetes API for task management. diff --git a/pkg/engine/check_object_task.go b/pkg/engine/check_object_task.go index 8e744f9..4d24e32 100644 --- a/pkg/engine/check_object_task.go +++ b/pkg/engine/check_object_task.go @@ -151,7 +151,7 @@ func (task *CheckObjTask) checkStateAsync(ctx context.Context, name string, info } } -// checkState validates state conformance and removes object name from the map if succeded +// checkState validates state conformance and removes object name from the map if succeeded func (task *CheckObjTask) checkState(ctx context.Context, name string, info *ObjInfo, nameMap *utils.SyncMap) error { cr, err := task.client.Resource(info.GVR).Namespace(info.Namespace).Get(ctx, name, metav1.GetOptions{}) if err != nil { diff --git a/resources/templates/example.yml b/resources/templates/example.yml index ea15601..444ac04 100644 --- a/resources/templates/example.yml +++ b/resources/templates/example.yml @@ -9,9 +9,9 @@ spec: template: metadata: annotations: - orgName: {{or .orgName "my-org" }} - teamName: {{or .teamName "my-team" }} - userName: "{{or .userName "my-user"}}" + orgName: {{or .orgName "my-org"}} + teamName: {{or .teamName "my-team"}} + userName: {{or .userName "my-user"}} labels: obj-name: test instance: {{.instance}} diff --git a/resources/templates/k8s/failed-job.yml b/resources/templates/k8s/failed-job.yml index ad011a0..dc730e0 100644 --- a/resources/templates/k8s/failed-job.yml +++ b/resources/templates/k8s/failed-job.yml @@ -1,11 +1,11 @@ apiVersion: batch/v1 -kind: Job +kind: Job metadata: name: "{{._NAME_}}" namespace: "{{.namespace}}" spec: backoffLimit: {{.backoffLimit}} - completions: {{.completions}} + completions: {{.completions}} parallelism: {{.parallelism}} completionMode: {{.completionMode}} template: diff --git a/resources/templates/k8s/job.yml b/resources/templates/k8s/job.yml index 7ebdcdb..0b37041 100644 --- a/resources/templates/k8s/job.yml +++ b/resources/templates/k8s/job.yml @@ -1,11 +1,11 @@ apiVersion: batch/v1 -kind: Job +kind: Job metadata: name: "{{._NAME_}}" namespace: "{{.namespace}}" spec: backoffLimit: {{.backoffLimit}} - completions: {{.completions}} + completions: {{.completions}} parallelism: {{.parallelism}} completionMode: {{.completionMode}} template: diff --git a/resources/templates/k8s/jobset-with-driver.yml b/resources/templates/k8s/jobset-with-driver.yml index a2d96ed..37919d0 100644 --- a/resources/templates/k8s/jobset-with-driver.yml +++ b/resources/templates/k8s/jobset-with-driver.yml @@ -1,11 +1,11 @@ apiVersion: jobset.x-k8s.io/v1alpha2 -kind: JobSet +kind: JobSet metadata: name: "{{._NAME_}}" namespace: "{{.namespace}}" spec: -# We want to declare our JobSet successful if workers finish. -# If workers finish we should clean up the remaining replicatedJobs. + # We want to declare our JobSet successful if workers finish. + # If workers finish we should clean up the remaining replicatedJobs. successPolicy: operator: All targetReplicatedJobs: @@ -16,7 +16,7 @@ spec: template: spec: # Set backoff limit to 0 so job will immediately fail if any pod fails. - backoffLimit: 0 + backoffLimit: 0 completions: 1 parallelism: 1 template: @@ -25,11 +25,11 @@ spec: - name: driver image: {{.image}} - name: workers - replicas: {{.replicas}} + replicas: {{.replicas}} template: spec: backoffLimit: {{.backoffLimit}} - completions: {{.completions}} + completions: {{.completions}} parallelism: {{.parallelism}} completionMode: {{.completionMode}} template: diff --git a/resources/templates/k8s/jobset.yml b/resources/templates/k8s/jobset.yml index 907bd6a..aebbd68 100644 --- a/resources/templates/k8s/jobset.yml +++ b/resources/templates/k8s/jobset.yml @@ -1,22 +1,22 @@ apiVersion: jobset.x-k8s.io/v1alpha2 -kind: JobSet +kind: JobSet metadata: name: "{{._NAME_}}" namespace: "{{.namespace}}" spec: -# We want to declare our JobSet successful if workers finish. -# If workers finish we should clean up the remaining replicatedJobs. + # We want to declare our JobSet successful if workers finish. + # If workers finish we should clean up the remaining replicatedJobs. successPolicy: operator: All targetReplicatedJobs: - workers replicatedJobs: - name: workers - replicas: {{.replicas}} + replicas: {{.replicas}} template: spec: backoffLimit: {{.backoffLimit}} - completions: {{.completions}} + completions: {{.completions}} parallelism: {{.parallelism}} completionMode: {{.completionMode}} template: diff --git a/resources/tests/k8s/test-failed-job.yml b/resources/tests/k8s/test-failed-job.yml index 53e6b67..bfaa897 100644 --- a/resources/tests/k8s/test-failed-job.yml +++ b/resources/tests/k8s/test-failed-job.yml @@ -32,6 +32,6 @@ tasks: - id: status type: CheckPod params: - refTaskId: job + refTaskId: job status: Failed timeout: 10s diff --git a/resources/tests/volcano/test-job.yml b/resources/tests/volcano/test-job.yml index bc3f867..20e388d 100644 --- a/resources/tests/volcano/test-job.yml +++ b/resources/tests/volcano/test-job.yml @@ -22,7 +22,7 @@ tasks: pods: range: pattern: "{{._NAME_}}-test-{{._INDEX_}}" - ranges: ["0-1"] + ranges: ["0-1"] - id: status type: CheckPod params: diff --git a/venv/bin/Activate.ps1 b/venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/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/venv/bin/activate b/venv/bin/activate new file mode 100644 index 0000000..564d1af --- /dev/null +++ b/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 "/Users/yuanc/projects/knavigator/venv") +else + # use the path as-is + export VIRTUAL_ENV="/Users/yuanc/projects/knavigator/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/venv/bin/activate.csh b/venv/bin/activate.csh new file mode 100644 index 0000000..50da2ed --- /dev/null +++ b/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 "/Users/yuanc/projects/knavigator/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/venv/bin/activate.fish b/venv/bin/activate.fish new file mode 100644 index 0000000..8ce70a7 --- /dev/null +++ b/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 "/Users/yuanc/projects/knavigator/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/venv/bin/pip b/venv/bin/pip new file mode 100755 index 0000000..4afa2c5 --- /dev/null +++ b/venv/bin/pip @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- 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/venv/bin/pip3 b/venv/bin/pip3 new file mode 100755 index 0000000..4afa2c5 --- /dev/null +++ b/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- 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/venv/bin/pip3.12 b/venv/bin/pip3.12 new file mode 100755 index 0000000..4afa2c5 --- /dev/null +++ b/venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- 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/venv/bin/python b/venv/bin/python new file mode 120000 index 0000000..11b9d88 --- /dev/null +++ b/venv/bin/python @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/venv/bin/python3 b/venv/bin/python3 new file mode 120000 index 0000000..11b9d88 --- /dev/null +++ b/venv/bin/python3 @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/venv/bin/python3.12 b/venv/bin/python3.12 new file mode 120000 index 0000000..a7a5fcc --- /dev/null +++ b/venv/bin/python3.12 @@ -0,0 +1 @@ +/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 \ No newline at end of file diff --git a/venv/bin/yamllint b/venv/bin/yamllint new file mode 100755 index 0000000..50270db --- /dev/null +++ b/venv/bin/yamllint @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from yamllint.cli import run +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(run()) diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE new file mode 100644 index 0000000..2f1b8e1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2017-2021 Ingy döt Net +Copyright (c) 2006-2016 Kirill Simonov + +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/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA new file mode 100644 index 0000000..c890598 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA @@ -0,0 +1,46 @@ +Metadata-Version: 2.1 +Name: PyYAML +Version: 6.0.1 +Summary: YAML parser and emitter for Python +Home-page: https://pyyaml.org/ +Download-URL: https://pypi.org/project/PyYAML/ +Author: Kirill Simonov +Author-email: xi@resolvent.net +License: MIT +Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues +Project-URL: CI, https://github.com/yaml/pyyaml/actions +Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation +Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core +Project-URL: Source Code, https://github.com/yaml/pyyaml +Platform: Any +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Cython +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 +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 :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup +Requires-Python: >=3.6 +License-File: LICENSE + +YAML is a data serialization format designed for human readability +and interaction with scripting languages. PyYAML is a YAML parser +and emitter for Python. + +PyYAML features a complete YAML 1.1 parser, Unicode support, pickle +support, capable extension API, and sensible error messages. PyYAML +supports standard YAML tags and provides Python-specific tags that +allow to represent an arbitrary Python object. + +PyYAML is applicable for a broad range of tasks from complex +configuration files to object serialization and persistence. diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD new file mode 100644 index 0000000..54ce599 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD @@ -0,0 +1,43 @@ +PyYAML-6.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +PyYAML-6.0.1.dist-info/LICENSE,sha256=jTko-dxEkP1jVwfLiOsmvXZBAqcoKVQwfT5RZ6V36KQ,1101 +PyYAML-6.0.1.dist-info/METADATA,sha256=UNNF8-SzzwOKXVo-kV5lXUGH2_wDWMBmGxqISpp5HQk,2058 +PyYAML-6.0.1.dist-info/RECORD,, +PyYAML-6.0.1.dist-info/WHEEL,sha256=FCrbbeH_Uuw2ZMaB8nW-JE7XeUWVfF-XtWcVJYU0Zm8,110 +PyYAML-6.0.1.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11 +_yaml/__init__.py,sha256=04Ae_5osxahpJHa3XBZUAf4wi6XX32gR8D6X6p64GEA,1402 +_yaml/__pycache__/__init__.cpython-312.pyc,, +yaml/__init__.py,sha256=bhl05qSeO-1ZxlSRjGrvl2m9nrXb1n9-GQatTN0Mrqc,12311 +yaml/__pycache__/__init__.cpython-312.pyc,, +yaml/__pycache__/composer.cpython-312.pyc,, +yaml/__pycache__/constructor.cpython-312.pyc,, +yaml/__pycache__/cyaml.cpython-312.pyc,, +yaml/__pycache__/dumper.cpython-312.pyc,, +yaml/__pycache__/emitter.cpython-312.pyc,, +yaml/__pycache__/error.cpython-312.pyc,, +yaml/__pycache__/events.cpython-312.pyc,, +yaml/__pycache__/loader.cpython-312.pyc,, +yaml/__pycache__/nodes.cpython-312.pyc,, +yaml/__pycache__/parser.cpython-312.pyc,, +yaml/__pycache__/reader.cpython-312.pyc,, +yaml/__pycache__/representer.cpython-312.pyc,, +yaml/__pycache__/resolver.cpython-312.pyc,, +yaml/__pycache__/scanner.cpython-312.pyc,, +yaml/__pycache__/serializer.cpython-312.pyc,, +yaml/__pycache__/tokens.cpython-312.pyc,, +yaml/_yaml.cpython-312-darwin.so,sha256=zLYFDcq5DNWEltMIpJVcuFQ4jRWM4bIJADV_pT4O5wM,361928 +yaml/composer.py,sha256=_Ko30Wr6eDWUeUpauUGT3Lcg9QPBnOPVlTnIMRGJ9FM,4883 +yaml/constructor.py,sha256=kNgkfaeLUkwQYY_Q6Ff1Tz2XVw_pG1xVE9Ak7z-viLA,28639 +yaml/cyaml.py,sha256=6ZrAG9fAYvdVe2FK_w0hmXoG7ZYsoYUwapG8CiC72H0,3851 +yaml/dumper.py,sha256=PLctZlYwZLp7XmeUdwRuv4nYOZ2UBnDIUy8-lKfLF-o,2837 +yaml/emitter.py,sha256=jghtaU7eFwg31bG0B7RZea_29Adi9CKmXq_QjgQpCkQ,43006 +yaml/error.py,sha256=Ah9z-toHJUbE9j-M8YpxgSRM5CgLCcwVzJgLLRF2Fxo,2533 +yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445 +yaml/loader.py,sha256=UVa-zIqmkFSCIYq_PgSGm4NSJttHY2Rf_zQ4_b1fHN0,2061 +yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440 +yaml/parser.py,sha256=ilWp5vvgoHFGzvOZDItFoGjD6D42nhlZrZyjAwa0oJo,25495 +yaml/reader.py,sha256=0dmzirOiDG4Xo41RnuQS7K9rkY3xjHiVasfDMNTqCNw,6794 +yaml/representer.py,sha256=IuWP-cAW9sHKEnS0gCqSa894k1Bg4cgTxaDwIcbRQ-Y,14190 +yaml/resolver.py,sha256=9L-VYfm4mWHxUD1Vg4X7rjDRK_7VZd6b92wzq7Y2IKY,9004 +yaml/scanner.py,sha256=YEM3iLZSaQwXcQRg2l2R4MdT0zGP2F9eHkKGKnHyWQY,51279 +yaml/serializer.py,sha256=ChuFgmhU01hj4xgI8GaKv6vfM2Bujwa9i7d2FAHj7cA,4165 +yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573 diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL new file mode 100644 index 0000000..2e30bef --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.41.2) +Root-Is-Purelib: false +Tag: cp312-cp312-macosx_11_0_arm64 + diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt new file mode 100644 index 0000000..e6475e9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt @@ -0,0 +1,2 @@ +_yaml +yaml diff --git a/venv/lib/python3.12/site-packages/_yaml/__init__.py b/venv/lib/python3.12/site-packages/_yaml/__init__.py new file mode 100644 index 0000000..7baa8c4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/_yaml/__init__.py @@ -0,0 +1,33 @@ +# This is a stub package designed to roughly emulate the _yaml +# extension module, which previously existed as a standalone module +# and has been moved into the `yaml` package namespace. +# It does not perfectly mimic its old counterpart, but should get +# close enough for anyone who's relying on it even when they shouldn't. +import yaml + +# in some circumstances, the yaml module we imoprted may be from a different version, so we need +# to tread carefully when poking at it here (it may not have the attributes we expect) +if not getattr(yaml, '__with_libyaml__', False): + from sys import version_info + + exc = ModuleNotFoundError if version_info >= (3, 6) else ImportError + raise exc("No module named '_yaml'") +else: + from yaml._yaml import * + import warnings + warnings.warn( + 'The _yaml extension module is now located at yaml._yaml' + ' and its location is subject to change. To use the' + ' LibYAML-based parser and emitter, import from `yaml`:' + ' `from yaml import CLoader as Loader, CDumper as Dumper`.', + DeprecationWarning + ) + del warnings + # Don't `del yaml` here because yaml is actually an existing + # namespace member of _yaml. + +__name__ = '_yaml' +# If the module is top-level (i.e. not a part of any specific package) +# then the attribute should be set to ''. +# https://docs.python.org/3.8/library/types.html +__package__ = '' diff --git a/venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7de7e91a098d28b665aca75c3d886598c5186f5b GIT binary patch literal 863 zcmYjPzi$&U6t?d!$>mo|Ta^d_k~^hAZBD>|gis~aQi0TDDng`4j+1kfYjgI=cG9L( z%K{@C{{pB&V&s2dDL)2!2nh+6Zb4=0gq@>;H`xB(`@Z*{pZ&gA%mHns`qJiJ3V02|<>0%;{O7-LN5`wx8O50)Vin!yrvH(pr)B z(}yr&KZTl|>1EznFv;mQT+MK|rjz*ptMAg>p_O|xGt(N0=P2ZUzef=xA@xxi8(CS4;I+Nu z^)5wY2co-*GLz$+9!SLa4(jnXQCde7GQw)YCd@~Hl1bEvG+XvtTePi^;;7vvtV62^ zt#j0u6e(S1EoeQyTU%Rf5vkKfL`W)-$wR|HDJm9F5Jp@mv?+Lqnx zIq3V`;@gWK=Wcz-U46H)zkHl49!-=#<>rr^`Jc{}ug=UDXKMfcv)VyzWZBsjIC4Su c^6z{)l^#ui?39LunSEDplT!zIQPS1^0K?}6YXATM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE new file mode 100644 index 0000000..14e2f77 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA new file mode 100644 index 0000000..9cef724 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA @@ -0,0 +1,647 @@ +Metadata-Version: 2.1 +Name: pathspec +Version: 0.12.1 +Summary: Utility library for gitignore style pattern matching of file paths. +Author-email: "Caleb P. Burns" +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +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 +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Utilities +Project-URL: Documentation, https://python-path-specification.readthedocs.io/en/latest/index.html +Project-URL: Issue Tracker, https://github.com/cpburnz/python-pathspec/issues +Project-URL: Source Code, https://github.com/cpburnz/python-pathspec + + +PathSpec +======== + +*pathspec* is a utility library for pattern matching of file paths. So +far this only includes Git's wildmatch pattern matching which itself is +derived from Rsync's wildmatch. Git uses wildmatch for its `gitignore`_ +files. + +.. _`gitignore`: http://git-scm.com/docs/gitignore + + +Tutorial +-------- + +Say you have a "Projects" directory and you want to back it up, but only +certain files, and ignore others depending on certain conditions:: + + >>> import pathspec + >>> # The gitignore-style patterns for files to select, but we're including + >>> # instead of ignoring. + >>> spec_text = """ + ... + ... # This is a comment because the line begins with a hash: "#" + ... + ... # Include several project directories (and all descendants) relative to + ... # the current directory. To reference a directory you must end with a + ... # slash: "/" + ... /project-a/ + ... /project-b/ + ... /project-c/ + ... + ... # Patterns can be negated by prefixing with exclamation mark: "!" + ... + ... # Ignore temporary files beginning or ending with "~" and ending with + ... # ".swp". + ... !~* + ... !*~ + ... !*.swp + ... + ... # These are python projects so ignore compiled python files from + ... # testing. + ... !*.pyc + ... + ... # Ignore the build directories but only directly under the project + ... # directories. + ... !/*/build/ + ... + ... """ + +We want to use the ``GitWildMatchPattern`` class to compile our patterns. The +``PathSpec`` class provides an interface around pattern implementations:: + + >>> spec = pathspec.PathSpec.from_lines(pathspec.patterns.GitWildMatchPattern, spec_text.splitlines()) + +That may be a mouthful but it allows for additional patterns to be implemented +in the future without them having to deal with anything but matching the paths +sent to them. ``GitWildMatchPattern`` is the implementation of the actual +pattern which internally gets converted into a regular expression. ``PathSpec`` +is a simple wrapper around a list of compiled patterns. + +To make things simpler, we can use the registered name for a pattern class +instead of always having to provide a reference to the class itself. The +``GitWildMatchPattern`` class is registered as **gitwildmatch**:: + + >>> spec = pathspec.PathSpec.from_lines('gitwildmatch', spec_text.splitlines()) + +If we wanted to manually compile the patterns we can just do the following:: + + >>> patterns = map(pathspec.patterns.GitWildMatchPattern, spec_text.splitlines()) + >>> spec = PathSpec(patterns) + +``PathSpec.from_lines()`` is simply a class method which does just that. + +If you want to load the patterns from file, you can pass the file instance +directly as well:: + + >>> with open('patterns.list', 'r') as fh: + >>> spec = pathspec.PathSpec.from_lines('gitwildmatch', fh) + +You can perform matching on a whole directory tree with:: + + >>> matches = spec.match_tree('path/to/directory') + +Or you can perform matching on a specific set of file paths with:: + + >>> matches = spec.match_files(file_paths) + +Or check to see if an individual file matches:: + + >>> is_matched = spec.match_file(file_path) + +There is a specialized class, ``pathspec.GitIgnoreSpec``, which more closely +implements the behavior of **gitignore**. This uses ``GitWildMatchPattern`` +pattern by default and handles some edge cases differently from the generic +``PathSpec`` class. ``GitIgnoreSpec`` can be used without specifying the pattern +factory:: + + >>> spec = pathspec.GitIgnoreSpec.from_lines(spec_text.splitlines()) + + +License +------- + +*pathspec* is licensed under the `Mozilla Public License Version 2.0`_. See +`LICENSE`_ or the `FAQ`_ for more information. + +In summary, you may use *pathspec* with any closed or open source project +without affecting the license of the larger work so long as you: + +- give credit where credit is due, + +- and release any custom changes made to *pathspec*. + +.. _`Mozilla Public License Version 2.0`: http://www.mozilla.org/MPL/2.0 +.. _`LICENSE`: LICENSE +.. _`FAQ`: http://www.mozilla.org/MPL/2.0/FAQ.html + + +Source +------ + +The source code for *pathspec* is available from the GitHub repo +`cpburnz/python-pathspec`_. + +.. _`cpburnz/python-pathspec`: https://github.com/cpburnz/python-pathspec + + +Installation +------------ + +*pathspec* is available for install through `PyPI`_:: + + pip install pathspec + +*pathspec* can also be built from source. The following packages will be +required: + +- `build`_ (>=0.6.0) + +*pathspec* can then be built and installed with:: + + python -m build + pip install dist/pathspec-*-py3-none-any.whl + +.. _`PyPI`: http://pypi.python.org/pypi/pathspec +.. _`build`: https://pypi.org/project/build/ + + +Documentation +------------- + +Documentation for *pathspec* is available on `Read the Docs`_. + +.. _`Read the Docs`: https://python-path-specification.readthedocs.io + + +Other Languages +--------------- + +The related project `pathspec-ruby`_ (by *highb*) provides a similar library as +a `Ruby gem`_. + +.. _`pathspec-ruby`: https://github.com/highb/pathspec-ruby +.. _`Ruby gem`: https://rubygems.org/gems/pathspec + + + +Change History +============== + + +0.12.1 (2023-12-10) +------------------- + +Bug fixes: + +- `Issue #84`_: PathSpec.match_file() returns None since 0.12.0. + + +.. _`Issue #84`: https://github.com/cpburnz/python-pathspec/issues/84 + + +0.12.0 (2023-12-09) +------------------- + +Major changes: + +- Dropped support of EOL Python 3.7. See `Pull #82`_. + + +API changes: + +- Signature of protected method `pathspec.pathspec.PathSpec._match_file()` (with a leading underscore) has been changed from `def _match_file(patterns: Iterable[Pattern], file: str) -> bool` to `def _match_file(patterns: Iterable[Tuple[int, Pattern]], file: str) -> Tuple[Optional[bool], Optional[int]]`. + +New features: + +- Added `pathspec.pathspec.PathSpec.check_*()` methods. These methods behave similarly to `.match_*()` but return additional information in the `pathspec.util.CheckResult` objects (e.g., `CheckResult.index` indicates the index of the last pattern that matched the file). +- Added `pathspec.pattern.RegexPattern.pattern` attribute which stores the original, uncompiled pattern. + +Bug fixes: + +- `Issue #81`_: GitIgnoreSpec behaviors differ from git. +- `Pull #83`_: Fix ReadTheDocs builds. + +Improvements: + +- Mark Python 3.12 as supported. See `Pull #82`_. +- Improve test debugging. +- Improve type hint on *on_error* parameter on `pathspec.pathspec.PathSpec.match_tree_entries()`. +- Improve type hint on *on_error* parameter on `pathspec.util.iter_tree_entries()`. + + +.. _`Issue #81`: https://github.com/cpburnz/python-pathspec/issues/81 +.. _`Pull #82`: https://github.com/cpburnz/python-pathspec/pull/82 +.. _`Pull #83`: https://github.com/cpburnz/python-pathspec/pull/83 + + +0.11.2 (2023-07-28) +------------------- + +New features: + +- `Issue #80`_: match_files with negated path spec. `pathspec.PathSpec.match_*()` now have a `negate` parameter to make using *.gitignore* logic easier and more efficient. + +Bug fixes: + +- `Pull #76`_: Add edge case: patterns that end with an escaped space +- `Issue #77`_/`Pull #78`_: Negate with caret symbol as with the exclamation mark. + + +.. _`Pull #76`: https://github.com/cpburnz/python-pathspec/pull/76 +.. _`Issue #77`: https://github.com/cpburnz/python-pathspec/issues/77 +.. _`Pull #78`: https://github.com/cpburnz/python-pathspec/pull/78/ +.. _`Issue #80`: https://github.com/cpburnz/python-pathspec/issues/80 + + +0.11.1 (2023-03-14) +------------------- + +Bug fixes: + +- `Issue #74`_: Include directory should override exclude file. + +Improvements: + +- `Pull #75`_: Fix partially unknown PathLike type. +- Convert `os.PathLike` to a string properly using `os.fspath`. + + +.. _`Issue #74`: https://github.com/cpburnz/python-pathspec/issues/74 +.. _`Pull #75`: https://github.com/cpburnz/python-pathspec/pull/75 + + +0.11.0 (2023-01-24) +------------------- + +Major changes: + +- Changed build backend to `flit_core.buildapi`_ from `setuptools.build_meta`_. Building with `setuptools` through `setup.py` is still supported for distributions that need it. See `Issue #72`_. + +Improvements: + +- `Issue #72`_/`Pull #73`_: Please consider switching the build-system to flit_core to ease setuptools bootstrap. + + +.. _`flit_core.buildapi`: https://flit.pypa.io/en/latest/index.html +.. _`Issue #72`: https://github.com/cpburnz/python-pathspec/issues/72 +.. _`Pull #73`: https://github.com/cpburnz/python-pathspec/pull/73 + + +0.10.3 (2022-12-09) +------------------- + +New features: + +- Added utility function `pathspec.util.append_dir_sep()` to aid in distinguishing between directories and files on the file-system. See `Issue #65`_. + +Bug fixes: + +- `Issue #66`_/`Pull #67`_: Package not marked as py.typed. +- `Issue #68`_: Exports are considered private. +- `Issue #70`_/`Pull #71`_: 'Self' string literal type is Unknown in pyright. + +Improvements: + +- `Issue #65`_: Checking directories via match_file() does not work on Path objects. + + +.. _`Issue #65`: https://github.com/cpburnz/python-pathspec/issues/65 +.. _`Issue #66`: https://github.com/cpburnz/python-pathspec/issues/66 +.. _`Pull #67`: https://github.com/cpburnz/python-pathspec/pull/67 +.. _`Issue #68`: https://github.com/cpburnz/python-pathspec/issues/68 +.. _`Issue #70`: https://github.com/cpburnz/python-pathspec/issues/70 +.. _`Pull #71`: https://github.com/cpburnz/python-pathspec/pull/71 + + +0.10.2 (2022-11-12) +------------------- + +Bug fixes: + +- Fix failing tests on Windows. +- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_entries()`. +- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_files()`. +- Type hint on *root* parameter on `pathspec.util.iter_tree_entries()`. +- Type hint on *root* parameter on `pathspec.util.iter_tree_files()`. +- `Issue #64`_: IndexError with my .gitignore file when trying to build a Python package. + +Improvements: + +- `Pull #58`_: CI: add GitHub Actions test workflow. + + +.. _`Pull #58`: https://github.com/cpburnz/python-pathspec/pull/58 +.. _`Issue #64`: https://github.com/cpburnz/python-pathspec/issues/64 + + +0.10.1 (2022-09-02) +------------------- + +Bug fixes: + +- Fix documentation on `pathspec.pattern.RegexPattern.match_file()`. +- `Pull #60`_: Remove redundant wheel dep from pyproject.toml. +- `Issue #61`_: Dist failure for Fedora, CentOS, EPEL. +- `Issue #62`_: Since version 0.10.0 pure wildcard does not work in some cases. + +Improvements: + +- Restore support for legacy installations using `setup.py`. See `Issue #61`_. + + +.. _`Pull #60`: https://github.com/cpburnz/python-pathspec/pull/60 +.. _`Issue #61`: https://github.com/cpburnz/python-pathspec/issues/61 +.. _`Issue #62`: https://github.com/cpburnz/python-pathspec/issues/62 + + +0.10.0 (2022-08-30) +------------------- + +Major changes: + +- Dropped support of EOL Python 2.7, 3.5, 3.6. See `Issue #47`_. +- The *gitwildmatch* pattern `dir/*` is now handled the same as `dir/`. This means `dir/*` will now match all descendants rather than only direct children. See `Issue #19`_. +- Added `pathspec.GitIgnoreSpec` class (see new features). +- Changed build system to `pyproject.toml`_ and build backend to `setuptools.build_meta`_ which may have unforeseen consequences. +- Renamed GitHub project from `python-path-specification`_ to `python-pathspec`_. See `Issue #35`_. + +API changes: + +- Deprecated: `pathspec.util.match_files()` is an old function no longer used. +- Deprecated: `pathspec.match_files()` is an old function no longer used. +- Deprecated: `pathspec.util.normalize_files()` is no longer used. +- Deprecated: `pathspec.util.iter_tree()` is an alias for `pathspec.util.iter_tree_files()`. +- Deprecated: `pathspec.iter_tree()` is an alias for `pathspec.util.iter_tree_files()`. +- Deprecated: `pathspec.pattern.Pattern.match()` is no longer used. Use or implement + `pathspec.pattern.Pattern.match_file()`. + +New features: + +- Added class `pathspec.gitignore.GitIgnoreSpec` (with alias `pathspec.GitIgnoreSpec`) to implement *gitignore* behavior not possible with standard `PathSpec` class. The particular *gitignore* behavior implemented is prioritizing patterns matching the file directly over matching an ancestor directory. + +Bug fixes: + +- `Issue #19`_: Files inside an ignored sub-directory are not matched. +- `Issue #41`_: Incorrectly (?) matches files inside directories that do match. +- `Pull #51`_: Refactor deprecated unittest aliases for Python 3.11 compatibility. +- `Issue #53`_: Symlink pathspec_meta.py breaks Windows. +- `Issue #54`_: test_util.py uses os.symlink which can fail on Windows. +- `Issue #55`_: Backslashes at start of pattern not handled correctly. +- `Pull #56`_: pyproject.toml: include subpackages in setuptools config +- `Issue #57`_: `!` doesn't exclude files in directories if the pattern doesn't have a trailing slash. + +Improvements: + +- Support Python 3.10, 3.11. +- Modernize code to Python 3.7. +- `Issue #52`_: match_files() is not a pure generator function, and it impacts tree_*() gravely. + + +.. _`python-path-specification`: https://github.com/cpburnz/python-path-specification +.. _`python-pathspec`: https://github.com/cpburnz/python-pathspec +.. _`pyproject.toml`: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ +.. _`setuptools.build_meta`: https://setuptools.pypa.io/en/latest/build_meta.html +.. _`Issue #19`: https://github.com/cpburnz/python-pathspec/issues/19 +.. _`Issue #35`: https://github.com/cpburnz/python-pathspec/issues/35 +.. _`Issue #41`: https://github.com/cpburnz/python-pathspec/issues/41 +.. _`Issue #47`: https://github.com/cpburnz/python-pathspec/issues/47 +.. _`Pull #51`: https://github.com/cpburnz/python-pathspec/pull/51 +.. _`Issue #52`: https://github.com/cpburnz/python-pathspec/issues/52 +.. _`Issue #53`: https://github.com/cpburnz/python-pathspec/issues/53 +.. _`Issue #54`: https://github.com/cpburnz/python-pathspec/issues/54 +.. _`Issue #55`: https://github.com/cpburnz/python-pathspec/issues/55 +.. _`Pull #56`: https://github.com/cpburnz/python-pathspec/pull/56 +.. _`Issue #57`: https://github.com/cpburnz/python-pathspec/issues/57 + + +0.9.0 (2021-07-17) +------------------ + +- `Issue #44`_/`Pull #50`_: Raise `GitWildMatchPatternError` for invalid git patterns. +- `Pull #45`_: Fix for duplicate leading double-asterisk, and edge cases. +- `Issue #46`_: Fix matching absolute paths. +- API change: `util.normalize_files()` now returns a `Dict[str, List[pathlike]]` instead of a `Dict[str, pathlike]`. +- Added type hinting. + +.. _`Issue #44`: https://github.com/cpburnz/python-pathspec/issues/44 +.. _`Pull #45`: https://github.com/cpburnz/python-pathspec/pull/45 +.. _`Issue #46`: https://github.com/cpburnz/python-pathspec/issues/46 +.. _`Pull #50`: https://github.com/cpburnz/python-pathspec/pull/50 + + +0.8.1 (2020-11-07) +------------------ + +- `Pull #43`_: Add support for addition operator. + +.. _`Pull #43`: https://github.com/cpburnz/python-pathspec/pull/43 + + +0.8.0 (2020-04-09) +------------------ + +- `Issue #30`_: Expose what patterns matched paths. Added `util.detailed_match_files()`. +- `Issue #31`_: `match_tree()` doesn't return symlinks. +- `Issue #34`_: Support `pathlib.Path`\ s. +- Add `PathSpec.match_tree_entries` and `util.iter_tree_entries()` to support directories and symlinks. +- API change: `match_tree()` has been renamed to `match_tree_files()`. The old name `match_tree()` is still available as an alias. +- API change: `match_tree_files()` now returns symlinks. This is a bug fix but it will change the returned results. + +.. _`Issue #30`: https://github.com/cpburnz/python-pathspec/issues/30 +.. _`Issue #31`: https://github.com/cpburnz/python-pathspec/issues/31 +.. _`Issue #34`: https://github.com/cpburnz/python-pathspec/issues/34 + + +0.7.0 (2019-12-27) +------------------ + +- `Pull #28`_: Add support for Python 3.8, and drop Python 3.4. +- `Pull #29`_: Publish bdist wheel. + +.. _`Pull #28`: https://github.com/cpburnz/python-pathspec/pull/28 +.. _`Pull #29`: https://github.com/cpburnz/python-pathspec/pull/29 + + +0.6.0 (2019-10-03) +------------------ + +- `Pull #24`_: Drop support for Python 2.6, 3.2, and 3.3. +- `Pull #25`_: Update README.rst. +- `Pull #26`_: Method to escape gitwildmatch. + +.. _`Pull #24`: https://github.com/cpburnz/python-pathspec/pull/24 +.. _`Pull #25`: https://github.com/cpburnz/python-pathspec/pull/25 +.. _`Pull #26`: https://github.com/cpburnz/python-pathspec/pull/26 + + +0.5.9 (2018-09-15) +------------------ + +- Fixed file system error handling. + + +0.5.8 (2018-09-15) +------------------ + +- Improved type checking. +- Created scripts to test Python 2.6 because Tox removed support for it. +- Improved byte string handling in Python 3. +- `Issue #22`_: Handle dangling symlinks. + +.. _`Issue #22`: https://github.com/cpburnz/python-pathspec/issues/22 + + +0.5.7 (2018-08-14) +------------------ + +- `Issue #21`_: Fix collections deprecation warning. + +.. _`Issue #21`: https://github.com/cpburnz/python-pathspec/issues/21 + + +0.5.6 (2018-04-06) +------------------ + +- Improved unit tests. +- Improved type checking. +- `Issue #20`_: Support current directory prefix. + +.. _`Issue #20`: https://github.com/cpburnz/python-pathspec/issues/20 + + +0.5.5 (2017-09-09) +------------------ + +- Add documentation link to README. + + +0.5.4 (2017-09-09) +------------------ + +- `Pull #17`_: Add link to Ruby implementation of *pathspec*. +- Add sphinx documentation. + +.. _`Pull #17`: https://github.com/cpburnz/python-pathspec/pull/17 + + +0.5.3 (2017-07-01) +------------------ + +- `Issue #14`_: Fix byte strings for Python 3. +- `Pull #15`_: Include "LICENSE" in source package. +- `Issue #16`_: Support Python 2.6. + +.. _`Issue #14`: https://github.com/cpburnz/python-pathspec/issues/14 +.. _`Pull #15`: https://github.com/cpburnz/python-pathspec/pull/15 +.. _`Issue #16`: https://github.com/cpburnz/python-pathspec/issues/16 + + +0.5.2 (2017-04-04) +------------------ + +- Fixed change log. + + +0.5.1 (2017-04-04) +------------------ + +- `Pull #13`_: Add equality methods to `PathSpec` and `RegexPattern`. + +.. _`Pull #13`: https://github.com/cpburnz/python-pathspec/pull/13 + + +0.5.0 (2016-08-22) +------------------ + +- `Issue #12`_: Add `PathSpec.match_file()`. +- Renamed `gitignore.GitIgnorePattern` to `patterns.gitwildmatch.GitWildMatchPattern`. +- Deprecated `gitignore.GitIgnorePattern`. + +.. _`Issue #12`: https://github.com/cpburnz/python-pathspec/issues/12 + + +0.4.0 (2016-07-15) +------------------ + +- `Issue #11`_: Support converting patterns into regular expressions without compiling them. +- API change: Subclasses of `RegexPattern` should implement `pattern_to_regex()`. + +.. _`Issue #11`: https://github.com/cpburnz/python-pathspec/issues/11 + + +0.3.4 (2015-08-24) +------------------ + +- `Pull #7`_: Fixed non-recursive links. +- `Pull #8`_: Fixed edge cases in gitignore patterns. +- `Pull #9`_: Fixed minor usage documentation. +- Fixed recursion detection. +- Fixed trivial incompatibility with Python 3.2. + +.. _`Pull #7`: https://github.com/cpburnz/python-pathspec/pull/7 +.. _`Pull #8`: https://github.com/cpburnz/python-pathspec/pull/8 +.. _`Pull #9`: https://github.com/cpburnz/python-pathspec/pull/9 + + +0.3.3 (2014-11-21) +------------------ + +- Improved documentation. + + +0.3.2 (2014-11-08) +------------------ + +- `Pull #5`_: Use tox for testing. +- `Issue #6`_: Fixed matching Windows paths. +- Improved documentation. +- API change: `spec.match_tree()` and `spec.match_files()` now return iterators instead of sets. + +.. _`Pull #5`: https://github.com/cpburnz/python-pathspec/pull/5 +.. _`Issue #6`: https://github.com/cpburnz/python-pathspec/issues/6 + + +0.3.1 (2014-09-17) +------------------ + +- Updated README. + + +0.3.0 (2014-09-17) +------------------ + +- `Pull #3`_: Fixed trailing slash in gitignore patterns. +- `Pull #4`_: Fixed test for trailing slash in gitignore patterns. +- Added registered patterns. + +.. _`Pull #3`: https://github.com/cpburnz/python-pathspec/pull/3 +.. _`Pull #4`: https://github.com/cpburnz/python-pathspec/pull/4 + + +0.2.2 (2013-12-17) +------------------ + +- Fixed setup.py. + + +0.2.1 (2013-12-17) +------------------ + +- Added tests. +- Fixed comment gitignore patterns. +- Fixed relative path gitignore patterns. + + +0.2.0 (2013-12-07) +------------------ + +- Initial release. + diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD new file mode 100644 index 0000000..356f2c8 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD @@ -0,0 +1,22 @@ +pathspec-0.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pathspec-0.12.1.dist-info/LICENSE,sha256=-rPda9qyJvHAhjCx3ZF-Efy07F4eAg4sFvg6ChOGPoU,16726 +pathspec-0.12.1.dist-info/METADATA,sha256=RNvbPbid5TWixr8xaLyA3Bm6Wt8FQM4JLYxHuucSxWQ,21171 +pathspec-0.12.1.dist-info/RECORD,, +pathspec-0.12.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +pathspec/__init__.py,sha256=7SXysmS-FbGnfonqXtaSm6aUKdepQCXdvd4ArWAMJak,1630 +pathspec/__pycache__/__init__.cpython-312.pyc,, +pathspec/__pycache__/_meta.cpython-312.pyc,, +pathspec/__pycache__/gitignore.cpython-312.pyc,, +pathspec/__pycache__/pathspec.cpython-312.pyc,, +pathspec/__pycache__/pattern.cpython-312.pyc,, +pathspec/__pycache__/util.cpython-312.pyc,, +pathspec/_meta.py,sha256=DaSTHF-ynkklvBBbKIQCnNYSW0yXJaKUDYEkvWHBYWE,2268 +pathspec/gitignore.py,sha256=89sV53U9ZMHwakCyfz6ISE5aQ0RNvSRkFbV9tUkWIdc,4637 +pathspec/pathspec.py,sha256=mDLpYD3_ZECYhe774ujSNKFJcazL1QE1XPSWk5r7rv0,13273 +pathspec/pattern.py,sha256=fcvcThcL5c-EJP2WnYuFV4tzoL7mzoOQMW09etCrk14,6270 +pathspec/patterns/__init__.py,sha256=vAzIEqBc2KsvWsiszsLCeYQwQVWXIHzbHNgq5TNrPdk,302 +pathspec/patterns/__pycache__/__init__.cpython-312.pyc,, +pathspec/patterns/__pycache__/gitwildmatch.cpython-312.pyc,, +pathspec/patterns/gitwildmatch.py,sha256=7gpaKsoLH8AYbFQ4Mqyj2wxCEI3zXOVj1Ge-x6RtsRY,12623 +pathspec/py.typed,sha256=wq7wwDeyBungK6DsiV4O-IujgKzARwHz94uQshdpdEU,68 +pathspec/util.py,sha256=G-26tZBw8p95D9FErmb5alpQ4glzjCmpbnZ1cBSKL9k,22680 diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/WHEEL b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/WHEEL new file mode 100644 index 0000000..3b5e64b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.9.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.12/site-packages/pathspec/__init__.py b/venv/lib/python3.12/site-packages/pathspec/__init__.py new file mode 100644 index 0000000..32e03f7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/__init__.py @@ -0,0 +1,76 @@ +""" +The *pathspec* package provides pattern matching for file paths. So far +this only includes Git's wildmatch pattern matching (the style used for +".gitignore" files). + +The following classes are imported and made available from the root of +the `pathspec` package: + +- :class:`pathspec.gitignore.GitIgnoreSpec` + +- :class:`pathspec.pathspec.PathSpec` + +- :class:`pathspec.pattern.Pattern` + +- :class:`pathspec.pattern.RegexPattern` + +- :class:`pathspec.util.RecursionError` + +The following functions are also imported: + +- :func:`pathspec.util.lookup_pattern` + +The following deprecated functions are also imported to maintain +backward compatibility: + +- :func:`pathspec.util.iter_tree` which is an alias for + :func:`pathspec.util.iter_tree_files`. + +- :func:`pathspec.util.match_files` +""" + +from .gitignore import ( + GitIgnoreSpec) +from .pathspec import ( + PathSpec) +from .pattern import ( + Pattern, + RegexPattern) +from .util import ( + RecursionError, + iter_tree, + lookup_pattern, + match_files) + +from ._meta import ( + __author__, + __copyright__, + __credits__, + __license__, + __version__, +) + +# Load pattern implementations. +from . import patterns + +# DEPRECATED: Expose the `GitIgnorePattern` class in the root module for +# backward compatibility with v0.4. +from .patterns.gitwildmatch import GitIgnorePattern + +# Declare private imports as part of the public interface. Deprecated +# imports are deliberately excluded. +__all__ = [ + 'GitIgnoreSpec', + 'PathSpec', + 'Pattern', + 'RecursionError', + 'RegexPattern', + '__author__', + '__copyright__', + '__credits__', + '__license__', + '__version__', + 'iter_tree', + 'lookup_pattern', + 'match_files', +] diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f473586222fdba578308f58cddac29753a4cdfd GIT binary patch literal 1590 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/pattern.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/pattern.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7900e8b3f4410742546cb24183a53d17817009f2 GIT binary patch literal 7249 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 RV-z6{Jc(oXsey0E{{dq@h>QRL literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/util.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3e93fddb91f3e687e4694f81cd85f207db5e80b GIT binary patch literal 26369 zcmeHvYj7Lam1cLN8$bgf_!M8FNQk5)f|4j%mMocm#IjzNWlLH~wj(4C1QAUV6bQ)O zpd`{@3i2vzYDP1nCN(iL$;{BTsfo1qR-CO=t!8Jo;ymn{+1Ve2DX$pBQ^o9ht0udD zAWf%+kMQhQFn(PT7kd^XBKwsh68m*W-0asA@!;2$^p46A->5$l z;He%lSv4Ar1X);0@}t#}Y8G}UYes7$wWD>By3zVbJ<7mO~5G>$e! znns%=&7&=mmeJNo>*&hJ%F(t++vuvuD%9bLdz0;>9gz;6Q`{p@nBB2|oY@$ecBA$zk|YV z?lLzZ4B_v^6&yFoWjVDr%PC@|I!aSNe4}rEEZMIsAQjPI8)?ROX72fzjydACRz+Z^kgTAx5Lp>$6#8)co z9c2UY)p+lgPxoGfHoWmpy!S!0x9b8Q*&6R=<5{oN4e{nUqhD)K|2D^H=%c?lov8_^Cjd!@?>yT?Zn}r&TN)JXw*3;O0&>XwtVYFih%R_Z^vXr}X(x^1)sm5Hn zPFe^!|UyreJv_8JUo@2~{H@*?M`vqG)Vu37uBcXA*Hm3yozG$wX#6G^%8V({U{{m{vn^C6-L2 zhC*i(nc>jsSY~*mc3K(G`g}j9h8zqF1>df8GN}w?66sXIyFa6-v6D$9%opT%EE5|@ z#xxBN-oq&ROyZOht}eKCrp60y+>U0{f_GOenWPdb4N*bdofyazJo}WCq9z7ZuujgX zG?P{f;xh>?Q}7--O)rZj3*Mv3OJhoEKqJpH`lasRik|6!QI? z#uQEPpb2PQDlGh*UiEXC)qM<&ptd1{bTU1biWfxcWx=f~nK3mrU`z<|avT+-zonD7 zy~bs%v@B;%+$5jnMkr6&Wloz~pXD>uD|U^z&5->&0l|S<_@iiZY#UzTlXspzt)ws? znPE&88W+-((=j!M5ea3|c5GtM5!OPnP&}bxUefA#pHF5JJ`hWVPAZ`>O^H*xR^V2Z~Q+Az)ZNhNbuQ7Bq3od9LTQgNR=m`Ea+PO-Pp!$xgf%P6Cvlj9*(Nsd!t zBlWbZXf!XO^dQ=iQDY!1q*CL3veo)NpHJ?kxZY4tKckfX6ZDu&oa{S{-xJ{wsMP8; zT8x%cp(AW=97$GjEu)?Yqq||T;6k|IPH0hdq#&dPY4H#D=b9Hp z@2dySAGq-Bg5bM!^77!t!MxCr>sj>Hg24)mFP1tc+^ zP?A^-N^D>l)EigMftZc4@yQk;WQY|Y_u1hD@(rX@8G5_(<$7V8@)D^G@`KVtv4PB3 zEa{VtTJ0=fHfOlcNFp+&wiC^PmT6)fyl5i@mj)Ij=ptY1uU&tV7tjEzPfth2-5*$U$aiPS)HEUtvgTXQmg0znfp&1 zOs6nH8(5cVk+H#~6-y7`+ZnTA=J47BL1Pt4t3J7;Dy+MM*Mx${XhFfpIu@nwhTZBK zP?x$Ew}L-CmWi5~Wc>m2Sddr?3Ldlf#2rKIQah(&VMQQ+|<4WDe!9ad^9hGW?#6uW_y0k_Uq#On#b~M_Ak^n zzt(Z3BlpNcb;J3Giyjmy`Z&2^`uLo;eU5KeyXn;ubwVrnA*}TG)5EhgZ@U#xR&v0( zd?b`$%klGA2PJZX&sfXW1jK-=e9D)hGVHP!-J~mlWy==vSFnI-`Bsn@Sei9RA!$~2 zWnJd-ope_&s~*a_!6Npfc2Cxm70+<$)~uj*WW}t9K*tDEZ%V5jF%=s}bXGFo#B-N= zveLcE$N5K5^3o%jYO{i@G-NRvD#_9hh}@+tYaK>r(u;WSW85VVVqXQT5gD8LPZ&&} z%w_?CiKv#%l0zu6MWj=>F3&ZCA($j)lDJQ{ihp{ZL~F)en)hH4KDiPbLc=Y&#+Iz+ z;2_KMLFYSlK4Vs{ccl`$VXw0Jjm42m*-fv5#vM&z>;r4QlzR|&bMPL0kVB}!C$nXW zd9jAN$6yx6)G@|)P**yY9AB2*5I5I3)!tZALy^AFZe=hwmdwywot%du)snnUzDYBy zH%4c@n$5@JK%1737>%7a#ELVwL#F8CjOn5pt!`z8V>YJ*oJy;4Fk(v(^)dR?xdekI zDzSjDx8O@?Bo6^MltR$P&;(u!ViK54C6rK*SYsIXEVy+%p+cr}VOi&>n-NwYpqw&I zoX)2L`b6kYY9FN{O2g0@8T^hX#*{T;AUdSOdm{Aust1`xA> zYg#?K;?3ZV#_boM``cr0ulbuVfcw_e<=Pf%ns0NpLR;>PpU&pJT|bc<7CiOS2lAfKO;0%Q3E%W=&U-e$)%3pS z;l)i4<+6^XtE=DhZ1}Kq?mO-g9@{sz!yyMy__%ZH|}Pro;t##dJI` zue{~LV{tXwRb0!-E9UqH#^OtmKJi(`!3Pm2;ouh1hgpKZEDX3z!vq6a0A5*P#NzQN zY+UEXET4sfZWtz9lfonrK2yqA7-|_GTgzb6-b4~?3qX4;6H1LGlfaic7+8)mS=h+Q z6KrH+!UV=4El>ju&c@L;vLL!UVU{3ZQ3+<*#9e~2D)YDHVHT|-9cr12$+6b%!AA++ z3k6w8jg3Ot#8}Zf3A^+q;)w!TFfb7%e6P_gS_Iul)Q zxt7k^p84kWA4{U_`kA{SH#9Z2Ao*T>@%)Q(QhQP2ME}&D_k_A77t)KID7b#P#387O zsNizzMt4Cv6HAUMB}4^5rW4gM1WJkOZdh=RSDW|}71LH5GZqXO6igTq;7DPdnDNOv z?6#OP2AMU5cqY_8C@f4t5A`VL7*5ne;53+NO^2{7Z?6ej^^)LtY```+NXD$c*Derq zRBnnxCN*@0Ox=oZ7Xl`=5}#97QIvFYJfpx!pzgwxhBd$${3j5F_GUI%-G_wlQ4RuR zn4}s`uAkoa%?T^O|oD^(?XHVaV*DPuOj`;1c8M5sQaVde8WQ8|~m~icZviCCH z|25$?;onITS~|{e=PpVA(RG#&yJOWz^2sm6lBaZhM7Ep6U;;Xbsojq=*$K&EU?HQlGV+L5eU+#WD%Kr@f4bNkg5GP3r6aq?THj0;Lim zkQK7;Sb+<>3tsaX3<7+Lb*s?Ccu_P1juEBTV$h-~&b8Ldwt)x550cqt=;q84`1JMU447U z-+ggD5V^@m-s2;mXmzOkm7O&^TlpW<@jIKvAJn@MF32=E(LsQXf`@EX7`TEss*I)w z3^s#e9JU+`rg#oqMQ4f`mO!^kpl8Hc+Q^v&`!Z$Lq;#M1#D>c*Th)Y8>&^;ic-2h| zG3zGTovO`HE7?Vf4XXRH`wBMy} z$uybimD`?`v%YNL4MI7%AarrcoLa-a+%`k(pA*F(kx;BnyuAp z@7-UGzx4ONNh>dXD1w0FBKpJfhIP}GDn>LQ4 z{G|WO{%QV_Uk{z-&vNHn$GNlor>Mx&-Wm@zD+7Q^Xf)e^69)M=>YrxXPmId%_VMy8DfXv!LGdYF}i z0YiGG2C!`dehTptde&0mt;{Mmut>icwuOYz?X=YgyVC$LXQRneprf~DA@;2~nc1Q*0qY!rqN7)Y=mXuvSCnM93x z)pjgc^#I-e4Q{YHYs|J0u2P?)NU{j4FVM{r!UZppFB5YtM2#rO^g<@t3*J;Z&P2Nr zA~EP=aY@z;UMa}zk)AZNgF>^kFJ?4hjbS&44NjYdI>V&-ork!p>dX5s?z{ZV#b;(( zX7|kpHsqQ=2m~qaW}qz}Xq)-`d|+*^8P;d1YI=7ba=pGa*PT1}O5cax#@Xh#;@5Y4 zH#K+U_ziDlPKbQy_P#oDeq_3N-rZW{RtvlNnZ#n<%G+FrYd4=8{vcR$dFbNM<>bZW z%=X!*zWwa$&&~(8RtX8QyA_6Oc?fAB+JeOV3j z;;vhtqYiv5QICp;dCu*d>N)?VU)+r2e&-nO5(gHtbEIQ5TG6=jfupA?%pDZ>Ba<3~!X{(st6FjKGW+`PA+ z|G}2cd)K>u*j2Y@o%q9TH3S~E%){2z6UfR3e^DfHv z^CdbcL5eQ?Es?R!fLo*-vx{IHvz1mjw=*61) z63RY^b*w#vfG!%ga@C<(@#?v^lQ)7#Z*u~6{-0ZrgO}SbwoNDBm%Aw3da-rhRewuD z;x9Ea8@rxz!6v_bXzQB9%*lFI zRL&?#HH|2EhNpaQ(1eB&fL+qZ z3BFfXonN&e?E64$oPFRU%-LFqOSySQoIQ6vdBb~Pjz7SRlWGh_N^Hc`ST=zT2w(zn z*RL!`Y8JEce&Um#NvBVZ0UO5vVTWL{C-h5XjzB6j2%|cje#k9{Fcf3T6ewfLmZ^@? z2wxjZ#aRcHbvoPJ<89W8S{@&h9eDpB>@9aS6(nL;y&=R5ZKiSQfHJO|l?a9Mg$7tB z%q|n=q~?C!37Q9yKZC);((2 zM*K!Y$Rf7gbmx8d$ zxqEq+^GH?0<>NAIC)eb3kC75;vbGaH!3*xkmhF9>Z@{=;@+ADZXm1|G zU2j@!8I}V0dSN?K_mi$AdcsCzh3y4KrL+xMF9I%NTf&bfvCFi;z~zJooD883DPuW% zz!D;vb`#iOYO-P_%av_C1C;F49W@NkQvq9?QtY1?WtU11kc}=P(n)O4n^FT@BAHGN z!I)3(iaM)zN)CI2kO>Jk$Bg;gB1E_A$52oDGy{@wZNyRltD&86hA5w9u2(wUGWq=b zw#fday+NGZ-&jY+PLaj%HHDnPY|g@%0g3OGv+O^lhOkqD^oaVYCn}*iI%T4L|uNtb6hW+neaFg$dz_{j(Fg^C$Mm9Q%i+1DOc~9e(B* zv$QSOv9_5zc|46BK-xV^DS)5IVY;3Y3aC7m=5SyuL`a1)VW zH!z*rfC<(}C4oLTdK$+ajDC~TmeM!WNA7|lJ%zcq;0--t%zHT&HY-KftvM>QF=L<( ze!_233CvFjeVZ8j3VRCm6`IU!qy_gN+dnLLRONIs2G210bXrTCqxn}usD-I9YDObI z36Mh^OC?@JhDmjl$v>8_6y_9yR%7)ne~co3L45301b}#YIH`J0Z2X|QGuI1MrGCY0 z;Va>p-Cy05Ygr65!huTInmf7>Y`Pij$Ok)SUEezX?H6BvaX$Fq`Eb#N#G;#%f;Yux z7%gY&Z-}cFgH1F1j4(Bt3&VOS*Uj;@MVa%|+;q3*-K{fQZ@5E_EQ{V+WVjoITP*7; zT6sU%3k8Xo4Dvc5)umA!DTodTg3Nbbrz4h zCv&N&O&C@_==BwyLP}VRwOUw%pcPo1Wex(pza<{$bP)ZG`P@;(vTazcG*Kp)&nP)_ zBvRl*KndV2P99-9)v@g?xS*asO`MJyp{&Z5XCBOngE(ngO$;S)+{tD$4i8q{VXq8* zF&KP25&uzl;D#gy$rumAUW>uQH0DmB z{t>J_BFOT6q90>EUw1|};CysNtef>qb%S{cfcgifHWVB5^Gt0Omp z59h)QQgFIAFSRYWs-_ZoSMyC*N8Z&jE57eqv)C4zc_`OEm3Yt9T=b)4F$l-AIlhkZ zt3tJ*fJY6h3p~xvD5{F{bOVMt4XxrhiVA1#^jC|wiqmB zP^#@-W{iqyi(;JRzBVWz2-CJ>Vi2b>$|vJ^o}#k4%0}G*s_wFWSbk*8;6=(LpbGh_ zj-DoWBBLhVF>G`Ur(R+M-gl0HXP zIHOkG&1+|p)osqX64&i=b|t@wpT0aHQA_$KEMKgc;gQ-mQByX}{pzzIzk^Wbw&It0 zkE(|$bck**<5p;_+(?-3W0dDl==N3IO3k@7=5U!Bq53uC`M(aX(nH>+TfbR&uxEdu5SOl_vty|=|$0d zBM{1qp=-?_c-v<(H`Y9Sy*t0=bMxLO=7c8}+c)0e;hp{-zfwm*c)4|vLQ2=tAK>;X zn1{mQ(*axrNBr>V06`JsE=5w@I85y^j&h4}Y0y2z4f1jKg+Ros$Z=5-2Zgxjf@m6f zB0ekD>xlKU*pk{%PIlx7OmXM_!LX=CufW|K$;lmz-3jbc|s)Rg3)J+K8i8fBO+ z8a0)QobKuHXBe!Bj>=QsXI5B?QPs$+>=zKtt(?ny!`nV9=7qkinYW_v3wv~W$3n9% zYuadKlj(iLnQCOiDQjc8ta1n-mP(ghZ(2_Bpjy`_TWNMi6-~pLUB{@Fn6NP}gzofA zpfh=5-^(rDbYe^$($rZzI7Wbt&cw=P zde0Ubb)B4B^{xjmw_I$Qe&Ax;oUr1vcP~cWE1OCO;rtesBQp@F{~qnXtLr4NCe|*~ z^|D4ifKga7Mj^oY?ivL+V&za>!559{pMHo&3xR0#B^-99LBtbI&&1OMu%pt!43%7I zRYHv_IgYBd-f;|FO@nP@#?{v;&Z6Z)mBA(k6r4hff{ee3bT)}k=-h;nkIa`9-h4C{X~$god`6=VzXp9hz&~n6K|EdRVlV^Y}lKS+JdR`HO-_ z5T^%la7+-FTxLYEj)g>_ar(jA9Da->gkXuFQj*X(Gkn!Od+x2Kxph18?GNAP5XG|H zp+rV7tf2#Fqjj0+dFc|OmJ!47ErmFi;_g8&6TcpaUkKB<#Kf;t(0Z&`r*QRJu|9{$ zm91F6Bi6?Ru^%igphnT8iGxl-T5^cxkpgV`Q?Zb22L4>AHyM4Kk{InMmQUT zRB6lYL%for=oIu>_Hr7VYDtHbM*c9w`k*lp75bGSt=SD~Ke*Q$}pZ1w9HJvQ5H zF+zDJSy4VyY~h(&vr|?#l@6*Uqw&!gPHRR@B%`|_qb~(#Afm~WulM??_l2iFI}bfa zBlHCw4*V68;k6D?)M?KU36sHlHMM)Lx2F;)x#7xga?Ke79WMcFS?R|%1Trg09&a)S=xjL*xgACyQ6 zDj;Dh^s-KE41~A}A{D038o-aY;MS91Q2tB2qnw^*5$BY~#P}x~%f`*XAan{=+lCCf zAU+HX@_b%?o-j!8VsJsOy4-QGW5E}^>1)mVT8kde_X41ZNKi!lZ9tLdOIKo^Ft7l7AHfE%4mR*( zAPR(v4OS^vIKO&OC zA9p>9RD4a(qj*~oLJZr8U@@{0BT=4lH};(T>|F2>=K3%J4e=N$?S`@5k%YtF^vN!B zQw**dwsjk)MCedDtsrK@C)UEguVbAmx4yHG$bk8RXRXES*?zpbkwT@92Vq0VQFJLe zkjAMc(-{pol%!IjIvS0ourbI?>=YZMSdr{y1s6U=b4_Q_I?TLI71He-(FAq>E8H!S zP-Z|3x^gW*f!>;b+g=m|M0q(stU4F_=K1ELjzl@RcDnvz)jYp~Md)CVsw+|G@U(|KSv^{87AIq`Vu@Rxid;=beWlL4;Rpc?(A<1%6< z=0#zmAf^h?PJfmoV$&~X+xQt+i4D8hgqoyK+Llt(WvCnX+#NE%$X2rPZ2RgMRoKQ* zw4`Kn$b1JH<@l_IMRKtGP+0%Q214VZv+#XHB@X#VV*jA}ee@T~HUmgBS{em-M?GJ;kAn&QZ>&{mYx|4NVD zbnB!W%{#lz&m{t;=VGmfl97 zGVMVPk)U+AM`)pxU2*p^@%ZrPppR^Q5pTR2AMKPCAERK8;sXWy@kv8}h4=vC198eD z#H&!Ysw_{%HlV&B$_2;0;Tm>?XW~fNim;FI-giBOVvHNv$EoQ=FlgYKSa3(#!5v*o zZN)$oq$r);aYpDlP9o7zaR}U*7v@S|N>3tyrG!ta*-HrrFKKB(i_tGUW1l%nW!Qyh z5zi(wXJ*A1PPCLNJ*BJ9(eKi=cQ13|$r$`sD1+(6%N)@yGvYmzB*STiDN2St(ovQT zjYD_AL4O)OIN*~1oPE}xB4Nj*NV5g{5k0mp*=!)xOWA(2+E|<5G6H9a48kzU;^03W zE~6vmwAg=$0XMaw7{dDY;X4#MiCftoqQ3m=tg*Hh|9`>UY5gdG#ox=VUW>)Q9%8`d z#v*NK##0z#15e(vr%*T2dRb0=$v=%cO1!U#2pCV!BEY<_=nH+=TT=s-&1)$?;w@4_ zA>(p>NTQO?P}%F#^p1iaA;cclNpPP6mmBl5ap0+JkePMUI$()qL=*SvzDNL!ZB?6w za!i|4sHOBv1o#XCnZJ=2|DEo>@V=ps7SQC9N0H+rmZ*b$x4|GZNCIa$=jRK|1m-5h z96w8PQlCt>MysXE41ldb=w~j8+>U|LevIi*e?&K;uY%`jbpO%a`;XxGVuoyM$~BiR zd593yQQS0|eQaav(tyq`PSn^0sDGvMe`CIv4CSeTbJxvDEemyxxkrE2)-x5qJn{!4 zSL5F~b?sCx`~mbRIvkR?*|;v>xNctVnGkAp8FCVjOk;^7{1+s zUD@9Qx^p(?cS(BA_kJ4cJF;h=`uCV@^}pd(N^J^aCTdHljRyH6(2DvGRD@tkiGjnS zoMT9Fx+_#-NnlhWvXxzxn3IDI@%RYweV1Vg&!{vQuvpmZ@0o)K^d-rLVHWLiS}o#u zo@gi;1cT2==&eR7D6C&zGMm%ViobU1%Bh=;;e2CwUhbU}dhcFdplE%0J&wSy!_(ot zT9KzSuKcjQKnURu;HVlr6`Z1#wwNf%A)$Y_oS9zkY>)|Eoz+d9Al^!;S= z-2XK`+Gl-M#$wD2{ySf0IbM{b5S=9pHcK{9Kk?oY)K8=`5wuBws`u066a7Qvm+;)C zuBiq(b%(wEs}0{-d2J;Ej0Udp2gB9Ns{zcG(SZsJeyZO9OAK-_y;c1ir0K^9XcBVtWx^Nh9DQ z`^ofH^wSg0dHa{D5W4j|9~8o~-m49-2T9!sU+-R`pIae{Zob<6db=LIl|>grqOg9Z z0hT&p{jETiunn3@=If~H4k}+rRSBqn~c{Ef%$kZlo6J`Wk6^Dvrx=D(#!8^>m{xRHn!k0&wM`&l+KK9E*=; z7Ls27UO2N%FjrfAl@W(YaB^^p%DqgP#KYvT+eOcROE)&LMa3L0cK zTltZj=K~*!Jn#QltmeHRb0xQ1^!QOH&-*}^tOs7Fn&%KJNVO+WM3P4~~faKpbb=LOE@MUZPv-Q_bE&rGYYjb9m`3$FfWNo*1p zCErg(c}kfce{J&0uZo7~)$JG~o5=sWS=GHl`0g#-kspe~En*Orw>up7} zuJ&rz68#jrTlkIz*njrSbj_Td*^qBom-qJ+U5H)u_=*yK(FM1EYRB~Mi;vIjnBDdD z$L9P!c`3Z)p|r>Gt>Igq_52E|V_)9iR&?P3pE@A>QBgvetd337nTx3+Wy8Y6w+yOmSc2Yk8Ml0Uj15d1}qHYx;%hK;E}1FSRd8h%NSb`NRASzBNd{v*Hr_ zEw*x79$KJgg!nJ;3!Y%nMS(>$=&6~Znd4W*nP|RYW8U9alqdlWs=+DLi(f9X0@R}5 z)TzAGx+JsYz5GF*Z&(Oa7hM!s^r0UVKsj$2elQy6`P89M@#96HFV(oi%T+|mLB)=&+x@YneUpZ zFLL++!+Pjy&s+QEdLPNJesqbVip{lr%}n#`x_nD-kwf^cF7`uw4o}6NcIU+5!J0UP z@piX7Re%2TOCEaK%X7Vbx1=?E9cwmz7pqoGkIdFzN$0E97Ab+1Sn^Qln4Y_nug7;N zrknEKmZA#}r9}`yMTj0U)B7%(G~uCmm", + "highb ", + "029xue ", + "mikexstudios ", + "nhumrich ", + "davidfraser ", + "demurgos ", + "ghickman ", + "nvie ", + "adrienverge ", + "AndersBlomdell ", + "thmxv ", + "wimglenn ", + "hugovk ", + "dcecile ", + "mroutis ", + "jdufresne ", + "groodt ", + "ftrofin ", + "pykong ", + "nhhollander ", + "KOLANICH ", + "JonjonHays ", + "Isaac0616 ", + "SebastiaanZ ", + "RoelAdriaans ", + "raviselker ", + "johanvergeer ", + "danjer ", + "jhbuhrman ", + "WPDOrdina ", + "tirkarthi ", + "jayvdb ", + "jwodder ", + "kloczek ", + "orens ", + "spMohanty ", + "ichard26 ", + "jack1142 ", + "mgorny ", + "bzakdd ", + "haimat ", + "Avasam ", + "yschroeder ", + "axesider ", + "tomruk ", + "oprypin ", + "kurtmckee ", +] +__license__ = "MPL 2.0" +__version__ = "0.12.1" diff --git a/venv/lib/python3.12/site-packages/pathspec/gitignore.py b/venv/lib/python3.12/site-packages/pathspec/gitignore.py new file mode 100644 index 0000000..994a2c7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/gitignore.py @@ -0,0 +1,157 @@ +""" +This module provides :class:`.GitIgnoreSpec` which replicates +*.gitignore* behavior. +""" + +from typing import ( + AnyStr, + Callable, # Replaced by `collections.abc.Callable` in 3.9. + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Tuple, # Replaced by `tuple` in 3.9. + Type, # Replaced by `type` in 3.9. + TypeVar, + Union, # Replaced by `X | Y` in 3.10. + cast, + overload) + +from .pathspec import ( + PathSpec) +from .pattern import ( + Pattern) +from .patterns.gitwildmatch import ( + GitWildMatchPattern, + _DIR_MARK) +from .util import ( + _is_iterable) + +Self = TypeVar("Self", bound="GitIgnoreSpec") +""" +:class:`GitIgnoreSpec` self type hint to support Python v<3.11 using PEP +673 recommendation. +""" + + +class GitIgnoreSpec(PathSpec): + """ + The :class:`GitIgnoreSpec` class extends :class:`pathspec.pathspec.PathSpec` to + replicate *.gitignore* behavior. + """ + + def __eq__(self, other: object) -> bool: + """ + Tests the equality of this gitignore-spec with *other* (:class:`GitIgnoreSpec`) + by comparing their :attr:`~pathspec.pattern.Pattern` + attributes. A non-:class:`GitIgnoreSpec` will not compare equal. + """ + if isinstance(other, GitIgnoreSpec): + return super().__eq__(other) + elif isinstance(other, PathSpec): + return False + else: + return NotImplemented + + # Support reversed order of arguments from PathSpec. + @overload + @classmethod + def from_lines( + cls: Type[Self], + pattern_factory: Union[str, Callable[[AnyStr], Pattern]], + lines: Iterable[AnyStr], + ) -> Self: + ... + + @overload + @classmethod + def from_lines( + cls: Type[Self], + lines: Iterable[AnyStr], + pattern_factory: Union[str, Callable[[AnyStr], Pattern], None] = None, + ) -> Self: + ... + + @classmethod + def from_lines( + cls: Type[Self], + lines: Iterable[AnyStr], + pattern_factory: Union[str, Callable[[AnyStr], Pattern], None] = None, + ) -> Self: + """ + Compiles the pattern lines. + + *lines* (:class:`~collections.abc.Iterable`) yields each uncompiled + pattern (:class:`str`). This simply has to yield each line so it can + be a :class:`io.TextIOBase` (e.g., from :func:`open` or + :class:`io.StringIO`) or the result from :meth:`str.splitlines`. + + *pattern_factory* can be :data:`None`, the name of a registered + pattern factory (:class:`str`), or a :class:`~collections.abc.Callable` + used to compile patterns. The callable must accept an uncompiled + pattern (:class:`str`) and return the compiled pattern + (:class:`pathspec.pattern.Pattern`). + Default is :data:`None` for :class:`.GitWildMatchPattern`). + + Returns the :class:`GitIgnoreSpec` instance. + """ + if pattern_factory is None: + pattern_factory = GitWildMatchPattern + + elif (isinstance(lines, (str, bytes)) or callable(lines)) and _is_iterable(pattern_factory): + # Support reversed order of arguments from PathSpec. + pattern_factory, lines = lines, pattern_factory + + self = super().from_lines(pattern_factory, lines) + return cast(Self, self) + + @staticmethod + def _match_file( + patterns: Iterable[Tuple[int, GitWildMatchPattern]], + file: str, + ) -> Tuple[Optional[bool], Optional[int]]: + """ + Check the file against the patterns. + + .. NOTE:: Subclasses of :class:`~pathspec.pathspec.PathSpec` may override + this method as an instance method. It does not have to be a static + method. The signature for this method is subject to change. + + *patterns* (:class:`~collections.abc.Iterable`) yields each indexed pattern + (:class:`tuple`) which contains the pattern index (:class:`int`) and actual + pattern (:class:`~pathspec.pattern.Pattern`). + + *file* (:class:`str`) is the normalized file path to be matched against + *patterns*. + + Returns a :class:`tuple` containing whether to include *file* (:class:`bool` + or :data:`None`), and the index of the last matched pattern (:class:`int` or + :data:`None`). + """ + out_include: Optional[bool] = None + out_index: Optional[int] = None + out_priority = 0 + for index, pattern in patterns: + if pattern.include is not None: + match = pattern.match_file(file) + if match is not None: + # Pattern matched. + + # Check for directory marker. + dir_mark = match.match.groupdict().get(_DIR_MARK) + + if dir_mark: + # Pattern matched by a directory pattern. + priority = 1 + else: + # Pattern matched by a file pattern. + priority = 2 + + if pattern.include and dir_mark: + out_include = pattern.include + out_index = index + out_priority = priority + elif priority >= out_priority: + out_include = pattern.include + out_index = index + out_priority = priority + + return out_include, out_index diff --git a/venv/lib/python3.12/site-packages/pathspec/pathspec.py b/venv/lib/python3.12/site-packages/pathspec/pathspec.py new file mode 100644 index 0000000..bdfaccd --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/pathspec.py @@ -0,0 +1,394 @@ +""" +This module provides an object oriented interface for pattern matching of files. +""" + +from collections.abc import ( + Collection as CollectionType) +from itertools import ( + zip_longest) +from typing import ( + AnyStr, + Callable, # Replaced by `collections.abc.Callable` in 3.9. + Collection, # Replaced by `collections.abc.Collection` in 3.9. + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Iterator, # Replaced by `collections.abc.Iterator` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Type, # Replaced by `type` in 3.9. + TypeVar, + Union) # Replaced by `X | Y` in 3.10. + +from . import util +from .pattern import ( + Pattern) +from .util import ( + CheckResult, + StrPath, + TStrPath, + TreeEntry, + _filter_check_patterns, + _is_iterable, + normalize_file) + +Self = TypeVar("Self", bound="PathSpec") +""" +:class:`PathSpec` self type hint to support Python v<3.11 using PEP 673 +recommendation. +""" + + +class PathSpec(object): + """ + The :class:`PathSpec` class is a wrapper around a list of compiled + :class:`.Pattern` instances. + """ + + def __init__(self, patterns: Iterable[Pattern]) -> None: + """ + Initializes the :class:`PathSpec` instance. + + *patterns* (:class:`~collections.abc.Collection` or :class:`~collections.abc.Iterable`) + yields each compiled pattern (:class:`.Pattern`). + """ + if not isinstance(patterns, CollectionType): + patterns = list(patterns) + + self.patterns: Collection[Pattern] = patterns + """ + *patterns* (:class:`~collections.abc.Collection` of :class:`.Pattern`) + contains the compiled patterns. + """ + + def __eq__(self, other: object) -> bool: + """ + Tests the equality of this path-spec with *other* (:class:`PathSpec`) + by comparing their :attr:`~PathSpec.patterns` attributes. + """ + if isinstance(other, PathSpec): + paired_patterns = zip_longest(self.patterns, other.patterns) + return all(a == b for a, b in paired_patterns) + else: + return NotImplemented + + def __len__(self) -> int: + """ + Returns the number of compiled patterns this path-spec contains + (:class:`int`). + """ + return len(self.patterns) + + def __add__(self: Self, other: "PathSpec") -> Self: + """ + Combines the :attr:`Pathspec.patterns` patterns from two + :class:`PathSpec` instances. + """ + if isinstance(other, PathSpec): + return self.__class__(self.patterns + other.patterns) + else: + return NotImplemented + + def __iadd__(self: Self, other: "PathSpec") -> Self: + """ + Adds the :attr:`Pathspec.patterns` patterns from one :class:`PathSpec` + instance to this instance. + """ + if isinstance(other, PathSpec): + self.patterns += other.patterns + return self + else: + return NotImplemented + + def check_file( + self, + file: TStrPath, + separators: Optional[Collection[str]] = None, + ) -> CheckResult[TStrPath]: + """ + Check the files against this path-spec. + + *file* (:class:`str` or :class:`os.PathLike`) is the file path to be + matched against :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + Returns the file check result (:class:`~pathspec.util.CheckResult`). + """ + norm_file = normalize_file(file, separators) + include, index = self._match_file(enumerate(self.patterns), norm_file) + return CheckResult(file, include, index) + + def check_files( + self, + files: Iterable[TStrPath], + separators: Optional[Collection[str]] = None, + ) -> Iterator[CheckResult[TStrPath]]: + """ + Check the files against this path-spec. + + *files* (:class:`~collections.abc.Iterable` of :class:`str` or + :class:`os.PathLike`) contains the file paths to be checked against + :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + Returns an :class:`~collections.abc.Iterator` yielding each file check + result (:class:`~pathspec.util.CheckResult`). + """ + if not _is_iterable(files): + raise TypeError(f"files:{files!r} is not an iterable.") + + use_patterns = _filter_check_patterns(self.patterns) + for orig_file in files: + norm_file = normalize_file(orig_file, separators) + include, index = self._match_file(use_patterns, norm_file) + yield CheckResult(orig_file, include, index) + + def check_tree_files( + self, + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, + ) -> Iterator[CheckResult[str]]: + """ + Walks the specified root path for all files and checks them against this + path-spec. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search for files. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) optionally + is the error handler for file-system exceptions. It will be called with the + exception (:exc:`OSError`). Reraise the exception to abort the walk. Default + is :data:`None` to ignore file-system exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether to walk + symbolic links that resolve to directories. Default is :data:`None` for + :data:`True`. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns an :class:`~collections.abc.Iterator` yielding each file check + result (:class:`~pathspec.util.CheckResult`). + """ + files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links) + yield from self.check_files(files) + + @classmethod + def from_lines( + cls: Type[Self], + pattern_factory: Union[str, Callable[[AnyStr], Pattern]], + lines: Iterable[AnyStr], + ) -> Self: + """ + Compiles the pattern lines. + + *pattern_factory* can be either the name of a registered pattern factory + (:class:`str`), or a :class:`~collections.abc.Callable` used to compile + patterns. It must accept an uncompiled pattern (:class:`str`) and return the + compiled pattern (:class:`.Pattern`). + + *lines* (:class:`~collections.abc.Iterable`) yields each uncompiled pattern + (:class:`str`). This simply has to yield each line so that it can be a + :class:`io.TextIOBase` (e.g., from :func:`open` or :class:`io.StringIO`) or + the result from :meth:`str.splitlines`. + + Returns the :class:`PathSpec` instance. + """ + if isinstance(pattern_factory, str): + pattern_factory = util.lookup_pattern(pattern_factory) + + if not callable(pattern_factory): + raise TypeError(f"pattern_factory:{pattern_factory!r} is not callable.") + + if not _is_iterable(lines): + raise TypeError(f"lines:{lines!r} is not an iterable.") + + patterns = [pattern_factory(line) for line in lines if line] + return cls(patterns) + + def match_entries( + self, + entries: Iterable[TreeEntry], + separators: Optional[Collection[str]] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[TreeEntry]: + """ + Matches the entries to this path-spec. + + *entries* (:class:`~collections.abc.Iterable` of :class:`~pathspec.util.TreeEntry`) + contains the entries to be matched against :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched entries (:class:`~collections.abc.Iterator` of + :class:`~pathspec.util.TreeEntry`). + """ + if not _is_iterable(entries): + raise TypeError(f"entries:{entries!r} is not an iterable.") + + use_patterns = _filter_check_patterns(self.patterns) + for entry in entries: + norm_file = normalize_file(entry.path, separators) + include, _index = self._match_file(use_patterns, norm_file) + + if negate: + include = not include + + if include: + yield entry + + _match_file = staticmethod(util.check_match_file) + """ + Match files using the `check_match_file()` utility function. Subclasses may + override this method as an instance method. It does not have to be a static + method. The signature for this method is subject to change. + """ + + def match_file( + self, + file: StrPath, + separators: Optional[Collection[str]] = None, + ) -> bool: + """ + Matches the file to this path-spec. + + *file* (:class:`str` or :class:`os.PathLike`) is the file path to be + matched against :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`) + optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + Returns :data:`True` if *file* matched; otherwise, :data:`False`. + """ + norm_file = normalize_file(file, separators) + include, _index = self._match_file(enumerate(self.patterns), norm_file) + return bool(include) + + def match_files( + self, + files: Iterable[StrPath], + separators: Optional[Collection[str]] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[StrPath]: + """ + Matches the files to this path-spec. + + *files* (:class:`~collections.abc.Iterable` of :class:`str` or + :class:`os.PathLike`) contains the file paths to be matched against + :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched files (:class:`~collections.abc.Iterator` of + :class:`str` or :class:`os.PathLike`). + """ + if not _is_iterable(files): + raise TypeError(f"files:{files!r} is not an iterable.") + + use_patterns = _filter_check_patterns(self.patterns) + for orig_file in files: + norm_file = normalize_file(orig_file, separators) + include, _index = self._match_file(use_patterns, norm_file) + + if negate: + include = not include + + if include: + yield orig_file + + def match_tree_entries( + self, + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[TreeEntry]: + """ + Walks the specified root path for all files and matches them to this + path-spec. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) optionally + is the error handler for file-system exceptions. It will be called with the + exception (:exc:`OSError`). Reraise the exception to abort the walk. Default + is :data:`None` to ignore file-system exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether to walk + symbolic links that resolve to directories. Default is :data:`None` for + :data:`True`. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched files (:class:`~collections.abc.Iterator` of + :class:`.TreeEntry`). + """ + entries = util.iter_tree_entries(root, on_error=on_error, follow_links=follow_links) + yield from self.match_entries(entries, negate=negate) + + def match_tree_files( + self, + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[str]: + """ + Walks the specified root path for all files and matches them to this + path-spec. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search for files. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) optionally + is the error handler for file-system exceptions. It will be called with the + exception (:exc:`OSError`). Reraise the exception to abort the walk. Default + is :data:`None` to ignore file-system exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether to walk + symbolic links that resolve to directories. Default is :data:`None` for + :data:`True`. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched files (:class:`~collections.abc.Iterable` of + :class:`str`). + """ + files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links) + yield from self.match_files(files, negate=negate) + + # Alias `match_tree_files()` as `match_tree()` for backward compatibility + # before v0.3.2. + match_tree = match_tree_files diff --git a/venv/lib/python3.12/site-packages/pathspec/pattern.py b/venv/lib/python3.12/site-packages/pathspec/pattern.py new file mode 100644 index 0000000..d081557 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/pattern.py @@ -0,0 +1,213 @@ +""" +This module provides the base definition for patterns. +""" + +import dataclasses +import re +import warnings +from typing import ( + Any, + AnyStr, + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Iterator, # Replaced by `collections.abc.Iterator` in 3.9. + Match as MatchHint, # Replaced by `re.Match` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Pattern as PatternHint, # Replaced by `re.Pattern` in 3.9. + Tuple, # Replaced by `tuple` in 3.9. + Union) # Replaced by `X | Y` in 3.10. + + +class Pattern(object): + """ + The :class:`Pattern` class is the abstract definition of a pattern. + """ + + # Make the class dict-less. + __slots__ = ( + 'include', + ) + + def __init__(self, include: Optional[bool]) -> None: + """ + Initializes the :class:`Pattern` instance. + + *include* (:class:`bool` or :data:`None`) is whether the matched files + should be included (:data:`True`), excluded (:data:`False`), or is a + null-operation (:data:`None`). + """ + + self.include = include + """ + *include* (:class:`bool` or :data:`None`) is whether the matched files + should be included (:data:`True`), excluded (:data:`False`), or is a + null-operation (:data:`None`). + """ + + def match(self, files: Iterable[str]) -> Iterator[str]: + """ + DEPRECATED: This method is no longer used and has been replaced by + :meth:`.match_file`. Use the :meth:`.match_file` method with a loop for + similar results. + + Matches this pattern against the specified files. + + *files* (:class:`~collections.abc.Iterable` of :class:`str`) contains each + file relative to the root directory (e.g., ``"relative/path/to/file"``). + + Returns an :class:`~collections.abc.Iterable` yielding each matched file + path (:class:`str`). + """ + warnings.warn(( + "{cls.__module__}.{cls.__qualname__}.match() is deprecated. Use " + "{cls.__module__}.{cls.__qualname__}.match_file() with a loop for " + "similar results." + ).format(cls=self.__class__), DeprecationWarning, stacklevel=2) + + for file in files: + if self.match_file(file) is not None: + yield file + + def match_file(self, file: str) -> Optional[Any]: + """ + Matches this pattern against the specified file. + + *file* (:class:`str`) is the normalized file path to match against. + + Returns the match result if *file* matched; otherwise, :data:`None`. + """ + raise NotImplementedError(( + "{cls.__module__}.{cls.__qualname__} must override match_file()." + ).format(cls=self.__class__)) + + +class RegexPattern(Pattern): + """ + The :class:`RegexPattern` class is an implementation of a pattern using + regular expressions. + """ + + # Keep the class dict-less. + __slots__ = ( + 'pattern', + 'regex', + ) + + def __init__( + self, + pattern: Union[AnyStr, PatternHint, None], + include: Optional[bool] = None, + ) -> None: + """ + Initializes the :class:`RegexPattern` instance. + + *pattern* (:class:`str`, :class:`bytes`, :class:`re.Pattern`, or + :data:`None`) is the pattern to compile into a regular expression. + + *include* (:class:`bool` or :data:`None`) must be :data:`None` unless + *pattern* is a precompiled regular expression (:class:`re.Pattern`) in which + case it is whether matched files should be included (:data:`True`), excluded + (:data:`False`), or is a null operation (:data:`None`). + + .. NOTE:: Subclasses do not need to support the *include* parameter. + """ + + if isinstance(pattern, (str, bytes)): + assert include is None, ( + f"include:{include!r} must be null when pattern:{pattern!r} is a string." + ) + regex, include = self.pattern_to_regex(pattern) + # NOTE: Make sure to allow a null regular expression to be + # returned for a null-operation. + if include is not None: + regex = re.compile(regex) + + elif pattern is not None and hasattr(pattern, 'match'): + # Assume pattern is a precompiled regular expression. + # - NOTE: Used specified *include*. + regex = pattern + + elif pattern is None: + # NOTE: Make sure to allow a null pattern to be passed for a + # null-operation. + assert include is None, ( + f"include:{include!r} must be null when pattern:{pattern!r} is null." + ) + + else: + raise TypeError(f"pattern:{pattern!r} is not a string, re.Pattern, or None.") + + super(RegexPattern, self).__init__(include) + + self.pattern: Union[AnyStr, PatternHint, None] = pattern + """ + *pattern* (:class:`str`, :class:`bytes`, :class:`re.Pattern`, or + :data:`None`) is the uncompiled, input pattern. This is for reference. + """ + + self.regex: PatternHint = regex + """ + *regex* (:class:`re.Pattern`) is the regular expression for the pattern. + """ + + def __eq__(self, other: 'RegexPattern') -> bool: + """ + Tests the equality of this regex pattern with *other* (:class:`RegexPattern`) + by comparing their :attr:`~Pattern.include` and :attr:`~RegexPattern.regex` + attributes. + """ + if isinstance(other, RegexPattern): + return self.include == other.include and self.regex == other.regex + else: + return NotImplemented + + def match_file(self, file: str) -> Optional['RegexMatchResult']: + """ + Matches this pattern against the specified file. + + *file* (:class:`str`) contains each file relative to the root directory + (e.g., "relative/path/to/file"). + + Returns the match result (:class:`.RegexMatchResult`) if *file* matched; + otherwise, :data:`None`. + """ + if self.include is not None: + match = self.regex.match(file) + if match is not None: + return RegexMatchResult(match) + + return None + + @classmethod + def pattern_to_regex(cls, pattern: str) -> Tuple[str, bool]: + """ + Convert the pattern into an uncompiled regular expression. + + *pattern* (:class:`str`) is the pattern to convert into a regular + expression. + + Returns the uncompiled regular expression (:class:`str` or :data:`None`), + and whether matched files should be included (:data:`True`), excluded + (:data:`False`), or is a null-operation (:data:`None`). + + .. NOTE:: The default implementation simply returns *pattern* and + :data:`True`. + """ + return pattern, True + + +@dataclasses.dataclass() +class RegexMatchResult(object): + """ + The :class:`RegexMatchResult` data class is used to return information about + the matched regular expression. + """ + + # Keep the class dict-less. + __slots__ = ( + 'match', + ) + + match: MatchHint + """ + *match* (:class:`re.Match`) is the regex match result. + """ diff --git a/venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py b/venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py new file mode 100644 index 0000000..7360e9c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py @@ -0,0 +1,11 @@ +""" +The *pathspec.patterns* package contains the pattern matching +implementations. +""" + +# Load pattern implementations. +from . import gitwildmatch + +# DEPRECATED: Expose the `GitWildMatchPattern` class in this module for +# backward compatibility with v0.5. +from .gitwildmatch import GitWildMatchPattern diff --git a/venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cef6791208f926a53f2332f381cfc7fceb8c3402 GIT binary patch literal 380 zcmXv~u};G<5IrYBR8c#D#K4lZm52qbs4Ejy2M|&hV;qy1Cbnf?i^7la4SWlK(3Ob| zRKdW6Q`#Gz-qXF)y}P%;Acaszlkr1N0Ny*Xt7uEsSs*V^zzhmfL^WxmSwuP>*HIJC zVghY4+aRz;Gsqi-Ft8Q}ozhyE^R{M+9OkXG{qBiei#{_kkS$^nm297aD&~!fy2d literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/gitwildmatch.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/gitwildmatch.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e221526bfc599c2976cf93c04933d5268c8354a0 GIT binary patch literal 9683 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 Tuple[Optional[AnyStr], Optional[bool]]: + """ + Convert the pattern into a regular expression. + + *pattern* (:class:`str` or :class:`bytes`) is the pattern to convert into a + regular expression. + + Returns the uncompiled regular expression (:class:`str`, :class:`bytes`, or + :data:`None`); and whether matched files should be included (:data:`True`), + excluded (:data:`False`), or if it is a null-operation (:data:`None`). + """ + if isinstance(pattern, str): + return_type = str + elif isinstance(pattern, bytes): + return_type = bytes + pattern = pattern.decode(_BYTES_ENCODING) + else: + raise TypeError(f"pattern:{pattern!r} is not a unicode or byte string.") + + original_pattern = pattern + + if pattern.endswith('\\ '): + # EDGE CASE: Spaces can be escaped with backslash. If a pattern that ends + # with backslash followed by a space, only strip from left. + pattern = pattern.lstrip() + else: + pattern = pattern.strip() + + if pattern.startswith('#'): + # A pattern starting with a hash ('#') serves as a comment (neither + # includes nor excludes files). Escape the hash with a back-slash to match + # a literal hash (i.e., '\#'). + regex = None + include = None + + elif pattern == '/': + # EDGE CASE: According to `git check-ignore` (v2.4.1), a single '/' does + # not match any file. + regex = None + include = None + + elif pattern: + if pattern.startswith('!'): + # A pattern starting with an exclamation mark ('!') negates the pattern + # (exclude instead of include). Escape the exclamation mark with a + # back-slash to match a literal exclamation mark (i.e., '\!'). + include = False + # Remove leading exclamation mark. + pattern = pattern[1:] + else: + include = True + + # Allow a regex override for edge cases that cannot be handled through + # normalization. + override_regex = None + + # Split pattern into segments. + pattern_segs = pattern.split('/') + + # Check whether the pattern is specifically a directory pattern before + # normalization. + is_dir_pattern = not pattern_segs[-1] + + # Normalize pattern to make processing easier. + + # EDGE CASE: Deal with duplicate double-asterisk sequences. Collapse each + # sequence down to one double-asterisk. Iterate over the segments in + # reverse and remove the duplicate double asterisks as we go. + for i in range(len(pattern_segs) - 1, 0, -1): + prev = pattern_segs[i-1] + seg = pattern_segs[i] + if prev == '**' and seg == '**': + del pattern_segs[i] + + if len(pattern_segs) == 2 and pattern_segs[0] == '**' and not pattern_segs[1]: + # EDGE CASE: The '**/' pattern should match everything except individual + # files in the root directory. This case cannot be adequately handled + # through normalization. Use the override. + override_regex = f'^.+(?P<{_DIR_MARK}>/).*$' + + if not pattern_segs[0]: + # A pattern beginning with a slash ('/') will only match paths directly + # on the root directory instead of any descendant paths. So, remove + # empty first segment to make pattern relative to root. + del pattern_segs[0] + + elif len(pattern_segs) == 1 or (len(pattern_segs) == 2 and not pattern_segs[1]): + # A single pattern without a beginning slash ('/') will match any + # descendant path. This is equivalent to "**/{pattern}". So, prepend + # with double-asterisks to make pattern relative to root. + # - EDGE CASE: This also holds for a single pattern with a trailing + # slash (e.g. dir/). + if pattern_segs[0] != '**': + pattern_segs.insert(0, '**') + + else: + # EDGE CASE: A pattern without a beginning slash ('/') but contains at + # least one prepended directory (e.g. "dir/{pattern}") should not match + # "**/dir/{pattern}", according to `git check-ignore` (v2.4.1). + pass + + if not pattern_segs: + # After resolving the edge cases, we end up with no pattern at all. This + # must be because the pattern is invalid. + raise GitWildMatchPatternError(f"Invalid git pattern: {original_pattern!r}") + + if not pattern_segs[-1] and len(pattern_segs) > 1: + # A pattern ending with a slash ('/') will match all descendant paths if + # it is a directory but not if it is a regular file. This is equivalent + # to "{pattern}/**". So, set last segment to a double-asterisk to + # include all descendants. + pattern_segs[-1] = '**' + + if override_regex is None: + # Build regular expression from pattern. + output = ['^'] + need_slash = False + end = len(pattern_segs) - 1 + for i, seg in enumerate(pattern_segs): + if seg == '**': + if i == 0 and i == end: + # A pattern consisting solely of double-asterisks ('**') will + # match every path. + output.append(f'[^/]+(?:/.*)?') + + elif i == 0: + # A normalized pattern beginning with double-asterisks + # ('**') will match any leading path segments. + output.append('(?:.+/)?') + need_slash = False + + elif i == end: + # A normalized pattern ending with double-asterisks ('**') will + # match any trailing path segments. + if is_dir_pattern: + output.append(f'(?P<{_DIR_MARK}>/).*') + else: + output.append(f'/.*') + + else: + # A pattern with inner double-asterisks ('**') will match multiple + # (or zero) inner path segments. + output.append('(?:/.+)?') + need_slash = True + + elif seg == '*': + # Match single path segment. + if need_slash: + output.append('/') + + output.append('[^/]+') + + if i == end: + # A pattern ending without a slash ('/') will match a file or a + # directory (with paths underneath it). E.g., "foo" matches "foo", + # "foo/bar", "foo/bar/baz", etc. + output.append(f'(?:(?P<{_DIR_MARK}>/).*)?') + + need_slash = True + + else: + # Match segment glob pattern. + if need_slash: + output.append('/') + + try: + output.append(cls._translate_segment_glob(seg)) + except ValueError as e: + raise GitWildMatchPatternError(f"Invalid git pattern: {original_pattern!r}") from e + + if i == end: + # A pattern ending without a slash ('/') will match a file or a + # directory (with paths underneath it). E.g., "foo" matches "foo", + # "foo/bar", "foo/bar/baz", etc. + output.append(f'(?:(?P<{_DIR_MARK}>/).*)?') + + need_slash = True + + output.append('$') + regex = ''.join(output) + + else: + # Use regex override. + regex = override_regex + + else: + # A blank pattern is a null-operation (neither includes nor excludes + # files). + regex = None + include = None + + if regex is not None and return_type is bytes: + regex = regex.encode(_BYTES_ENCODING) + + return regex, include + + @staticmethod + def _translate_segment_glob(pattern: str) -> str: + """ + Translates the glob pattern to a regular expression. This is used in the + constructor to translate a path segment glob pattern to its corresponding + regular expression. + + *pattern* (:class:`str`) is the glob pattern. + + Returns the regular expression (:class:`str`). + """ + # NOTE: This is derived from `fnmatch.translate()` and is similar to the + # POSIX function `fnmatch()` with the `FNM_PATHNAME` flag set. + + escape = False + regex = '' + i, end = 0, len(pattern) + while i < end: + # Get next character. + char = pattern[i] + i += 1 + + if escape: + # Escape the character. + escape = False + regex += re.escape(char) + + elif char == '\\': + # Escape character, escape next character. + escape = True + + elif char == '*': + # Multi-character wildcard. Match any string (except slashes), including + # an empty string. + regex += '[^/]*' + + elif char == '?': + # Single-character wildcard. Match any single character (except a + # slash). + regex += '[^/]' + + elif char == '[': + # Bracket expression wildcard. Except for the beginning exclamation + # mark, the whole bracket expression can be used directly as regex, but + # we have to find where the expression ends. + # - "[][!]" matches ']', '[' and '!'. + # - "[]-]" matches ']' and '-'. + # - "[!]a-]" matches any character except ']', 'a' and '-'. + j = i + + # Pass bracket expression negation. + if j < end and (pattern[j] == '!' or pattern[j] == '^'): + j += 1 + + # Pass first closing bracket if it is at the beginning of the + # expression. + if j < end and pattern[j] == ']': + j += 1 + + # Find closing bracket. Stop once we reach the end or find it. + while j < end and pattern[j] != ']': + j += 1 + + if j < end: + # Found end of bracket expression. Increment j to be one past the + # closing bracket: + # + # [...] + # ^ ^ + # i j + # + j += 1 + expr = '[' + + if pattern[i] == '!': + # Bracket expression needs to be negated. + expr += '^' + i += 1 + elif pattern[i] == '^': + # POSIX declares that the regex bracket expression negation "[^...]" + # is undefined in a glob pattern. Python's `fnmatch.translate()` + # escapes the caret ('^') as a literal. Git supports the using a + # caret for negation. Maintain consistency with Git because that is + # the expected behavior. + expr += '^' + i += 1 + + # Build regex bracket expression. Escape slashes so they are treated + # as literal slashes by regex as defined by POSIX. + expr += pattern[i:j].replace('\\', '\\\\') + + # Add regex bracket expression to regex result. + regex += expr + + # Set i to one past the closing bracket. + i = j + + else: + # Failed to find closing bracket, treat opening bracket as a bracket + # literal instead of as an expression. + regex += '\\[' + + else: + # Regular character, escape it for regex. + regex += re.escape(char) + + if escape: + raise ValueError(f"Escape character found with no next character to escape: {pattern!r}") + + return regex + + @staticmethod + def escape(s: AnyStr) -> AnyStr: + """ + Escape special characters in the given string. + + *s* (:class:`str` or :class:`bytes`) a filename or a string that you want to + escape, usually before adding it to a ".gitignore". + + Returns the escaped string (:class:`str` or :class:`bytes`). + """ + if isinstance(s, str): + return_type = str + string = s + elif isinstance(s, bytes): + return_type = bytes + string = s.decode(_BYTES_ENCODING) + else: + raise TypeError(f"s:{s!r} is not a unicode or byte string.") + + # Reference: https://git-scm.com/docs/gitignore#_pattern_format + meta_characters = r"[]!*#?" + + out_string = "".join("\\" + x if x in meta_characters else x for x in string) + + if return_type is bytes: + return out_string.encode(_BYTES_ENCODING) + else: + return out_string + +util.register_pattern('gitwildmatch', GitWildMatchPattern) + + +class GitIgnorePattern(GitWildMatchPattern): + """ + The :class:`GitIgnorePattern` class is deprecated by :class:`GitWildMatchPattern`. + This class only exists to maintain compatibility with v0.4. + """ + + def __init__(self, *args, **kw) -> None: + """ + Warn about deprecation. + """ + self._deprecated() + super(GitIgnorePattern, self).__init__(*args, **kw) + + @staticmethod + def _deprecated() -> None: + """ + Warn about deprecation. + """ + warnings.warn(( + "GitIgnorePattern ('gitignore') is deprecated. Use GitWildMatchPattern " + "('gitwildmatch') instead." + ), DeprecationWarning, stacklevel=3) + + @classmethod + def pattern_to_regex(cls, *args, **kw): + """ + Warn about deprecation. + """ + cls._deprecated() + return super(GitIgnorePattern, cls).pattern_to_regex(*args, **kw) + +# Register `GitIgnorePattern` as "gitignore" for backward compatibility with +# v0.4. +util.register_pattern('gitignore', GitIgnorePattern) diff --git a/venv/lib/python3.12/site-packages/pathspec/py.typed b/venv/lib/python3.12/site-packages/pathspec/py.typed new file mode 100644 index 0000000..b01eaaf --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. The pathspec package uses inline types. diff --git a/venv/lib/python3.12/site-packages/pathspec/util.py b/venv/lib/python3.12/site-packages/pathspec/util.py new file mode 100644 index 0000000..5883951 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/util.py @@ -0,0 +1,792 @@ +""" +This module provides utility methods for dealing with path-specs. +""" + +import os +import os.path +import pathlib +import posixpath +import stat +import sys +import warnings +from collections.abc import ( + Collection as CollectionType, + Iterable as IterableType) +from dataclasses import ( + dataclass) +from os import ( + PathLike) +from typing import ( + Any, + AnyStr, + Callable, # Replaced by `collections.abc.Callable` in 3.9. + Collection, # Replaced by `collections.abc.Collection` in 3.9. + Dict, # Replaced by `dict` in 3.9. + Generic, + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Iterator, # Replaced by `collections.abc.Iterator` in 3.9. + List, # Replaced by `list` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Sequence, # Replaced by `collections.abc.Sequence` in 3.9. + Set, # Replaced by `set` in 3.9. + Tuple, # Replaced by `tuple` in 3.9. + TypeVar, + Union) # Replaced by `X | Y` in 3.10. + +from .pattern import ( + Pattern) + +if sys.version_info >= (3, 9): + StrPath = Union[str, PathLike[str]] +else: + StrPath = Union[str, PathLike] + +TStrPath = TypeVar("TStrPath", bound=StrPath) +""" +Type variable for :class:`str` or :class:`os.PathLike`. +""" + +NORMALIZE_PATH_SEPS = [ + __sep + for __sep in [os.sep, os.altsep] + if __sep and __sep != posixpath.sep +] +""" +*NORMALIZE_PATH_SEPS* (:class:`list` of :class:`str`) contains the path +separators that need to be normalized to the POSIX separator for the +current operating system. The separators are determined by examining +:data:`os.sep` and :data:`os.altsep`. +""" + +_registered_patterns = {} +""" +*_registered_patterns* (:class:`dict`) maps a name (:class:`str`) to the +registered pattern factory (:class:`~collections.abc.Callable`). +""" + + +def append_dir_sep(path: pathlib.Path) -> str: + """ + Appends the path separator to the path if the path is a directory. + This can be used to aid in distinguishing between directories and + files on the file-system by relying on the presence of a trailing path + separator. + + *path* (:class:`pathlib.Path`) is the path to use. + + Returns the path (:class:`str`). + """ + str_path = str(path) + if path.is_dir(): + str_path += os.sep + + return str_path + + +def check_match_file( + patterns: Iterable[Tuple[int, Pattern]], + file: str, +) -> Tuple[Optional[bool], Optional[int]]: + """ + Check the file against the patterns. + + *patterns* (:class:`~collections.abc.Iterable`) yields each indexed pattern + (:class:`tuple`) which contains the pattern index (:class:`int`) and actual + pattern (:class:`~pathspec.pattern.Pattern`). + + *file* (:class:`str`) is the normalized file path to be matched + against *patterns*. + + Returns a :class:`tuple` containing whether to include *file* (:class:`bool` + or :data:`None`), and the index of the last matched pattern (:class:`int` or + :data:`None`). + """ + out_include: Optional[bool] = None + out_index: Optional[int] = None + for index, pattern in patterns: + if pattern.include is not None and pattern.match_file(file) is not None: + out_include = pattern.include + out_index = index + + return out_include, out_index + + +def detailed_match_files( + patterns: Iterable[Pattern], + files: Iterable[str], + all_matches: Optional[bool] = None, +) -> Dict[str, 'MatchDetail']: + """ + Matches the files to the patterns, and returns which patterns matched + the files. + + *patterns* (:class:`~collections.abc.Iterable` of :class:`~pathspec.pattern.Pattern`) + contains the patterns to use. + + *files* (:class:`~collections.abc.Iterable` of :class:`str`) contains + the normalized file paths to be matched against *patterns*. + + *all_matches* (:class:`bool` or :data:`None`) is whether to return all + matches patterns (:data:`True`), or only the last matched pattern + (:data:`False`). Default is :data:`None` for :data:`False`. + + Returns the matched files (:class:`dict`) which maps each matched file + (:class:`str`) to the patterns that matched in order (:class:`.MatchDetail`). + """ + all_files = files if isinstance(files, CollectionType) else list(files) + return_files = {} + for pattern in patterns: + if pattern.include is not None: + result_files = pattern.match(all_files) # TODO: Replace with `.match_file()`. + if pattern.include: + # Add files and record pattern. + for result_file in result_files: + if result_file in return_files: + if all_matches: + return_files[result_file].patterns.append(pattern) + else: + return_files[result_file].patterns[0] = pattern + else: + return_files[result_file] = MatchDetail([pattern]) + + else: + # Remove files. + for file in result_files: + del return_files[file] + + return return_files + + +def _filter_check_patterns( + patterns: Iterable[Pattern], +) -> List[Tuple[int, Pattern]]: + """ + Filters out null-patterns. + + *patterns* (:class:`Iterable` of :class:`.Pattern`) contains the + patterns. + + Returns a :class:`list` containing each indexed pattern (:class:`tuple`) which + contains the pattern index (:class:`int`) and the actual pattern + (:class:`~pathspec.pattern.Pattern`). + """ + return [ + (__index, __pat) + for __index, __pat in enumerate(patterns) + if __pat.include is not None + ] + + +def _is_iterable(value: Any) -> bool: + """ + Check whether the value is an iterable (excludes strings). + + *value* is the value to check, + + Returns whether *value* is a iterable (:class:`bool`). + """ + return isinstance(value, IterableType) and not isinstance(value, (str, bytes)) + + +def iter_tree_entries( + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, +) -> Iterator['TreeEntry']: + """ + Walks the specified directory for all files and directories. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) + optionally is the error handler for file-system exceptions. It will be + called with the exception (:exc:`OSError`). Reraise the exception to + abort the walk. Default is :data:`None` to ignore file-system + exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether + to walk symbolic links that resolve to directories. Default is + :data:`None` for :data:`True`. + + Raises :exc:`RecursionError` if recursion is detected. + + Returns an :class:`~collections.abc.Iterator` yielding each file or + directory entry (:class:`.TreeEntry`) relative to *root*. + """ + if on_error is not None and not callable(on_error): + raise TypeError(f"on_error:{on_error!r} is not callable.") + + if follow_links is None: + follow_links = True + + yield from _iter_tree_entries_next(os.path.abspath(root), '', {}, on_error, follow_links) + + +def _iter_tree_entries_next( + root_full: str, + dir_rel: str, + memo: Dict[str, str], + on_error: Callable[[OSError], None], + follow_links: bool, +) -> Iterator['TreeEntry']: + """ + Scan the directory for all descendant files. + + *root_full* (:class:`str`) the absolute path to the root directory. + + *dir_rel* (:class:`str`) the path to the directory to scan relative to + *root_full*. + + *memo* (:class:`dict`) keeps track of ancestor directories + encountered. Maps each ancestor real path (:class:`str`) to relative + path (:class:`str`). + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) + optionally is the error handler for file-system exceptions. + + *follow_links* (:class:`bool`) is whether to walk symbolic links that + resolve to directories. + + Yields each entry (:class:`.TreeEntry`). + """ + dir_full = os.path.join(root_full, dir_rel) + dir_real = os.path.realpath(dir_full) + + # Remember each encountered ancestor directory and its canonical + # (real) path. If a canonical path is encountered more than once, + # recursion has occurred. + if dir_real not in memo: + memo[dir_real] = dir_rel + else: + raise RecursionError(real_path=dir_real, first_path=memo[dir_real], second_path=dir_rel) + + with os.scandir(dir_full) as scan_iter: + node_ent: os.DirEntry + for node_ent in scan_iter: + node_rel = os.path.join(dir_rel, node_ent.name) + + # Inspect child node. + try: + node_lstat = node_ent.stat(follow_symlinks=False) + except OSError as e: + if on_error is not None: + on_error(e) + continue + + if node_ent.is_symlink(): + # Child node is a link, inspect the target node. + try: + node_stat = node_ent.stat() + except OSError as e: + if on_error is not None: + on_error(e) + continue + else: + node_stat = node_lstat + + if node_ent.is_dir(follow_symlinks=follow_links): + # Child node is a directory, recurse into it and yield its + # descendant files. + yield TreeEntry(node_ent.name, node_rel, node_lstat, node_stat) + + yield from _iter_tree_entries_next(root_full, node_rel, memo, on_error, follow_links) + + elif node_ent.is_file() or node_ent.is_symlink(): + # Child node is either a file or an unfollowed link, yield it. + yield TreeEntry(node_ent.name, node_rel, node_lstat, node_stat) + + # NOTE: Make sure to remove the canonical (real) path of the directory + # from the ancestors memo once we are done with it. This allows the + # same directory to appear multiple times. If this is not done, the + # second occurrence of the directory will be incorrectly interpreted + # as a recursion. See . + del memo[dir_real] + + +def iter_tree_files( + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, +) -> Iterator[str]: + """ + Walks the specified directory for all files. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search for files. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) + optionally is the error handler for file-system exceptions. It will be + called with the exception (:exc:`OSError`). Reraise the exception to + abort the walk. Default is :data:`None` to ignore file-system + exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether + to walk symbolic links that resolve to directories. Default is + :data:`None` for :data:`True`. + + Raises :exc:`RecursionError` if recursion is detected. + + Returns an :class:`~collections.abc.Iterator` yielding the path to + each file (:class:`str`) relative to *root*. + """ + for entry in iter_tree_entries(root, on_error=on_error, follow_links=follow_links): + if not entry.is_dir(follow_links): + yield entry.path + + +def iter_tree(root, on_error=None, follow_links=None): + """ + DEPRECATED: The :func:`.iter_tree` function is an alias for the + :func:`.iter_tree_files` function. + """ + warnings.warn(( + "util.iter_tree() is deprecated. Use util.iter_tree_files() instead." + ), DeprecationWarning, stacklevel=2) + return iter_tree_files(root, on_error=on_error, follow_links=follow_links) + + +def lookup_pattern(name: str) -> Callable[[AnyStr], Pattern]: + """ + Lookups a registered pattern factory by name. + + *name* (:class:`str`) is the name of the pattern factory. + + Returns the registered pattern factory (:class:`~collections.abc.Callable`). + If no pattern factory is registered, raises :exc:`KeyError`. + """ + return _registered_patterns[name] + + +def match_file(patterns: Iterable[Pattern], file: str) -> bool: + """ + Matches the file to the patterns. + + *patterns* (:class:`~collections.abc.Iterable` of :class:`~pathspec.pattern.Pattern`) + contains the patterns to use. + + *file* (:class:`str`) is the normalized file path to be matched + against *patterns*. + + Returns :data:`True` if *file* matched; otherwise, :data:`False`. + """ + matched = False + for pattern in patterns: + if pattern.include is not None and pattern.match_file(file) is not None: + matched = pattern.include + + return matched + + +def match_files( + patterns: Iterable[Pattern], + files: Iterable[str], +) -> Set[str]: + """ + DEPRECATED: This is an old function no longer used. Use the + :func:`~pathspec.util.match_file` function with a loop for better results. + + Matches the files to the patterns. + + *patterns* (:class:`~collections.abc.Iterable` of :class:`~pathspec.pattern.Pattern`) + contains the patterns to use. + + *files* (:class:`~collections.abc.Iterable` of :class:`str`) contains + the normalized file paths to be matched against *patterns*. + + Returns the matched files (:class:`set` of :class:`str`). + """ + warnings.warn(( + f"{__name__}.match_files() is deprecated. Use {__name__}.match_file() with " + f"a loop for better results." + ), DeprecationWarning, stacklevel=2) + + use_patterns = [__pat for __pat in patterns if __pat.include is not None] + + return_files = set() + for file in files: + if match_file(use_patterns, file): + return_files.add(file) + + return return_files + + +def normalize_file( + file: StrPath, + separators: Optional[Collection[str]] = None, +) -> str: + """ + Normalizes the file path to use the POSIX path separator (i.e., + ``"/"``), and make the paths relative (remove leading ``"/"``). + + *file* (:class:`str` or :class:`os.PathLike`) is the file path. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + ``None``) optionally contains the path separators to normalize. + This does not need to include the POSIX path separator (``"/"``), + but including it will not affect the results. Default is ``None`` + for ``NORMALIZE_PATH_SEPS``. To prevent normalization, pass an + empty container (e.g., an empty tuple ``()``). + + Returns the normalized file path (:class:`str`). + """ + # Normalize path separators. + if separators is None: + separators = NORMALIZE_PATH_SEPS + + # Convert path object to string. + norm_file: str = os.fspath(file) + + for sep in separators: + norm_file = norm_file.replace(sep, posixpath.sep) + + if norm_file.startswith('/'): + # Make path relative. + norm_file = norm_file[1:] + + elif norm_file.startswith('./'): + # Remove current directory prefix. + norm_file = norm_file[2:] + + return norm_file + + +def normalize_files( + files: Iterable[StrPath], + separators: Optional[Collection[str]] = None, +) -> Dict[str, List[StrPath]]: + """ + DEPRECATED: This function is no longer used. Use the :func:`.normalize_file` + function with a loop for better results. + + Normalizes the file paths to use the POSIX path separator. + + *files* (:class:`~collections.abc.Iterable` of :class:`str` or + :class:`os.PathLike`) contains the file paths to be normalized. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. + See :func:`normalize_file` for more information. + + Returns a :class:`dict` mapping each normalized file path (:class:`str`) + to the original file paths (:class:`list` of :class:`str` or + :class:`os.PathLike`). + """ + warnings.warn(( + "util.normalize_files() is deprecated. Use util.normalize_file() " + "with a loop for better results." + ), DeprecationWarning, stacklevel=2) + + norm_files = {} + for path in files: + norm_file = normalize_file(path, separators=separators) + if norm_file in norm_files: + norm_files[norm_file].append(path) + else: + norm_files[norm_file] = [path] + + return norm_files + + +def register_pattern( + name: str, + pattern_factory: Callable[[AnyStr], Pattern], + override: Optional[bool] = None, +) -> None: + """ + Registers the specified pattern factory. + + *name* (:class:`str`) is the name to register the pattern factory + under. + + *pattern_factory* (:class:`~collections.abc.Callable`) is used to + compile patterns. It must accept an uncompiled pattern (:class:`str`) + and return the compiled pattern (:class:`.Pattern`). + + *override* (:class:`bool` or :data:`None`) optionally is whether to + allow overriding an already registered pattern under the same name + (:data:`True`), instead of raising an :exc:`AlreadyRegisteredError` + (:data:`False`). Default is :data:`None` for :data:`False`. + """ + if not isinstance(name, str): + raise TypeError(f"name:{name!r} is not a string.") + + if not callable(pattern_factory): + raise TypeError(f"pattern_factory:{pattern_factory!r} is not callable.") + + if name in _registered_patterns and not override: + raise AlreadyRegisteredError(name, _registered_patterns[name]) + + _registered_patterns[name] = pattern_factory + + +class AlreadyRegisteredError(Exception): + """ + The :exc:`AlreadyRegisteredError` exception is raised when a pattern + factory is registered under a name already in use. + """ + + def __init__( + self, + name: str, + pattern_factory: Callable[[AnyStr], Pattern], + ) -> None: + """ + Initializes the :exc:`AlreadyRegisteredError` instance. + + *name* (:class:`str`) is the name of the registered pattern. + + *pattern_factory* (:class:`~collections.abc.Callable`) is the + registered pattern factory. + """ + super(AlreadyRegisteredError, self).__init__(name, pattern_factory) + + @property + def message(self) -> str: + """ + *message* (:class:`str`) is the error message. + """ + return "{name!r} is already registered for pattern factory:{pattern_factory!r}.".format( + name=self.name, + pattern_factory=self.pattern_factory, + ) + + @property + def name(self) -> str: + """ + *name* (:class:`str`) is the name of the registered pattern. + """ + return self.args[0] + + @property + def pattern_factory(self) -> Callable[[AnyStr], Pattern]: + """ + *pattern_factory* (:class:`~collections.abc.Callable`) is the + registered pattern factory. + """ + return self.args[1] + + +class RecursionError(Exception): + """ + The :exc:`RecursionError` exception is raised when recursion is + detected. + """ + + def __init__( + self, + real_path: str, + first_path: str, + second_path: str, + ) -> None: + """ + Initializes the :exc:`RecursionError` instance. + + *real_path* (:class:`str`) is the real path that recursion was + encountered on. + + *first_path* (:class:`str`) is the first path encountered for + *real_path*. + + *second_path* (:class:`str`) is the second path encountered for + *real_path*. + """ + super(RecursionError, self).__init__(real_path, first_path, second_path) + + @property + def first_path(self) -> str: + """ + *first_path* (:class:`str`) is the first path encountered for + :attr:`self.real_path `. + """ + return self.args[1] + + @property + def message(self) -> str: + """ + *message* (:class:`str`) is the error message. + """ + return "Real path {real!r} was encountered at {first!r} and then {second!r}.".format( + real=self.real_path, + first=self.first_path, + second=self.second_path, + ) + + @property + def real_path(self) -> str: + """ + *real_path* (:class:`str`) is the real path that recursion was + encountered on. + """ + return self.args[0] + + @property + def second_path(self) -> str: + """ + *second_path* (:class:`str`) is the second path encountered for + :attr:`self.real_path `. + """ + return self.args[2] + + +@dataclass(frozen=True) +class CheckResult(Generic[TStrPath]): + """ + The :class:`CheckResult` class contains information about the file and which + pattern matched it. + """ + + # Make the class dict-less. + __slots__ = ( + 'file', + 'include', + 'index', + ) + + file: TStrPath + """ + *file* (:class:`str` or :class:`os.PathLike`) is the file path. + """ + + include: Optional[bool] + """ + *include* (:class:`bool` or :data:`None`) is whether to include or exclude the + file. If :data:`None`, no pattern matched. + """ + + index: Optional[int] + """ + *index* (:class:`int` or :data:`None`) is the index of the last pattern that + matched. If :data:`None`, no pattern matched. + """ + + +class MatchDetail(object): + """ + The :class:`.MatchDetail` class contains information about + """ + + # Make the class dict-less. + __slots__ = ('patterns',) + + def __init__(self, patterns: Sequence[Pattern]) -> None: + """ + Initialize the :class:`.MatchDetail` instance. + + *patterns* (:class:`~collections.abc.Sequence` of :class:`~pathspec.pattern.Pattern`) + contains the patterns that matched the file in the order they were + encountered. + """ + + self.patterns = patterns + """ + *patterns* (:class:`~collections.abc.Sequence` of :class:`~pathspec.pattern.Pattern`) + contains the patterns that matched the file in the order they were + encountered. + """ + + +class TreeEntry(object): + """ + The :class:`.TreeEntry` class contains information about a file-system + entry. + """ + + # Make the class dict-less. + __slots__ = ('_lstat', 'name', 'path', '_stat') + + def __init__( + self, + name: str, + path: str, + lstat: os.stat_result, + stat: os.stat_result, + ) -> None: + """ + Initialize the :class:`.TreeEntry` instance. + + *name* (:class:`str`) is the base name of the entry. + + *path* (:class:`str`) is the relative path of the entry. + + *lstat* (:class:`os.stat_result`) is the stat result of the direct + entry. + + *stat* (:class:`os.stat_result`) is the stat result of the entry, + potentially linked. + """ + + self._lstat: os.stat_result = lstat + """ + *_lstat* (:class:`os.stat_result`) is the stat result of the direct + entry. + """ + + self.name: str = name + """ + *name* (:class:`str`) is the base name of the entry. + """ + + self.path: str = path + """ + *path* (:class:`str`) is the path of the entry. + """ + + self._stat: os.stat_result = stat + """ + *_stat* (:class:`os.stat_result`) is the stat result of the linked + entry. + """ + + def is_dir(self, follow_links: Optional[bool] = None) -> bool: + """ + Get whether the entry is a directory. + + *follow_links* (:class:`bool` or :data:`None`) is whether to follow + symbolic links. If this is :data:`True`, a symlink to a directory + will result in :data:`True`. Default is :data:`None` for :data:`True`. + + Returns whether the entry is a directory (:class:`bool`). + """ + if follow_links is None: + follow_links = True + + node_stat = self._stat if follow_links else self._lstat + return stat.S_ISDIR(node_stat.st_mode) + + def is_file(self, follow_links: Optional[bool] = None) -> bool: + """ + Get whether the entry is a regular file. + + *follow_links* (:class:`bool` or :data:`None`) is whether to follow + symbolic links. If this is :data:`True`, a symlink to a regular file + will result in :data:`True`. Default is :data:`None` for :data:`True`. + + Returns whether the entry is a regular file (:class:`bool`). + """ + if follow_links is None: + follow_links = True + + node_stat = self._stat if follow_links else self._lstat + return stat.S_ISREG(node_stat.st_mode) + + def is_symlink(self) -> bool: + """ + Returns whether the entry is a symbolic link (:class:`bool`). + """ + return stat.S_ISLNK(self._lstat.st_mode) + + def stat(self, follow_links: Optional[bool] = None) -> os.stat_result: + """ + Get the cached stat result for the entry. + + *follow_links* (:class:`bool` or :data:`None`) is whether to follow + symbolic links. If this is :data:`True`, the stat result of the + linked file will be returned. Default is :data:`None` for :data:`True`. + + Returns that stat result (:class:`os.stat_result`). + """ + if follow_links is None: + follow_links = True + + return self._stat if follow_links else self._lstat diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt new file mode 100644 index 0000000..77eb39a --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt @@ -0,0 +1,738 @@ +@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 +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +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 +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 +Deepak Sharma +Deepyaman Datta +Denise Yu +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 +Ee Durbin +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 +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 +Ivan Pozdeev +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-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +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 +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 +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 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 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 +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 +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +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 +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 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/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.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/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA new file mode 100644 index 0000000..c503b33 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA @@ -0,0 +1,90 @@ +Metadata-Version: 2.1 +Name: pip +Version: 23.2.1 +Summary: The PyPA recommended tool for installing Python packages. +Home-page: https://pip.pypa.io/ +Author: The pip developers +Author-email: distutils-sig@python.org +License: MIT +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 +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/ + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + +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`_ + +In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right. + +**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3. + +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 +.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html +.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 +.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html +.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support +.. _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/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD new file mode 100644 index 0000000..06ab485 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD @@ -0,0 +1,1003 @@ +../../../bin/pip,sha256=w4iqQrs6mQODHLdXiqbdyPFMqHMzZ9IGORgrUE_4jFk,257 +../../../bin/pip3,sha256=w4iqQrs6mQODHLdXiqbdyPFMqHMzZ9IGORgrUE_4jFk,257 +../../../bin/pip3.12,sha256=w4iqQrs6mQODHLdXiqbdyPFMqHMzZ9IGORgrUE_4jFk,257 +pip-23.2.1.dist-info/AUTHORS.txt,sha256=Pd_qYtjluu4WDft2A179dPtIvwYVBNtDfccCitVRMQM,10082 +pip-23.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-23.2.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-23.2.1.dist-info/METADATA,sha256=yHPLQvsD1b6f-zdCQWMibZXbsAjs886JMSh3C0oxRhQ,4239 +pip-23.2.1.dist-info/RECORD,, +pip-23.2.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-23.2.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92 +pip-23.2.1.dist-info/entry_points.txt,sha256=xg35gOct0aY8S3ftLtweJ0uw3KBAIVyW4k-0Jx1rkNE,125 +pip-23.2.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=hELWH3UN2ilBntczbn1BJOIzJEoiE8w9H-gsR5TeuEk,357 +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=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +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=pMyi1n2nfdo7xzLVhmdOvIy1INt27HbqhJNj7vMcWlI,10429 +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=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676 +pip/_internal/cli/base_command.py,sha256=ACUUqWkZMU2O1pmUSpfBV3fwb36JzzTHGrbKXyb5f74,8726 +pip/_internal/cli/cmdoptions.py,sha256=0bXhKutppZLBgAL54iK3tTrj-JRVbUB5M_2pHv_wnKk,30030 +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=tWP-K1uSxnJyXu3WE0kkH3niAYRBeuUaxeydhzOdhL4,10817 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=GqS9jkeHktOy6zRzC6uhcRY7SelnAV1LZ6OfS_gNcEk,18440 +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=aDR3pKRRX9dHobQ2HzKryf02jgOZnGcnfEmX_288Vcg,7581 +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782 +pip/_internal/commands/completion.py,sha256=2frgchce-GE5Gh9SjEJV-MTcpxy3G9-Es8mpe66nHts,3986 +pip/_internal/commands/configuration.py,sha256=NB5uf8HIX8-li95YLoZO09nALIWlLCHDF5aifSKcBn8,9815 +pip/_internal/commands/debug.py,sha256=AesEID-4gPFDWTwPiPaGZuD4twdT-imaGuMR5ZfSn8s,6591 +pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335 +pip/_internal/commands/freeze.py,sha256=2qjQrH9KWi5Roav0CuR7vc7hWm4uOi_0l6tp3ESKDHM,3172 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=cGQVSA5dAs7caQ9sz4kllYvaI4ZpGiq1WhCgaImXNSA,4793 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=sdi44xeJlENfU-ziPl1TbUC3no2-ZGDpwBigmX1JuM0,28934 +pip/_internal/commands/list.py,sha256=LNL6016BPvFpAZVzNoo_DWDzvRFpfw__m9Rp5kw-yUM,12457 +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=i_dePJKndPAy7hf48Sl6ZuPyl3tFPCE67z0SNatwuwE,13839 +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=jrF1Vi7eGyqFqMHrieh1PIOrGU7KeCxhYPZnbvtmvGY,1221 +pip/_internal/distributions/installed.py,sha256=NI2OgsgH9iBq9l5vB-56vOg5YsybOy-AU4VE5CSCO2I,729 +pip/_internal/distributions/sdist.py,sha256=SQBdkatXSigKGG_SaD0U0p1Jwdfrg26UCNcHgkXZfdA,6494 +pip/_internal/distributions/wheel.py,sha256=m-J4XO-gvFerlYsFzzSXYDvrx8tLZlJFTCgDxctn8ig,1164 +pip/_internal/exceptions.py,sha256=LyTVY2dANx-i_TEk5Yr9YcwUtiy0HOEFCAQq1F_46co,23737 +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=3OmYZ3tCoRPGOrELSgQWG-03M-bQHa2-VCA3R_nJAaU,16504 +pip/_internal/index/package_finder.py,sha256=rrUw4vj7QE_eMt022jw--wQiKznMaUgVBkJ1UCrVUxo,37873 +pip/_internal/index/sources.py,sha256=7jw9XSeeQA5K-H4I5a5034Ks2gkQqm4zPXjrhwnP1S4,6556 +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=cmi6h63xYNXhQe7KEWEMaANjHFy5yQOPt_1_RCWyXMY,6100 +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=84j1dPJaIoz5Q2ZTPi0uB1iaDAHiUNfKtYSGQCfFKpo,4280 +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=BTkWfFDrWFwuSodImjtbAh8wCL3isecbnjTb5E6UUDI,2595 +pip/_internal/metadata/base.py,sha256=vIwIo1BtoqegehWMAXhNrpLGYBq245rcaCNkBMPnTU8,25277 +pip/_internal/metadata/importlib/__init__.py,sha256=9ZVO8BoE7NEZPmoHp5Ap_NJo0HgNIezXXg-TFTtt3Z4,107 +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=BUV8y6D0PePZrEN3vfJL-m1FDqZ6YPRgAiBeBinHhNg,8181 +pip/_internal/metadata/importlib/_envs.py,sha256=I1DHMyAgZb8jT8CYndWl2aw2dN675p-BKPCuJhvdhrY,7435 +pip/_internal/metadata/pkg_resources.py,sha256=WjwiNdRsvxqxL4MA5Tb5a_q3Q3sUhdpbZF8wGLtPMI0,9773 +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=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990 +pip/_internal/models/direct_url.py,sha256=EepBxI97j7wSZ3AmRETYyVTmR9NoTas15vc8popxVTg,6931 +pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=ueXv1RiMLAucaTuEvXACXX5R64_Wcm8b1Ztqx4Rd5xI,2609 +pip/_internal/models/link.py,sha256=6OEk3bt41WU7QZoiyuoVPGsKOU-J_BbDDhouKbIXm0Y,20819 +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=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858 +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=hgXftU-eau4MWxHSLquTMzepYq5BPC2zhCkhN3glBy8,2145 +pip/_internal/network/download.py,sha256=HvDDq9bVqaN3jcS3DyVJHP7uTqFzbShdkf7NFSoHfkw,6096 +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 +pip/_internal/network/session.py,sha256=uhovd4J7abd0Yr2g426yC4aC6Uw1VKrQfpzalsEBEMw,18607 +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 +pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791 +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=vf81EwomN3xe9G8qRJED0VGqNikmRQRQoobNsxi5Xrs,4133 +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=LD5BisEdT9vgzS7rLYUuk01z0l4oMj2Q7SsAxVu-pEk,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=8lsVMt_FAuiGNsf_e7C7_cCSOEO7pHyjgVmRNx-WXrw,27475 +pip/_internal/operations/prepare.py,sha256=nxjIiGRSiUUSRFpwN-Qro7N6BE9jqV4mudJ7CIv9qwY,28868 +pip/_internal/pyproject.py,sha256=ltmrXWaMXjiJHbYyzWplTdBvPYPdKk99GjKuQVypGZU,7161 +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=8YE-eNXMSZ1lgsJZg-HnIo8EdaGfiOM2t3EaLlLD5Og,16610 +pip/_internal/req/req_file.py,sha256=5PCO4GnDEnUENiFj4vD_1QmAMjHNtvN6HXbETZ9UGok,17872 +pip/_internal/req/req_install.py,sha256=hpG29Bm2PAq7G-ogTatZcNUgjwt0zpdTXtxGw4M_MtU,33084 +pip/_internal/req/req_set.py,sha256=pSCcIKURDkGb6JAKsc-cdvnvnAJlYPk-p3vvON9M3DY,4704 +pip/_internal/req/req_uninstall.py,sha256=sGwa_yZ6X2NcRSUJWzUlYkf8bDEjRySAE3aQ5OewIWA,24678 +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=th-eTPIvbecfJaUsdrbH1aHQvDV2yCE-RhrrpsJhKbE,24128 +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=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220 +pip/_internal/resolution/resolvelib/candidates.py,sha256=u5mU96o2lnUy-ODRJv7Wevee0xCYI6IKIXNamSBQnso,18969 +pip/_internal/resolution/resolvelib/factory.py,sha256=y1Q2fsV1GKDKPitoapOLLEs75WNzEpd4l_RezCt927c,27845 +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=zHnERhfubmvKyM3kgdAOs0dYFiqUfzKR-DAt4y0NWOI,5454 +pip/_internal/resolution/resolvelib/resolver.py,sha256=n2Vn9EC5-7JmcRY5erIPQ4hUWnEUngG0oYS3JW3xXZo,11642 +pip/_internal/self_outdated_check.py,sha256=pnqBuKKZQ8OxKP0MaUUiDHl3AtyoMJHHG4rMQ7YcYXY,8167 +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__/inject_securetransport.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=ZryCchR_yQSCsdsMkCpxQjjLbQxObA5GDtLG0RR5mGc,2118 +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/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795 +pip/_internal/utils/logging.py,sha256=U2q0i1n8hPS2gQh8qcocAg5dovGAa_bR24akmXMzrk4,11632 +pip/_internal/utils/misc.py,sha256=Ds3rSQU7HbdAywwmEBcPnVoLB1Tp_2gL6IbaWcpe8i0,22343 +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=0EMhgfPGFk8FZn6Qq7Hp9PN6YHuQNWiVby4DXcTCON4,9200 +pip/_internal/utils/temp_dir.py,sha256=aCX489gRa4Nu0dMKRFyGhV6maJr60uEynu5uCbKR4Qg,7702 +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=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549 +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=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116 +pip/_internal/vcs/mercurial.py,sha256=1FG5Zh2ltJZKryO40d2l2Q91FYNazuS16kkpoAVOh0Y,5244 +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 +pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811 +pip/_internal/wheel_builder.py,sha256=3UlHfxQi7_AAXI7ur8aPpPbmqHhecCsubmkHEl-00KU,11842 +pip/_vendor/__init__.py,sha256=fNxOSVD0auElsD8fN9tuq5psfgMQ-RFBtD4X5gjlRkg,4966 +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=hrxlv3q7upsfyMw8k3gQ9vagBax1pYHSGGqYlZ0Zk0M,465 +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__/compat.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=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379 +pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033 +pip/_vendor/cachecontrol/cache.py,sha256=Tty45fOjH40fColTGkqKQvQQmbYsMpk-nCyfLcv2vG4,1535 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=h-1cUmOz6mhLsjTjOrJ8iPejpGdLCyG4lzTftfGZvLg,242 +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=GpexcE29LoY4MaZwPUTcUBZaDdcsjqyLxZFznk8Hbr4,5271 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=mp-QWonP40I3xJGK3XVO-Gs9a3UjzlqqEmp9iLJH9F4,1033 +pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778 +pip/_vendor/cachecontrol/controller.py,sha256=bAYrt7x_VH4toNpI066LQxbHpYGpY1MxxmZAhspplvw,16416 +pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946 +pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154 +pip/_vendor/cachecontrol/serialize.py,sha256=_U1NU_C-SDgFzkbAxAsPDgMTHeTWZZaHCQnZN_jh0U8,7105 +pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774 +pip/_vendor/certifi/__init__.py,sha256=q5ePznlfOw-XYIOV6RTnh45yS9haN-Nb1d__4QXc3g0,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=swFTXcpJHZgU6ij6oyCsehnQ9dlCN5lvoKO1qTZDJRQ,278952 +pip/_vendor/certifi/core.py,sha256=ZwiOsv-sD_ouU1ft8wy_xZ3LQ7UbcVzyqj2XNyrsZis,4279 +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=acgfseOC55dNrVAzaBKpUiH3Z6V7Q1CaxsiQ3K7pC-E,581 +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=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259 +pip/_vendor/distlib/database.py,sha256=o_mw0fAr93NDAHHHfqG54Y1Hi9Rkfrp2BX15XWZYK50,51697 +pip/_vendor/distlib/index.py,sha256=HFiDG7LMoaBs829WuotrfIwcErOOExUOR_AeBtw_TCU,20834 +pip/_vendor/distlib/locators.py,sha256=wNzG-zERzS_XGls-nBPVVyLRHa2skUlkn0-5n0trMWA,51991 +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +pip/_vendor/distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058 +pip/_vendor/distlib/metadata.py,sha256=g_DIiu8nBXRzA-mWPRpatHGbmFZqaFoss7z9TG7QSUU,39801 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=BmkTKmiTk4m2cj-iueliatwz3ut_9SsABBW51vnQnZU,18102 +pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 +pip/_vendor/distlib/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262 +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +pip/_vendor/distlib/wheel.py,sha256=Rgqs658VsJ3R2845qwnZD8XQryV2CzWw2mghwLvxxsI,43898 +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/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=6zoYnDykPLfe92fHqXalH8SxhWVl31yYLCP0lDri_SA,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=0i8cJgrqupza67IBPZ_u9jXvnSxr5UBlVEiUqdkPtYI,19752 +pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 +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=4laWh0HpwGijLiBmdBIYtbhYekQnNzzhx2W9uys0RHA,22003 +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=EyWEHCgXKFKiE8Mku6LONUDLF6UwDwjX1NP2ccKLrLo,475 +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/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL new file mode 100644 index 0000000..1f37c02 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.40.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt new file mode 100644 index 0000000..bcf704d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.11 = pip._internal.cli.main:main diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/pip/__init__.py b/venv/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 0000000..6633ef7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "23.2.1" + + +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/venv/lib/python3.12/site-packages/pip/__main__.py b/venv/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 0000000..5991326 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/venv/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..49a148a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c37b0a1d9c59f5e2d198cf344e454bdca2230877 GIT binary patch literal 690 zcmX|9L2DE-6i#MlXV+b;SV5=y!#T zco4jJYyAg`KgEk)=c3}tTV?gqlP_!QW8TYq;mh~F%*&^xr8WXv9`wf?BlN=+$JRJX z<~JbOLn%sehH^Z_xi|DMO1+_((P>MIl+X9ro6uUbH%>1EwdY4mG!>mI-M1Z$4zs=NBMAf1G-*|4WRKhj#D|`gnxi zKwW=(@99(+0w0q^NXs>JA$K1?Acf2-l5-|485f$AhLcf6lu%a;DYhg@3TcXr6O(A6 ztcluf0(KvuEKS8fxg_P5iOgIjhI2BtR+-zBPK2G7qbMnIsw%}Oa8hAR$ql`Eef?In zAkrSF@8Y@@Z)v6!*YGng0y2t^RYs)+>WE9LD^|Rjj;ThV#y|(fHbEvhUUV?aipp` z$eED30}VoOa|XgL`qM^@_3xdtZ|}Y7e-2jWunCtKbenZ(D<$MayUFMPLfwhu8Hj?p z#&PW%t7{)Fv0(gw^ht+vkL<8@Coj@6<9)phrJJ4ULOAd-#$VB;Z>P@fc7BCTeE#)| X{a}CN-H9)!FCQSN-zUG_vY`44QsKE~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1e2ea831a8adb99e40cabdf6ce127a67521c43c GIT binary patch literal 844 zcmb7C&ubGw6n?Wi`JGf+YN4%ouorVMi?Nb`(opo!Luo{)LN3dinY6pv>@K_8=qgA9 zLK{4EMX>hNtCBy(i?#|fMJRak7U-=fXPPW2v>tqidEdPG=6&D3oiDju8hA{sEHs|T z0Kdg1ir5gGyhZ@KK!6|D zGJzgUgz0m{ez2>J>GmQ>Z2rdz6-M+^&;A7hg3G1&_| zh8@jcXYn=a*Pjz6JGR3zs_JOI~Bty8jtYgsaoX$|`T+DZz$j)fLCJ4O;g-rDd%+qzS@T~s{Xr?-aIJcVm2(U%pR;52!^Ws?n)F1S-%Li~E~17G?w zLg)xmN09Dk0VlS~o$~f#=U!M0gV5a#-UaVpeVv&5CeQukhfAHMt>w;gIR2*EPXfLY z-Z+pa`)SCI?UcHuol3XzvAAE_EA3bIDxb=Sv-5|UyPFTAo7GM=Tnzp1_}a0Y*?xH- dPyfR6$2hzBKs4^IzJ2-wU+pIV&$yG^+F#l9woL#4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..826600cb773281d058e72e217542997834b5b870 GIT binary patch literal 2202 zcmaJ>T}&KR6h3!m_Mc_9EEG!BPSaXhv+PP+(?*dRD{X0$g#t}<6Em6a+=YSNneEIh zW$BV2A+aVV@?Zqtcrd07n)v9W@5W>oh|o!z)aZk}(e8uFljrX26q2epnRD-%bI*6r zJ@-53r*Jq3INH(!xvxC{zcIxff##xa5r7p?AOi|fxID=ah0kz`uml;Nk}1FIa4;*J z;^_v;O>+Q79|zQs&5bH-sgb@H(0tQCT|t?NyLi$H)L zQ9{!_0H*IcC@rpik?ri$~|a8Jwlrl0`*2D`%~IS+piq zQ_SkcvZ&|8qFPLdcUAnSiL$7uxg0g9W{FgrQ4L)y;5r!$jx(2>nx`Vpnp~iYD4U{c zp_&ja9e0~0gCeqQIq(HtDdFy{ti5K5x6!Ro)C~*WW>h&SYfW7=E!m>Z8M`d#be!8| z(eL_DWScL?3?SggEcLS}kV$0fuoeHYp>Ru3f%n19mHR?t5a-kTB>4j3Idp0u-T;EA z75FFuFi#j;olzk!#+PJ;5cuqf0A=`&zf0mI9Va$#T1K3+x#Sx*nK2ouL~;Lv)Gd=5 zW~yA0wQQ3=cOE*$8nBG)gy`3tStw~)wm+U*6GF6NA7Uk@;JVDJA zzDr7yQ1%)nO{0b+C5z?#K>q~Q=xos#n0sXgk5F|@!U&T6c|9xV&4J`|dlW-4+fn=h ze=Wd9EU|j$i_5EId7?>GgpV^6G z0d_*IpI`j+BEqd*-HIhPLy4-8sG|vXSsLapH8|4*XfjPybc+1ZEzv9$86iaH{^GrP zvB#iyN~(eOfp_lB$CDURa74Byuc(?r4HlrH8jN~bc7{6`CD^F5T3Z1M*jOOLQC{JZ z48$cuMktfGV0VwG#i0fhM=7G=tEk$9b3i)Fa^eo`V-DLUae=(R?l64;`w%I^0XL?a zJ;ZflbA?#XaVAKGcWZH8s0e2GIviLlB*(eoEs~0W9OcqBk1rnQjW&d`13A39WEN@G zj*bkCNMpmdMlTPJNu$HV<8hBIm^7cW{kc*;&(dNGMa-7%wPa(0T4+T-lifpPqw$_b z7pilo|2qlE=O@03JI%LIEWndcY`L@%dTA%t`FrHpcH~qoa%%0`R_anU`RfGOh!&>y==GW#AYy#k7Hr`(Weo)9gy=DmZ4cT<1yPONs6Aun0eIg z$jFD|*M`&5=-|y;L!*OZjZ(2&+~QHSoNfol$|knD!CBR^y*b?|$d>Iv@M77HIn5E< zL9!rcu@O_F>@dKmn@RSnMyz=u)`BI;IEHE?7j^*CB}>lBs~UD4%Q(UI23g$AyPRUX z*;_Ocx$p0H{tp=E@gJ*p^Jf%$JR#&MClH|?1rplxLhRT=}!zT+R-_K(#3Bad1-SNZL(o?2JWgSH1Jt6hoBmfnZ=ez>%mx>4u3 zK(NjWA@3dt9&f!3Ncb_l{uqw`8teY*!rH~nI5!}oF(Myn@Aw_tP!q6?mFh}Iyw+_BdEz4Z(9H?I2+ DOj;vK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..6afb5c6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/__init__.py @@ -0,0 +1,19 @@ +from typing import List, Optional + +import pip._internal.utils.inject_securetransport # noqa +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +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/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a34212b6472a489a8d0580f3484ecca38b4c3f77 GIT binary patch literal 850 zcmZuvy=xRf6rb7MTQ`?PyhMap=!iBaxQb|>@YKXauOkh zolQDpV=rm^KWq#L!h(pTvWrBURK7Vc+T=0wzIY$M_hvrM&bATI-0DjIo`=xBGmfb> zQ4R;7yg?btaDhtP!==~ru(Q3w?*$|0fDjPB#17de-bA~T=*Ot*zj*g#APj+{G&fuic}Dt`CRLG?SeA*us7b~x6NR}(4CiEEtuo7$ z=E4r@wK%Oxsz!=YB@`9L)ZEb9x0de2<3bwV1HsTy@?0~exQ3lvgvdA%(sB(eiEBV( zVlJ&7sS3PCPq`dVhakqfaYYC@dPbkZh=z`8CR3_(wa!y(=!RrNkuzIqI^=Rl3$X@> z?4Xi2VmK6b6~oUVU~d%_!#4F=+Zt~{EDs| qLRNXLr)K3wviSA0V(l_`jSO*Zu=UjOS+n literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ebc21b5d31bcf96bd98e46fcc2cc6dcadd5480f GIT binary patch literal 14294 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e75e387aeffc78172c1afa009a575252711afad8 GIT binary patch literal 12690 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
X;L601F%Og$b)&7OYSAnvCI5FzEF2=< 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..799241f883b78565bba85298b49a92c2107b578f GIT binary patch literal 10099 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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/venv/lib/python3.12/site-packages/pip/_internal/cache.py b/venv/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..8d3a664 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cache.py @@ -0,0 +1,292 @@ +"""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 [] + + candidates = [] + path = self.get_path_for_link(link) + if os.path.isdir(path): + for candidate in os.listdir(path): + candidates.append((candidate, path)) + return candidates + + 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/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d34948143b1c749f181ec46a78e2c14930b2e931 GIT binary patch literal 281 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 YUQj?_;smte>}2P~r@li2#Fp3p2BRTtM*si- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..794496053d7a504e54bbf34a0ec056e55f8763c7 GIT binary patch literal 1778 zcmZ`(O>7%g5T3VxUZ-}Q#7SEsikv2`vXRKPph$pF6}P1oAS{%+NL>!AW%ng)YOl@P z&5xrTqAC)u1V=~_XQV>l!U=JKp1H&&RidR*Q*nWtX@pW04$RxN-6RT6+Ichc=FOY= zW@dj$r@H`GZ{hruA_Dx*h4zwK%+9;Wtbzj$DM6VSq%0T$;j&N?%aS3LWkW72hC)C9 zsyLz}eJigC@ogg^z!h+m6>t(Aomx}1D!&(*#xd3EHSr66PWq$vP|$qw6YY zYM8xPDPzP=J5+b!O)pd!4Q82Vla?R8A;8hMQ$Xf3vI+s$M(Y+?f=^|D_Ol2tYRndh z070T{*|xybc4|;V91E8Eod1JB24eoVG$&smZrj_ zY1$>r_f6C1FXxt@PV3iv%6z>xYk9U_WtACf2flv8v*z4sUIu-RdUJZo{XnnQf)6X+ z%VXzW(tS6eFIKUlSVdp2x>X&+2q^Qcl5Uq=-Hrik$23;0u?)Vq`1~PAj0C|=eC){TBx4-$>AUfg`%S2@;)G)(QS?_%yS4EI{3 z`Sl`_KRA-x+2fnpk$c&ZhB~sH8;+oC3Q}@(tEYdnXQ-02Paahk?ECesu2)+AhOZCcBv#zLyzpsKeWwA8cd>H#2%8qpzQx z_%)MXSM#hNP4UeXZUyZKpJdM}Q=H^3(=1n<*%IedruosVRf&@c)c|3CWWc_*)QVt=R=iUsF)!(cA9& z$SaK(UVRKG?1*i3vrm*SkUQQFlZ~;7CUD{B$=zs=vWeUlv}D-Tsx$s9qQ6iSbEpKh zs_RY15l0E|5aQT*Kwm@bg}3@s_4OEo^XwFgyo5f-wkZ-q9>Up&Fy4UiM{=rOyj|Ro SPb~|(N*}pE9s{S5pZ@^wrjqIa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bf48e2c8be7a9abf4bc1a447beb7bdb7ff853cb GIT binary patch literal 2301 zcma)7O>7fK6rTO{_$PK^f)fk@CpZX$VmAeef>H!+q6#$%2voJKkgUZ!m^JI&)$HWQ zkpnq!NF=0it5K=om?|84Yfn`{RI1cVA|eHCh>8R~a0`%16t87N7HB{L8mI9Fr*NL+72cDAB6w0%L{CbJ zM5SQJ)sPaZLIrYcpJ;@u5hdbb$%s~CO3cHu(Nc{oaSw-#M733E^)NKrs!1iu0UjW} zvd?!akf?ouYtEGIT1*Qgh(ai}gHr6LMNr2jQHx%el+GHTYnjZP!FpB2wTx=phF(&M zZkZWm5?r$_-6Z+Q3ubI2$GhUN?hqHAw%HQZ$Z>8=9VJ%Ds@eu3h|XJV6+5U%nW}1P zl!%uwQpvjvJfqt~7+aWXqZ+a?Y98r|DlR*&j1d{dW@+;V>}bH^EzsZVd7j0)4yLye z#(Seexeo`8DoBGVK>U{i75T$8G!i_4KC21$#07Q+9ULI^#harN^HCrdHX&V?@Y#S1 z1JdTRb>P3m1?uG#H^o!!9$#C@_$ZKMw~s45J_@8JFKphHo_)~guW=f@#*cw}VP88X z)ul?GuMcFM_x(8s_5zahHCceoDdC-%w)>huRyqRgBTcFc-+}M9tWvLh6{!4A8>G|U zQc3$LkiNgv@>WJvb_IGLX9OOS(Z2-kK)|gHrsuxd?}u z`zhUYh-w(c&80=dDwnAzth6wzD$I(=l^vo{)|JMwPLRu6jvF#`6FJCsMKqxkS8h7$ zhN*r@*1j98819q3Cq| zNg_EnF+0)V8vIOsM%;)2sbxjnxg_p-CX!QIgu9bRC#K{HW`rC77OpH}|i%iqc8$35>76&L!A+J9Ve)R@Xeg3=eKVkmzcB z^W&~xI~V&;Eyur{{^DsgIX5sn(14Gk-HT%PKO0>j*8U0z)GCb5MP?&SBaI_>58dr; z>{*7n_xRh%JLy~LWte3woP{^r=AyIFx9cHl;O#~d#60V-08c%74&!sN+1TRtfuGeC zcwz~jc)Kn!#T%!eM&y25{Ie{$pUDpH1`o2~!JWc`zLVL(l<+Vm(aFQz+lJbNhyAIc znDARnqBzHm+f&iK(iqn$H(ZD^%Lhj{aY6} zj(f>-ocIj1tb+I|2(N<3DoFeZy8i-4*T9iA(7y)y*1*B1;q*+$N;tg~PB%Vz6wXe| fF9*80o|%b;*f@79yp-r!2XsDP+F$}7rPluiKGz}u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96758478a24cce133838fb23c2eca62750a85f83 GIT binary patch literal 4908 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 UYPyy9JhVPhI`GOP18K)B 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc08026c27543b432ce0897fd3601900adf93b40 GIT binary patch literal 7837 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 EeVSYTpwpwQc$yB;EKI{sw=G z3vNwUCpHr{CSQY|;k)M~=jP^q%5oKO9irYd#KIhq`(Q_9MQIT$F0kx7cKYkDS|=niR*$lk@qMAgS; zf25#^jkK|SqnT)!wH|b3qH3mLUz_S^Xb)BWuU|u&ecvAsZWUwK{Qw(&32ZSmDTyge z=1$u#^S|jS$B!roLR#Hlmeb1KQc7#}rJOcf UE6_+!+AGjXkB+}UEk5AYUmDqIp#T5? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..226fe84 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,171 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> 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: + for opt_str in opt._long_opts + opt._short_opts: + options.append((opt_str, opt.nargs)) + + # 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/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..6a3b8e6 --- /dev/null +++ b/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("[present-rich] %s", exc) + 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/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..02ba608 --- /dev/null +++ b/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 dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target'" + ) + + +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 = "invalid --python-version value: {!r}: {}".format( + value, + 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 older binary packages over newer source packages.", + ) + + +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") # noqa + 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=False, + 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( + "Arguments to {} must be a hash name " # noqa + "followed by a value, like --hash=sha256:" + "abcde...".format(opt_str) + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( # noqa + 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/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..7e061f5 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..c762cf2 --- /dev/null +++ b/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( + "{} is not a valid value for {} option, " # noqa + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead.".format(val, key) + ) + 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( + "{} is not a valid value for {} option, " # noqa + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0.".format(val, key) + ) + 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/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..0ad1403 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..86070f1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,508 @@ +"""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: + import truststore + except ImportError: + raise CommandError( + "To use the truststore feature, 'truststore' must be installed into " + "pip's current environment." + ) + + 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") 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 "2020-resolver" + + @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 == "2020-resolver": + 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 == "2020-resolver": + 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/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82142ff4e8d4a65086a9ec65d8b5a11afdbb0cdd GIT binary patch literal 4005 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 G^8W=TSy&GM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0404cb5b66b7d826c8f2d957e8be227920073469 GIT binary patch literal 2093 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 b;Ggdf>~+83Vz1|1@45~?^#7ZK%9`uHJ4C*u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af1d9c35628d461c871565b9ca97bc82bb6d209f GIT binary patch literal 13257 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

#3FjkG|LopywOhBD$l?I z1lE8db#VYB55Y*mR7CP!K<=i`k^3H<+?k~RG^n!8WL|oW4L5{v^M}_8F(qjRqUOEw zkdM<02v6RCkTFQ4(V+Aiph6>6wB-yTjHpyuBsk5EW8u3Xg+bg<$)2)Q_Bi@pgDx^U zg+Oaft(m5tbW=~J=|sBe#I1vCP3JOAFQl7ZSZf-_xW&F3=jKk%d)F(QzT14CqMiHJ z-OWp1O)1M4?zs0pWS}C4wf7kSeFz4*_W4MzfZ_ki)mP2kuIBohZRIb@J_R6%Hsqx@ zTHl33DA?X5hxmUZr43@CXW{A%q71m+O+RDSA5cF;k}9kc?RHavc-{nJu~7nte}&ag zbDPO$n$yY0oZMeRKC&(*;o4osJDQ+ea!r%Jnv%v~g{nmtek%L?+2;cio+Cs>9d{AD(E1U$}2TKNJ<$VK5hEX=D_i?C7`kp{or9$`@IKpK}u2E>7URXMN z$GUCZS@$iFIE?MUdP`?PVx38Q&#ZZ$U28c9B<4J@U`Gcs+svn`f86j+!{0QeoU4ug zc?*)-%c-&D#3%0k_c;K3$iPSsaX2#OBN?6N#Xd)04|BVR>pNg6@A7@;NoGPmuJJ|8 zFoQHO+;pv?AZ>*FXxD+1XV@#0EO%Wp!~6hlg|U}l`XO9P z6fPyuriKuFJ~#&9|Atvm_Y-;30Z^m=WD5{17swln*D;vSeVv=46*Q&DubiO)WBR~E z$@dd1z#~xVrW-M2pv;ghUHO35H|%R;AsZH1X}{A%@S%a8nye?ikRniQ%ad z%n%a6Bmv!x&tu377%W47xS4%@)>olc7R8>l$u!YTn2IQVB~GIIBya=wz4=j9duUt? zT@Jvjsfb#63brs5S5C#@`3`yardqK#F(9h?0Yns@*H)von(v$H2pFKX_C5568*huW#WYYGN`UZgB_6UI|DBb z@af!rQzJR~>}dc=V6YV~ z;eq7Kz@Wvgx4u5>=eO$!I?T7fK5Llvug|vo3ZYX_B*TC#=^L1!tD*%l^&k|X)W5)5 zM6t?5<+05{5;W=`6ND;?b^QULaByzuZgt(SMIcp6V^p?o{~U(wt+8~_aw{tj|GJRkQK&cU=tV}Abmh!})-CXzS_mxDkK_;?Kd!CSd8e{#!N{SgIE#Ec(g$_bbc z9&Er!s%_wENF*;gq$5~s6Z7BXGO-gXwO1WltT_bV$?av0gEH|N3+zTd4PCBLIkVa3 z&pO;0M@!n#l5upT9UY%IydVYOnvAvKy2wJJExo}3L} z9?59PUvJz>{cuO0g(-0}@C?a0u0sLb47%JYe#23|9&Wj5CGWJ9i}!*;uYNLwKsUh5 zFp}xXa8EH3c^?5cKLrJx_tLM^K6VJ+Z<8lYs#$x`lx#1jPIW~IGy{)^;5Cz`JJ1&< zrX)T_)VS7Ei1`#>(nuJTO>QfH)_JY1-*dwoc1p%@9_W*bs<)2aIJR2hh4(az#}S(=Q>- zNoYSysE8$$2wLzM*@ocrU5ac(Va<=P z*zk06hjWAUPOfh0K#qcJ*|Qvaw}BK_oV;26 z!C6wg)rqYgTI)8gm0cPBz($HU1-;e99bbl4$ZoPXhyM{;p?C{gAmG;;T$wDE$u<}C*#D?ue80~ow5B+od=6AZO!({RNP*~n`SjsDQ? z*X|kXOFQJ{wyc?@o5o8h;fU-v_KNNzguzNSpg}~#a!6C?7>Q8vzGIL)Ly`UxXGR@C zC{|j;(soR?LGs9YMB~9@(qF?TDlr+I%p610^e-vbFDctEsmfnbO~0nLrKxTIMeX@D zb?BjqqfHwWB)@Y|wEtIF`Q^K|#<{wTtubwDT>8?Qt@E1sf%zm$_t8rSe@Br5ne~4G D_J1se literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0b152bcfbaf49191fcd0e61058efe2332cdd488 GIT binary patch literal 10068 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0baa1744d0b908f81bd6836b123ada36e36191a GIT binary patch literal 7589 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 B{pJ7w literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b723d26e4bc12aaa765d1c37a3df6d4d7cf8c7b GIT binary patch literal 2986 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55c8fc38ddd0a0dcdee147903098b50f8a77555b GIT binary patch literal 1676 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 j5jvLJNqzy0Gu2Ys-~mn4z_negB0BL5Kby&cR3` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cff6d710cf5540a4e4a498cfef234e2006ffef0 GIT binary patch literal 3978 zcmb7HO>7&-6`o!0E|-5I^)FGfwN&g_G%V7V?ItN=r?zFcb`7P4>=s}UY}dOhiqdk) z%q|^BkPHX#K`9E@1_HISFgv!mSEbCGotuf0c;i8dl+!TAt5SOOdkX&Z=%ntzb)UZl&2v-eBhj z5UX%1InF>i-r#ZpgU<;@ASW78L%JvABqL}B4cU~<&>-jvb#wDYoo1lQratXUi!B(zKzdxnSlyFgVGtB6X#Xj~`l%t@ZS3d9#^FtzG)2(28 zO84%U?K=oPz1f{H;I5)2G{@L`yE&?{uNj=d8v#RjDy|Dn5%+y&!&$QV^3%||hnVj( z-}O<3=KT9>^Kadw{YYk(GN9NbTWV~Nz+-F2R%R$Vb-+Di_-Xb#W67vXuo*kecM`4N)@+Uad&5f zH@-pei|UO#1=q}^1tJ(GAgB+vh5KnYKs&n2v_xb;p$d`Xkg#Sj3Q&e=(jy`2uu9QH zq_T$T`rWXIiCsE@!Z?phl`=q1a7=5)q0y#%Yh-VNij!TaXtth($eaT>IN5nyyIsg@ zaDv&}a8_9WY_`mz|8(ZmM3%Zb?jJ<9TqtK%$Q&lNH7lz(GlP?b#VNKj&!MHD3p4QFnpYpwU%K4RJ8S<&y<;#}>ljy#n^LeE6A9f?OECB9$eQE2v zB>0vd^1ta7KzmtmX}q%LBi#r*7M4YqCSKN-#HYLSIOHaM{xrhURMNjwV|A^jTA%S9dYv zVFY)8M?_#K8ipXp5Z4|~Rimx2IYeasVY)LCa7-7|v&QtoNQ|k{nr1-N#Wa;;8Y`Gy zQCh+ZrH|0=D0D=mh8=JZK16Ef35RA+T8k6~r>If@SM0^EeaHdcNf0_K(A`B_a#u}G zSLO8Du`lI`t;ERZ!9PZSAKgrh*AmyNiEH)#!>h{=m+O6pR;`EDR%g#=A8dA}8bQ?g zQ*H+do#7R+5k&(-TSITw-<$ku@bWYF(UDs6L^XM0?Z%7b#Ph++TSJ-6p_8vdQdf9I zdJUlJek8q+N4Da9D;@v)PXr~eaLn_+jSXB>Wc(KRrMF{&qJ<$Q!w>^e3yl2@xb1U1 zvB5p&mwAv0`}HA4151HVdX@rn^r-hWKN6RCgMSxfb_#49P;(&8g-^QO-OAI7Z(2WV85bl$NL9g(VkFSEF%E zI( zTN0znyVmhJ@QVb!peBR9ebuWOEk(K!e1U2Yw7~Om0bY4D!kG*BB8Yt?&?tfUHXXJE zzT!{cj{$rZB#XoQFt7(}bXDh1(A`BZ2Zn0{$EyR!>#3u))ah#K^eZti5?%>FjQ1s1 z)raazxE|@-)j$PS^9<9g6HsWXgHT34j zu^(*?U3fV#`uSudz^D3NiQ>_&2Z0CItBDkpnBKwFsfSZ5p?V~K|NO7d*GI;{T%;Nu zei@0^B4f`ZWA%|Yes|}$cRY4I-nA0OZ-BdL9z&{yhkJs^s%mRRQ&mY=Rg3Vjv?v`_ z)sNuW;z@$4YLs+fcNg+DedN$vgu90%Xx}Dc#ew$;9tDG#f(_GL0y)aXBmh+!ze9O3 z+R?`vrg&mU`vfsxSiZru9H5wlb}_~ z=L>e8$WU{ePZ;Vyk=%tcu$!JTpV^KMLE6vIEgL1AX+B0kD^t|)JiKUF+9ip09bC|7 zSt2F@U^jDhCsXhrFB#n`H0wjtcsoA>hpc*!8%)y#IsBcu8K@O*#Q`;V!?AQv`t~aM z5Nlolt2W8K8t~&}IT=_8iV!O*WZ)nLfV6`t)JO>av980(nHXPX$3>432J8xd4xHAt zek;G*45{<@S0I2SjGXJxH3A&R{R4GuqoJ?SXcdiqgU)TEW8a{mZ8WxxPHm%!uhAs* m+vw!WP;#Ze7D`q_$wzN*hK}5oUQ1UwuKU3+|BL9Ct@eL7bl!{r literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e6182038e912699e41552aa7c4a61e1f2c251ea GIT binary patch literal 28969 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 N0d#3_9V@0s{|h)>A$tG- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cbeabd378e87f0dbf7b87cdd3fe3937f4488777 GIT binary patch literal 9731 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

F0%Rn literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..496757fdb9e91e0a4d3843939c324e18bc18127b GIT binary patch literal 8953 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 Uy|2Bp)6w-fKJ;gS5#00t0Z8h~r~m)} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000..e96d2b4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,222 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +import pip._internal.utils.filesystem as filesystem +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils.logging import getLogger + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` 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") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {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} + """ + ) + .format( + http_cache_location=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 not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + 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 += ' for pattern "{}"'.format(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]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(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/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..5efd0a3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..30233fc --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,121 @@ +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.]# + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + """, + "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/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..84b134e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,282 @@ +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( + "Editor Subprocess exited with exit code {}".format(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 = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), 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/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..2a3e7d2 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,199 @@ +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) -> 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" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +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 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" + " be {})".format(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_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 = "Compatible tags: {}{}".format(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 = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + 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/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..54247a7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..fd9d88a --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,108 @@ +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"} + + 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/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..7267eff --- /dev/null +++ b/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( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..27c8fa3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..f6a3008 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,778 @@ +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) # noqa + + 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 == "2020-resolver" + 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 = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + 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 == "2020-resolver" 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/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..ac10353 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,368 @@ +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] + + +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 dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == 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(map(lambda x: "-" * x, 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/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..3f10701 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..f198fc3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..ed578aa --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..96f8249 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,381 @@ +"""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. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + 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. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(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] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + 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/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..def0df6e3b68ed702e34cc11f59366c2cf72fcd8 GIT binary patch literal 944 zcmaJ;&ubGw6rO4JS54B;*oy>Ziy&-EcBvjbSgM6yy!6l_LN3cDJ4q(lU!9qaM0)Vx z|4@&;ihqiiU=GS+K=9-(ke+(-&6;S8(t(-xy*F>(eBXN?%jH`LR`vLx-6$aRT{?@U z%)#skzylYxTVj z;Z8ym$EA@VEb;=!Um6v6T)3dZb?s!BS)tb_?()40Vjv+OkQ~NhLaYqra+Xg3yg}0v zGH!p?YoGMm*UI+g?zm!)4120AMa|3FxKbY(^(zgP?!D`ei#sD_X9myFv9+F=K+^tA z(q1OP?WPAkkh9FTZ%X6&tGuN*=Kbk)cK7dkAkl`skjymrGuQeau?>k!a9kVvVeF>? uIbd7h$~o}|a7+sr;|V&Ppl1{Gbb|J$+6LbJvUz`60Q*h7bESgK>-+=)Dg}lB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e59611d5a20647fe1e109357fcfdd0dd2bdaf8ba GIT binary patch literal 2183 zcma)7&2QX96d!xPyqoMMZJ-Hh)3|LUx`M1r;eep3NcmC^M2Ny=i)77uX0vX*wmUPM zFGVOqkw_(aM7_cZMdiRh!HG*MkU)k?NWg*H(galX#C!I7vkPg(NS=A~X5RPjjlV6I zO9aO8#mmiavV{DKn{?!Q#Qujs+#!rG%_DVObx&*SbzMU`<7L{}dN!uBUap<5=QW~} zw+YK_6PD-XMkQ5vxPDc*n@M(cV_mBnf8b`Zszv2@sk2O%_*<^exB$lZ6)O1~u2jNp zbd($Tz&n1`mx_Acd;Dg{6}-)T+u6H4h4tcNZWefn8GM8l;X~a9D-B4E?vORDUcN@EBhga} z4Tyz0YA_~R)(KfK8xX4LcvMQW83?mQedf9TlIbSl(uT)PDwNv0De|-uNiNmqHV`Wv~7vTOmpi|)A~SiA+7Ze^&Kk|0Y)UPWuLCNOH>8ITH*eR z<+%+j1pEd5i?tUnTGCZ~K25U~x}gO|0bWo9iw*R(v=IKaa9xza-p0&PeNsyuo`Ng# zX_y{vk)Mt7t-?KH>U(4Q$B7d=+1tiG91ustxi>Haan4Qv0U7I`rJ4Fz6C-f6t3?xw zfx6lbz4%$->`fs8c!vZ&ViLtnF%EO|%o102S~Ghvkd4}ru0QtvDb$R{x5#gmGv8It z?HT99F|?6y#;;&B*66q%vt1c@6yY04mM zQ=D7W2QA(Ub|w@&q=FB{*^hqX;*kMAQN{%Q5(~XW4k~2q>_FJn3IY=!8rzOaw%ra` z$3uG5wr_T**E=cLHVYiUF8-!s%tRU5aH0zBJ+M%mR=@;CA`mJ90T5*yLEwpLB+EUB zJKXbZ8)`fT+_=WC#WfZMl)?$yLw*F)!)@}XUd|ca(|T@l?^LZzVEy`~zi{aqBwzd? zH+c_8UCYhwJ@@JZ0_%Q;} zio>efLwo9R|Awl63YQ=u0hU%m;>0Z|<++> z-**b9>;9=1U8B7GV4!lzqWsGk=Xfy5<5Zx&{Vj|3*baOZ3l0($>t8Sh%T7_fT`j%E zV*VL|69S}faMCxq(Qj}Qtf9#p$5!9w7C3kpmpk~G+#Pz{L%mnH-L>+{H$vqsNq{dO zbNKW-$RsEbx$>Ft<1;5et8W-In?8<*qgeSo1?7u0_XPk)@50B>j7g?h`Aqrw2z&{T zC$U6(EQYBZ*R~NFSt5b)qS|f%Ap9sDXOkRwP^n5sLOziqGM1QQk%&(0d{hztf$T0B z&)}~1`qwyex3PdP7uqMryGMRcx@Pb2s-}r`n_$L@H(BYLWdjM8Erq<)Fa}Ns1(wfJ zkPMZ+x&L}Ee563Cu$V9rg_%ruA<9*_C)j?x!}3&y`ylqiBp!rWk&jZb8GL#-RB;ZU zEOM^GEY3n2iyWk2NywL)M}_Al3bLa7U;^ z=l;Jz`Y7e1I3lwaS!>G;})flu{jnNmr|ZaluG>%u9WqY%hX@5MueQ!>1o_UVl{(b%W%*J`< zkPmOnT#Y<(?dEJvqb6xyc=aBldT+gLuj`gRc2IEMLBVoks9=Eq8mSXs-dc6jWjqKL zT}bPy)pV2#5&) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2bea5656bb5a2bd5a3d1bb3588f3afe06da1cda GIT binary patch literal 8030 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 J8^M@{{VyV`6dV8m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..75ce2dc --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,39 @@ +import abc + +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @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/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..edb38aa --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,23 @@ +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. + """ + + 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/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..4c25647 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,150 @@ +import logging +from typing import Iterable, 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`. + """ + + 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/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..03aac77 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,34 @@ +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. + """ + + 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/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..d95fe44 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,733 @@ +"""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 "None {} metadata found for distribution: {}".format( + self.metadata_name, + 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 " {}:\n{}".format(self._requirement_name(), 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( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + 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/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2e699d1eab6048fce98752098dcc1071905237a GIT binary patch literal 235 zcmXw!F>V4e5JhcR1%$K>4P8V_0VAMA^fYudX)I$8U|4L+HY=8ka0br84bpM}6gnzw z6n-=Rk2HFJu6f=fQSJG3^&RIeg^%dJc{HOr6G?tZMSHbVXQm|{yGjRiTm)rwR~U({ zd5``!7?VaYb|H^+{anJrqw`Q5xE5fY*`f#@cAA%J&4Y1JqAsCOOR!bg7(E^gN8nY! zzU5-a*XY423+zqPya1Kpz~Vv$#s;=}HYa-{4+T!$S45`PK0S4>Q%e78lx8lA@db6G BLO}ok literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49f3a827430503a6f503942d6a63f307c3ce0576 GIT binary patch literal 21858 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8916f4c528b3b11db1ad98c2b60a20ec72197b1b GIT binary patch literal 40771 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 Y5kK!E4L?8aPMvx7f9!ieVYa3JKdGN1rvLx| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..195da92a6a862b2cfb75f8b2abd7c07e9f2fb2e0 GIT binary patch literal 9866 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py b/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..b3e293e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,505 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +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.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> 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, + ) + 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, + ) + 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/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..b6f8d57 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1029 @@ +"""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_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_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( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + 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( + "No matching distribution found for {}".format(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/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..cd9cb8d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,223 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +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 _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. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + 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, +) -> 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, + ) + 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/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..d54bc63 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9642163dce99ce70b85e0fbbd22f572d67caa294 GIT binary patch literal 16779 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9be905a4e274df5fc2b35db166be9236633a559 GIT binary patch literal 8014 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 ik8H-+bjrhXy^G#W0-ud2$Mqs5@Yx8k{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4059e2d68129860b097cd0144b88ff145613cfb3 GIT binary patch literal 3784 zcmbUkT}&IvdDiRye;~w=(v7_H z&3rTS{mu7%^ZBoVfEPh)9vR5~*MrbM=)`Ky`e5hh973z;Dw2`R%Q zKE*R=PuUrCq#OWkdFQk%<>KfWKJT9Pq&#eF&wHnRDIbSy2zzpE7Rx;-J3a@lw50;D z$DTV@n>F^bb9YY&hjEka>W5|7jl)@+?D^E5YL>k?Ec@W2IH&9fTuXgD0OLa*%HNjj zX{1^ke_ltW4r50y@%lOrw*wM*1}RUVf^uhG-z9T@3|TS)-=iQ`_*45X?PGIXC&F#- zAQIxJ9KEkoNFBb8e)(<*&GOe#iHkLTNwRYjdh7gZUP^o&A`qL|0(jL8?2g6S$03C=4SGoUL5P8URJN}RyD=_J@F5>;xH zgog?JcBrbWpsdX08rSP%!)76Kc5Ac;e}%?S%r=j`0<-iFqI-*EvB!{F4r$7{%W$Hxna zj~8OR>C9?mS~N^vpVLi$ok3brv)Uif4wdd@CV5o{zR9_ws7lEK(Q;Ta^yHK(&L|V2 zp^@YaSS<;*N*0(Pz^6A!t#;C~S`sXp1fm8es+dpaHHqDdp3I0kP88K}!Mf>IaVbqS%`n{s z(U?@lX)Ns;9X8O2Wf%2t7O@6QYc1EftB#YoscwWwreW6s*OqfxH1^<4&hlwpc*AMP zDf`<^1n2AWjG=FKUbe~n5p*DxgEX}>O-J9r%eP-rL?x|fp&LMV!M4EPWG5{a{P*4LSrY{<5oq)&ctb26Ei*cuTTRxR^)$A&6NIs;K1}QK6(5lS0&T zny649xPT!Y$O$ito#Cv|uv^guND1J%GdK?M2UGarpB9xFnl}u=&;(6SQ0j@Crl{Q( z-MCuBijpuoR#$7hE_+6Uv{=HjkR{r5J&QzjNFi`S zB(eY@O++#WC|S{sqM_tLNKG#0aZL}?QP6Z{_DkvlBc@F?2)&G#+>QC>tLl`hl~kbs z_M#c)oG|~McSuwPRWk%>QdB3fKm(PThT1)=%u>0F`_3g|F4Lyzrk%#JX{UxX9f~ey z07Y$Kdi6qHF=PUlLTG5m?4%h0p-IDZ)bKQS=rnd|Y9(R1;;YHPk_8a}!}k0I28-xL zGje->QTkbFCHgm4`*x^lxl}GKFO(P7e*7fVwcXOX+IPEewf}biJ@RpdlTKYEpea}6< zEBCF)pA9~3iL7yJww1F>7cIs&%Qx39-;*n$6C3UmFPtbOJPisDnjc2)NA7v5i0c{R zpbrdjJ3JrqRuS*}I7Lb(?)n zwpnL61Xal3ZWY3hzIpp>kjO{nVrPD(&A{`u>X`@&}ju%6-d&<-xUc z6<^nez3b~20ThmWg=}#2xj(dgxqNw}b^P!Ct5pX@z0~Pj|EJyye)QP?_Jx!D<2VPs z=_x|>k*4JYt>31_SzVdOulP1K67%f=7_1^=*SC#5|DpcBuYupxcUq7ZU?XPeqwC|B zM@PPQ<@|@2u8m�TfC0jHcyH50prfre>81lUc7ePS1#hP`6=0SIaJ8MNez`Y&uII zYn3!IMNYwnQTTLvnTzPTFZ65AR=9gJ+`SPyR|$W&;_KhA_cIc)w@gpAs7eO#)Y;{m zcB($Rc#?$krqh@!fCrgv;6jPrx+;NZC0wB8uFg`S+4AZ#OW=fB!hHLHmBd~N%>2#_ zGRsS%G>OwtG@HSzW0$U^ht3aOzLdT=e8qHA7ouK9XdVEMH;5TZr$rTVe67Aqr&$5V z5-jsDvjxsjvQ#0fIwbV(h3Ot;qKkPmc;0}AEK@Xa&80nz@7VD8CDW59#Wa(M(El9F ztow}r(%oNsqXx(Y*g~&Z{}*&sp5wS}6n=(0&yepK@;;;Ez(3Kqzd+G1&`{Nhn!8sb zTTRi;rs%q((v(;X0`744%Jr?*=w@ql-BW4pT?{Pg71UdGI=GYfT6PeCYPg;Au60%s zfb|vz9>EICs%HaSbdBFZ0IGt6>i~Mu!F%#n*T81iK&9)0#o?uy 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: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + 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(dict(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/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..97aef1f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/main.py b/venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..9f73ca7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,127 @@ +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 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): + 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/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77053690a2376aa2abfcdbe186655ff6c89fd8a5 GIT binary patch literal 5803 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45178049709374b02aad4e031a4f38d0b7d766bb GIT binary patch literal 2878 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f33e30510bfced6ca26542cd8e14512351db57c GIT binary patch literal 15138 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..336b52f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> 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) + ] + else: + value = sanitise_header(msg.get(field)) + 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/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..cafb79f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +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 +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.packaging import safe_extra +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. + """ + 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(): + if entry.extra in known_extras: + continue + known_extras.add(entry.extra) + yield entry.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(): + if entry.extra and entry.marker: + marker = f'({entry.marker}) and extra == "{safe_extra(entry.extra)}"' + elif entry.extra: + marker = f'extra == "{safe_extra(entry.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/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..5e7af9f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,4 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["Distribution", "Environment"] diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c29a8ceeff6a7edecceeccba3139f74a94efe11 GIT binary patch literal 333 zcmXv}u};G<5Ve!Eg@!Ij3@nI&B?Gm96*|G%jU|ia#wM6Jwq-k!GV&Gh3w#R;bEHa0 zOl(NqI&rDshIjAoy{FT?&t_8ub+}wSRM5YM;lH9kvN;3tf;i$>p&I8H4?I#)9p^Fd zm?veFC*3F;e`By_xIeg+J~+8*f;1ZD^iH?Z8C?qx2ooh&#CGA)=&Sj~CGj$d zbIXc~mBJG%Eum5e;WSgE7J+dV7?HI#E(}QustlCQZMWUKt_^RLShy7K50CjHfS(v+ Wyhf*Mbn=-VzutUIv*(H12jv$CR$U7K literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b28665c29f89620f287823c754f9b5ed579f8af8 GIT binary patch literal 3336 zcmbVOO>7&-72YM66e;S@l9NhJR8JZOG8LD!Q?xM(+lB2UP7y?LP`f|8P@~8X@TTa3oeixee9_y(2E2Ikg*BSLwo6siFER*-1p%MfG}51cQ<<4uRQ-$?n+Kh zSRy}#-zCe*Z&{TgXYhYoJ&bh)tQ%>W#i4(b+4-Usr?2|0IQL$t+`#8voVzIl71)6n zTQ-lB-QAt~Z0G0j7KD3-&_SrA98;uMa-FfhZbgT*PXWmWfceF!Zq%^D-?IQ;<4qpk&3fY@F?)9R}JaU+o_IC6Ftck8U0nQ;e}Ee))DJWK?c7xNnz38LS9fMdekW zH{E5f0$FYfzghO&#d6qEwZQ*w>B4K}$W`JyA-7lgvWUu|8IQ7!UGk+?6QvCRZ``7NPPe0iG;C}t# zg}u?sd%4SU9CM0!iiywbqFRjytJQkoG(3`rs?}dKxYrrU_o5l+x_-t(ZvZyZU2G7h z<1}P>3MM6yYS+-_wY!o)s~ZYh^gT3NMmv?tOz-^sV7k0NT|St;v_E~RZ9w(63El0z zfBTSr+c`6HWoP2ZK$ln~W5?)1S)lLmBAR}>RMNr%5i$UNddqsCCmBX13vJf1`ZNQr z3@DMi#v^f)s~Z0mLVcA1jhdkh8pWDixV}O$jqw0x78b}FAX=hr7Zw=z9c^i0VciXvTu*cc&d~^46U-OF zVI2F`>w(V};V^>(OtnJ6YT!V`&ffNs4dw*c#1E7xxOv1?{V`CeybpW z^)+oSXh`O1MzILBAT0JDuxlB3Dr&VrKoMV6k3w*Cd!BO1xVH%z-Q-?5y zQbfW}+yc&Z7;KM66q7kUqjSo+l6GAdkhWvQ>s2Cx**!z`NZC#Bho&6H(5@Lz%m?a6 z_0SV_Y$=>Kr3|Ee4rBdXvIyeq!`_r{A=W;M4NHLs znj<7IL$hrUTsx<|!{%U!LlM%fWxN@<4y)n9^p|O8Db^(JM@{HD_ggd(^eeHq0g$DJ z2WG;6&3$bS@v6H%#YEeSf;xI z=;AVn6y9ATsTmY4R2%(lqZttensr_r!<1xVg?=l@3mBp#N3Wqlf`^QuvEQY)Z~gj* z2Zb~Hg)^IPd|7yI+xf%w&kO9!k*S@Tz1g=uAGxuYyYaX%y7`W-9>vjk{3J`|H(@c( z;zmO(5_c)lk}8TmLOl2r?lnYG%=OEH(a;OjP_@zEOHM>yK2rdni*QL2U8dK wr!KY)s2=|8FSY&4?;Vodp3IwLJNbjjx&6txgUQ$TCts&IV-K$%QKygo9|wFmg#Z8m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37a67d958010eafb4b5e468ef3a238bb560d77e2 GIT binary patch literal 13163 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 Lu0Ie2=&1e&Y$Af) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81f4ebf4de28f5f0f1d946cb6c02951721de2629 GIT binary patch literal 11166 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000..593bff2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..65c043c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,224 @@ +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.packaging import safe_extra +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 ( + safe_extra(extra) for extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": safe_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/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..3850dda --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,188 @@ +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="23.3", + ) + + +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/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..f330ef1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,270 @@ +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, +) + +logger = logging.getLogger(__name__) + + +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(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return 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/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ac8d7b02dbaad6e0750709c4b37b86dd1f7b8c0 GIT binary patch literal 269 zcmXv}F-`+95VS)CQKU4yz-8XC*^mSo9cTi(q{$47VrZ{Y{Dd;pOy z6+R`5wAz^|c4s~(ld&qeUay|-%Kq-fKlGU#MuohqT0N>xPX}*{dy|~sxeXfGIx#*5 zaTM6R#u^(wnHf_?#vrB)2_aYG^;CadSzAYM?T0$_=Z_v97&Ak+cfmu-@ddpw?1F1) z<0NKiF|^Ro6QoYIG2B+OIWP&{oI@}qN?<7n=HMDQr2tzT5^Jl}9Y@Pz?i*a?%ks1D S#eMCc3$69)ufOCt^qtCj;F2X2;3MAZ{-*1N`3L4q42?R&qO_h#qK z@4YwQO-vLJj3f1G^G6k-pXDSSdIAPj09%M4f_>D&wt^*Ae6^+7T8vd+Z)NNZMhbcb z5p5k2oo066e{$H_ZpO_1CZUNVz3nni0cbTZSOz`y8tuO9a!Rg+EwItoy_;UpklyLY zC1CI-fcGI1ifl}ftq^Rhix9~d*w%P>~@*EKtr z-~!9|+SGdJ!)e%smQvR-4XfiZBorrk-AK~(IG;cUf>0bPQ!OOH?#5Gqlq~8PQuC<6*}*XF8&-+Yp{yfgf(<8aBA0b}hkvEJf9w$<&pLBndZaEUeqx0VBU#anbm z$gC9_tXRJHj@9mpcf;U9<%RPW_XIuLb{os?BIQ=wYg-V2pe%5Gs}&OJb8D37O1sMr z!+ERE99SxqG^ffVh*A z8)H;Q#(Yx$#;x0iD?plT1_EVedBZVkvQXecGBbA|@lbHFc}{Lii8+72bZNJA>E93o zj~a z?90XelnxHh4iKpRA&HOvA#t4O__uX47tKK*SKyHeNXRO~=7yK3lD<0fbz~(FQ8{)@ z8@@7Z_)7d#%gaT_|8DOH&*zC3lPwsZxQ&LV%W8g{yF6sE%I0Az@6BgH^i_=ULv-a= Wbmk#?>G#YmF5EkDZXbb;H~$G!Xuv}N literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e6ee9162a6034104a3a048d766c1bfe051d49c3 GIT binary patch literal 11225 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 sZ7vXq&dZwIT*k9%Oe*Q7X9!#nJA93dV+yDRo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e62f46e6a137708986f61a19199f15a2c78d29d5 GIT binary patch literal 4252 zcmahMS!^4}b@t*dk|J$YwqSJjN`g?4Oa!~BX(@Fm5(0+$%f{Pq?MMt^z72I z6e7kLTAEAG;MWc!J$@)o{EFz3Br=dKT;qrWj&kGrWV=!J5 z^HN4~=7Q$Qdox}R@#r;##hVCA_js2|#y90jc)w(egkbwmQ)8OwmxyKiep;|pL(giq z0LuhtcjmIXp{u#9rcM(@&*ljLLnn-UKC9zXlo~YWl5~6E+G*>5gkcd8l;JSS@R-X8 zn8(5>pAr4Yk8l+8L?RyI-3EBC9Z^&CVq*BRbA%@O`*G78uTrg#G=g7Xb?I8h$hiSS`d?+FU#^1HFd=# z)J#nkvwAL7pvE}KS!QZN&t6wYvz9?q*NJ{TrKwj_g(+*y&<`aKzM3*siwxGKVWtXd zA*HCgMJQNRDsNz-nJHI*O3oE>vM^=)6hKlfMVao}q<~}t-T^$BgV4>QS^$N%E(d$o zx_5ji&7G|VyOx8!Yuk5zxM%L%<83d^i3{QCj=gi@=f3WB_yF0GVT}=*YYGBj%$*!D z--pS&=v{6RwZuHn&7<*+*nq=Y!+lJT)o@322?4Ih-QU>HbM2rLM?mV_6lXOY11$8tBx)%AUR|x1KxOIExu%lgRCfL$_&Y}PYyKSKnCYN5b|N&xZMc_E;u?3@ z00pCIKqvMi^c!xGbKEcb_Hqfy4ydN%YI=^?enrV?S<_S$JDfJG zv-yHX@&s%Tvn^9IEVdoy7psoh#w6i;Ukj%(yT{Ij24=;l zrvq=#?0J^FuMX*lZ$N(z0d$;Eda7ZefiWXsu_Rna z^kRu0_dbON%Z9&l5WHWw-;4t-I#_I+1QY}e|8W+lpK2{EEKS4SFZmxK>;b+wh%b=t z9S*sLizVSCdgBzt0kI@v5A$!@`69j+wplFPI<3^?1}O03kp{dqwlJI(k8%`-AQ*y1SQew&nWl(vM`E&9KH}FI{27Y|( zOJ;i0o?}p?kYfp-9e}J$Ept+}#wgQ`Etv&PwQMP;kt_w@$Jmxs9g`cBd5G=Bs+r4D zoRH{VSkry1V{y$EbTVm+%;HUE4v-J!x`}sMYi0Un4c*3t%Q5$glc$e zIXJAB3yX z?zMRT(&d%-%diXQUYNg7?q{dePqaP{^?cON?&DnEk zHaU7O&GvkDKI85$g?q}@NAKKzr_!+*EwB;IkH9U& z)$aWj_;u{xM9;GkQF0JJ3f~S_I`(cvTZ?oz4t-8uz6jTNc1i)`Xj3k>H^WB0%yWm#%3PlDtj>4;#I@YsLU|-Fn9=Jw58_q1fC4oy*P7pdYpAb(A`Cj zCLH6VET1?Xt6j{8(A`9T7tcTL>?!A$qXV;NYd(}1tiGK5${UpSJ&r>(T@r4esl@lx zBmh7d?dmP(milgwRkrS{F&y|H5MKAQ*>&{q<2~wckw~kNB)OH0bEkB|52egh0bZ5VkwHt2JK*J%RN#Sy4VrYHQ-GB$TB>HcxvSg3XuPeG zkcWtqGEFD*xq>^*q{qrlN0?81$6aj>(boaS?8}5V0;&ld$Nd8xsGtL1pdWsL4*u73 NhT{TXBi1{g{|`adtepS= literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ec0d6d6a1ac403c76ff23b16da61af3d80eaeb0 GIT binary patch literal 1697 zcmZ`(&u<$=6rTO*wd2Tblem@%Xr&;K)7A?~)gS~FqDUkXGEt!w@?}_d#>u*y-DPGS z)s_!IibNuT5C;^Fg$qI9z>)ufORN+nU3!8OH$yB9e#dl8oL)MBYY3Igrx@by-GKCMwZ>&__Nc z@nwiH=2P2JCHsd+syS(DD)oVpob)N2Md2KR>N1h)${L*ZtyEWuLN%horxCrO@1TZ6 zGTZsOP7L9rT0&YL%B$S9|N#7)~Agv=yn z+CDKu7HqnNa+BKJrOdP)hjMO4fk}N51}@}Pv{-2|FV=k;d4Ut>xVsU06bqjbwnI0W zO*LHb@hD($HYUM_?fOiEJF+Z@SZ6e9F~8<0gKG;V=Hfg33&dB_9*RJxV^`^-&msL_ zU`wbgbrBwbk5Dv(4>gTp&Y5mboXv-`u5=)!^JaeNJJYcDXvZ#U7S1BW85!ln+R>R$ zSt}3Eg0_>pCDapU8&#BAtfyecssOSw5o^2^QWhH+yS^J?oIn`sfVJm-6lNUoCk;T~YY|b&}g6^hiZaw+X zy2UBuR=Z{Ujs>h}QYYfp9pBz`*KFvjwMqR=3yQG9cC;S&i`ADGEbd11N|^GETcI0T zPhO{RA&x;j-a-$J$=yuPDBU;8CsV~8^)usP zadyx9(mO6*>J=~T-#9A1bX;8O6_+43aZ-NnxO}-+zP$gzQTZBp3MZx6%u_f50n~t!Gh!0B1PTccZ^LAqh0XC*5EG**Nd3P7EEuupECh@j z>{kFWCf{wdxK&e=P-u$wBW(wIFIqiE!!JJ zG8o>j18yJ*_ksvW5-U7nN&Av|fNm*$9O`)(S0t8HA>P&-Y1INwCWQF-DlFE~}O0E{?0brncHF;`j$HYBi zb+x^^5*zPBvY363(&9v)o*1vCa9(FGfGMEh3n2Q6BuT%bsYm(+>FS?Ihg?gdyMHTkUjD>L_WT#!OO*Kl literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85765c06ec4e07159122019b1484c87dcb0ae404 GIT binary patch literal 2185 zcmZuyU5ryj6rTIj|1B-Mtn827bYWSnm0tOmbwxLj2tG81jf6BYH`m_j(&hHvGBaK5 zrWj&)*ccP_!2m%6;YAES=#%)yqlqtDR#Gz2NTNLWR(6R-o;-7Zu&g^t&pm&0X3qJ} zoc@$d#u2Rk;^E3};C>fEuvDK}dmETb$V8@Op_){ZYH~@gDJ4Y`I@wZdp;E}@6)Rke zlp-##TG3jp6qAsQ-b7~TA~M6bWG`YV-i+j;e+nU|aAn4Ba`kAn%y@JbpKV~fjB^qn zFmc6bSWL(ELX|jn4ciRV30+^ngjO9}*Fo$*Zc}Dh)(O~HC0IC>y+b@2@rAWhz+6HY zl_V3DWK+TlR);}XkxlucS_IZU;BwXVU53=`Y1w3=gLi)#K2-0UD7kzS$R5pCTH_P~yy)q6ZZ8}1Q(7PPVdYlBGhBFlBll)q5V%Ns`{yFlN!ZUcy9 zoTUOS+Z=Ek``&^Ii4}ZXvZ+ji+>&QePAx7D7M-l=oU<**FafQKldU);n^Sr687+@h zscr%w@C;+3VKHUcthG{T^r=Kcy{5~TF&Be$doWmo`fsJKGo)c2C0UfB*M!jxT z#r`?Wz)BfU29aE69`=H8)e^=qg^t3emr@cKSyV}eQ0c3C!@79S|@X` zojJIYIn<4!k+ExISH@hXGn{V^=euDvoVk{~lDwMg4DD|Z?SC}BITc@0x)Z1`-AQEb zCNkG2zRKUo|1tUEHwV6*_&)z#ekFf+W%BiRq#G9v0yf$ zpnXNF&Vo&H?dM=P7rC?>S|#F-T%LgG5X@g5@r%q8y(3yBA}$ftCffxOuP7&zO@bG| z`oqeFl#GC4abyDoeROw<4M%_gXj?~q8J&DE{YGc{WPAGLUy3}m>HfY~K2K=K93wvW*(nbspDsm~stE z@O`>|wqaPFg@{5Dfe1+h;fbn1a+H>Bm#3kJSCJ&? cH#FHslMm5r57FqaX!`H)OHzCl0de>L3$||%m;e9( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c30bb59f542c553c3e69d15c1b240cb99fa2bd28 GIT binary patch literal 26035 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5c364d61805fe1f2c061d89d3edceba9eb432c9 GIT binary patch literal 1172 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d38933a119ae70d5660d977fb7b3da288a769709 GIT binary patch literal 1854 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 ft~C%&`WxvklJ1X4&qrkNlZF! 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 "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..e219d73 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,237 @@ +""" 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( + "{!r} has unexpected type for {} (expected {})".format( + value, key, 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/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..db3995e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +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 "{}({}, {})".format( + 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/venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..7f001f3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,53 @@ +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, + # 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"] = list(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/venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..4453519 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,581 @@ +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 "{} (from {}){}".format( + redact_auth_from_url(self._url), 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/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..fe61e81 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..744bd7e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, 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", + ] + + 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_tags(). + self._valid_tags: Optional[List[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_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 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68e8559f0ed93c1341c19da7ea2fcd755c333767 GIT binary patch literal 257 zcmXw!F-`+95Jl|}K@=%XPOxo+vLix^(xgvELt~ls5Qa6jWzTNpT!b@l7H&Yx1rX^{ z;gyo#%zsnN{QotZO-0dsyM9@f`7^*p@@$TiVm^csPa@03=y1F7jy1Vdg)XAal|$b9 z*e(lbMpJc6mY6Wr)9pfj-za5#qtvH34i`@b9uvj{xznzJ5d9lAoS=2Or=4aWp-0z) zrDq74U%k7p?^ckAaT#>e>K!Hs6hM(4% P@0FDDZzSb7jtl++xbRC% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a106c938325cc02125bf0e49097f840b8b5764de GIT binary patch literal 21991 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 PVmLat?_-W)2DkqYv~;5y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d7a2992db2c56741f6cb0b12ccc7ad7b7f9209f GIT binary patch literal 4157 zcma)9U2Igx6`uRIf8OaFmqa2)ptO#>HfBZ$`3H7_qScA@-vTjDERrRbWXZOam7rB@ zxu|3n33;lm7PYKa3}r*2ui4>ZBpVTQ$c`3c*_fcic2hB)jSD(rCyLG4=3+9N6#b~( zQcPu2K*wm@YND-UsuiD6v%9DQJ*}~78<#&)Y#ef zikwbO?|91{cMPvsGR8p54>MY_ zfd|84)Zr718de_WX7y2ih*58XIXS7mDQxiMaX0IoP|XvsA*%`t1Uo%X(#nV*8)I(K z5F0%MUkP8JuuYGpB^HO#9LMULX69{98P8NEOedEqF}FZ-9?x8K%*p%(+-+u(I+GbY zKbk33ym8k#-gop^hUY!{a>>kHgu~&PQofWi@^D@Z&Lrbduk5mm8S&x1QpHc?xv{kr z)(YQk!3CtCxD#Zt%ASu!SB+DtsFSs~<6;8|htxsVkR{V9RPoK^gFkr z=X2wFp6eX+b7%r6@;q2ZcbQ&h zc@M2rGm;-|3}Xpc{YXxRIwSJl1RHZB7?*smVfOA#a!rwKyO5O)Y4P+8% zSBcS>uR_xD$aI&88BZ=2F;`#di0jb4wBl=k5DGED0Po6shQap1_kpi+YLAJIA2p1e zZE|iH99O98R|L4&3(%R~z3p)Of@xj^8SjM(kaa)Vv7GE(jtnm!8on1928>+`-;H$K zi|o6_uc5amvFskh+7o@84Yw6R_2L!+-k9>ijPKO!J?uV$8 zb1mwtcAk5_>~dc%nclds7Tmm3J86|208OR~^>LGrQ_I&%Ci6JQfFuHeaOI={$g4Xs zPBQ(%j+5Um{uT`8XQ8@69z{s&{?AigcT-)9y(_7gW<#qjZF4_a7+QF9F1ymAFP>RE zaku5jthSm=eOSI${;+zjx^VheBcF^cCyy_^{nzC2<;d}xjg*VDvdu)eO#$0gAON(a z(6}#vQ7_v}gW945;2nTayUk$I?Yemfz)V%8&@famatru5G%x&u5fXWta~`7lQMilB zGKOpkevVQL+7RA%jIKPTTd4n&@3g9C}FPsJ@zNpR*QDucW%x zh?LM5-@L!4V}A1bP}o6Y>(bag^}*o29Jb&ZPK(SAdR3?B?x#thky)9!|+33@NZyv)q9TNy-+aq|MkbF zK)Tgd)xfKR7J!72Rg^6$z(}iVg=8SvYOC_r$emE|(Cb9GtQ9b!*im5qI!qyLd@hXM zJ6wa@PACTOx+RUIV_VQ-xLt-pv<9XyTpbu58Q!kGh8GKE7@|brNQa&PAL5A}4@Rt_~D--~x`Bw(U70@X$c#A4Lu zMmS(@@*Y^l&HkZwD!nT-y7u`vkR-UlmA<(Sfvvq5QENWAaPPc839X0L{ zs-xkaZ8Is_xf*Z&aQNErob}#0ut&6WgFy8Vt4)rOy1DzL@+WOj4c8XhjQIfK%`p6! zVH90!!bUo781GJ)c3l!S49m>{Tj3rP*+31zcmw*{XvL$P9YtD!#GT<9*-7js>iI;D z+O}c9TLE)W@mBa=EwRAdj$tJPmwZeG`Q3>>ocjHD1o`LF>nK=jQ?$+n z@rBOC-VOLdXDy$`^`v*R@8a6fG5uKm{RZzAhOqNPUZn(yJi{=_#33AjXG@;}8KmX1 zz8t>ba13+pT8AON{DWVw#A~U<{wKA9r$HZBhT5EA0^`>{7QB)ACcM1O`!LDn74FfZ z2puA3_#I-d9h${F&xx?(tD~-Ki#L?G=7c5KZroJkVX+x`wFZjU*bhN~cRshEf(L^n zJ(ML$T@Mi{_JF+jcXH@or2hdKctBqHH+lU5$*hGW>Da;>;PcY4rM7i!)*?i1S(C$3 hVsY>Ck&}13Uj33lXI%-{kJ=7NopZxq5op9J{s-!Xsto`D literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44acb33d49db8826478432da7ff3102d8af6034c GIT binary patch literal 8579 zcmb_hTWlQHc|Nl!u8tVdQ8I#qM{A@P}&q=L+L~R z|IE%V$uN=Y_AK_?@Biid|1(zw(4hu%G6*Jp&93hKDB2gl7k}1hW zO)TZ3JWGYBz)~?PLdqx2DNEFnvPP{bThzwk7$Ip-Iiik~GwNhzG3iRVqi&WrCp{@| z)XVagWJSss^|8D)=}!fs0hYHVD^pd`Dwek=t5d;fkmVi8npADHHdPm`OVvl~S)DW4 zkZO!JrVd08q(adUM@&TK$IcsvDyQqWSgltM zNELE3v|8jA)@qe}(Ap~bS#2})4nR39RYJL{SZ9{1p{}hogIjJMHcLUMYnN)|poFu! zWhd0tLS2W6JWHgy*NIgBwuxLOF7@PX-YUuH6$%*3V8a3U!yp~-|g z8XBjW5h^Q6D3O*DLvb}jm5BZKIM+a!*R0Q}GL7Fz%9{1+xSGhM<4H{%oET5aVUyVPG)U+yCOg<=FM-q8Bvl3$ikvNh@-g(;7!)H6|6;j2R2XsGOE$DpTlDH6W{# z8G5rflTOP+IR6DoGuR?ro4WQKrdJZ_n~=H^N^F>BQn8`<&?ruBzm^!k4*P~Nuun_> zg>!uuUbwD#X*{9GvEdAjDQaAuP&5ymj_oKmG&+&KsX%WBG^gTfOi4`3T7b$@d`OMO zC)81Wi3yt2tjc&Yp~|;aO~CP*nab(}O%D|*&+b};n1}!NC`60IM$}SkmW&nY!Fm=W zi9A}hxD=HgpsdR*ODIvy7^VE zo7aRSaE<0HvD}R~9YRVO0q>eoE(BCs+(kEoIx~Eh+mD82ij9>hW=u=S%~nFF3r3b` zSZjS8^B8UAG%KnVMk&i1BMf<;5mkSwwZw0< zT1Bd}Fork2CrGBOXw1Nobk!4j^E-R*=!-1AC%j!OtF=bMSiO-er#JiH?s!RiO|cQ0&B~oF*WjhkcCGH8TiDGBZSx4KzP0Vo+2W3Q`2BG8IpxLG_GgCS$0C0uaSeOJ^oj zP)+fX6bL=_;YhQt!YFb9MgG^!$;`-zOf?~q9?obLAZ-_hhf%5ClCQ|O9-btp|WwKvME>Dv^@6D z?Q6;WvCH|&D|7aTmcYHi4=uHuR`*@UykkAkv^@Qh_1HtBcw~9(Lu>a#i)+JjAZIy{ zw;cT0vp>J`lPe!sjuwIq^R7)>)jjn?TRkg$?5ZgQ>*rksTjf&C2e!kk@F3VQ=X&U> zUmE=I@Kbr$w`MQ?))6dtDxuQTxte{y<3rD1&Gvun@ZY3B-s zg)69;n07h~8PHA;>tR2AG=?a&CuB=958TU5U$P?^uE)~}6&Nw3j>@4!#=?g}w-75r zh^?V`2!NOYOJ4$1G^lt$*N~1X5jF{crzxXo!gyRAMGjZk?g39wdFyzhle$JJE*C3e zRm@nCo`SCZ*c~+mklad~?z<=EPi#2qa*n#C{=B1UU1*{`(5m^3(NcLsnpcvC;}b~` z3FG#5Vr>bPe+m$d!#Ed=Uu~1@|)dT#(<%JST zNKTEbQ#xTEJBv5ni7JbcGi=sG88i}TjuaSLprJI&^Tmt}!5kzxo?_(GctxdQfu4p_ zQ@k&YOX(~jKmob0$Q3XIth0THN-sditMFHzhlnWxoBOV7-nC(E$XOfm)&sNW3c>c- zbF=B3P+9PJ@7|fevvex&X$G;fcpjNap!1#UtHHNl&ihZ#Sql#T2acBY>Xvn(g>ll* zP8KP_{}Pa75y&tGYwit5{;w-=61R&HoN9?#vV7K5f)-PmL7=wC4w4DwU`EIa%D2jF zGln{SPxxQ#2cXhe)mR5tpdx^sFb&2AoK8@#z{%Zv7J(wHvrp~K6F}SJD#8W}V~9h0 z!dOWF$_@L^X6&kb`dxc7fnbQ!nP+7cI6IV($tii{K9$PxzTzu z*LrfT@qJ&u^-A9T{2UK`3eLb1KYw)&(98`+`pJcpOX^#<-@N^Szh%?yy*n~Lvf*yb zxf}J`yt{R!BIj=3Jru-q_NuPoEsE~M?Gn(E4*y#?*`E^7F~rC{0pAl0#+P^|SSZFg z-=2^)l|3#=ct?D@INJ=rLr6=OHRx&{SkgT3m^)0Lg{dg&lfke_X9Y8;KRKQP!Xl+L zkvWg_IqZj$MA3o=^*Dfew01PR8mFj2!K%_-vE6#or#nj6qhu)!!Z-#0s9$GEp`vmz zxDZ@yTxeY8m;W+f(Xztj&1ii)i3^y}l%UZ|KQQs4?HbakdRf>b_%J!{U|hXDn4K9Rs<$TNsy`#IjTrc2~CPBl20 zjFk+q@=D;~?mKp0tmTaR;mB)nsu|&X!X#%r!W<^uVC_zV3HK7=;P-}Fe4H^)M+^pI zpo6-)2vawvbO?f1l1#{8rO3eJMuuM?D;Wy@V`y@e4UttIHV-~E=B=}G)}h@buR`z0@{t$h9$|&b4_H9VY!kaBoYUN z(+Ik82to?mP5zOP>Xko$A073b&7o34s`txJ7**TF4fvb8OL zr%-bM9+zBg_r!v?e#3hx=RLIi)JNX%=R8z?$wQwlGYQr&W*4#>)h)T|mKFD!DPMhh z&ROtOFV(Mmn%1pNUp+cNyv<(_(dH}o1B<5?PObaHIcIp&>AQP%{%XN{boJoBwEePe z<5++0SpWM+9`PoZ8|HQS{;=hML65(z!i8{0kCnr4=GUsuhsm#7YI=M4cf+>cZvNe4 zr+Pd1_c}z#zt-5`3Gz}T$0z|LFf}`vT~gzt1qq{{}sP>@|UqkSgWsqlMlha6by0QMy`G`1j!b}_976O;r-nL|1umg zP{JNXV6rh_@|=&WL!*X#{(qtq{cBi@zJ$?tAld~!?4qZGd)6+2&yR2r;vTygO++(Q zVM4YGX3(KPPT0m5%gdm05HLYG|05`8{%e3vNv*?MV;OV=@J&@q?B zTXujB%=-k;vF-pJ%P!CXs40SuJ!{(+bnH(A9pM{+jstdW$vTEj!=}II7CBJss{)zg z{s@A^toVO`pnb>g3qkxI2ok?1{uv0mqeIX?@bHbmJblz)^AZdxyKx9V`0N5AdIPwC zqEJ!^BSaZ0Llk!E+J6cwzKapV0fYdW#E7{tDa@h%r)i8b7>z^39_I~3k1133Ox^4! z6uPqiDGs!Q`S%~>E9Tf#)_y?(w(hyUEtAbvwOJirIr59n`<-ineD%}!ghv4qJigk) zN^||2)isNg3zMj#m-|;n^VKKj`X5#{FRLqqt34aXFXWD2$X8yRySQ0Vd2e)C$X7Ih zrgcSD>I)5rLHAcg?p-JZLK}hRT%dV*;-f$(=>Ccb=zdoOR9=1Ptut?)*{EyJ)wQn- ztewx-Ju`Qu;Hz2+E}vNs9$ohx%{z~N9)`_+g^v<#Ul5C{s!$zVoL-n-ukOrwJ2$;m zi=G8fA<$C@R4!gxxU>;y%LUpBf#4&HP~ig;w4&+{TOJtp_{&;c6nFRE%2~LR*UWux zZocaL3DaBWJdpi$q^8d#zH9A*{JSS?z0Zj6kyE{=#P?2#n16uEEy{08$NnY+<@h|tknOP5Z=6sQyt?Q8p-Sl;FwQ!eaiGepX1d!%p&r*@%s}y|( znrS;mmoPd3k!A)v0}Lq24kTbTqMTL-AF3iTcr}nRG(zQ9!B1C}2w|26w|KmcGQ zC~mg2i{e+c2>bS+zxg-pp26r*bdnfx|I{oKY66a2@=n?3fW0STeIluZGNgZJz!#t5 zV+XjVSJ?LkouSa=q}3Rqm%t1RO}sIs%8G7W;+wDjR>BNW1bN-SK+^8vu*cRjy7BTf zorhL*0+}v=k9{2XxryV1-;uy4#Qh2JenM=Yk&Ybc_;=FxZ{*UaLj9kl+YY%L-bJZKR+MKO+>15t^WY)Z87P!E2>lT4z<@OqXe`XuATkaOF zzF_xl@sK{SySGG0LGJxkTNcb&iP=3Te?PWu!_pupaLp?`PSU)};{?rHZYS5edVGsO z^8R6#tiSN$HWs%UeX!){7J+0{V#%7ajis$Nf%7igaUSpL5tgi-#Ob_Wy6d^-&k00d PK7Eku{(?Znq~d=7Iq92Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d35f493e5eea29f107c25e87459ceb2c42c8ffbd GIT binary patch literal 11663 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 WI&yK7RXpjMw(-4>;rsCh5&R!Ffu(r> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d91fc562d39fbc6a75d1090593d4d32e730f1df4 GIT binary patch literal 18772 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea2de49e844a72cb0aecd9864cad3374cd502aea GIT binary patch literal 2903 zcmZuzO>7&-6`tk(Q~Wb&k@~e6Te7`LOgf2?2C0!WQC!<;DjT(mCOmY#;*O-Hm%GgD zQWAw#VFU(B0|^2LD5Rd^00o-DJ@nXPliu2k2^kQvaS#_p553WqgBtFkeY49Y9n}l) z&3iNN4c~tA-Z%T#WHOH6$abOCp4ABe+t4lUf9oW0+z@D;t-gexDRs;J<^~V}< zRy5Pp7EN3o=8RCHZ|waXlwZOTU)u9>bi@VqWL4p!2%0B(>2JKzcn{ z5rcI}m-RUKj9^JmP#-Mo$#K|iDXyok^OblTtuvL8%Sg%iS;+d`0G9zK8$Y>3>{Ua@ zMXh+{DVSZ^2U>B}(5UP1{jbD}@YstrK&TYxzHC@JURRsM^hGB`$xk!^AzgE^Yt*qX z5bQRIHDBePK!ctj{q21M;#bTTatDhycn^I9)#|ZPl`zO1#MYp$_dhjx{|rPkQS>I~ zakZc?zU$>7b+DHg151q7TS#H%70KtFW&;ynQdPq;Tvhc2cugoXpKrh+V_yO@)C8xx z0@db=YG0AmJ{XGNa}G9_2t9t1q#^~v9|>`TaMytXQmdxsII8NYmXPpKXov1 z%B`kmRm%-xQ`nvIRZCknmNnNVQ!wSJLQJa zC`0xxCYENFt+2++;o+AWEs}-5+nD_SS}8^EJO&QVs~{d-Lk|Tcr*4QHX>5Dyu5|2P zern6SY3}Bq>*SyN{K8KD<@QLoaAdcjbP7tF`!LZRJKW|zO71~4^0^i05h77lT+uAu z1Y{Egzu&};t1jAl%NJKMS+pIj#0WjmQZ=G18c%Tv3g%Bh9Z)WP0-*=(#;5~*Zud1O z_BQ%}@lb70HsLyz9^=Jypg$cg37fn-D1jPHZQoNH**5{E#}5iifUX1zHJD8i{wwP5 zCqioJCyc)82_EZ-I{SO>c0apK$vqJHc~Z1HgFFt3a!}gv52KOSaP*{FerQEnw8v$1 z6uI;SgJ%Yj*EeNPu1!QU!!bn6or-2^ha+t`>ipAVYsH~Yq#)D70^8;8y>ELLd*(On-SkXHn&}=G-I}^Nwe8;e+2{Hn-umOroy_ZP{$A?f$L0-lH#OTy&ECR0 zsps2lFP4?F-NNjxjXU`l+vmE4$*s+sn_(MwGr8{QGtkH|+mq4QvwMgiOSR8GOrYfS z_Pciz$GVe8+HZaMPB&NB%^mCHj@?@St@oL?lRJGUar)7{^z6To2)pO7^m&u|t9Uf`23Z<|z7dRGyn= zzdZEn+!*`kF&=b<`Js}a+-zxe4BQ-7)w-=WO{ynU_5G%1_E$tz)$OXPlH;%+p$+eI zi?(eB90`kD|GN1bo?La`(LBeU!zz4#%8|ZUcN6+v 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/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..a81a239 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Generator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +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(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + 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 = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..79b82a5 --- /dev/null +++ b/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 = "{} ({})".format(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/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..82ec50d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..887dc14 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,519 @@ +"""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 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 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/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..4a7d55d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""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 + +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: bytes, + 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/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1e556607d7e47105f3504862edfef149a970663 GIT binary patch literal 200 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..11ee9ff3bd5ad37b11963d5131e217aad1443d4d GIT binary patch literal 10117 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..984075b063626d88fdeb803f3d6df6d254bc8d44 GIT binary patch literal 25821 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aca10d67f13f19d347c978c634171f9ab5188a21 GIT binary patch literal 206 zcmZ8aK?=e!5KOFs2)+0V4|Y+n(kJxhIizjW*fa^7w2+th2H)Z{e1Y`VlgZVA-I>`P zn0KCUNW``(uZcft{bO3j%aa7Mqt%PxBDyJM<{mCipo1`Q-GD{&5RG@xX+Fvu_Xc4U zdITkFu)*JrJ{5-}IO)aS@}}cA;lN4@OlmJsa|Ol<pdO@ZfyJNnj1@M_>vM0~ UL5UJqv7N?oNqjR(DP~dq0KuU+eEIXi8L?D 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97dc8930d5df1880f81e428914b2c2ac2c32ff93 GIT binary patch literal 1917 zcmZ`)-ES0C6u);qcegt&v{)L7b|ToiMs`3D5>ilCD~MVMEs5;QWOnDaJMDbs-r1II zwn~f-l9&*m^uY&S4g3KZ6BGJG;tNelAQMeU3=h5)TT@eCJa=|x3k2_G@4e^ao_p>& zzjNkSO)DT6{gbC>R%C?!;6yfZ>1Lw=o9~c~s>sH+;NmKVRdfYUtcsZPBvgB4rgjU?VSEv?}z3TRO#cC1uIU?J6BH9I_**!#?$=SuPq-t+VC}~T_J|&T5 zTal&D5}!~jaspp>gITAp&jeIwL6g>rZaXZZPOZtMtX%k$J3Cpz@nEItxOT;=&lBH1 z8wB(3TdqqeNOmQX34g(%f$tGNDhcuMM?Q-{A-QC#Sqo`UCyY%{8qjzsbL33dj}I-! zB{movrcEE5GZ&qxVY1Lk2oH{0vjoK2H1Wa@97^g@KwELX#+@>WzYwdnj%%@M!!sS1 z#R?@+llpZrjW=IZ_;Y$=2J_fQFn0#ez%B8n(4m&awm6sWGY!5jOKtQv!YG2Ac7`q8 zOl>U7Z9K>AKR4QProm6<5oqO~QvtHQV@Js&Tj9UV8_4T(bkv(!c#)TLyEEy|+LpfP z+M7ZLP?X@4%MT*jzpO@DrrQ>7bv(!Ar_@vd1nr~xWlrf2y8D0}J63zUQw z<-QQxiL9FYl#j26Ex_#@V67Ylo?8O^^@V^kIBBLJn=Iuiujg0_t*AkH`s3ZKi+8hw z=J-IETtm#vCle~pOu?JpOF5>f!Yv2^i>0~1@k=?%u|j#WXb%_lbuC0*2rrL|T?VI= z^ui)9W5=HfOwN@FuRF#a{eJ3;KeQUv)wV=9;1t=@Sb!tY~ ziW-4`w0z_(gE9Z7R%2US@PX%R*ZYTk*cM`4BVXc7sCq zgM%Eq>=&4>qRn2k_u#$K$-C3{2QOYd|7hUV2LofP17lY|d6e&ef_mgByqQD&haMJB zZiqsE;cI1GLA@_M&_-9a(HjeETKNf*@>6(S5Va}%aAfqs$hp;#b9cwrMn3ztxFvJh zR$pRfA1d}-t-xqJVYduHrNk{+LRM8&eFNERvZ-eFAi}wf5+`V*f*TsL= zMb6vaQWN{hE!!Pa>xp06>>YT*4=-27#Gi0wSpIqUd#9v3S`O$tr}C8{bw$xC1M13v z%=begsH_ajm4o>eT?L($F}ZSBE%n8!Y1%>EH0d5N7Y{?g%O>Q-4k*MjO`6$&Zp1M&SYQi`B8bGUU1LWIvq zlF%Q~2HcJ4FihLIaVXBFOHR{KAbICxXJLYHV*EtFSlUn!E<8r3AERSif{2B`a|oZo kzoX;p$`C&Guy15tjTePs9C2k)oU|?zTTA@sl z+9eg&np}9@fVMz@bbVMo3`5hm4GFOAX?+;5#7_hE;>_J5a1GF5*+buy+FLg7W#>{N zV+Y14=>D8@?zunb`|i1aOr;VCzW%uv7Jnij^monh+g zah$GlI9S*#;ksT{4U_2L`)EyFB8o%YM%}e-(@{vJq8Qeqt*Er(fI&usnG`2<38K{N zq*gy~P@=guUGYRcY{n=!qL$V>NdGuvP)6Xt{SAme&;8!dR&B`I=&?^;`{`@fSGGn^{iSdA!|(n2;&02pDc?%| z`Si?3+0DM$wO66|TXNuw^w{Qj>DJj>-`tevw$c|ig$wuNiTBU`@SS!1r}$w|x21D; zrP3VNg07>*6s1JS*>4*NDtN83vtxP`lv ztam91-R@Uq0eS4xfqE_eMo)v08+y_?J#v!|z*}WRf9zY0?x7iOMO%@Z(ZJJctc6Y^ z@D~zHj|Fr(jaK6#a#Ml3Rt%^TZ^ds4H~6j$BN6Ed_6z2RTmG@Wn+wNB1JCp51ai}X z{3N3NtAd*i`YryZ7+AK1cR4+=D!d~s10COvyor|a33LiMco|6gCafHzt5XNd51zSe zn@={a-bGC00F`pXF|3O0M--qrxu7~kmvyqJ!W|1%8c@`5YLF=sz!&+Ff6Y3;ToNQ3 zFb|!Dd@uOc&1Ww)ENicSd4fS^>Io+=2lu_7qk3eLpKzKI@M$u*cV5qP9=`-+@%k#J zy#N_uMX9M4@Jc(N3_P}s^ zc)Wf5TzmAyzr<*^|6!C_JdChmJ0nOMS$}#f`P3%=)W3H`G*J8+VK#86@Y(X`L$Cbd zjm^GG|LsJWZ1-W7jqJ{_dw_#o=SA4n@1@dsN%cV?0_q9nTMYaYfN>O;I4LK==SDl%-4W5J0dHUg?GK z=A-N`@<#S+HPa~cu;KWD_J;Qxkhe8b_n%vSrg{Vc@8o_%c$1k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d558350b3abc9b9347d9f40feba73b17ce80b5e GIT binary patch literal 1684 zcmZuxO>7%Q6rR~1+v~q3Y0~1fDqE72x};u06cVZsi9jo;P+A2z)KazDcqh&}>)mB$ zoYavE1tFA3pd1?sA?1q7q1?H&S1yTKsbLFJCFp^hA(1MD3vbr3QxLP-nfK;fK=;q)IIIcyH6oK#4#e|GJNboDOxJNf^@mWO z$>T6_CE$+lSuW7WrfZICPg|u$;@R)|{^Hw~>kX@ixI%J2iV-0i|)iqSd%cx~3A7A-8Dy!~$M1Rj?9BMjCKCVG+ zs>I`ZjX7Rf=Lu3L{z@`8Q^tkGqMkzu`6aHh|I_d;Z8W+nFyVchX7fjhl}kqi0|TR9qqDgtUb znD?o^(ygBj>JUx^z*OLV)y?NIO~Bn(PF}Jcm)Na{|9xtR<&$B|^~+^KL)9j8wK5eT z3A$G*ej{>R2%Jx0VoY~Ht*<5;%Dg22PExVJ`ALWL(bHh7beLDkVO%?T@-$inNcJ=Zz z8RUCiD4ks&UmIVaT$|ibH&z~`&TT2@o^^w)DGdC*mqh8lzmW7?7^8PTe3-cK^O2)X z6}I=;S%~_}*QXWqWA9rN^1ZGEkoP9kX&k@zW*q4I%8S!y9GESQjN+ozDMgG!hS@Z2#f9;WbAq|wfEp~fAT6%J9;f{|7x{QVZX z5@u9w)1)H7q0Bgq()}IU1s>7kFzqKMtG-=x$rODFSn*o3>o7HCjPYZXeT=kU(TS&M z>M6SPMC)HY{z&WJ*7`Rl9%zHNAn!T+%1$!Vlwp068EC4oLNRhDn{h!UQ2Izy6I2q# Qva6-fuJ5IQqo={cKeQ>a7XSbN literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91e6ff91549bd52cc453b1f9ba669c7842cedc1a GIT binary patch literal 2025 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..6621549 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,124 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, Optional, Set, Type, Union + +from pip._internal.models.link import Link +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> 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 BuildTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + 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, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # 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 req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Generator[None, None, None]: + self.add(req) + yield + self.remove(req) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..2610459 --- /dev/null +++ b/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="23.3", + ) + 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="23.3", + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..3544568 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42f32f1e5149c11ffa5893a5cd862d3fa4ecbf88 GIT binary patch literal 269 zcmXv}F-`+95VS)CQKU4yz-=VBRgxB^q)bOcW0||nVPbYIdvnt95#GRC_yH{+K%`5B zPbAaqj7FNB`JBzBs^EIF-mc319>f{?L=KZe-c_R>Rj=oxx0`!T=9Qa$z-$r*C)gNa z<0*>^!BcCZt9P!&TunD~{dHw+!?m>^>M%qe86GmG4E^3w4KeWx){Epm6dwPsz5huzU7D8GrHx<_S*t&w3ZbGPIG{E~qT$7#;w;jGj`gI z7O6-`P{E;`+ABwt9uN}Td*%WHiPeaTN`(VAM+vHw6L0KI0#Ro*&)<79JMYbV-CF+^(bjFR5=xh1P3$22n}#FsPnMlnE;Dp$eJu zs-)@FVAcUQi0(B3PkHi6%bWgG?M)Bm&dmComq_1nhZgbt#90oA<%cYBg1|}qD70c4 zxrDJ-EWb;-)-^_wH15Vj%Oh(fh~jJA^4}t!%N>~;@5SOTPQZ;TOp2MG5Uz%fFy_bOc!*;sS>=Y$BDf&&xVbFC!z5he zhtn{2+#AHhEJ~?Mu;)|aCJ`NSox;6o=oYC*$OK@(RA6p#5cg05vKZHe^}z6?k-8xl zMhPXrq+*P;5gO?uX(W%72l9qqSU)zC((aCp33wGrXjBq15#IALGCgHvJWw|#9)Uxe z`0aZ-s1LQ1=rm%|O<6)$;VcP#IekmHif&2=?L)1wcl7lS-z^wnIhII}(-$1s=gT1S zfEr5?ODw2ZDr(FC5!lSwLb6Juw7*)mU?h>XU*>LZT0j1N8isz@FIN6TEo&vB);#NI zRNR->!>FjL8-*)=pNh7m6(Oo1*4yzgSp~ixBq;E*>PCZs6MDca=5oco>0RztZTeiy!&_YMS@~>rM{K%gj$b zYsWr0aeiP<3x4dGTlb!$oH5+&ljKstC<9~h=3q?QA{K=uz_Mj{+44esgSNnmsCe9W zj5nZp(tuo`9Zx23{;u9d-l#kW(uv0TF+$_fvTud r&uRkIQLCLb1ZtwjOg1IZG-_Jej6f}9oy=whI)wD{b{i0V38MTL4F&Js literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..484427a04b35ee04b482b01a4049abfb0767c9d0 GIT binary patch literal 34016 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 GYy7|dWe0u$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 0000000..bebe24e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..a8cd133 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,740 @@ +"""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 = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + 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)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +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( + "pip{} = {}".format(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( + "easy_install-{} = {}".format( + 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__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +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 = "For req: {}. {}".format(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/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..cb121bc --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,743 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +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, + PreviousBuildDirError, + 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.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, + is_installable_dir, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.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) + with build_tracker.track(req): + 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 = str(req.req or 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, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). 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.".format(req, req.source_dir) + ) + + 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.info( + "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] + req.local_file_path = filepath + # TODO: This needs fixing for sdists + # This is an emergency fix for #11847, which reports that + # distributions get downloaded twice when metadata is loaded + # from a PEP 658 standalone metadata file. Setting _downloaded + # fixes this for wheels, but breaks the sdist case (tests + # test_download_metadata). As PyPI is currently only serving + # metadata for wheels, this is not an immediate issue. + # Fixing the problem properly looks like it will require a + # complete refactoring of the `prepare_linked_requirements_more` + # logic, and I haven't a clue where to start on that, so for now + # I have fixed the issue *just* for wheels. + if req.is_wheel: + self._downloaded[req.link.url] = 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( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, 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( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + 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 " + "is set to {}".format(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/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..eb8e12b --- /dev/null +++ b/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", "wheel"], + "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/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..16de903 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a89c655c8a7f53793de0aa9b6215a77c23f6987 GIT binary patch literal 3744 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 UsU-1*8lg;68hp|Vyz7kr0vC9G(EtDd literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39dccd8e00b82c062c60a647736e0f69ae797508 GIT binary patch literal 18852 zcmbt*d2k%pnP2zZ7cjVQfQ^Fy2E;+|Cd3;QX;~6Qlk|E8i#r;k8^C~bz}*9qfCd)m zWvu|q3BmGuIV?#fXv-CWMJ5Zyu9$HuS$X%5RFZ#YJal2yfyzvxt;Cf-GBmicmbDe< z_r30(8Gs|pyZeB7{rbJ{-QWA(clCcMDRFTK6=#l&{r6)W_dn>x2u*roquau9w>gm; z;Y40Eh4>MkJxwDf_B4-}@id1lVe5!BY#XtK?IZTEW5f}5jyS`v5f@MOEFpK;GvZ-s zYp5h#I#L?;j(FL-EmRgRA1P;Pd#EB@Ia0~ej!;#&dZapBGg8CeouS%r-AElvyF&Hh zhLHxAc840nO(RV#?Flu9TSi(~x+JtMEQ|;&T^ec)w~e&1v^Ufq?ilG{>9WxFaOX%T zOP7bb!rdd?Vc&?4=f*j);?Mb!9up_=lYd|=O8zPJ-s82mkv^$>^0j=4k(%@ysr>Vv zo*daJR!W0nmE@ELCA&0OkNhzci!EaH4a>+bvBt;;ltYKGh_xu&E!OFE^_pnIfH3QA z)B|ph*g$ZiY0M%v;(f2!#Oe*=y&3QOOx$TsY`MXS+wPgPfsO3f+ujct0Wb%gocNq* z5?k@3nEp&++q(`1*N!o|q!wvV8$0zab|CK{OKq19ik*0~X`^R(U3j-*yn0?iy>3AJ z@aw^EhYsc13RwVOCAEyzh`l%LBST^zo7X{%xgTSGj;*bhXRNJF96-q-2DuZhvlYk6 z?jN&>gD5$?WuDrMcVV8?jyBIh^vL$;pFGd}2x!K?|7>?-wnvrdf-*fd6_sP?SCj-%5`&|G7+Q@*HIV3ZOu+!CUDowzD4-~= z2`My%p~@0q6*i|!QYrx2P3PwiJcXZ74>~i+Ienn^bjL)W8 zP6kI~s^z7i5>p+oOwk?$LaO<^6jQAirm;1u_3II2`gqm$azMT;$v%@>@j~QEAQTh} zc1U#>ya3pFeo7h*js*eFtL6F-*cLx8%Ta2?a(3qI3##J+=1nPpVHAzF5TQ`uQb_WPK^lv9T#EVSJZd4! zJr#&e_+wH3v>d{~Y^aBnYQ8e6_{?g(-Ue0jkIB)nA4m|R7S-x!ibBDNq?S(6u=8LR zYG1X##IXXS%v&hXTQu(lIldi?&fI^Fb#f?P$+Pgwi77(6_ z17BBg76xXffvE#ia&%G}jVS|{BY`Wy@c@qZz!fQSWgry1G%z(2n}|ks_YdwGP=Yb3 zZwj;{FfJ(r!1@8~F-{h+b^seRP)Hv7r)Ja=Kd41;O7C6vq4ysAlnaRFxpjx@reo2O zEbm;gq#b?p$1^46^QS(sJ2LeR@7La`T`qs8VWBirUU9qjR&ApE`wa`Wtb_A3B=#lU ztw~F3*2*=sER;TS*Bdz-XqS^a5pCLN+9I~mV@TY_LMyKPW*ayDc`imUEYM~b+gJm3 z7Es0pPTKTJ1&{Nb&vXWu9SV#}6VVW;j?bc+6)7gy07|unqE{uEjnfAtLY6`sE6Ckc zT8dS?BFQmh)drBck6@^Dp8LdIzV5AfdwRjM?rumNUfK5-hwdJ_cO=z#Fzp^%b01H+ zk0&k1Wm;#|V;mMbKAV=rj$*bX{~FjtOESmjmn6;`lY0%NbEY|SEO#O%35B+VNos9N zi096L?2b8&!h9~yk7?3vJ-o^Nf_38<+fY%xmQ4+ng*j^779)OWZ8`;+D86 zR%zslICH^H3R5$`3u|cg&i4h1qWr zFBXZ$Fk!|i6kVNu;f0u>Ohl(cU}(U`fIk9%6AN6Y^TSVUTyxJ#d%CGVWvQQkd1>EgcIR7HuU~y@?)u!)#fSFx&+6KjUryKU zS}1vBuUfM=r0fl8d()b|D`oFmu|Kr$T(50RyqvD>S*zWjs@=cf!Ts^5tSM90yk53# zxn$M$6VFGUAC;zrBk8iEYh|ZWWv8-sOI2x>vy_x(JzSNr-27wnkF3ecy-CmB&l+2P z&6%wg3*L;o^yb0EgKs~#=59^7TbKRGj=ig2OSbL*h5JCJx+7V&efew4%CeNK=v^58 z#8aNNquLV}=P6ql^1`{1pE@1B3(f5)G$>|1cGmu|~=8y6y3 z&eXi^(YCI{~E=UzoEg1csZmAlIO+yMa-8J>_vFAKpjfmWG_5%J{2vq4>s`3xWsx9CJ% zm;fmLCnRv8p&8*4D1->oAiVzi)a7yTFbe1bvBx1rAmd_4VBJYXQ#Rox@m#y{+c<^j zMXWb*Y!^Yq=6FaU)!;95>_KrZh`Ae8!9DtC{B54+zSn5sX83<;#!i`@^6h89eiCbW z*QA>IcQQ&PDa7jOl?Ky z!sbrIF*kQ`Wi@Xv+-Z2fDOI;epHo8U1-w)miu2|lQCTshbEGWAX!$@X*@^fW&a(+|tbLH*dX}uI;|RXVtnY-#ePB z9a^%idukJwho0t)r{XuQ=$7^UxC|ZqrW~)op`kpc=&4eHq24^c<3y?XugpBfrPdR* zcGbL9lF12o{}~lPvk_~dm=s@(uI4#U#YTc3xLVVD;NwMb*-kE&lWp>FJZQdXVUX7M z%(Gw?2p7+D?Ocp5cNRK08OrY%Q{PiYQF+Fe*C`Msr8cf|IwiHw-Z;l}7DNw2Q$(u5 z3N&^RP#Z8#g~U%Ivtksai^!044f>>BMrcU$wuLqsv<{Ri5LT$2A>mw}Y1Rlb;{r8O zWfx8n5$~EU?-Dk5(LY-Ql1(%Z93U%VJ@*T_X7!EwqWa4v6m3oO?<8#@@R66o95Ms;S#TAy#1MCUm}%t^i#{ z7mW4Kb`EQ6!HBfbwO#2V0{zTN`t0%^?3l)ALX(2kRM-)cX*X3{C^|ka$*NV9E=`a7 zO!5fjnz1>B1VydDY^O&hzrJ~Xl*_LJ@+N-DpCH0H^l+ZioBJ2{-#oH-B+>rR-I6H> zuadAPoBNaAfuv&~<7%59&RX17*Se!?#r)9G3x3Aw0k`8V%am0vOoPX%9?Y68CA%J* zZBEyMIa|tkyz^iE{7E(E0k6hePx9-I(wm+|PqO;(1LYTv;cNwi$W~L?Q-$Q{yY8dh zUv4|zX8u_#k9ZVWxnRid8$^F^a}o#h5=W*b$t+ozTHAz_m8Hx`*;vW~6~2Q~V-E00 zmJ#QS&1YB33J~oqvFob4VD;r=fLHBdrsz}{Z#`P5T_bW$w}C#AIL>O`f)h94Eq4n- zkH+~4o(0H}oS$m4FvH1bkN{<+d9qGrky3P1`K+o%kwRm|$`l$5E_MBKR2_cYeZiRD zKU=?bUj0VVT~tw85rLyG<(j${EDs%ZnX0-4%lDj_+7>)KnVO~r%Rh57zVwXGMa>dp z>i4TIzdsxmr=dOds~*4qThoD%RwC0#*!{p{9hvq>wjqL&DJIL~NZsXFgPMSGiOMNj z!B07g=mwWHxvb5Ps+$v+Q`J3LD_*iT&RYu_AIaM3&B0YPBsx>&tyw3%y14SHrQutS zCvLoHZBvVz?rItW+oAhNZ04Wu>3j1U%IA2}DaHBgC7`dleaUN`<}48tG_00F4%VnY zXD#4eEpe;JfrGW6I|N37^)$zU0+)dT=jb>4Q~bJb&+3J=Z)kBC z`{u1&Fn{LuYJ%2hZrsPqRm-szf7*RGX*vA)6E9cR2GT&)D%z8shaOybaO&gMWXH*L z#q&we^I0<$Jyi&+zV9C5ep-LL(tOJ2P+g$E{wZl{@8Evb5mcffGRCN-<00rVLVjH< zqIxC*%0%wXrRjtN(8WM_hRzvUjVZ9_s8};4$zhxyLwDncO$DYE)r%@)!ErzIr7>{C zii$QMlr#0eOl*uym%Kbp(G`lWQgn@?8Hz~688soIKo>HRIEI!tkSLCpbFKnJbQM!_ zg521FLXNnrn8r750|7FF&{*S6K;+l}bf|~>rhBASK!A4GeCC4BBfo(cHg52Lx^79E z!7(aevnn=Snx9Ur7>>x5lrc)tv0Raxp`_MDu||rlnQ8?l#uSCnTtiS6Yb2zBTBhhf z;isHMg!`+3E9qE%DeW1YfBrLfbH-7!=BQ6O>NAzinVR-Yd39#n-b_iw&5^|s%EEtn zeWrGMrn)s#*Ol>B-Hb2BpEQY%sxxtG6*A+mlXl{4_-%RoD7L6(5|(G zqS4C=gw)GYo1iP_AP^HvM1r$2qr{|eq4=C*(KL~_ut_M$V15$ zUM8o-akL2w8#V5to!7WDvSjKV82l(Kz>w<4AlgE4r_06B5R4i$VjN!JGSrt$lqXP4 z8`@(GUy*=jWMU%TZY&C;tkA71AfqJO$0qs#Li$GIH4us+$M+l?6}2OR%gtB5IuRV5 z0M(v?f&l!c&M;2PGBKYyt*TEGy)QiF`%n3-1sopiGE=He>w`(d5Q+&43vDuGezp&O z+6O2mp=11GK>UiJUO&@$LE-4S~jr8g+V`m^oyU;S16L0PVPd3r6oWfr|`HwKq&22$oNFn5_mJF%(;Tfjz4B0UR}RJ0|C4lpbF z4FeXV==flwcoAF1aP|}_O?ri(u87K?bew2IFk(^^kQ(};0=s!0f1$4*Lkq0EpwbI` zCxfm31tLwaQOo><&w5}WKHKDOvna0^+TDktK6CvY}5P6x7j54PX zMo4g&w=~4+vq9w~Tj`#$JfwLEOwyY6mIh!5TE z>y<5uSh}(!>FI#g!7F4+>k?H7N0#GTdk~fMY?uwD`V%PC8xwmTx`oYDZb<|sTlY33 z_N2W+(jky`f9TdwVsv>hUAcY!rFFY&;ZWLMmpJ}&d-KE2eXH@0kAL*$!_LzXJ<6)q zEv~oDTtAa>yqIx#o>+F>TV9)F38!OURScd!SSl=4|NOj-R7|Jm%NV6U&k6 zeBC*Fq$_V*kLN5IY|Wf#DNlr*sHKz5Ial0u-CfY0D>nvv+%Bi$_Q@Ox*2YG$Xt~^t z!*eZ`Bg(}r-J%t>oAR}cl+m~RhxvYE+l+P5nM`!!PXV65Fp1ERx7=buK4bMCl%vNNA=q?jGwJ&85l8km=XHR46PJzL9wC)Nng z4zRS(D2wN;Q*$2C9wVD93!)>R9T1l!a4amY!Wo60pch&2y=eG-{uy11(PJlEG!ehs3{LDOnRHO3*C%Ye#-mg5a6K( zT*5>C9wJQ*IImG=H|ZaBdNtdP& zGoz9bV8R^0cAH|<5({}wipbq$PQ7B36K7~_7u;3^a<;+xnc=ijsL&~J8?i9OH4N6nvG(XmhgENadf!Tul~9)GHS)aJjMONm726OjU1+*_bCy3mlNncEb_N z5uLm#H#Zv?T?z3;$DGx~E!srqBKM9d@1z4)BdhF)TSOPR>bz%Sy?w!)bBZT7n2?LJ zHP17DJs~hgeyX|$0d(%BuKw9-_-Sn7LKwIAls~*_r|ANtL$N`p{0Dr_P=;%S_IA;9 zh0_gUF2f+k)Sw#nn&q#e8r&C9T>6qR2G<-^ZImXXJJ8YJ#8>h4N?C zYc_Aw)>ydBq~RI(^R$@%2krhH6w9W1=iqup>vCVZV&}qewwtSOdcWjO2@I|!gRr?Z zg0Fk$;F2R#*{C^9ET8{Hr7zR8YxTft&w~@mhNDZv>kT_rhSLo@lT|yjPE>=s7v=@m z=T8QiuCT=ETlbdVyt;Vx<{OJ3Kq>EzOvB)kJyTZuu(59?oNhdnDm!$`o++B**~dhP6~Th!^yp;k}apx6<>jqh_?nN zjYQpY*K&Qbc1Nmg$C4TP$>rg6MR(HEoo&P*o+?BWZn%$oxu1ED9~icqeGM}C+sSWH z^a@4924`WrgeMCf_NjIsjgpiJ*uu-aAoY}OBYi1`b=Brhdm$ktc*M;Pq#gna%@|$B;l&l z)VJ2OJJqy1-LyC9sQ(0FLruft>CbAKV8cq+3@o00R8g~F&%oPfXmRN6L-QwL{Fr}v z-CaUa(fZM)@-TzOdHWU?9V6Po?Wzj*0N*e zWV&TA(!$a8%G!ka`v(_JKDKcV4|6nHd@j-XbGPur zb05C?!K*9R9#s8h-M_7Sxcvk`-*x}+#D}LpIK9@fC)Kg%$LD_XjgP+Z6aPp4k1zbk zSAX_udhaXgjz$5#aZ@$#%{>hjh+vNH`wR-9q6qsq1b< zNg0)cm#9%3SA0l9iWoX{Om_)Qt7fC8VbO;-WL75FscCsCN^VGosUIp)-!U1<{d>ed-<&XjfkP0gC7PHm*`s~!y`qM;Qz$j z`*L0z+L5Jiu1K>7HD*+ph{D3bpr~%Y>y0@$7gI%iT@?}V1{E2jcMNCA2&nUU1%_JM z1GSRGKyYYLxCG;Kq-YrDUG~zD4^ecCU~Ca71}`@GIm(%$s1gy_y?;e%b~HBkrLlmO zT5Ad%gJXV}R`7L)$e6yuBcV1v^Sx3YapfPOgZJpD{0Ah+SHNuj3cp_3oS0<&-&5gFCr53E3({t1QUHd1VnvAFB<}2TQg*_HuS@X1|JZ;I& zgDKBJrqaurOeMnq6goe!Ezf@V<_B*+FsFq>8+OC5mi$p#G7fhJ#}Sq~X2pBrw$W*` zS#6&`@#!ulG_q~UwgV3u9(X=Jo)k`{OHU^qr(rk7pr11P;dk68s<^+Zsz1?ZR$Ywm z5J@`NbU^9Yumk!oJD|{tA!BQhcNG|BxuS+yuBbs4qIJB1n#-2TiV%p<4q zy{r6FRQhW=jA1^?GR+&X#trGPSL1wY{m@UL^AA>gG&CSEgyl6R*Qd z?pQ<2+3Lx5&f8JEW;OZURJE*CZvT1Z_N^)m35}dI+I=dA5=UnJM^f! z7GMX5`LzRI{rQ2fF1ZSUmanY>W>50$xktG%)wQkF^{49k_0hDJv(a?0(J*FFqj(lr zRKAtt1~FZZBw=>L!oI+0rpm-$KZ zBHa=ITeT$%ub>Dz4Ip0g4A>#U9}SP^D0Pe?ks@}}Y(Z;=aqRYSYb@55+P_Cdlh(z* zLl>JI30s~)S@4jT{V%s{F@x<=o0kqd+NAyC8SV)*32O{pJ#+tM|ecniixsP#pmXs@&nl8U#Y3G$>_ zP`3bJO8xjT=X#m&SYMyqFbx15KN#L^g_({8F;rrGumkWOC(PeET@5B2gtSs!q#La` zw;h@iZOe*jFt9%=n$Dzr^IG65D@{v7W*b5j`qs*?Izh%?V$QVk1PV0MrwguQnxYS1 zW?hzM6!~2$yG#+&*)T;5>F70|+}9~ZsLy<%RLiAkG{hX0G%M`eRC1ppxDzu|WN zk~{M$x9@MbeZS=Pe#-TH%JqKA9r%60YFwyYb2g-$ z4T%G3XUDuPf2;X9V0O2A{K8X6Dt-MI&&AMgHH`PqTw zz>6v0OB+;_jqvq+<;rN5!(&z4phxyV4ew11XE{8Uhd1c)n_X_c`7wtm+f>3IS%KC9 zkL0cs8}!WfaEFfZS!**--)FaVW~v)9J^h*8`!lsonTBnd_U_DyQ@^f7ai*d=YsT|Y zSzV$!xovQDcXHdlRQ>)`*#V<^d3~blR%zBrjk(~-m~~SM-yt+7E-bg-c{Nqll`WyH zQmzsv=wqZAXUi#7fiK0fm6WQ2HYQt5sT!`PB_S^F zUa_u>uI_nY{^;OJB-MR5*?u_HawJuKG)qIx)^WDFje1HQ8*;^u$od|zH$VmtsJFb#@e}u(1Fe8vAZ3UDXYwy@x)}3^-%KmX03PwZ-cG2Q_8^^ zlc6^k^-c9K8SF<1rOxtPO{3N%mgup2JMYbuwPwwDLOGVT;)(Y3R_yfVpjMoea(&s} fQ)_x(lse0MX#+~LW_s3iv*#mg?Gr2B8Rhu@*FjWP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..782fa27cb5f1878d7f7a9920a2f879a567e4b26d GIT binary patch literal 21239 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
  • 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14d755bf84321a3f9a65c6794244acf0c41b3b52 GIT binary patch literal 7215 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 M92a{)FlUqh8=g0)-v9sr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e29b8fe349467bc779e9af6af910963b3a595c5 GIT binary patch literal 33103 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py b/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 0000000..c5ca2d8 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,506 @@ +"""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 logging +import os +import re +from typing import 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 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" + "{} depends on {} ".format(comes_from.name, 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, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..f717c1c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,552 @@ +""" +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, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_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 + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_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/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..1f47971 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,874 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +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 +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, + 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.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 = {safe_extra(extra) for extra in 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 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(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 = ("{}={!r}".format(attr, attributes[attr]) 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: + 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. + """ + specifiers = self.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}) 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: + 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: + 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.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: + 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: + 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: + if self.config_settings: + deprecated( + reason=f"Config settings are ignored for project {self}.", + replacement=( + "to use --use-pep517 or add a " + "pyproject.toml file to the project" + ), + gone_in="23.3", + ) + 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 + 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: + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), canonicalize_name(self.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 + version = self.metadata["version"] + if 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, + ) + + # 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 + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.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( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("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: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + 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.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.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="23.3", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..cff6760 --- /dev/null +++ b/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="23.3", + ) + 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="23.3", + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..ad5178e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,650 @@ +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 = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(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) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + 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.items(): + 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/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cad961e84d9f70fd3a4760c84a1f659359835a7 GIT binary patch literal 200 zcmZ9FK?=e!5JelSAVN3Z!i62wt@H@pxel?8H8v(;k`{6j&)``+h9{8jx-!}N;m?2b z8JKrbtg@(eU0qXt()iankIgd+*@o4xjAn5g)6LYv$ssuiz0eI#W_+DAh$teWtfF`sgkiE%yBRaD?e1M!Pa+=t z2l)-bpWb zCSddk!6u7X#1ocspQnazq^56j;*7*fZQm}jnK)_1uW$w&Trk02z&ASv*lmN5Up3fG z7FjP?WWU0%k@>ZO)2MtV*f6zwJxr2tEdg!aiKWu+-9p8A7A6g@XK!Uv;r4y#_F@4k zWD41t-@*r=T9jzloCz4MBG_cWd>%31h&W2KNKk~*A`_gpgQ6_I64~HjJlSnqk%O!| zs5D$XbuE-|A7q~NLFlT;a}@~aNoNw{w7T0slT-{2Gq^uI68$#p)+ha*c+JYt~_MnrLt6s1FXn7AM z2w8JO<`o0Ao@WK8vlK$ z%($P@9zfS@RJ9ufS(ri)=vok@dDKe?PX$4@7bfE!L4Spyo29L_JWoW0;yH4M&~1&A zmEuH|SaRjCt|EBBb_~-#{&rz;c;xK%!nqxjqT6@N^+WaG$i{f5M&!Ze2{}ESsc%=0 zext2YX_>Ow*rOdaDB`Rm=o*Z5*@*Naj&kMKC~-htdUm@s*1quXGdQHOAZH8 k)NpQjyLMt|og6kU53S2zOyh_#WQV`ks{Hs@hOW&06JZE5Q~&?~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29b9f06f371c9a4181a98e42dde836d26fde2adf GIT binary patch literal 207 zcmZ8aK@P$o5Cp4VQsj1rEJYeUL_j!j_8&EInmltg>-h9v|k? TE3Dlj)zdUSi*G?GbwyG?1`as$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc03f4c3173198ba15ec6ba25b4f8c0e84b58ddf GIT binary patch literal 22533 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 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( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # 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( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # 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 " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7724cea33c2d60b560bdff05e9635c630f245ed1 GIT binary patch literal 211 zcmZ9GK?=e!5JelSAVN3Z!i62wt@H@pxel?88XJ=^NeelNXYec@!xKn%U76s{4>SMG z@CW8q6pJisSy$)e@6`S^OylN}g>1#@XGW7a4Jk7c92}B^&b2=ST4aQXN*xE=?fP6I=KJ< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cededb717464e720d63dd607f7c516f565055c9 GIT binary patch literal 8614 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 ADF6Tf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12419839c8c676889c8bd1f82a68c269598afd77 GIT binary patch literal 6211 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 CQf?Ul literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac2e483727ab49253d2bbb097b5d633295cde28a GIT binary patch literal 10381 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 x5Izr!C2{EL)T%S&FPka-1M`;1zaBg2c;r7osTx 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 U!&}+2Y_077PV#{hN|;do7oCr|od5s; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..b206692 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] +CandidateVersion = Union[LegacyVersion, Version] + + +def format_name(project: str, extras: FrozenSet[str]) -> str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..de04e1d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,555 @@ +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 "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + 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 self._factory.make_requirement_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 "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + 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 self._factory.make_requirement_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], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + 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 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 + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + 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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..0331297 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,730 @@ +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_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, + 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[str]], 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_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] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + 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) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # 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 + + base: BaseCandidate = 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 + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + 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_candidate_from_link( + link, + extras=frozenset(), + 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 explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # 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_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=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] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + 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: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_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 = [str(v) for v in sorted({c.version for c in cands})] + + 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 = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + 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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..315fb9c --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..12adeff --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..06addc0 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,165 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +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 "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @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(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @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 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 "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @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 "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..d5b2386 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,299 @@ +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.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 .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) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + 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/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..41cc42c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,242 @@ +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 + +_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +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 + + seven_days_in_seconds = 7 * 24 * 60 * 60 + + # Determine if we need to refresh the state + last_check = datetime.datetime.strptime(self._state["last_check"], _DATE_FMT) + seconds_since_last_check = (current_time - last_check).total_seconds() + if seconds_since_last_check > seven_days_in_seconds: + 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.strftime(_DATE_FMT), + "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.utcnow(), + 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("[present-rich] %s", upgrade_prompt) + 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/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3034c9f91f8932d179f33255e4fc0c436b9d8f71 GIT binary patch literal 195 zcmZ9FK?=e!5JeNKAVN3Z!i62wt@H@pxejTKHEm2nGA-mJp24$t3{N24b!D>k!=L}= zGcfNw-;k(nRo+s5()ic3jLnk-vZK|DxJBHibTij*@xpls1J?~$XFAcKhhFnhwj7Ov zQRoqrticAn8+|GcNAMEG-twmBt?*!_1tv8Lr@4XwrSiaHA(64dhIxH{nCqZK=~nS2 NjrIw?8Ku-^k$x1=G#~%~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec2708a8f4d80f7f4c90de9bee788aabd8fe263b GIT binary patch literal 4536 zcmcgvOKcm*8J;C6TUuI<9o13nz{x~1Dp6%fG%b2aS~;{xMT}`uAgQ==l+r8iP+WPr zyO>>Crr;z-kVAt6hyw(*4?Uzni#BkI_Lyr<=VxojKF!D*>_+$X+>jVrhx{*JV*d@TGiMGBP!F5?Aa}&vkGtLq#fFWK zh8UY~I@Q2(9iOjCx4BjixO-7ZUXyNvuN%^+x`{ws3KF_rt_xrATA$vKf;(=&{if%+ zzA$;<@>Ri`G~BR)y5;cmp5-MfmJ*cf^K}de!wT;d8eJeHYd$QuuCDR)v3Fnc+4AUN!;Q8vv*&2W;>~(Dbh=rFlSYT0~Dq3q-!>-fJz~a?W|dV2&%|*;Ap!W&*=J`>$R{1ue@ORuEUE7KIgiP zRbST^g=|>957&|Mx{zYE#n+?(u+2E63PFfe>xNttaoW1!v^XFqG45($SPpH-z!trh z4oYm$hx%HuL5?Lz4BvOFmH~O(bgRt<7Ch}MMGME4fJ;*QhGP)NP zwj;4RfI+Y2=rq;aj-(Cy0UU1ud(V}fbXG3ibpj>uLWY+L^X0RtVuoi+e6d(~F`Le$ z`9!LO_lY<^n=LOCmdYFy#Z1iS;snl zb|FJkq%Vd4xpKCUr)|s?^5r64<-4oHU(@Z~cd zDFn3wsP7Sw5MWE#bk7!^&ZKgXRnoysi#_6m{wY=Xe6?HXRk^3uLcg5^Zr9jlc1e>D zYj~~?QYlh~rqgQ@2Uv;4Liu~zWK3)82qYQ!l#+N0BdL61=J#sJB_G8j*=ib2HHqp) z0q-X-I4G@aM&QaMO6$d>ZLKD~7V_EoUgEn?Cw(grPkBc5g0Uw2B)UPe-wl$@z_R^h zrBmc9s>yh*_DIEXomJa#E=X#BC-C!+;&z4Ijvo9|bmppm?bUZ*eZRUjK67(y=4NDO z2a9YE4*M{na9F|M8ViU(UF)IVX!p5}9{A-e*x#E8`Yre}yV2$D;Re(+<8`2;b6m@o zuuXo^uq_jX%<1$agHu&P9dIQYjF8k3kcdP-J39+HKbUS2V@0t{Pff*QYW1a;znbW! zshaCf#rf2#A*WvMG3=TAYGxu^aftJOWn6I->m+zdz$Txpx((_H50Esl_}@0tF-GlX zQ*8=xtvK}e;Jxjooa%^=4YfxI-@tWkzdeMeXF2Ur>a3L>?Co&F@Y>MT zOY*yXsCS#jz~{JKVV`k!;K(~C-#qzAboy3w`opmgU;1czD>k;b3h?Nxi^47TdT-NK>aL!{*$;}VgHC8elPa((l5t;ee@Scf0O=Q z;e*0f{6|~IXSbp!Z$?hu4?w>b&48b3(bv}?GekKKPFxza7CKEoMr44 z?XtE`Zu-)-+Zg22BkVH1P0a8y_MkG^i^1J;xvOUrQon%)?d_*8Yd_PjX&QU`bcD4+ zlWe!-o?tSfv1RO~7205z!pm$!`)znbi$#nIfK@2J;Nq~^skb<51(wsq0SO0Tg9p;E zu&{>ks9x}G1jB%{Rpng=FJeh?se|pbDy@8FrB_|M#b!^Dr4Z=ND--&a{QoYmZ|UaV zS_uPb0SvKKxGO&BpcgpASB{9SV<*-yVPL`rP&6)z-Dw-hFLreEP%h z|9+U$m`39n8popT{gnzn2rHHLi28h|rYosO zsczFg=p*ZFL=q})P_3(e+8&l-4W}KrocfSzFRIch2tHt{o++5_4gV0|cuiZ(N@^Wc zw)~&q275K_PUyH6*_mb9;lHv&clT-9ceaOFDEf(Z^pXM=FkBAjv~qAd#6jEtVyGJ96bqJ&$ml0hyJ zUb;hgSr`Z5BX7AHn&BESA^ZM_|zS%HN~sk0qYD6x3>Dz`GL|&FI*KYO1j-J z?mEr|(FtRrSUcOw)`ev4C{T)Z63O(UU^g*ZNN+{Rg+z&2&-2`ytS9th!ac_c<52tK zgtIQ|K_<2!SUZR!!NG$xf(7xAC6G+AUcv_voTwKAodp$_@w!4^&QEe4V>wONNX@hH zFtyr&(vRz~)W-EfDr09f3(f`+1kfWbgVUDD4PkLpl(+@I5-)cu+y)%V!?IgRr*Gti z9v&t188k%bD%)3=0(*~iTfuRxKU zUATDe`Xw(5OU<6@rdA-kDlISH%B>W7Ame7+D5?O9?SR#dPJ`MY23aFZ;Jqk%^359U z8f(UP^yhL&*39qeSM(ZjX@(bEHMPeVbgk4UentmEltjq6HC)ff(f zxZUW>WJ$EOYAnaWO4to_A{#3rUTH+(LZd%~=Z;T$@4nYip%%ycL3=sq3f1U`{e~aL zTF5wv8Ur0hs)6m`^@piF25|NDeUKNO^afsL2GlzFvwrvs{q^lHZ*SULuRW~KZ|UFa z^FOR?*XJKr=0^}hTsy7!ejN0K@28IM=Y0fz&G$ba1krfM_I;kTVcAq#N+gDS71WPJ z9z_2YRCb~8pTh3BL!KCBsj}2Ula4}DU-=`KHD68PMDX2oq z;NYpFk3ek@J=uHqdb*%LS;FWSWR2V(e{+BQ-uSkw=KxZq>@$|kv4w$VB31(lbV>%2 z?E`sCV(8JlC}XFE|qV>zQW^Kj?^)XM|Bi8P_2`HtMzZEH*f9C zoY1q+}%S4J$?85E&+4zlM$Ld$EL@#JO2-2 C?!)c? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22c7f174722a72521c952d51985914443145d9db GIT binary patch literal 2410 zcma)7O>7fK6y9C0z4mS#yP-fypt&3Oi{wchgzH6iM`HxcQvz) z-iRx{ygO z{3TD7ETS5&iPRd_J)-(0q|PD7bTKkj-SbQf6Sd-+RU4_ks}h%4VB}Y^qt5Ae6%kd( zNH*Mxr~B44n9aDD85vcKk>jhL<%JQZb%L@oghZ<4_^@QTjtb$yFGe+N`AF^UsS>>i zo{LyFtGaF1N7Pw_Jj*FE&pskPQ9YfI5m|Rk6~T#pW~Z9i^}q(a>N7sVDr{D}&fu7; zQPQ0vGPCj@l#5)355#L0@j>@_w(i5xEA+;J1Xp+T3JPN3RSllncSQspfv8?z2nMiH|!X+SpUiC{Z&Im!g&_z1vuM&g{hHjKl0S=PkaTI(J z8bN)dYd2w)X!WY@7@CLOGBSLk%{uy=Rn&bKYk09q-ofr&@6E~%8_m5OiMY_99u(M%J_yj-hl-! zkg%&)fD>c?wdr{oIB%fyF5omMJah-hqTo|-nUtY?4oW$3aE9X=!jmomSZD~7oEce+ zG&o4X|M#RE;tBTkh+2%iWqNXTxZ5AY8eUBdjv^F zwyFC%4-W|I$ zwym6MDW_K5O(nY_W^o^cI6OlE##WC5V|iu363mPJwwQ8bnB)1o2+|GjKwJQU`F$2z&Swn)F?q@k!{j z<_vTQeHNf>B>8q@xp8m)h4k@GYPeZ^RNG9AZN$eI+Cwd6sCjj*`mDI6h?>2DakBTOguU^=XPC>&bt?04=FRB zW(1RRf3LTvdnIJXiu?jh17%VU(?8e56yQ%u4ic5B?OS1~0Fk2?7eo#DMkbC2VHtl& zo3O&@<5$?NuoN4HRme&%N<7>0@q5&%#OeomU6LV7EDS%m{X7Th0}cothOM8%M=WR# zke>cvJAJN|KG&?R4?n-OmHv7obz>ub<5lwLc5=9tgp^o6`uyxx^7_(5FIj3Yq>o;v zkFCtFq@dRN2JVjE8UI0eC_j)lAz$X2rPf|iW%#K~e;^eKrfU=m>=Nw$LCmkyUnQoG zYM{W2pDl#HbWC4|5Sa+^F?;9(aoTn5FzHzu(;Gd8ile5Ky*Kgk@c(}qkHCR`3e?(Jrk)LT=;-xH ok-yHbPPRF!A6*Ld`e=uZ+XD$+TQ%AosHXX7^hfJY+GS_^2a$6n0RR91 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b8ab13ab04fd7c96b96abfac9c0a1bc1bf2bb57 GIT binary patch literal 2213 zcmaJCU2IcT_}rhix3?|BcDgwvUIc*(w3Eq?Vs43%_XiKR{w&-9MVx1>7346T$b}7pXEI$WQ79Kg>Sj6$RmR* zc^aEa8qo0HE&l} zda$Ya0!I`MZ7!+HBYP3Lz~L6);7iITdP0mN`&^BWhcCXDrj>kNp+$`p&DNE&rO~{DM`hh46q~~p%1DVnnXUe~;D!qZRm&PJsufdr zLxk#&Y47hO>$#BxKu zqh$xvQy4qgZ7-YUggR!}x`PuHY=O6333!x+B~TLQaS(uaCQPfMJo+$smOw<3wTfov zl4b0aj2tD&5nCHG3mSEB610saK~b{o1+Xje`oSbIsd1pJ2WzR0gqxGn&E z^p79;4&M*8Er@L-4D6T10J;*437>K?!4+9Xa%;s2M1*|sdGY=Xuycq$rag(Z&fQ## zJ078o*IT7#!!!{9$Jb@3$aCTuZTMapS0IpX^v?tM&glH}}-D-`12HM_(YF|B7#Fzs$u2 zEe=VM6&NNvb6*5fKZ)YW;Uv$LzAf56gmh7J?LBuc(w=UA_^ z5z#1BMXwkNbsi6l95@5?w|hTelfrZ1U9SQ5H)aeeIu%P-3}_Ep(JZT`6dXmXYPGf3 zbYsmVpd*#`TC-cp6b;*Zv;y|E=Iay(D>=>HLzQ7e!G;FGU@vv$l-i#OvCBKe6`itSyHZLWJelh68^WwQTwk70jkBrNc*=y3$rUJw@=R6eh}Qr@%-CP!E&fxnp5FJ>2S+Xe@64Yo=2 zupLP)SMhAm-GH(ZX_?7PXJ*fQdGPCFpC9`ndTaZQ?TgzEFGY?_@hh?C=Z;=GI)CDN z&vI<{Vr=)6v?9qf(zG-iy&A4ZQMh$7^)Q0AMrW$i)tO7vm*(}mEj#~cdvUIMtvXMy zPb|0XTWs4m^-f)C@Cqo_F@I+M^ujCeFLVqpMbiu6^eQ-ojx$GHe`BDzfhsAO*vPw* zh6`m46T=m%rtJzj%XE30#-naPRdpw)s&2q?3I)?H;3(4|kQ)35R29+>v>^N}`haX; zS5j458#MswX99o`haJcAMj%K*UIdtzjd-yM(1RR@nHW*{jzxLL sH?JfUr#hNgIpQ89cMgEVjqGGlpGa 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b428cb5e7a13c91941933201ab7c5410329ba628 GIT binary patch literal 684 zcmZuvF>ezw6t?etNmMSVq6{$g5DY|!xPaK83oTo-AeJnr%blCMcYr>U;%YNvKWw<*aBhd#Pg8|3Gt-&zW1Kr^ZWed56$Kp0=d%J-v0^s%?2xJ zES<$|aE?)ex+uYkljANBw@LCSbgWJPcgajgO^ zf;eUIFwiLrl1Q@vYIHVY?X~ZAOvjLtMbda9!F6ifBq~i!GCh_&c9%RXc%U|3Ou!r? z4fc-=oR#+%2e$ejIa|huuEwjQ|MgDM6i=PAK%wUwyTAwD;NH{N!(*`!{C0%go8GQ}0xr`*&u$UoWk{et7iwBe}MK z9@O$oJq!~OhoQ7T#JIr0ke(2Eb^BW+FGE`TU@jVuMj{#KY+G(XXct}$p1T<19}dQ3 eQA2orUL*MWNjygYZ*Erb?nwpjcYfJqb>naDn54}B literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fc94ec3548ed5d8bce7677ae7f9ef1984c23d37 GIT binary patch literal 4186 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f4c0d538ffaa9a1c5015885c9848922372cf4cc GIT binary patch literal 2928 zcmbVO&2JM&6yII1zhXN;K1v|{7;vj#HL-z6P$)$p3R0^yNCYHgL{}T{*jZ=2Yt4+4 zIx9fU4F-7?e7eNcRC);1cWL>coOLdfdYgF^9Tx)p^M$HLT^t@gP z=ff)Qhnz?ynvYgu`IubmPQ22W@2e#830Q}%NJ+~lttd@dF`6psR{Tpn-``$`Y3cy{ z9!UE@y5~RA1W5PR)lBj)bZdg8~JxoEg%h58XjMUA-y6H74*H1U(ujvvp!tt4j?re$EoMq1=F#Y+Gl2I!NeU~kU21J63Z?YDWk3+j#sh^En7?dH$FcoMX@Cs&z5vxs%yr$8(5_i2y6Ps$I<)wks$DDCHmu4$lP$$X4rqzY(lt5ZD0x zGJg46&@C&^l1j3F^~B1FM+1j9F5Dk^oH+jQ#?Og!kMwifprGsyfgfR~7Xpy#HXLrL zq63Grjuv*dkCmGj73G#DB7uB2t#Ulr?T!ttp+0Eaz7=}Kc?|Lktq}@*o~E|+sf5Io=gpI%$9BN4XggF2+xh9@anW?<0geP-R~Fw|8&{c#3^L@q&V3y> ze9ePd*|S|gVskW@(IpQ2)Q;r%artB+zZE|g>~M@CJ{qY0JH9nIynb@+yA3YvCbvw3|NUfe+Ik|dv z_M!uV zApEK#qJc(mnokK}^HyV*USg@E(Y53r?KwC6`sZGvxtp&YDD{9Gpx6d-NF)Ql%l*Nu zJC-qLFSJIep>=?)zv4V5%BlW_rnX3SiT||oFGjis3d}M(P1Sbfo&I& z+UOThk@z_AK!YvX9QbzHb7{6unz{-?3QRglc!9bmvps%VZXC-HWKJ7+mvn29+ycA` zR!1r?+OCBvNL$%!GZ(KIGoM_&IF6pRgq^x44<667?77}VtDwD}<()<*+eYe?|351| z?sa_*E_TH7+%e>TU<O9MohSTdQzHWP+z>7W06@(Jj;S&!zsjk z5u=OIkTEu00uR4c_`vpY`I~`h-bskfv1rbD7Fo0%hm>nvkXFr>886xl1du^UJN#`3 zh^dd^!}B9hNU3Wvtmq6M6+<$Xq{a5*><#Qju)}{gnQ)7%!k9tM4uZ(naqdUKRV>jQ zEg?m_R%h#Y=R+{fBBL|l+ZbjdD5uhc^cg-kC<08||`OW?$>Rd(huu==_MNSAo(Q5*b4_@b^Q3&2|cGwv&oh z^e}M#+dEZc4bFDogABTivmZ4K({T&~YJ*^{fJ;8dSbeKV=9Mh}Ja(qySv7~AWk+BO z$(B3NHAAYZ{-VU?r|(zg(4Wegf3%RQHIqvC@TPvK84e}1!d3tP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd537cdc0318ea90286bafa61b9952f50d73c9ad GIT binary patch literal 2155 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 fp;`Y%yAXRgy@8OpyKsMy1Ij literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5749a941e1a3961c83b5f67b4cdae7f78f04b2e0 GIT binary patch literal 7455 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 JVWjWze*>+TSoQz_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3dc9945f4e34e53dfc331d26b219a88f5a04c2ae GIT binary patch literal 1164 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 V=P|+X>Dz*zJ3K$|1%Zf7^}k0fmM{PS literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8f6ffd0095a95dbb64939082acf1f748eea92bb GIT binary patch literal 1208 zcmZux&u<$=6n?Y2{t*YqO;R;QMPkw-%A(Y(wg)b#$VfRI;KD7%J)rc$+l`Gv%S!w9y_s+4``!=D5A}Kt z@L6f!*uCHa{GJE%$C)|Px6ye3F>FIjVn>i|5__@xrMK-kz@3LP7=el7m)I2o(4svq zQm*Mh#Y4fV?J-Lexz8hOXqQJr&9^j@CRN&QP$g+H$lYeGw$g#VOM~Z8CIr>|vmrOg!DL)B96?GN`i|0cj0*UOYo9X2Mw(+7 zQ?_eSg}O8tjX4`?&xasTC?_NUcYuUt77r-&|)`W`XibLV2j1v?9Y4h?+Rc~ z`tJc~GJyq%ofw339}Zx@dI~agW4Hh5DWoS#gYtbs;DGEezluK9SGWYWJV(3*+9hxo zCNPG3?p+v@)4O(Qj@xx!Mf#<7R*sn-CsOCBB#kq0#wS_B6hmR>L*XxEu9=vunhIuj zl^$SdM7DUdn3GMdmCnv}KHh9&dBaaOZ+CBY+F|?7M;~t9&Mu@$+6+fr#!5GbT8L!l zdNWee>SRZkkTk1wx+h1ho^&xxq*dVz>N`3wU4b;YMoN#<;Ev(i1d}0?QIKj?Omfhd zY?SOVt8{>LqX3zLbYgo-UT%4&RRuW_*OG}~XcJ+A8U0JiH`7UW z?*F%R0|nLbH4@F|@JFTg)xj4BU*CINdGqJ$(vjzu8oyRoj%rX{d|Fw5R9XLS`*9_h zZ~a#N;HV0vvroOtkG#uIJpb?KufuC=e*q~qe!<^e{Jwa;0`>FXuKl#Q{-5<@a}g=O z@mdZ%EVq{7&{=3LxrcR<+vP^gzQrs#ss w=j6Eh{>cq-L!ZSEZw@eTpg|#oJaa0CaR2}S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02a995883283df1cb66c6806d92d7ed3889ad686 GIT binary patch literal 13649 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f7c289934cbfe12d4d265d154dc319285e13811 GIT binary patch literal 2583 zcmai0O>7fK6rS~O{F69@1V{vQ5?X-)+d#x$gpeo{frJ7g>BTg)C%a>Nll^gL#tDu< z%7H_VAXOr#3ZzPa=%JN*$g%fcj9dw{v?^6ARlQja>VZ?=jCY+Bp>`F|@0&O8eeb<* z@EX+(!m7Gz%5Gy;juJJX8!pAF{%Bq!_WI#i$)C z#_V`8u1UGD)n_M)2|HO#s(Hjp+38|hLm@;XMwIqH4R!A*4#0}Gus67Rv!{bkHD6|% z5utgOQQ?Ivr>-`f0zBpy^7)7`PL8 z>WdV27#X!b0PBOGYiCo-Zu?X2PG=)te3~xLHtW>uyIL2f>k!L}&Nk{6^&&dqA{+9O zyiRqqVp7Jv_!6`r^+fYh*Xd^slTn*G!pls%%qEt(LXD4Z3P!vP>+bSWy(wz0}p@qbjsXr8{U`?ch(Jd_qU!XhaZ-;M%Z-ti749bSd8W@(u@SU$weG!`#ENT>2 z%_ZvKYszQryNqoj^cv-u;0Yfzp6iNC;2ya7q|!E3Cydy^QH9nNK8GiBLIwr96>K_! zV@B(Ya)91+s-U;4O(~Ej*<`_GIootpt1~yyhlPv56tMRI%~$id%$q#FH8MA*Cg;l8 zz?N>1rf_+dHE8)iedI)#9Fl}982sqV+{pK=x(WcXWs}pxV7`n#E?*=Tr{&&t1U5Oo z>?}bl88boJP2tNGTz)H|%D6@VQ3v2q(zqfs(7$c=jh4^GSsX&@rF(j2s9-Y3yeMGI zA;A}1)A7PKse55AST@3B4zPYHGWynarCyx8fo?{ZeAsvd2_JlpPd>vZ*E4N=sTJAt z`^fJ5bNA*ROg=jG@YL7mzYBl!N&E1J?S1FlBNtYuU!+D`drq`cCt8sc8=woBz-lO~ zd2yTEkD^3uUrK`$!7Yy#B&BEO*QYaj4<@kBmf#VHbK;mxtc72mh zusbiI!^@_qVV&qTxQfZ@&1!5nbX;DGnY_o#RH+Eikm<%G*?u5}GSIA|*Mlg%^X^JJ zHPMPpurYZgN+m`8%l01i)IeaX?V?9I|3fdD5duG@|M0zwY63nE$VHLJ1@HvmfK&o7 z98B1}38t|o?&2%UmB5%d24M!?uMFRh9b(fiTby&6m^BZUf;wSTQierzYII=*wSX!x%Kp;+!>UB#62EqN!xGqpQ`RzRa%{QFl)+;_4Zl!l zYp_{qIJ$f=q@V%ZWa>nK@(OcpTrSras}L3LHkeL%xtzz-uArcv2x#C0{5h^r_e$F2 z;E{BeLc}S9^Ev@{K&5X|Qa-6dd((Huc8!Kb&$451 zgRDUQ2%1h<)3ldp@Ff~}i4wn{qiuBb4|M!zH1+GyXlv}yW0p}4m1LAZmUdz|`9b{k<7no#SV;e>WgyQ_DQ?AP4as#lKu0}tH1n*aa+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fccdd02dfb2a9d78799afd9622fccb17a0ab042 GIT binary patch literal 4547 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d9dc492f7077a68370b5a1cb28306bd913de58a GIT binary patch literal 8706 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88017052414e70b97c30f47941d96a8bcc79272a GIT binary patch literal 11106 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c7a5e63cdf766b88c1932a6df59106905aa5853 GIT binary patch literal 2400 zcmah~O-vg{6rSC+*FU@dA>}L_7Uzy-8Z-ZIGz}!I^(l`SR*C{v5IWj*iIMm}%-tbO}!y<JW6l1 zYuIa?#y{cff+ny;)9m(+^`s#Wp_pf2gX_jD3TD@0yzM0!BSmemVNK~c#$hNYA}o}$ z@j?7L(J_fnXH_#1&tNO9Cn$+em})LHu2KufbGn&}8>w6I%rs3}=9!Mpt~g0i{d7i6 zOsL~JiDy!o_-M+cI)*yLvovLpID9j-xkvbn@3L?&*ahqqJGyd?V#3`>NL&1ddJeZEqB5@ z4na&e{ZqFka^vd?T%Lm`=Vy{Z1y-+R=5$OIRbhovs0G|u%Fw%&>sK##D9W{@UO$;i z8HRF8S0+_WSJYd?GO`pHQ&W;^PIr9W&RSI0>gE|0Q_|t6H@uF+Sit5jf+LWm?Kdqv z$pYFwaOE%}JUL*-_QFk~+ddG}R?4(}Sihas3AJTrW~!5V7aYZS$59=Z?8_7d%gnRH ztVXHD5QJMm6NP^=2wM@Y2az0}KRb7JQEIJ7t>0d_fAQ|c`-67}AN5t+I;&DwvF}AN zI)7^J)MD^pC3vtr^_}>A_;Gl#y|>cdyU_g6?*}A#Y>pIz&2nps5rp-3Lg8; zzxJjJ0U}*O8lOks@S1Q>aJ%tSj&8y*%{p?&O8+OkMj(d*SKtc*>|CD5-aM~)CfcE~ z1dFS=vp`Mkh9yFLoSmbmBg zJUL4@!I~FbE6qPK0-470g651@E$C!^7-We}F}lkQliuxeuV@Zo87yTj)Pl4yNM3eN zi?pDEkQV^*(V6z(cF1o6y^ebZojPPO%WkIgeJiUZR8z4`V_IQTxzQScEuz5qvK*OV zk|^z_MU@RMW(N!_p&CgGAd6=Bk&&6VOv^m&C>?WXtbU@XSXbB$lFei+%-Y5>6`D*D zC1a>`4BDexS!HN)Ch`UscgFK7!^SFu1vEf_<;Zu(2V#;PB$PGWREj3?9(HRlY_^{z z$_6=R*tCN;R3odugRzD2ex{J&yvuDXTQGFf774{EbKDN8B#}yu8ajm`O=2FW(`;_k z7EPVP$2jdrSSGBbjot%yto4{jdBiG`-;zTR~&)2#c^Ye(*1zI%DGt+UeB`SeJ&?ahkkK=FJrH%m)b%G@tfQ|U(e zqaXLYzS7h@C%z0sSDN;fkAHb+PW&yre<}R#0$CV;E)T2;d?W}_0zq&o?_#kRrQ;Rp z_=DV2&%;7hdZXC)r;Gy8pQ3wT$dQugi~e%c=L1V}wA3_ru|zi6uXBt0PFCPgKIt5m zI%oUKtrhv`N~F1TzI0*s!&%RY6e+&vjD%PSGniuNxq5+NsC76q&3PC*3`JrpcdUtY zIs*mA?5%AvVX?7Te=Y%@!uj=c=9p8^$H@@-69ullEYuK?2mVLR4?}B=t;s$vQcBbikaA*;k=pK~T(mS) NLqN(y>x?*2{|4p|Aa(!% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d793f270fee924b726c4d1c2c2d11d918ae39a0 GIT binary patch literal 4480 zcmbVPU2GHC6}~eb|L4afCIN!j3keC{f(--+8wElN2}PxVNVY9jTQl)oJ7dN(*4%Lt zr-_t@Rsv~NHfp8tP*p@iA}jjPtyWrI`oKe<`jXU0WCx@om6yI*8>E%!OV7RIv6JB4 zm3ou8_srb?bIy0p=YKRehY*yuYv(hI%?SOQy|_iH3Y%|0SVjs`1PvvfR!9o`T}+C+ z^&~yKm68&)qUO!}lD@n@=@*cQ2+Bp=Me8jIJ`tR^WC+HHxsH0DD=D7Zm?lLc%^6Yg z{zgi+RAnE?tyS3%as*^Q@sVA7VFC8Q_yBxwtBwhR++LMKAV;fm806h0A=dOCw(+%? zXiHaBYT1G71xqz_S(`hn>S?X0kYlt&Es{S*Rf`-e$mu(Bme60&56{7KWcbF=w5%1$ zdCM%4`HZYl60?0Kv5KaiW-GhJ2Z9Hl%}J=1k>!3zIk6_z1k3A+^>K<&mmAG_!d8cJ zX8@sb6cgw4i&G?hhhjB@;Rf+ZnUYk&BpG!U%eun9RbTV6m7a=+LKw=#luGdw4A2P0 zH%4#ZQ^!x^w2?1ps;pahS~abrtYM;qWaxRKTQtrm+Tkrb#5}eKHnn}u4z@o_EZMTm z&(J12<2xnsF(oEVl!~&RP83WdN75Ee+|lJ}H7i?&nV5zh5}G=hD3q)zL+_8DIGNaH zfkZ(qBvPtw5fiMHC|asU6V>Cv+<2j6x2MdauB&=BRn!$?rr4Th3+&GxilJIWZ$qf5 z_5R?!!9R9BYJZsjV*JbG=gIQk3+v$vYtjX?2?lMmBSQ$c;~@~hj#Ym~$g0^<5uQ|K zZioDKJD5b)TswfODX|)9zLB1B8s=I=!858gg$t#E+(%u5up3v+uw?`AYX6i>ndZ#^ zoYxGqirvWs@Ela=MhNYtd|jVGN{n7gV6FCe+mahyDl6<#6ws)cd}A*u}Ye z;vj5Q&l7lOWmcde0a;aNMacaQsuJcdO#q6R!_JUCli;fLu&Ps4Ay{@VyVd)S;xPs~ zY*$3$*pe)OFe-m}9Y9B*cB5rwmT01sutB6<@(P!8jNhR2@wTq^gBtx03= z-?av51WxdMkj~X04eM8n#a7@Y$E>rX)ZJ(S1(C%}$ICnf+dq3;7dwp>gn1#y%(#G73buCAPX9q7d^eej?j{eSFk34HE#>>MWmv zE2Y@3wveIB>oImPwL1l|F12M4U%|vMqz4|Fg^Gur&b`aorR=h{q&@0?Jh(ErI$!P> zTD)EnectF>A8Kj)G_iX5dGo0X5`wX(!bW>^`OMOp-=BTa-n-u3TW&w{jR!iuVZC3o z>c4NoZ6J7~U$wSZJkY+Q41|Aa9yx*jc3|YN=UG<}#Ak=SBXR$;4?Rqd^ZG<^r+k zse#*?M*iF4+U>d@-^TeO0E8h%R&~eW4NWsa(Q$-b#wIc=+A90r$x3m zYZ}D@5Sk!Eyb}&2)|h?ZhLqt0H11+wH&V_8wo;BCz?gnExQhJ_w5zuq>07+A;g78O z_W;;~t@m5*wNym0x%;h03Wh2n6p6l$?EM;fynF6SuOj^~A|I_sK6=_yjtt-RZiFN2 z;r$PHKki!TTK!r1;OVEG<%1W#YVWN0VSFWkns&XPu2=$Mr`?SHzv&7lJEal-%=z8k zdTZ6vT8{tbsP{0*jSFtO@I9=!QIdmXSYuldQ)(MDJYj=GSdTNDtNq;x7U21ZbmN#~ z$?e2HZp~VUFqwsfMZtwRF=4(6eA7V`C(wD7Wedn_MpjKTUuA4<3p?dOMxcd(IQvFHce@BeHGn zK#J$KRLW#OscfHfU&wwe|LW!@yXk=;-OT1s6)oz=bEQrs~hmp zpF+jCX0&5@U}<1^cxm|2$;SgL1CNJShQB!V<+;z#mAgmE?LS<+`l|ad?-*Jc+6Y89 z0*5!fo*v(tgx>-PTJ8_r8@PY|-ubnCXUgG$HEG~|RMZIT1Z>(U$C;r zu7&{j+c<(>nBv@zTrMNyNyE^HtRJlzyv}hkV@eLU*Nui5B|a9D9B#`ZibHUj(sr`k zXq~{<)oz}Fk-vh69)=3k8$f}s=l=b#T6@Z^y=#HqH~zlo{@AP56Xn+awLt&taD;0s z)?xcu`~)xMj$?}^F%xW825#GDl?tqjMHZ7020IA+=c*HM!Ht-AfgAO(9zXjX36#m~ zWp5JG#TKd_Wgk5heyU)QOnyavJ9h9LS9}*30v{}D)^h-oiBp>)`R;VoGk}?7JVDN#~)5U&aLD&q~T4E*e9-`?n=ljj0g`V zHW6zp5uebv+OvtEskDj0W#J*bu(lFv5~2@gSEbeQ&w}e8oZLk4UOBK&*!95LM9@?Q X!@}9sOPdIq%Ki|1SKcCMxIX^}3Qksq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84e3499db7de5d05349e657ffb5251c328e028c2 GIT binary patch literal 5987 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 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/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..eb57ed1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,72 @@ +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_name(raw_name: str) -> 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. + """ + return re.sub("[^A-Za-z0-9.]+", "-", 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_name = _egg_link_name(raw_name) + for path_item in sys.path: + 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_name = _egg_link_name(raw_name) + for site in sites: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..81342af --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..843cffc --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 0000000..276aa79 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,35 @@ +"""A helper module that injects SecureTransport, on import. + +The import should be done as early as possible, to ensure all requests and +sessions (or whatever) are created after injecting SecureTransport. + +Note that we only do the injection on macOS, when the linked OpenSSL is too +old to handle TLSv1.2. +""" + +import sys + + +def inject_securetransport() -> None: + # Only relevant on macOS + if sys.platform != "darwin": + return + + try: + import ssl + except ImportError: + return + + # Checks for OpenSSL 1.0.1 + if ssl.OPENSSL_VERSION_NUMBER >= 0x1000100F: + return + + try: + from pip._vendor.urllib3.contrib import securetransport + except (ImportError, OSError): + return + + securetransport.inject_into_urllib3() + + +inject_securetransport() diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..c10e1f4 --- /dev/null +++ b/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 record.msg == "[present-rich] %s" and len(record.args) == 1: + rich_renderable = record.args[0] + 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/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..bd191c4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,735 @@ +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 io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +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]]] + + +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 "pip {} from {} (python {})".format( + __version__, + pip_pkg_dir, + 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) -> None: + if sys.version_info >= (3, 12): + shutil.rmtree(dir, ignore_errors=ignore_errors, onexc=rmtree_errorhandler) + else: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler( + func: Callable[..., Any], path: str, exc_info: Union[ExcInfo, BaseException] +) -> None: + """On Windows, the files in .svn are read-only, so when rmtree() tries to + remove them, an exception is thrown. We catch that here, remove the + read-only attribute, and hopefully continue without problems.""" + try: + has_attr_readonly = not (os.stat(path).st_mode & stat.S_IWRITE) + except OSError: + # it's equivalent to os.path.exists + return + + if has_attr_readonly: + # convert to read/write + os.chmod(path, stat.S_IWRITE) + # use the original function to repeat the operation + func(path) + return + else: + raise + + +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 "{:.1f} MB".format(bytes / 1000.0 / 1000) + elif bytes > 10 * 1000: + return "{} kB".format(int(bytes / 1000)) + elif bytes > 1000: + return "{:.1f} kB".format(bytes / 1000.0) + else: + return "{} bytes".format(int(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 "{user}{password}@{netloc}".format( + user=user, password=password, netloc=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] + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return "".format(str(self)) + + 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/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..1e8ff50 --- /dev/null +++ b/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("[present-rich] %s", error) + 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/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..8ee8a1c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,246 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Generator, 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, + ): + 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 + + 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 + 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/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..e5e3f34 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,136 @@ +"""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("{} has an invalid wheel, {}".format(name, 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( + ".dist-info directory {!r} does not start with {!r}".format( + info_dir, canonical_name + ) + ) + + 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/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60c9bfdd7a149b7354b467c4a01c9a1af69e7ff4 GIT binary patch literal 534 zcmZXP&q@O^5XO^TyR8)w6+uuz^wfhJ)T@XWJ@z2#VJ~aCjWsrZ)=74uzKGA@v-k$v zqbF}dLBW%=rHasj{66OU!X)#$yxb;OYu(ektALQVy7?{ar!_f4c_w|*r-~$Ws=-Xd znJ!ER0a*c(t7>~bbVaWe;G{Lx?tD6nGHX0o1tD$=3pE-wq8d%a3z;Cv_bt12IE;-7 zZZejGeGr*!Aock4vkexbxEtm1nLA{u-W1gzkVALd4-od5s; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..031da39be97cf36051a0e057237d00dd4f6f67b1 GIT binary patch literal 5026 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 KuP8rxkN*XH)~oOU literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02a271423df659cc4983d030b83405f2e21445e8 GIT binary patch literal 29099 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�g~$1^6Tu5h@{sk4A*=n*G=Lz~bHi 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8d1d499 --- /dev/null +++ b/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 tuple(int(c) for c in match.groups()) + + @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/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..4595960 --- /dev/null +++ b/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 ["-r", 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/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..02bbf68 --- /dev/null +++ b/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( + "Sorry, {!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) + ) + # 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( + "The URL {!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL.".format(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("What to do? {}".format(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/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..60d75dd --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,355 @@ +"""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( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(canonical_name, w.name), + ) + 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( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(dist_verstr, w.version), + ) + 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( + "Metadata 1.2 mandates PEP 440 version, " + "but {!r} is not".format(dist_verstr) + ) + + +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/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..b22f7ab --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,120 @@ +""" +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("urllib3") diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2fd0bebbbf78b3fadd6b18d0ceab4d71be1c011 GIT binary patch literal 4660 zcmbW3Uu+b|9mi+y=KlH)ga2T_fY;dkIS6|gV;dZYB#s@3N5JNNyFWwp0lsRRYvXX{AbaWTf)g$2Kp0=u0dwO1j~t%~RgYpGp-^{mtI(VNc_8 z)Rpe$_xa6te=|Gt+u!Wp)9ECFtL@_1>FIWazU2^H(Yo>MUl^ggNJBZKNm|H|N}*gx z;&#{w=fZxAa}mFd=As(T#Ykj!dl2SjI}0O-*CxtNQHKy|S(a+vpv|SU$R{Y5Cb2sq z+7m(~JR8h;-R+x2_GflmlLAn-|n2L(PQ@Q}d6 z0*?rMTHrGRj|%*%z+(cxCh%E-Ul;fdf!}<|)o?YO8FwBhE!|S`bEK@9RMu^I8k!pE zl&#CYm96c&5EJPQ$#M9zJL-<)=Q-dQ>P3ft7T2DOU$xS1zoaYX(|H|OlOWz zTZh}^X=;|_ie)oO)RL0?ju*C!&AOIX;_N{bNvA3e=Bq=%ytC2E#ijw*f+ylsQei&^VNe(LRHj< zSX+${>PIvzp)26Mj&6jnpzBg5deMn}eBze!@xU$0R}^+9Vn8w(FC^tVzU-N#7lj-w zsmzP#^JTR}@_8?rukRe#u^GdhQVrXS8fJmFVY_O3v687(AicaOwJk$uUd$#;WsG_) z@A!K@NvTOQ*h|)gJg}FpB|6dkaXdVw+Qh>}qG~qZAsMb0x$I>d(kol7sO3V|qUJ0q zFgts#tj_5(Dl=&og3M(NeJX2JSFEE%`%BJh$LRdKYq&KsE#xIiTRv^MH?gw4_jjirwEwC5^X`YamCPHD;&1-vc{fURJw=H~`bir~ zq}STPdSUa7xz{r;qc7yd_$%Qrj!E$EM2;%gi-wmfsD&bdmzGh}@L~l*nLe$1@q%fX zR4u7qOw(-!%i~44K~2~%{f3i(Kc!^O5!>0`FqH~5K4Da%k9&ofO2Q5^Pl20Fo_)N*2jQM@}u@|u7iaw*JRF-AEL5M z({Os5Dj9_(KDwnuDKi7!90+%8Ypqo^;h?Z>!)fv?>()`;JS1$Jq1n!XW(tE?rp=mZ z8rzfIJWildOsWw$Z}OU6V9hqIaRblbp&t+!79OzZF# zAscgRl5q8aj8>h#EyD4gYPR)$D5jT)S!tSgz7EQmm*lm^fP)PxAEtVt=%n~RUkdOO zXS+{DeWqx@55AG={f0R+!wX!C-(OPcwTk7WeF%zFU1^gUo)1pa@3dJJq9%Ns!AF;~ zt!7fSK&Idz^5Tq?)q>8dUWAz?L-%5}YCD)|^*+!AL<_Fr>z$= zZ79L4=!Hz1rnx^cF*$zu;>3l?2@m@{G5E%+8BkIE(-n^IY53xUsEPN^PflLQPrUOJ z|Df~mtf`kjN6#P-qC4U5MSQGwET5$#fc!ha{snvdJ>9C_}|-*bog7;@(tSd z4N9&hQMzqDv6e#V*4yV6&)vSXc9r_o-+QP3ZsyZWU3uaDg{9pO&#mqqTWx#oFX6w%{~BLuJ3s%{FVFw{{Nj)2fAl1Z zBI$(>UA*@nIJI!a#a+D3xp>!le&5AAIbZ(d5^t`$csI0Prh8m0`^G^RAKK6(ySUfy z>2q;E?+HTWUA&KTFk~=Pz5OzMz{P$3osAGjT%7SeLoOcnjX@Wm@{JJ}pZ1LtE*|iW zGcF$WjZqiB>KhGl*2O1$&wz_hZZyui_;ugY7-GW3li*oH(zc%GNQ%h+l&xOHCzvtpk&Q~7cuC=#9kT!G}a`C@zR^&ne literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eba77a66a8dac415c1c560080649977f6574c80c GIT binary patch literal 41273 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c02a86805904145019cc1c4a7b86e16abd5cad73 GIT binary patch literal 122041 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 k=BV~FO1<3*!0Z*(pi2fxuf{S-?61GhupHvj+t literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f90603bcb0b981057f7452084c2ab3f8135fcbe GIT binary patch literal 2431 zcmZ`)O>7fK6rS~ty=$-SBtU?G35KL*Y4~% z#a1F2i3%zX1*uXv^w47?kf5htd+MbZ+ypsY1*uZYp|^-|;?y^@ySAZWq@8*5=DnGn z?|bjf?}RN*u1k};IS)zOiCK0P%E^~GA zBq=v*hD|@wh+~kFe*zyw=-IdV19VG>3S0|aHNYTHz({d0sYU{6Fy8fj1w;W)uT|wh z8jQgW7l%*dTnucOw15UXw$QRr$V3P`)|DND&KdKDZ^kyF7;2kR1}q~uYOQ%f~H+i1B7_|;}Z z^?#F$!O5fWIa%mBXdTC{pTBzk``M*)x6iHOgX_uhUUI6NoLWh~)|rLX9v<)F@mu9b zcybdw&sC5Ct72ONn^$7&%2NZ2ZrSHEeEC|)8KN%Wy5yQ)pBYX9^F;R4Ep3l}q@t8gq;gKA~RjR8xhW|?guG+Hs5#B``xYD*PL z8^?0Fw#)Mz^^$5EeVGy{|1;cU7y6uK*^`=eTm`@LjjZyE6fhH4jCCy7E7dznS zunVTsgc0T{WrM0r3)_)>pxFtZ^BHtNWAebdJa$w0amRz{U#Fjmp^->u_E`kQcl4CK zU1jfzvage0!}9gBSI^#P-FY3D4rc8;M^^FFU#Y2HD%(wEJNZ>Sv8If4J|^2>>lf%| zcjI(_4#F_q0m+MyG1WfxVB|L-KXgwVq6<~~X z1<-Dd&;JvH2ly6f0FwQ{guVS1)T6}^?I%Tm8&88RLcE#?ya(e#sG1zi0tvJ%)Lv>s zya`*SP<8uD4lvz%|KRUQoQ?-Rx)5mLy+K3z(6Bxu7TVG&R^Rjk?L?tYy)e+z$7V7L zCy}RwD*~}(KkUs59oYktoAmOG7*3;ZJBBOy&zLI`?Q4HkR|93ZK}?%M3BWu)Qfvpz zd>t0p=^z_%O*3u6iYUCB$Z0|c(W7j?d90IPS9acfzmwm9{2Tr5=(k62<(JOfKErbm zax%Q_+Id(CM|*gpizj+`ri*8O+HpU%oO(cix$^UsReS>0<#-Bhy}K?aZkUhc-T%N?ePUCr7}DrJ8dRx(!hfgv}TdMxLPb6LjJ+diybY=Lwp68WDy4PvcQx^yzMp eHsfQ${*4)g<2TxWh!cNe`J2-lBEoz45&r>xw+Qh7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67409d4d5d5df0c036c6828ef30cc1f72164efe0 GIT binary patch literal 5057 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 D%(`eA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31d4795744c7124ad65fc75a983b70d548654155 GIT binary patch literal 3243 zcmb^z$!-)!w5pfcGJ}mVWMONt1s;}}5Fm-OdRSc9<3Q1{jP^GCMSGe%^141>A5eRgYDeAG-c{Od(1J zQafzSs(GQ|3d1tO3C=7hC#*4MxcgO%=pQp2gbQcOqLTb5uSpu~2<0QulI+M#&_ zz!C{5OmeKY=5Of=9ay2!p@AUmPjq9>N1O+IMTs=Qys=1~Vs(M63}e$Ne<>Ij<$BHX z?Q)d|XdY3X@~vri+zJC;o@V}Z*>gwB)p|G)_?JtU-YE+=WEZQJJ!OqEQLehxvI%4k zP)jS@fgkd~ix;J8JyOS6*eJAhD#7vq+~0f+z#RGYz^SJPdLCzbnyAHqt>M%f|3G7& z23np0u%dC~$nyXqecJMBEK0MPs>_)W$kl+s3%IL_of5(FARg^N&q3j`7~I zZ+uzGVIB)vqjSpwF{XRxm2Gzd8i#Z>%DqJDL|(80K_+z+NZZmyx4l5HM#mO+iFh3- z1ZLPASb=brfaeJCs}LVS>itur4|cYtM#@njDOAjSNR1RE2W=+@#pL)9 zGEXMQ!2Vu(Px9NF9kax2n|PMaPysc@C4g<`Sj)^sm80z=&4YA~G{*|9q9W}cWnJG5 zP0alrE(VLr4YSeJmadfGjsq`g9*FhsH-7l|p7vdKt^4@*pFQfjr`^x)jW_hUbpAD| z$t;ap`Ky zT@;=M{3WVU$cG+si3oZJTsQ=r5i_F>kvlYwah0PQQu8QPtAYm^?*h!uG9cr7yZTTD zdXef108qbhaB*m1Xr0jP`L%rKV*f(_FZp9n^2e6#M^~4>ewIJ?QiZLTxG#w|1(u=v zC$6YJ>etgdg0pR-WuSPajp+VXnkM|{{yY2I@Bgu#S`Dgu3Yx44jn1v8iK`i=vA~Gk zW;rF>v)0k|z*%x1x=%Vzu61@VWgljj3J(j*_Os5@FLfYzNdT-P*c4d5@1MI#)Srlc zGn;M|EPfQw{1^hvC5}GYU7&W=rjtm50FSn6Q&Ur*EM=(P*Gwt;`DRAdd*a%Jgf{%! zBdHTjymVV_!n&l$x`fq9uWLm;Iy}g#7KaGC6*%>F5w^yGM-E?{ejhprXe6dB?pl6$ z0anZy1zPMb{2(+0ytB+PD((zG*EjCC;e;fru+YNdbHNy`VJ{-tRV^W6x;_iLlhJy} z#6{1YO1hgO@~{lik_!47&ojcn7#V@^Hu2)V;>buTC%N68u#j^s6ug!2{7dGLFP7|Y zjH(sF!Uv*j*Wxp%lziw*z_1Uxi3@NU=;pZ%=9r1lMah2$ZG1T#D8`Hi-HPj3+ye$} zn}~^^<~hbFGrYiZK$b)guWn4c7H9!AYMU1F0<1pCzzT!wS2Rg7tYpgom42&b(9kvl z&jQo<>CPl3Yn<5E%V+^9495L`?;eV@@ow8(U$C$S_HJ7QygcT5Y`cp~ZDOg#o(zpL ziIM(J?qvTu$StrXnj;$-(s4TO#AH?s6jQqrFG`!H6WFH7OQ`PK2zKS&dBh<=3V}V< zJXu$Adgl2N*$!xWZ=7;SGf+(POE5>-xW$GpJbrjnai1P{7&4V5-<@}DX5No`mm3`G zHKwe%4B!uyQo5c~srDj6=+TW-o)#XYHV8}`Cpu}*gX{)@Y2(Zx+PmEUg1{t2`U_Lz BoB#j- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..924116d75b4421244c6441023c47b749371af40b GIT binary patch literal 925 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84917288c466931a5f33005a39cb17fbba2f7be7 GIT binary patch literal 3952 zcmc&%OKcm*8J=A(DZV7?>BzDpk44)OTU&%%BW+OIf#BFh;#vVJ^4)N+@d zS&E_{Cq`iuQkp^*5P)h9tu6uLx`&*4>Lu6qB2_A+Y<)1$UUE~V1}J>$KeOagGAI=2 zr2}ww9{>N%|DNHWJ3HeDTJPk|d@+U4-}$83!i~YN!C1OmIQrV#zt=%y#GO7E7elIsBhi|~3jtH8O z3^XGf(oD#ZAEOzC-nq}oQeU2aS6RMTV zglZiiQ5-{?D#0$U`pa0OPQ^B`hVy0YmzJBfUT_ zbFaWY9L)+&#WFaH?f60wns;bPvvoizl{MWR7wbBtLeLZ#@%iD~(AAMEHFpfjkbfU~ z)=0@Eqy{@n63m*Zik4)U1&B42Q6?8dH22MENcf0BEaH-kLOFqVT5Xe=stSSb4YuFP zm%ZWkJIy4@ggk{2EAPob8*Q#KejX(I%VPFN3<5n{tAH7@kTN{QS$59W=FM3R!X-OT z?D?!^=CWnTa>xGm_|pm@aM+P!1tDwkK%j%r{ELY8yZoBRKB~%Pt!fE|xNY5Ip4`nxS3phz?x^fC-@{H_ttLiLqgUX_+UPoh| z3DE@5c!~{0nxqC96h7Bp;Rckdp6Bc%&^Iq%Hww=P8QB1pmOh2kwp!aWJr;cJ=a~QqaibrkL*fdZDO`$Y$IfiH#5DiJ_ zKC+c6S_s`oRp~^$NRy}aZI4xxnpj}jI}q*MxWZ&!*F>{u-=@@|Uc|o@GLkSZ<7#5x zo?Q?hOwE^7pJH*Oy-APKTmf$OQ|Q2|vJ&gr>wB&K=GvR}>uc9Hu5I>>ZYD?n{g2e^ z2S|$be3|Ut55f24exyaY+n3(zOK&FA0ofjqMN#*_euC4o*8%+JuMMG3VwXanN|!>v z8<;@o3ly73hQ3Hh&>wSD2T=2nJNyOcB?1&CuQvKIxUY??ip?j+5r$`tu_4WkfkojF z@KCb#6ZrY*uQaG(LD);k4{&-kx~d3yUDl$bN~4!0lJDT*eQ= zjc|_malAOxHjD-PO(18#gzgdAOQcrc`tYs2RNw02%Hrw=D<42H*qHcB>f(#jXV)V8 zNz^k?kFUk+skPLGv~hK(`{MJ{>F51}^>^0ZSvP)L{B?16IJ-5R-5$RB`PDy8@7}n# zb>rSn|Kwpv9_oD(*^i*kp4InO-dn%3lT7b-p)=>8)TSWRW1Xw0{ar z`-#?ibJX0I;C`M$Po>FBL{ueD;g49~@8K$id(Inaf59FtH1q=CK5bkGA+6+k3V+ZY zyAbFo&@2wNb2mToKJ2pF(1EkT%e9r->iaA2uj|_>xb417qC`_w&SMGjv??tL_IpJRtN2^HSr9Z(L|Ff5%UWiK5u_PO^7=h=e z_=WR-@?0h~`4v}FBYFpv^-G*Us5QKh-P@lT}8jaS-45y4J57?nuW>Ya69j` zpbXCSW9R}O?WWROsr1IJ?bO(^vX|(3a{j~bt}7cIpKyQm4=&$*5ly!8XT5(XI{aUp zMlS(A{7Hky5`S30gCnl0CC8{(e4JF(pTX<6vD2ZdhNG)0g@2=n4)Cs}A`dsA)lkLgTYjI;9%r*_{`xOv2g$4sYJM6#FOC5 zguN*LYr(6Yc(u}V0OCdbzf*#QUV{~%gV*|((d)kaH|cj^%F8!9107tqlJs>PNn?LQ SiGM}%lGML`>1)Klg84rL`;Tw{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ee26f6040278121a78dd3ea488fe9ff9935512c GIT binary patch literal 6081 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a9a1e1bb77a9d804b13e6a76d8884a8a2f98e85 GIT binary patch literal 2221 zcmbVN%}*Og6rb4-d+pkR03}3%WC3w-)!HG=p+PB?N~;v9AyQFQ$x^l2cn4Tm?>aMU zf{~FpZ~&ku!2l_wsQbZASl}eGS9(qfmx#ZOMcI@zx^g!R??VFi5Gr#wn z_ul@T&87)R*VOn-N+aYC9JEDm8OP&bG>AhS>X9-nQi`_XDP^Uo#J1|GWv!@DqL919 z(bkBgGi^te`-^%lkxTxCgB*X^xfTHmQ}?;P@sO z4Z=u~I;5yLbd3~MM**!l2HZ%Cx}(D=;UqvOog`?Zrsh&n`U~c`LY~|{4G%>d5gvDe zYLGgu6ALUUHL^{o0F_n>d_Si|nqb}xN2&zwGtHL|3ttMxMWI%;{ZgUAgLzg8MPb3W z7u{Jq40vIY`HKb5eNd>>!nweIKRSFuYA_AC>Hid!jI;O2mLDGojGLmqf? zAPO9jTk%T1Qi}}Ba(y?ntmW>LnDXt(EP_jcS|x`)ee2q{sbd(B(&?Bn-ZAjA@UyMP1309^`kcqD(3092x79ar3su;Kk?z*zmVt|qw3EMdh z=Y)y&9c>T(In3gHvCJE7>*TxBGM6D0R@DE%fn=PMIt}rCVyUb19c}yM+djF?GvIE$ z1LD5OO?CC`Uin@|>%9aEqcjwtFG5IM#*ykMQ4LFe@F>z@l`Tc8>xWS`3_{zp1cMTA zL{5v}m}9X-`l9VsS(Ic;6_+z1@C*|~zIqRg&b&Gt+6{AJ4%907t)ura)44ghF}Znf z<6d*PS>4Z!Jk4HdCb#;2&AxNkJFsQ^(D8l8o;kYPJGy?i?RfaU#7r_s0On|I2-Ri8I-saF_>-@yi&VYz&fv z0hn06d@A#$V?X*KKal)JW;3;sIxzZnjlO30zA+#nx5^BB2ti)s)L#PQB9Pn3^a=SI zkgPy!dt;%$Dh9kv%1NP9^38RP)M!pwp8Sk?6~@h(fSV>Uia`3p{b$uiB_&0WcqhA{mtq9%;4WDEWFMv1{*Vr6gOm) zAI0~XRl$UbZ6EqMKsGBu;6c3antovVj5%f)00{v^h|!-o=BKvd{}xw?z( 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): + cache_url = self.cache_url(request.url) + resp = self.serializer.loads(request, self.cache.get(cache_url)) + new_headers = {} + + if resp: + headers = 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, request, response, body=None, expires_time=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, + ) + 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, response, body=None, status_codes=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(response.headers) + + if "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + 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) + + 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) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug("etag object cached for {0} seconds".format(expires_time)) + 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: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + # cache when there is a max-age > 0 + if "max-age" in cc and cc["max-age"] > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = cc["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) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {0} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response(self, request, response): + """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. + """ + cache_url = self.cache_url(request.url) + + cached_response = self.serializer.loads(request, self.cache.get(cache_url)) + + 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( + dict( + (k, v) + for k, v in response.headers.items() + 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/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..f5ed5f6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,111 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from tempfile import NamedTemporaryFile +import mmap + + +class CallbackFileWrapper(object): + """ + 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, callback): + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name): + # 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): + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + return self.__fp.closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self): + 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=None): + data = 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): + data = self.__fp._safe_read(amt) + 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/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..ebe4a96 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,139 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import calendar +import time + +from email.utils import formatdate, parsedate, parsedate_tz + +from datetime import datetime, timedelta + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta, date=None): + date = date or datetime.utcnow() + return date + delta + + +def datetime_to_header(dt): + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic(object): + + def warning(self, response): + """ + 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): + """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): + 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): + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) + 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): + self.delta = timedelta(**kw) + + def update_headers(self, response): + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response): + 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): + headers = 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 {} + + date = calendar.timegm(parsedate_tz(headers["date"])) + last_modified = parsedate(headers["last-modified"]) + if date is None or 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): + return None diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..7fe1a3e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,190 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import base64 +import io +import json +import zlib + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .compat import HTTPResponse, pickle, text_type + + +def _b64_decode_bytes(b): + return base64.b64decode(b.encode("ascii")) + + +def _b64_decode_str(s): + return _b64_decode_bytes(s).decode("utf8") + + +_default_body_read = object() + + +class Serializer(object): + def dumps(self, request, response, body=None): + response_headers = 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) + + # NOTE: This is all a bit weird, but it's really important that on + # Python 2.x these objects are unicode and not str, even when + # they contain only ascii. The problem here is that msgpack + # understands the difference between unicode and bytes and we + # have it set to differentiate between them, however Python 2 + # doesn't know the difference. Forcing these to unicode will be + # enough to have msgpack know the difference. + data = { + u"response": { + u"body": body, # Empty bytestring if body is stored separately + u"headers": dict( + (text_type(k), text_type(v)) for k, v in response.headers.items() + ), + u"status": response.status, + u"version": response.version, + u"reason": text_type(response.reason), + u"strict": response.strict, + u"decode_content": response.decode_content, + } + } + + # Construct our vary headers + data[u"vary"] = {} + if u"vary" in response_headers: + varied_headers = response_headers[u"vary"].split(",") + for header in varied_headers: + header = text_type(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = text_type(header_value) + data[u"vary"][header] = header_value + + return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) + + def loads(self, request, data, body_file=None): + # Short circuit if we've been given an empty set of data + if not data: + return + + # 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 + ver = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, "_loads_v{}".format(ver))(request, data, body_file) + + 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 + + def prepare_response(self, request, cached, body_file=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 + + # 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 + + body_raw = cached["response"].pop("body") + + headers = CaseInsensitiveDict(data=cached["response"]["headers"]) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + 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")) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0(self, request, data, body_file=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 + + def _loads_v1(self, request, data, body_file=None): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) + + def _loads_v2(self, request, data, body_file=None): + assert body_file is None + try: + cached = json.loads(zlib.decompress(data).decode("utf8")) + except (ValueError, zlib.error): + return + + # We need to decode the items that we've base64 encoded + cached["response"]["body"] = _b64_decode_bytes(cached["response"]["body"]) + cached["response"]["headers"] = dict( + (_b64_decode_str(k), _b64_decode_str(v)) + for k, v in cached["response"]["headers"].items() + ) + cached["response"]["reason"] = _b64_decode_str(cached["response"]["reason"]) + cached["vary"] = dict( + (_b64_decode_str(k), _b64_decode_str(v) if v is not None else v) + for k, v in cached["vary"].items() + ) + + return self.prepare_response(request, cached, body_file) + + def _loads_v3(self, request, data, body_file): + # 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 + + def _loads_v4(self, request, data, body_file=None): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..b6ee7f2 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .adapter import CacheControlAdapter +from .cache import DictCache + + +def CacheControl( + sess, + cache=None, + cache_etags=True, + serializer=None, + heuristic=None, + controller_class=None, + adapter_class=None, + cacheable_methods=None, +): + + 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/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..705f416 --- /dev/null +++ b/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.05.07" diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d68dcb4d055011426681cb1c5d9680156cc2e7a GIT binary patch literal 322 zcmYjMyH3L}6t(l9B~clW5E2V8W*`o&5DV%jbYsbYmBwyrn%I%;rV11M0UO`Ix3Dmx zEFdwlA$9A-tppNhxQ}zry;t{TFbEJ}e=?rkK>pk|e{g<_^$8SDh#`hcRN)j?PU>L9 z9Of2I>M}3&T0h$P!eEP>uAeJuxwNM9S97kpc7fL(gu7sv3`cQt5hs_E$nU&d{g=BQ zrCC{0+J%%hTpOVzrO#*$qi8cF*9JJ!E;E^vTB}>0TSFEyYebP*rAfnOLrO6vb!+EJ zj^gtnF~ah*I?ESX!40WJO<=QR;Lf?WVkQWsLJCW1T(_J4Ri)UnNPmN@4f9EJ%oA}v>)y3SH%DT literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bacd2d78f62356329dfb2877cec48e4215e47e6 GIT binary patch literal 649 zcmZutO=}ZD7@pbhT}&$tLhuv>(TK^Qy|x9xbMPWaF3WUhnogSiU}h3Y>7fXs(u+6! z2}=AYUJR|Ij+crD@h0@vi_WCG&BcM4_nGH;Kc1P-wOR!9TI+7@{MGTNxm3$7!TE^> z?*IV=4nfaEYY0=TXQg(}hQI<841%g?8K))exzruhmVAYXO&sEW@}~AB1A)$4t<+__ z>J!jl;4JwH@fGbL)Z3~ur|?pPU;<0c{-4(Jf1AW^%Ths-XOd=8DEIj;<#gX_C;L&m zeMLt?=A6cok7x@j4=0l4Su0Wj=KTV5K~=qAMJFE9jO4tNP%haH7uSKgwEt818$ST|W{Dq67SE|jx4-GZ}Begx;n>cuvCs*44hjBu8qg69L8NP+e; zJZ62YEh24TjD~C*6%)CeXX~8@50PM!whNr>;XV~e`$VNrRQg15oMM*6ai^GE1RH5i zMnk&A*Yrs9m*SZ|{@4)0?_l*8Kxbj|bz>ejXJPX=ymjcE0&foLGf;o~`2GD42VX$_ v1Z!@%Y<_dXH+PTjeRXd9(CGHjotIsHT{r&+pI)Kj literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db25add49aee12507a26a6e13853262b205ff345 GIT binary patch literal 2853 zcmb7GO>7fK6rTNy*N*K?V#fqRi5rrFDX}3?3M!>ggn~qxL?oc%QdZmDb+V4*wPrVj z&`{;T0Zyc9RicUmhh7jIxV6U~EA?Vyq(oaPAr%R6GYt|_PJM6fwH=yPVyu1d&Ca~p zH}CuAjeie?0t8ye$g#}NZG`-V9j~?4jI~1yA-9P}(nMo4HpiqHoyqdvw1(EW>5GKW ztuTwvaWj0HpApgmLo`-tfybu_x|m_Lmg{`lU$cE+2jAX_ye0o4%PM&X^JCSjUy4ess~h^+D67m7Ul!r)LS4hF=bfs8B?3h z>2a#tvovqT?I}HOq9`Po6k=>gz7jJES*}Z`B^2erV7-|>Z)y}rt`{WV^XnAnt~uMr*g(uslvQHW#$hg_YbBl z!`251iaM=K>Q)M3P1Rye)nZMlCe?ujjxaZ+Q=LZPTkY^z$3ZNTS8XKNRc!5f6(ilf zKlK-Pe_ZZ8w$eLP>K*zmSnfSn-gf@RnJ3*l?tHz{bFkENu-tQ~-2LH=;b&5JQS7E2 zu*e2v5j_{#^I!n7HQWdsVlT(pI>Ioe)*2XQ>!^EU;LAPWJ#Roo7@=4{C}QjgilrLH zJ;o9BylQGjelo$i>8A*{d;@(c>}ghHe5LYd45R@L-2&EVz*u8tdX)W5qb3F_?0Xar5|Q za0r!)*Dx4s$UelYtGG4!F!<}-V`;P~j#iOj9N}CZirLjx(@Ks3F2lyO?)Yj)#Sy7) znX?oQ307aHMW@uHmRe6Xyu>r?!gd9W=8zkpdFfwZA21$xACPPO0>2rJz1b?O!M&yt z&x0Z3WGC5AEM|^n$OXc{Z=PJ?E|57U!H&=__*x<{`?!a~5#Q$Yz5z3u>7A|78D7`hW_htO({A$)`L(7pyy+^N z9EAleF|{v_!)Y9G>qA0tSkt2K!19hyGiY9!(H&8CZzx%Icr4Kg#$hrRR;pUIutvIx z&VXTIX#kc5!?%WR4&55PIeO=GIoN-Lc_y{rn!7o7YvJa?@`>ezvb47-?sdtxAw6%) zeEKeaePgk5DesDD9PCAbqOT|#_M5p7EWzAG!Z=5x6Il;?tr@%3g zjeN#*BF0R?q&D0kNss?l= (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") diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28634bcaf301698d4a62f27cee1087383457aa55 GIT binary patch literal 4572 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71207c902f856c50191074864aee6aaeb42d2a21 GIT binary patch literal 9642 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16c2f22781f553ad0ab22d6ea02dd9d75ecf3f16 GIT binary patch literal 5022 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 aY51$FjsKfn{U@9HPyRJ+=5vNY$^I7|$H}Mw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..951e7cdf7f64edf577f6d1d90feef6477f39d941 GIT binary patch literal 793 zcmZuvzi$&U6t?eIE@{(3)I_8bl|axc13f_&hN??i3PMCkqyt$j_v|D`FTTU)M7kX& zSeP2NtOy4F4<^(l@`4Z(TcrX+C+xcf352D4_r34EXFq>_pUUMDP^;43?QIwUeACWi zIdgEnr@#pyfWQz8VHXaKt^omsd`)qN;>@lIfdLKxF<$^;QIpsoocC5<-?h>LwY6=y z-!;`RWV!S7@jhzZ-)}v9&_0lMXB3CD0cEk1#+2*@zVP$n+?sRee4xMypr8v0=o*KB zn$#k&XVeu>ZDQ=`zon3wp}(Wne>gki997}`K?RLcw^5X}Rzw2Ue)Dc0%5|wBsg1-ajDgj)?-eE#{;-w?Zd@ttF zGwO@PJ7#zs^s#Er8&fv+!r;h@Q!$8GbNlukF9`&_6=VNcHI#U95PL|a5tXf*CscTT zrb2eFVXgwvD#R%-sADsurzp|7y#%xB`lLBECwJeVQ}@QKRzG#?|8Q5XPW)+eGI+as z>Tbx|*fvI^jwK6-fHE*R()(9E|4EPFS`w(J> z*(YWdD{za3=l)Ib%_HT)od>ITzg%jMyH)7Kx3+W?(WaCd}S4V)M{C8F>fJYpFFRZ4BUh61W@SIprmtw<@D_IFo&z zN25s8!44rJAdKQTy6sA0E!s z`v30Ql0bpzcRaVWMZd>*=~9~HiKLXP_*{i4Cn60$6&Y8>mzU$QG0{-XX%Ag(&IFU5 zQCfnfTjd0$Q5p(CsW8xM@!%En9|*>UU-ZK~@_W4dkVR7XkMeLg*$!ow`@1aP_0we2 z?-g>Vo8MUe__{9=$v*6b(W7vi3BQ;0e2QiaGO6( z9!)-O4$%kRn4}WuNh+9*p&*{oDQ%tfDLf^77R5phYmv8*mQ7VG!b9^gV|(rK>c%zK zl$)CS0sJ{L$KOWo|I<2myPSnNpF?XtuOf^kcGEE5?jv?@LQ+e8WnL$o*9kp?PoT8p zO{i^9^-@|+Qkr$+eyaE;rQh|#w9;s}OBdnC^^rws;up-@s*?ARlvATEh*+9Z>Jk2y zN~r3)t%2dLGF4*A_K7QKN(ZF^w_kk?Rlyo+H67i= uEBCVsoE3f*WvV-|h~&&9gk0PNa`P0fpTdn(SUPuRNc*?e2N!_1uJvCK|4W7d literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..478086b789b662cfd8602ecb255287a46baff4ad GIT binary patch literal 3000 zcmbVOOK;mo5MJs@(UNQ_?h|RdNSY!##6puIK#d}(EYUV?nKCT7Xmp`zaV;~UNM%Vm zkWVs@9}u7g(qpeh{y_gjFUd{dsX$M@*|7lw>2rpX?AUSLqy+eJb~yW*`F3W1Nu?wL zPgcFN@m-9N->@-yqC?@}dk~%wgVc#37$Hk&h3cVJxE>Zrh|Ccq{D>Hlr=fv$Jrd}m zpo_8a)9_Fm4YYC4iY#=jjRo2SXr<%+@jy2Qy5zA=40I{brH^%q?s#run@a`DqRs~O zHW`)ePRj*J_o&Vp?YPW<7I!+$O{e1pCXG#<8_c6^y>VY}vMEWL);r#&!>4IUx9NCMJqmje`rjf2Y|JRywK1#n%+ z5b9wgRF4?pden&2W8G*j=1Yp*?s!#C_t1o4H$)egDOaPw`mo!7w3 z0PA6#^5_Y7s@>&4P7(m})qNk}5!nxgqT-%NvX^=b{fSIZ0oYM^W@LIQEJJ>hgIW0f z?_n{b^|%qMi$=VjFvPmVqAa!@C!{{c##kIBCI;q}u+AFc;upq)kfZYf}AWfk334oeQ z@dSK1I*pGZBmw-0T2W;`Tbx%^xhiW_Wofyr%qnupzckX-RthDhrc~5I*%ucI%LTOb zV~dp)xuE)S7(gp7Ec)R>x$MV>o%}GUILCwis+2Om9) zyxafq<7big`s0^+^Zit&H``BVdvkp$-7EIf^x4(h&(pWDoq0U}T)OP{j9r|#S+Bua8kF4h!v&KGAZt7=J8 zYJN)VKCZ;2zo< z403Kt`fuk%tF^*P&5z0}E0q;LrqrtEc;z~J1tI^sS5oPo+)t(ePP~Gqr@Rsd1wIG2 z0WMAoOoW1#*a#W%N0FyNCrAoXSIi~+Y?VFeFuTFZ=6zk%WMf$=DURh5As!P-1CX^V{4iwR@zDD?Q5@lW$JaaB6N2#iS@`{j7($#`l`9Hb5D$@%5#O9@{R0^t7=(U zl*@Ph*zhYZSE`V(;NMuo(p|U3pv)M4*t9)<6UIM#qHdrL;Y)a3jQ>eNfm$*@I#G~| z@NE4Wo!EnNllk%13j&{mFo|Wb{tOlz4Ag)zj-OE^4n76d#mvHT(~ajuKT{mBpg4#@ zcl+myX>@WaIB`5ZE-g^qndJhbcreP^S`}zzv6-&Na3+^|nEn`FTcdCbIpH7%-gDq? zgnTR5P_L1W7ITBkl}(EkwYE|zQ@E)#9NRSwxR)4I2MZ4vJfP|B->~o9zYzXJ_ygg0 z05z95H?|2#fbuL9q>?X{;iJt!rCIc2)w@eGm9if#DRYn>Dd=9U~ gh4IH<9D;uQXc7P|KuQUjeFAVqlS1|d0SH$84|-hm4gdfE literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a1cdaac3d2998d5c444c2ba9a5ce0d52af20d3b GIT binary patch literal 4570 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3456fd61a71b43c0fffcc22c9b17c7f1e4f9c25 GIT binary patch literal 15314 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 O@Gtm!l%fBDSNSgsDd=hd literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fa38abca0a61ef7167ddffacb24a15464bb4b59 GIT binary patch literal 4378 zcmbUkTWk~A^^Wav#<7!ef?4MQi6MkySmNdZba^J5gjb0Jd2B0dx1)(?5^U^odS{Gq zWLUJKY9g^BRIS2Ft2SR1h)UglmHnuc{X^QH45oED3TmWoKlqCpP*?lYo_oh*CI(8& zm3{Ad+;i@^_nv#snXhYVsu8sM=<&&)@Cf~#AXZ~bzy=0j0ZB+=QYg*D7zRlW$(eGb zoiQhcT`56?=;tp@i}kU_mm)E#$d;lL`Heam{{ZBc>me+0|`~biHWQRoIXWN<@iCL1i4Rav{|FkGsfnlwCu z5KoD!DhR3r1VY!plOyA*jMYdkD=P8GG|nXDxTZ!fDdOeCl&EEJj-(P3k?EXv zF{5;MbaqA5geLEw7UP%1DOrt7C#E9;Op{=C9K1`CwTPUJC#OLj_*lnu4%fqKGp28v z_t#-<^?Sfk--GVk>u8m$nXA&dhR0mfYU94&MGK8bW?eUHSKE&l+IweRkGY+zp`JqM zAOW|paK2mBbJd^vHb5A?+7CVe&YS!I?x=j%M3dQ)rN?XGWVGKK_5&g8#C0&>cSyID zbV2A!M~j;*)=ZtvaXaXZbdY&1&{?~ltGUU;j*8rNo!egI+H|h%&s;lhhAEr22Ds_s z#O4K*W5SN;j2ratKYRWjcoS{_x=P$QL=7-}ZUR7?ld zdU;pbyhCzOn?A~uyW08kT*-M9h``(RGA~J@O+|aPmOOjEMXXx%uAz zVH*ScbY^Zt znrPHgbs1$cA<0TyHtI)D508xXkBIX4h?(_DkeGc%Zk;Ueb&>84b!&?Pux zi2$akq@W4WX6D6iz-RpSY(z{u3{>@NNFmqJ3cuynwYh7{d|2ngfD{4X!^`{uojdSN zFtpfE2=3iLLC=qvxl^-!v)Wp7>u-*KcD&f!qc`__F;-|kJbP}1Z~i=AZ0*!rJ0J0# zEB?TO_qMm_-=X_=tOO3N1R9Egc0JGzz{1e&p_RbaXCAh${+SQ8?kl!*>Mfn~u3vf$ z|JIV8F1@wu5#P1ivbWgMt+#X&?qADXvPuC~vFtdeHyu}=@|ri+L5K)4v_&;uQJwcmey@8c!zao`N)5Lz+Ntp~cl82IDxABLBH{Fgv< zjTmf`x$=N{(Dx;~#4PoF#V$uqJ_PX#mExx#Tv)36a(wB+!@94=mwSHr5Hx+T9w7&} z-i2CrFHU^+;jHTxKgZu;bgpU5%ilUYclh&d#m0!<7dv&?hR*KAgJhd`&{Op8~b_#?Fz@p$^NCBQgo z_)6tD#Zkl*jx<0s|VjL29M~$BZc6xS>Fnw zb?U*+Vz5^a_7;Ng&-zyR`uU@a+X{TgGS@*1s;~psg2rgLj(l8@5>OBzEC}h0luZ%X zCkQ{yiYb#r%XC`J8XQDC_$1MCh7+nWTUa7nGFbA~Rl`FD5o0k&qZKBP+F&PB8BxRZ zoN7wn8*w?65`-{=NphhjVy}57HGpH%?Iw&gbl=`U&mAng^?9v>-M!8sckQ}^VH@tm z|A}DOa9V_QcL{2`(?(cLWmeO=yPa*iGroA>Zg{z^Ti@QZj)3rB+XfldqYTSN7TJFx z80Z<%^`l|G;ns4~@F|Vy7X2i2*}t{S&#!tjzR?JpHowW~$C|;CP_NR^UJBjG>A0d@ zF~7|C^hBxJHZut(MWW#bstO-=UO=c7W*tq6etJCLaYxOII*u;@jg;2vKIqn+48uJC n0b&~efet-EU4KLSpP)TYQ1=tG^O?JsVIs@*d!8c#&>j8q_op5`GgoJVsvcz6^1)h&c8ki>H*O-&EFm1#lXrk<# zGFpCOS**7tH9#F4zqlSaQMbKGw_D_6Vp+-4O?27&Y7OPd4_#&#(`Y4E9s~sb8oAa1ai` zScAjV5jYCR;8!>f4|~DGKKTjdZ}2<(5fL8og11dShBC}=Kx;V3cM1Z0r#Ig>zTVx_ zdQT|-j4GTH^_Sk?@DE%zJww&7ah5tMkn@`jmSq3)xuQiH^whoOGviPSZN7aZDZcY&zudK*mdh8xOH z9I660mA7Ca^DUO_@Sk2nx`;&vDX5f?3Q|KF80L6dDjnppThhi02E$>bas>6MlLO%% zz4SIZ`9vA0jF1U3Ll!8`oR!K3*`br&9MmXki<1YWyy!+wg9^%5?GA!mdQUQ!P>!Z@ z>%E}NL*<2+1iULRpE5smW-dS#gxjDH6ow*D+qI%pTf4=fm@-lPJXkEHxLygkpXFuO zZkd+UTf$O`Dh*|zER=)tP|4bEC~NJhy>9I*$jj1^d9*`wsC#W}HhoR+b*N^oIvg};3<-R1nBFFSi1<5L4oi8L zlmVGSM;1Okgg9h-r_?pmA*$5g#6KD#hO&_3|L33yU zEuj?@jLG3iAFGz*t@SRscE8;=$`w>w>Mbv5N41Chl)K<9U*{MY3z-FUU>T=;ka`Fn zhC7l!OjIFWjDKvo+tJ`rSn1kh)Z;8KvgC8)3B9YP^*$l-;3=sN414u+bG# zKo8R);ztR+q1RI{DIyH8al66OdiT50i&|i#H#OGuh;o7tU6XoB?``Gxu?!ugWHvZ& zP?UO8R8!?MQu;t&Na+RrsAr)+41j?!C?XV*w^qPgq7F&9OF5Y3Ie5qM3I?lUUU=Nb z^9DoUrW>nasInv9WiPE9ec@i1Z{sQPStJkRdm$pcYEZ^*S<|Jarv%&y@4CC3dJ$^z z4YxZ2o@0KI>Os9keJ$l>>Mk3vP^C>@rA9`Ca!yY6zQNQFRAK6K8_&T@QjW*9@Rh+R zYYnM4yx+UN}=BWnLU^>izneY*O3>O@#Eq<2reQUXtvz5=9&Y`+{{R(9{ z)AFz$=9-Q$4W^I5MtBK6kaw8+%d5)srO+E|_Y=D*m8V%!Q5y_CHJAsV!RHa7l+X5J zObNeH=VDa2Ol^?-1z&F|bKUq-`4yy&ps8;u_YoofCn5AOEoXNjOo3}K)W#8cKiHTL3t%CPGF?P1 zh9$5RmcjCf@R#Hj%Bdc{l3E3Iy?&KxP4Q2QN(xrO6BsMXBXST-uxDA&R|SPvUu zBW!}r@SuR6HqyF#TJi%@wwP{(+hZ>r^@4QK5}t}Gq=)5tZ`#;xBfWraHl|VAqY61# z9*H-?HR==B@+eO$6C@vxDs)yBH>jZeM7cx2X6i?wJE56F4d5Qg?RZ&H+-o_Bvt=t1Y!Cpwq_ppt7sg>}vK}o%R)O_kVB>DdK$6jdc z_)ORQcAwM>zJXtC-0#`}>LByG%!jDr)DNbIO^@h35PRX6!BOS?%9YB=eB(W6xa4Ct zQhUMEkiuXz%dZB<;RO5!zr!DJ5>A0%+DWIOp|wA$zu<59Cn9|B?$f5N;>i&IPDuQ& zs7urtzO!%+&ck?b*=*y2GJ~&Vu;)Gw;|=PwOn{3l|H38shJ#epFh6=e-~uwK2wr2?i(hGWj;r8{}|zp56s2gWf7CBb5oRm}aK3z!r~uN#4Ae z7ycF6+tad|W`pShX1kGHnIj^UXa18pr*fL|hVmJC_qZ{I$^#9Qx$N$xa#MLAv(UU$ zKA5A-PtBzYPz58x-IANf-B6GE#59{%HSp5g__k1ms8vq>3jlJ~bPz;Jg7AYmD zl28gtLtDFLsIpKF%0q>Su*3^0Dl5g4;Rj_UWo4+s@{HbA56bBCJ^_iQT_k_%ZbQ?f z%6F;hRA2|5Kh%QSPzUNlJ*W>2pdplUs1el|c8K~B zN*jFR#w1@vKfNX_P2mA(2F+oo54{|6*f?hQTWSXN7qsAO39XapAfQyhO%ud9@9P|#qvfETRgbfde$0_v*iozO$?E2<~;29*?5XcE`L zmv)~v*d~4k^inRA(wo}jcvXXElzpHt^n+)iKh&2zfEoycU@$xff0{l|4S}IB3>G;w z&GZH3a2NqE!b`B2<>jbCzT}U}T-bwNF>OWtqW7wDta2nZ3PwX(AK^9Xby&ju2K6R1 zwDA@-2A)-prHcANHMM)0ddy&)L1n#9rHog$GhO156O?a9gp6MLj!v@hhMQ z%WQ)=Fc&_7Phlm?JnA#}9KL`r;VbwWzJYJyJNO<}+5O42AC&W90W5??uo#xWQpjav z8MQnjZ1QEVP#*T72f<3^Dmds<*6{iauv%{otc47wf7mERtfy?lp!72EXd9N?x16V6+bKD4R z9s16pK?WbfcIGYe^73t^%FEkEZHIe>?x22zoe?3Ylr_;8c2K(vN?0oegC+0Q`;X;g zcf0U)RL-W33f;r9&fWD9A#TOr$_*ZpQpD4miTa7JIkh*cP*L9J%=xUnrQE0dnQtF# zmy%Aveq{!`^&H>N_lsU_(*se3NqPtM@_Wl6>M*R3@^jn`ud%eS@u;WW2}f9dqmEL2 zOvlHK@DKAp$_?_4#c8Oo_bXpn8^@^=uwD5Zb%grL+EnUyy^J3I2XzuoK?c)6752W< z)SvJd{0;v^gho!bmzOBzjKNtr2j^MxL`%4b?`8}QgQ#!BUtqZi&6Gb$Dd$=X-^N6~ zLN=19H&~{+u@5fr{VRT{=_M(74L15VE-TyHxWZDKC7;kgsH>*epaAoAQ3az4-As!m zKLh>|aGmc4+=SN*ZbcPJGv6*WYg8fb$6tvCt*BW-6EZ~HBP9iu5>i2GNCTVPjsFlT z{&{RvNon=cLHdXgSL3gZ$WSt>kRN{6%fPZQ-Uz$(9@NVipBA!F**&tg7i7{a#?r#z zA%k_0Q9vqB%S8Q4y#Se&St3F^8+!%3Pkk$|kVkHYEwB}`+QAlcAmLaoO z9f7Hi-xmkr6jhVuWox;uO`y`i&+_&`CU<9=9y8dlcfYl(UjKkzEoE(}1HZ7;jVhdX zqn=)UXaEOH8&c~9Y!=W+*%+EYQ}`|U87v2Fd_x_g&LrPuX$D2~4nuQg3up;B_?min zD`jgq!qX)s;+t1?OXbVT^iSDc#psE>LFRVE_*Y;c_U z1Qds9(Gt!WEMsm5Lxg6A-&lT!5|Bmj52_^ea`GhAn|cQNc)>UFR=RsmUO%c0yzg^V z(d*0HA*wKkxs~KoqWT&5-{z!ess1nkp0_rTS|(}`H5i_Ql%@&dOWA#1Z-&qz)Cq$p ztqoNUgBM_UL^$jPBa|<~OYkzh0N3|^yNhd1C&cnikBJIrILaWEbxz`F*1dr5j*dD@|w;@?T0LMjic<3XSEoq>r4 zjlE?ObwclV$ZEHmjlDMhl=m0k2QZm=3cLsJLrZHPP?^2uH#iHcZ5)*Mq3KkZ2Ge0i zMCk9vOy%EFhBEhwD$FwY%kkBsS{r=CSCa2zs*GtHgIUP|%4bYxE4xq&?H*#8qgR$? zF7=$JeL{U25e~Rk&a}6+I&hKYAH6eB9?n7qm}mDh_#D1~-(CBX`U<{=Z{U4VA9=>N z%87jEq`LYLbOTJNFQ z3m4-?IB0E>jcc$7M%%dH^=p_bQfsMo5uvJ${d`Xe{hfKe>9f=Zs*;V3)b;2KD{ORQ z{+H!X&+Vj_RZ3Ub#Jm}{z*g7>+atng=8HnB`3Q59qm-}M-NEt^%a1m8!Y?E8!=C#a^?O7p z5FZ(~dFkD*{b6vHI!P5`K1BsM4S&L4@HhMu5jF}~<;E4eKfxvC+sVE75yCo$D)BY; z+#`~+^ZmneM$}E}3DdL6b5O;{Kkvp!yFFOuuv{=bq`XM|3zuMyN`4jdaoFcZNtO>ySDOy7R!Xlll!*x44H`(f%|=z0vZizNa)>IYtYc8##uITP zd=2aEPUfq?vX!bxRf5V;1rp(b;jV}f9J*Us*E6cv zm_;pt6L#-0tpO=~lOgEs7}-IyIMSX3!j3K+A~msgK`EIfgGu zKoP2ljWm*5o3??r5iQH7I#8@(hx*Ohc544f>!$VVHt*D+X}k7qo7U^lzGO^yQUo*9?1W{o%&7c#>G~h8ntcMrc@c8P z{{e|Z26gV!C9z-szE5}SGH^g*uRfgzC-vw&uy6mw!QJ`{PVAlZRARp&1AF%EQ@u*n zYKa4q26n65uXC4PoqKc}kk~J&Ut*_d>l)o%dUo#LwcEhNZiBk?>fgP8w`Z&L8*(ju z&1d>{9n`y9t^OI~FNpZ>gaL&k&ZbI{BE{LZDH2MR-I-AASgw3K6SAL8-#%rbl)Do0 J_xG3D{{vBmT+sjk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..854b4e3c45346f7e0d4a7f9d21666f0a1c830b0e GIT binary patch literal 1394 zcmah}&1>976n~?ym7QHX-PXyvy%>jtieif-mq3b1>V!faZ%a%rx(u>3wiQd-&CJL| z#s?n^T|+`o#rYS4`=9jEk{nuLL!qbMOgDy*Q{PCdWOM3(-aNfG?_++yC;i%LO#-fV zcWL8K3*c|{QZI9)48KF=2to)+3<>cFQMwjuiSFs8uE$1VdSDXUgh%ayy4jY5PWk;F?;{f^2)<|k&rxE&t%j~@1}m7i%6iez1$0-UXGgT&|YpZni`+N5v1f%B5ZB!kG5AgLzybA-5 zgy3nRIe-lkY6neEXGTbvxuJ#nfpI*F_N@0-W6atZz*FMcYv5SLg|cqdMqzO#GoA+O zg7s3x)iWHR_?aAmtUYi@_TV|fT$dvtYtTU=9o0G>W!nR4)HZpc*6LXFzK__0$J4d{ z!(N{xkR$qC$1Y5f^%*a0N~1KAlya4yt2D(#P{L0|!d3IdOgKgp^%YOM7;17Rm~^zl z5G>v(CMXSJUkFNthEa3-@0j~YFfQCY^V7iX^WI|?Na1d${!X;%%N}=kSi0lJ(Yo8u z*w1+rtL=U^M#W-% zrz_|Yizwdi!-?HGZ2WF_UfZ9a%zpJt_tos}f$?nWIdQb^u7xERRvx~DmxNzLyHH%s@ixk$sd`0pXzC|yw=>?{xW~b> zLq+>O{55@oZ`9fH3S~ld zfs5sIj16ivyX|V0h5D5w)vu(S^kO<$A2Cr)5?3@77Fq?)z4{KShD($cSmh<&*d26mFiv{2Qx9I={8QJO|v%UjG9JLrm)c literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..824c05a70bfe25baceb57c6c379206df619f120e GIT binary patch literal 27208 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eaae7cdd2375c94d8dbee8124688224ddec4ff9c GIT binary patch literal 1394 zcmah}&1>976n~?ym7QHX-PXyvy%>jtieif-mq3b1>V!gxw*@-{bQxr6Y%7tpo0*Xl z86SKwbPWkT73W_F?tjutOLAz14TYY1Gu;?MPJJV-lFg|Ddh_(&ypQ?)p7d+0H3_)d z-KC8`Er7q(OTEmIGW-seLkJ-xF(kwzMCn?rCAz1Vx*i*e>6xW%Sq8U!@>7D96$ zLW`M4dX>ww^M+&pL-5TZ#q8bt%WDtrL_+dtJ(E!{y`B1TE+T=>_Hr+b(#=)rOSa+% zTT#l;dSNAtW%Nxh+47dpSDE~Q_tqIl&s3R=uCCCP@9*5b7mS)Ow^4N%-ow`)@h%KJ z5`w3N<^VQGsO>jBof#ov=7tvP`^M2I+OytUjWKIu08fc$uYzM0=gPWO8->N0%y=58 z3)V{&SI=;O;%9OQvi86M*@fo_b6t*rtU(8fbX4nTlx-KNQQPFXTB~Ex`#xe99!}T( z4|{!*K#u5l9lJ0^)@Qu1DUH%dQp#0+uF@0}K?y$<30KV*GvOFb)K@(1V5rHNVA9bF zL$G+Gn4mO>eIY0n8b;0Sy<_fu!MJeq%ufTi&wCG9AcgxV^|zxo2aVtD&TISgAsr1IWV409baC0b@|r7cx})BVK;x8JeYjm z9AX4~#G^8lJSvb5At#R3-LbIb!rFtE@RIQJXcvmBIo?KDG*z#N4o&@p?R3VQ8}~SP zcBp9IgTJOP@=sCw-@1jh=0{Kbl+WO4egVaJVLSHI%?zRY7?Ik#pkg{os9KK3CvfXJ z6KW1rtCSX#lqS6}iTL-;3X zEnB-)V!~~8REc@zSVHl3AI>zxoH=cRHFc^Hv-2YO7jPTuwc*sNwHKE@xZbF<H_D>=@=W-YIfVzEDQB3NvdB-IqAi8vOZ#>nk24hC@i!JoO|^hR1KFXE3nE-ytBWq rz**u~(54s{b0|)ALde+-AU96n+6i1gf%!L9i*$Z#e|ZMDm%aW6X;e*L literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6da49b45e8307369e4c230dbf54b1d865d193c6 GIT binary patch literal 19130 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f338f40ee10993a25b4a69fe5d9a5853c68e0078 GIT binary patch literal 1407 zcmah}&1>976n~?ymEGMqb#UTMFD51hQDPDM(n4^XI3-YGr(k-~Wzb5qYbBC)J2Pu4 z;DHj`iTeur_?%vI6o_9oqYbpOkT(WLzHn&gM^L;U<6yI~NJ z7y=`=xt*Tt)acnT;QYNYni)#gkv=^4rr zEbXcpN~1Isf>L3i*V4h8uK$f-T=>N>%p-rm`;S>9h5sZEcavTy``q7U`L3TP9e+^B zoqoQya(mSmiDb71Ve};IG2suAfltvaM(YTHkD2s)9lbpm5Ak0a6ugP)_7WegwV*^&kLef+;u%}Ysd7Gt=Y(HIxzK1W@p+`GsjJ2L&^*l8Ui-c3rd6Ky)5ssd zpL5sv73BUuabrWj3LNfLH0RfJh^f?W8s@zrj_*H1sl~UneVuZ#Oz9bX2BllxjNS-c zGNo#k(ySj3Q_VLi{dO3pm8P7yauESsAz3IB-!Wg*rF?`$wI-Vou{5RBBm6_1P#5?` zIUDY3Q%!DY#X6GLhj3w7_QH7+oJ;2hu@|33{{UWNvlg5?6R!PiS*zNm>J{3y%NELj zx`E5(o=mN5wZ-$*Rtx>Nl2v~z<<6_QtTO?mS}Cqaqa2h9d;$7JR0Wr_*7%f7ym9YT r!&&DaqfB=vmXMsAgpi9*fqZrbt7ouw2FtIU7HR)_#k&B!%Ub^hj8RPK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..41f62f1543baad311aaa34a88c82c0032136755f GIT binary patch literal 5814 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 YoV0yT{EyF6y{e literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf23ce41568522c09477a6fbcbe364e9d5608ccf GIT binary patch literal 22159 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c124a5f83bf97177feff434987a0ffa739a8dded GIT binary patch literal 83007 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
    fx=E(wS6v>iK%Vb5Yk~OhTHpC{` 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee0f959235ae11b507e3e03addf7cd9ea4dbae07 GIT binary patch literal 39553 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 Z-1xx9mGtMwUtW`fO%MJ}CH=|W`#&O*Q%L{- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86109539367c7014e55154247c54e91912da58f2 GIT binary patch literal 83126 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb37225c59f5c066626b044dbde8e8d2e4edd26f GIT binary patch literal 76992 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78dabcf75c68530f2cb54ed1b48e196c89cf8927 GIT binary patch literal 77503 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 a9~v-1GTj@Vkm-)>^tHU9jfMGndH)YOzKSvc literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d48ba397915cb4da8bf502aae58a626907033b5c GIT binary patch literal 105255 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 SUF>#i_E<&N`XehVD*hjUo-xY+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1f7d00f14ab5cdb2639cab01d9a4e9a425ff229 GIT binary patch literal 77681 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

    3bHQ%{vGMNv|L!r!4wu8Vjl#{@C^0}z}% zCNJ@Dp?!pv2nH1KhZbGRw9qyBsf4X-!`1Q}?t?0%yn86-rGwuAPN65*qUL3#^(ch5 z-!7sLe@~BWe;|fCZ@o?EHCKlK$kKnsPuhl^1?u(;wxxAF1DVJG&S69q;5mi>a1(p@ z6PnO7ND3yWMN?EfVOxNr!^)|Zu@g5=UOSn}tAD7mSnDTtD-SjIGs~8|RPO2tIy2Bw zue3a?p3Sf0t!F>3xK(jmH|yOd8ls)~)?v}%=jo}_@pZEWD@2R#>RDIaFCI8h)Pp>D zWl2~{2$gn~1C@5v&pS&6H-zhc>RbV107v~}<~Qk6=Wa_|neNABC2d=cKi;B6*Z~?N zQ!hM?V_W=#-BA4gE9$O4rOr%I&`ytpEbz#$IIx zqxX?L+sI3cS;TI{kuDKpJtDkH6%m3*6dVR19wcDIkpO1D387`w?6sz|+HvT3=y30) z-huF1Hfg{GB-hbFh8y8TjxzvV=bD4VXXwZbs9y1hPY7rR>MdPV6|_O~h{#o<(g75u zkD@DhEnNIddBI3=k=+IlK=S2ENl@f3se1^<0>>_cV}Hq?y+JC2FP>E)#;Sl#Nbym; z1&I&Q5I9p#8Ap!j&PswF;#-k5(kNm@*ty>jy6AD5t5FpQFe)~oZq zihh$;Xsh4v@!{wZp@ZSq7eq5q1=x)aD7}yicmjK^;K0IBn;e+{4qZZAIa5A?{7e80 zg9&H+Kt~&hlS~@cxCgeu@LQ>Re1;hzs{*NZ2(u&L_saW^AQs%3eg^vt*IbS#nd5;L zw#^wcK$O2wQW-Ca+fyZtIA^rr?SuE>LozT`Ike6#a+on9We zQ{}~rW;#7TB4IL94-vm8e!Jd}}JNC1G!Ypnl@{N!y%-9k&J7mn-;z6gO&Q zC7(M%h6@>(sHz2>>L4jxyMBn)&;{&O7k*PQSj?FM5glN6_;65?v{dBT9$d8Bh^uGm zX2TW=Z5zA{NZIX_hdd|@!a*m(zz!T`LqX>oiwH1{LIwhyL;P(;jlw00QCRfNgf$SX zMq7ai!#jp6x@XQ+mvq(5xx7i2ce-vSFXh^h%GsE(Y+Tyy#PJ|3`q2Xf3^^vxpF-#1 zm2}Aj0T5sh5MU!ao!uDGo`rVNuWNtP1mLD8zhN-;QB_4y`VG5WZBVK=sGzk(!9q4e zjAKIJagh{+v2>+r14Iy>on>B*8k~{Y*ib;%jhTQHJ|`iC2Hz`asx&*E;{iL?GC!~c z0)&zEfq#L06@Z1w2}y&GW)gq{co1;gDdnLUw59Yc%a#W_($o>)g*;b8U;#H{d{pvC zN<3R|g5i4%IyLaRLX(d4uIN|V=Gvf=o5Evyru3xbfk8=9U z%?VdaN0xj1!=%+C^e$^S&n@o=Hw)bW_I3-EAN1_N?P?ESJ>dZaC$z)a17Ou(VCWcI zo2ScvNRNbpGafi_PicQk8z{rHiO-9%y!kEfj}Ut)d)q8j1qPS$&L_Nc&|3Qjl40vB zgd#FzMI{w;B~8hars?5S$wqi^uvSexi*rOB<@emx@r?<0%k+jj?v|NNNq0-s2+ZD* zf93Gx;aDAxjfZyzYt@qWp1?=&hK&HBa|xo~L!A@zV`jgdH4lqT!S_6AR~NsiznQ z&SY|ooMD~$Gy1Ry7yl`}qu_t1UEhOp2p87@7dL5*m5)q$#+45nvW)c)-A3c4N7)6& zLbl1UB;ANDUE->J^b%evv2x(u;_+U#C*kEd;tPj+1+wUnFOf~&X~Q#)`;wmRqgh^i z+In2n8Oz|qQ}Jkl=Fv`8d?qH&p3p}AlGPr>tX0hFp~+@~q8>z(_zezscL(`HtV~@4 zTP_IUiz}~D>{mXLgf~xD^$s>q7R9LdA+!+<@0iX{2380UvY6OHZ%1qYF zg#c*+sDeScMvaC0OO{KZSlM?%9}=mys9cG&^Mv-Qu!zOEEn-S&D|GCb@~4sPb)n#C zRnIMA+@ZN#gw`rcl~}#vKm(Ef)k{^$O)Ql;>V_MA+NW^LBAdKy3;Pqi;QpHCGND%7 z|4Bh71^}>@d5;n|16d$Q}(uV2OMH8lSTv&Q^~ zSKSR)w@qzJ+A7FBF3d_q*P65T+Iu(^vA`X3-6*|QdZY4M<+N*>gY%wL!Fpn@)WP*O z4yd(F*uJT%Dt8#Nd1%{ zs*SEq7r6mDZrHBb;;q-R34+xBvWY&YL=W;c_S~f_oYnx_o&F1M*a~MN3(1Qb-Y&jW zXSq&ZP10NyfQTBRr`+2xZ!L?u#E|1v5ip}5@jTTLu5c|z513X zZaRe1tH#LaW~gzXH~0%UKTLvTNiFDjcF>lX<5wjGjYX+)m8l}S>(EbxWLWoY$%&bq z5*qB`iaL%7hkU?lnKML?ij1u^ieu#l&W2rTU*T1UZ9p{WY0JUDC~r6?Q{DX0P~3mR zckb^gl95LtjBHK>Y3X26h|_|$wXjp37W|&mPBY`1_@tZ}z&NdYwKx-;eD=o;Apa)X zGoK!q4A%YHd3!D?SHxWK*)84QwO9P&3#-QICcj8~wF^YQ@A$-!EZ>vLYfsqQ$v4to z?LQKA$)fD1C_mirsVh;wH&af?lbQhn71VFQ|f>`~Sg(~yxHCWgLvxV={3_+H{^%@xfP2m9xP#PBoF(ga} znrA~9l((4~9|VTNxpKb?uZ~g2Z$NhFcqh4J#txcr)}YgJYvZBm(8vFGaqk}A)^(kU z;@}MeAou{^APK(TltfAt^?s3*Xi1bT(l1#KLlKljnIe?~%9LQzrqfIf%JLOxCl%B< z6_q$O)p}~WO>1Rtrg1#e$^7Qdv;aW|FwD%Ty`E_@x4&DOWNXKrdvm|F&kKN#boYpwmQ=kGips@cwdCq|&g5f7duR)Px58sX1`iT5SjZkXfB)AoMh z6|`Df{L|e}%^=!UHBd~VmpcBs`czfS7$NXAKtv4uH~i(85*iSqY9_pi2!e<~B8HSJ zF~;aIkN}yJP$DMA`SM&aKvZ;As@DEM=#sc6@Hsj){{xAl3W&M6Yu6Jz=gFjrS=jij zkBvS%IyNy%ayG$EgmETT{{Nv#&Za)&OsY^d2AY;&4k>dh&W!$mmOKJz+14mwgfuiK=-5cEW+SzpKTBBdwmDM z3u%d(nS^z|Ge5ZHwOz49cwp)NLubuBFgTJs0MQ;2pu!a*JHkBK>E};_T?rT@UI<&= z^3_s}BYWKq@)I;h9Hk+%=s+6PmoFM-Y&uQj=4I{6x|j7Y8(ucPYPOSbVdhUYkdhMKjS z8NeJ!YY)_wnR?9(VdCoq)2pN{D6O<)IkEO5l>1wz8=4uDU<@{cl8|;q{%ux%U)Ek` zYpqA?!z3959c3}o&L`F#Y3WjoJ~@p=GXrBrwo0SCC^`1MWEM7Kh8(;E<+dhjU=*@} z`mj{^%f2g36?#rzzE*`i(wHrBy-F(M15)ipyGS{swp1==VSR{*7Rs8YMkXY-59QXW z)>od2SOc_^LXO-hcdd3@J_@DSYES8BEULN4rlzzhzCuQ$GMNUq0c{+a3_x!9rX)AK zBla#cea4#4rZ#DSfq6JQ$|iZ-z>NN3s>ya7(4~k>gg0)H@8j9<=RS(#F@Q{j86nI= zA=-<>7o>D+ILi-QJQp_rM`Gx5+|K?WCh&S-nrR*xn;;Z&uRt8=$PT?UNIErcE68Oz*RM6L|&;}t5a%QE0sL|WJlOY;-cQ+^H=Ofxd4$MBE*4!(sndicV z_5RL4<;>w&asB+JaB&mPV)o7S#B4Z&7qPkKIGC*9ugq$I?N~AD?Cw}GyinhKI*bTr1QYq4kp>@4Q4 zddqU#@;z&yJLas3I-A4J=J_j2&TX+g_gu$fUhRApu+H*|U|v#O9xC4wakT|3_e82S z{9#5d_CFa-pRX5*%5l`G^tCkFw7CU=+`EPYcFn)BTMrcJ{!Jl=5N0pL8A2k*WRo;9 z_;hpy@1P)qf=mh;FqHT#x}%N~eNF5YF5#GV*8M%^b3Lp-$Ef2@A>aQOl1rneuqdeW z+o5Ko<4`$%9FU?rqWDCiu?6)TKGVA`b*mZ#D;=CBr;uZ)($4Tlc#aDt5#)@u7XF!g$} zoCSkVMxU}pI7qWguesI&YZ6u5MdS+J6+Di5uHb!=4`f`+C%Y8Y63FKO3C~B3tSJiy z778=`2YH6sJa->-Kkw7J-9Ej$X}6ny9Bt<_xFH7L@dY>a1(yb$9b*_6xnXjT8blGb zw!)yHJq6-4tj;P85ImN!lfbcB%T9E9^1dRU z8H4N$=-HWu*X(~V{>OcxlI;Pt#edme+i7+H`3TQJzdy0Bw0jqA3d)Lf$+-&~P zR!2;6{XL*+*k|m4L9i5rr+j7RN)UEj?vUBdAc#(e^JWEd@1H{bQ&;!3{FVVa`ypW=w}v+pROSt)^KG zhq%>3EzpL|c?S1Ni^iD#sdgg(g@HzxzCw2^up_017DE|($nIDj*ca+dUznQV#=H5f z?+Y`#IqhrtLQi)HeZv>&9`6vIrf}li$RG+OUk2QBr@WYTG0=UFnR>v|LTFAWwLjhLaBloSpSxzQ~KI{28dyB&G+hL2$};^!Nkf$%`v* z@E8DwV4O0JZht^rlbol)V@6yH;#NK&u8hlve65IUL)`Rnt5iadJ@vpMgb_GW$e51i zM9HPcCb2loq~!^it2{(*Ic1tOfmT31IR)kq#xQ27%%Ctfy=HXlmz+`2yeK=6V&5yp z_aJvoy=2zsOTNeIL)h?Lz%5T%CkNO6_Fo(!q&CN2GPn_t@l%4#@IL@wo0Mkm-k1D}al zL;zDRsTLA5_nX9=&`7LZU1m?x0w(k9ji3|X(k2@wD14&S0NzXtSDLITm!gHnv3^-0 zp(>=5hp>{xm!weHJkMYmmC7VFGVNQ`hW3mym2-{pBj;Rrp}q#(wFGfYt-gUY(ZoMM(#K-Otuek6Ba8v;KAGy$IXx@ z&?_$ki{}?8E}hD}Fm&NG&R+}N`V?hIealx+0RcY7U=Uzc$Gmj|Wi&(V5aqysCB-xf z1?P*XFxB+LBu3=h@hEN(K277b>_ zHmK`ox?=X?sJ%LDuZHMv$-aYOj>NJHW;zmH>{znz6kil3yqJ4#$=)nJ&z`Of%xP*)4mqznz!}+z5{CY@B zTxBG8tO|5|)p)z{2bK@>w#O>!-`aV5 zXSAX%T+y~L5vkY{I4JnO*vn!2VaX6}!P=M1m7n6kUUtmJ%pzVrhDl+|{(NR@@&m!h z_ygDemabgQUpQJ3{=3|qu7+gHG!y!saY#2i8#!G^!}klzxioRPh8ucFL4+3e|=(r(9}88k~knBIv+6#&K|u7HBP& z|B0L|2|1-fu%c$GZ=Ot(z6QSLY3!WN=pj<_;HwJk6batRAS>C`IXx4do$Gw{pk?lX z1jt6_LTz{yR!akJ@)_yvKIR@fO%Nfx8=ckz^K0$!SllGO6Wl%$A!4*DuAdkfc{af) z|F7@{RKx=6FZgH^WFdMF7J|6ecZPqCl9G`Zzm)<;F!X0Gjf})~{Ll#hB3=t5L!uax z#e)eYr$vP)*TDZ55sY^b7cK$-zjSiufui<$mdfXa{o++ufi15mNk9!Glz07cvpXW->&_e zbsuat?B8v|W|0`VICnVC9gTAb<6K{yJ3fd<@`dWMYmJ&N(M|_eI(A4xxsz~81Zx}> z>-ixI+383V>tq^!C)w+ewa!T!o~9+lvg5Zk;dlBKTU~nG3~-LKu=fJ|%GreD?4gym{?bC&J1pAMr84!OE`VCwrpWXxHlPGQ)8X33ge# zg18>uV2Aj_^!o?`xvS8p)KxlYb&~oCD5r$)I^=W6T_rq7qmClsnxIj+Jad^LK7`F> zB-FsqkfRh>-hJ;pdFRQ+iY;O2>4h#^PS3hNJTv^tv+!nPbzI*$vomBZjTM#nJ6=6< zuc&0sNjP^{XX*F-JxRlq^(2`IkQUXGI04kviK=>3aPP=L+9%M)321dpmj#BiPiimR z|1F}yhIw?5PtuuM=m|SB?8}myMtLqFFwX8mI(;ihVUN3 zXH^k1p2|CaB^^;KA4;y?S`SHsjSj?KU<7IBEqs|gaT_*m+~}@?+<4C(chy!G;5GzCWV&S=;mpaY2zV)^1}2;xcV^-{qD8(W_m zS5#9{=Q2!@R|4Q+0Op=nX3+MuR6NDsu!$A za&PgEqV91sG(cx)0gD^YUZB6y@@0mRJ(I7n?o94Uhp?^gm!kOc5)N@Zkh z0DC*Ul8DJPWiX5&c?jx|yU!*MJN(*4L+$&Bm_R;?FkqmFgx~3zeUKNxt6Z1DO2wSH zvm7~dam~8sG8Z$;=f>ZykvoM0ptX`6JvsXb6KM2?Ga<#Avm8r{Sr}AQC$nd8b}JS^^UM-a@(n z8z|~_=sBp9v^c46!Y{p#h73o(9zD=-zNkIJ77cW|QDF1Lbpkkmzd%idUwg0b1rfrc z;oZN%i*t$upY_1ZGcyWAx|P-MZb?wkDo>op~u1Y z1~)AN+&L$Iri;9gotr%e);IrlemJ)dT=S_rr@}eg{9VgVcu3V*u#?7iD5$?W^-)F+ z)QSLxwz+`&WWp;_L>I!RV_&c*?5Gc!>)C4G1J)G<*Zk6hpw5x1O?-wb^$WZbc-<%H zC$WS4({xur0l81-ze)iOaekPB3lwxxvK9)Uyw>nt^o)XEqbI#2PyL1_mYz3#a7}MC z6s~5N4b7`grbpBooU3M?p#YSV^oE>a_nM$g#2rRFJtL2$!ZX~hI!(|rX0aC;hMnRI z+^tlyXBI;Pdq#@K2BAb$4xjbZ^R-WZW$GC?9h>qMJpGjor%p9K|IDfSQ}vS+2oI*7 z@nwGH>90KhO#P{;$y3j>_z%DleH(RxXbquosWY+?ed9BTawiDbup>;?6eMUGXcDDd ziZBg1Vd^|ICs|FYq#{c!-@Z;}TZglHXGg|PpQaONXD*EnGPg1e%E${OEI1VQy6fw4 zZrtO3e(d7-rbYxU6tqq?`?j*(`>>D$MCsdc{tw$kFJT{1rtb3k`f~RLa#4a4%e0t zdb=O*>_2$q*nR<@mqhdNY%#*o?%t#O`VJiG@9pfvIiz7KOPw}uVJQCegLh#dCvMhw zA~7r&pjr4RenF^Zaz#xQVN=Ci_mZhOmVVf;TZW(2?BJD~rIGZykhyNzR2Vgt!5b^= za!ie}^sf73Kwex20ML+LaIu?2BWWS6z`wOQjLE|q?l%}hP?;evUCG@p4J}aA4%Fny z#33QSWAL3`(<9&oCBXtg)-qWvpv{?0tjchMWvIxUfR=(@194F1=R6NER41$0Gjh6w z^u(6q9L?`=H#o>p&5)ti>#?;41=hd>FDH?CNJ#~26D1V{9jd!Uk3nf65waaJFoC7v zNzbmGG>N}-@GE5+EuS>0F#;Z0gH5_^)fg73e2`qrdRjGJ-SrEY?&OY0GQ zAP`f+9O*HksZU#9&!3@nfiP)=*A3WGxQdvU}`j4aG2^6_I~3YVP^6e zQi33x-$t*Q4)Z@DGaygV9F3>*!-MCTuCkv^-f4>emlV8!fSn${z*515`T)H5k(7#L z)J(R$h>TQa*~~1N1tT=&k0RbL$bfG-r{qTeZ2#O-3tS|pWx8h>u&BEuro!N(i>4A7 z{RVbN9OZKZi;kL*dFy=1l6h;aq>%xn26TbPW6nJ0(|qvt9x@Fpf^sy!B*@>IxH&Oz zT+lC^3DxY1lG4#K%%?%LrTvTiwg~pem94#{1%79W1RC zT#GF1i4Eb2re4an(N%);vHowm+&4oCcLhx+=C_a4GJ0##`| zozeRKb7NknEsbX!fKAfy8A1siVuwQp(XsM{o?+J-cCR3jLzlDh*f zMIU#tuKJPYRMlv{uSkb+e$(cjBqarsxc9SBRRYTnV%qT&Zvo z)+Mw>BAw;)NMPJA=ZSn|S|X*u#z?%yVI5g7rA9HvWwV6yP9?Q;C(Uzc@ko5fE+vIx z|Ib%UYAb^g&)UF&M z{E}d){QfxnqY0(0y#M{Awm(~XiW1dH_sU=OeBYLBx6m7MuPWcd3Z(R|19@PqrCxx( zHj?lbwo=;j^{H<`ow+j{PG2+Nh?LQxR?}zjmB#yX;g173ZG-e2apaznp5gT0Cgonb zlSZ3**_E~*Ck~%o=eJ0A%3qJ^%hHosIWsJ8lTyL3yc7CU^^$IrVkv(U81C)LQ|V3` z?+?ro_FSo#RCiAEb;bJ0+ygAC@k^j8BaCKs#jVGV_xBv@@9jPETnqdt83zZ*1|)7e zw6C|nx2HSqfEyryW62cGmw5=Zj_|TT<%T>k^6}P{@;}Gd~_F? z!;S+|EZ7P0uTo^acMR6-Cb2N^8si;_r=b)edE+o6i96tbqVL#&V@HIdweqh}Diip1 zGGFI^i#iNTf^@>70X zz^Ui~E#_aKcV_RoOXF}5ISR~zLyzIZ9Z#GP>|#W4o>wTA30C=3WB$J)VKP7udq)d^ zFE3>|04gzC8NNje{&Pr()jqo*n%xl2ZorQEsXI^I)&JP?LrbV}|N9+3J@S(yk?cpY zfWx82cT{d`$j2E4U1lK} zLU+%0N1fGSXZ4%UMQgT(Yql;q+r{Suz6toen6m)Vh|Iz-yu|hXMeDxwgL=(R_50Ef zW$7T!{X0BNaF+f}^fG^wg5RT{lin&4g=u<5L4dlF)+Bip0OY3u8GW&AcK*cLy|4Y54@BK>@);X%P;W5my?)YR-FGaH5Dzq81*(+)CTj5 zsySe!HpE;w!Eo(p%-!hk_|PVzQ^>p#5+I=fhjbY?iG0%}tx{SBZ$zuG)V7EvU3|Iv z^GRKT<-r5iNJU9LNupS8fUNw|6q6LU0GSMQIT4W#_A>%8bq~13sSdKIAnC#n5DfoD zMy|N8j9senBxS{5gOZX7P|V2FGu98I`O!uFcH8YFzK z35M)TksB$Ug7karF!KNm|GU6a;@u$Yqd;|VdkGL}U_2>5q^l?4Ouc}aB$sz$sAgnD zZpl&iW24@IGs2iWAhXs&<&yI|hkcq*c8GA$E9Zs=p9Qof(S1T>>Vky_b3VxsiW#gn z^PUxoO8;N$qtl=mlM@h%MX;#tPUHfwcH(*DGnUXl`@RY6x%pX|}#K6C(O6&p$ zwFL^$gwqS)Fx7S@;+Jr8IbY#o$z)lLOH39{eqBSZ@?Ov;czpmgKmjf0;vP<5bgsD1 zFwYIXdc~Koz$!q*N9>V1F$ty*aYd%MN$gzydzkJ#?Nq?$jPuO-0xY zy9gF*c%R+;gNlWL_s+e0?oXP+*?X1?>sK^ff_PKO#ZQPfq`$?Vww<03deM=zGa-k9CsU{Z+bNj~{%7^1C7(wt*)eOYqpW!~feq!to*k60csd9T@)$;(g?8N4Q}J+ygf3UaZ(1D+f18KEq2Z-h3ijwIf`G zSCOjSq0-&-+$AIpBPkbll!wfM&yJou98*T#F{I8sMg{*B4a80qD1iX7!AZg2P-#iF z!KR;K+nU*6s1PF3>;K6)XzvBnBe&51zw_|VsrsxT7I3FB<#Lk>D^I(XglSh)4krJ| zvMncSs|edFqPE7ct#Q6@Vdsaoz4uQ$5=b%{|Btv~>U(L`z;EeNj_f8(JH1y6p`2cQ zl1+lvk>Cq&X=0~bK+dMgsq#jcG;DHKvB^ngV;3f;tlm&HF4B77EfL!kJ#ACi1Vs~y zY1O}_E5K`PIN&IVkwS_ufEpP2KcSvrPk%sne@X$(O2&C6PDTDbdUclqCZa%3Fs4)7 zr_q4+6({#v$|PK;&LjB^CZWq6bv1`w-N5%`F_Wz z8m|5@7dz06wGcO02P+SA6w!T;&sOX5Cm&1|vM2r=n>(xjAz*4hIZ5^FDG7-1lD`AQNmLd|N$zcm{&!8p~bvCt5> z%jf=>0lf4<5+3VbI;5^FrBQ%!tP0hW=w}=UR`sGvG2sXc4&EBaVTmMMQ$~n-0jo1< zc-tT?xhM$~k~AAg#h57OeYiSNP4Eu~Z5Z3qW}Mk7n-WLwyJ+&bf$_b7TVTH|;}Va7 zg0BV^<_W%#q^p@4w9 zWsWf2uu~ZL^hSO3oNqz;Zz#gyLt>Xl3>@S^_b`` zVN55D4bU~S=m72eh!*Eg3uj+UqeFz7GQVf(x$Srh5}I| zDlBzs+|objeU5S3{C_|ZbEyfs5CQDADJ^QsgKNnk7Zw$%upAHQW~?*%dvMWU^uzeQ z03BOWg?nGvT(}IxNNu1aY^?}(AqeS(^*o7c(A1}E?GOTG8>7_>>6C-T?3a9$m;I8h z5EnmAdHa-N| z3RIcYXn2N`ECigMq;DiLLrt`XreKSxXwEHAO#@zgDT*kFu=MxCoES=jeqW|o1WXI@ zQ7y7qqb&yJg}RYFjTnlsMpB9g8QiJaB`GQoX$zp`{|I>qLU-YK1OG3mu=EK@Y+^>y zE)S2Ruo(%3WltKY=ZTb~til0-sJQ?g{GnO!O>(~r6#n;-H62+#GXN-SFTaSN{D%~z zOtAk*&nPIPZ`9%&-_ZOuut2k4fAS;oPazOkzFqgJNuObyKD27%49+!RG7Hu>ENRjp zqV}h2tsH?eh_EA5@Ryk|c*ua^0e@X_3#xm9xq(dTYZ{GgAxcMY!;*bP*gh-T3U&Vc55*F~xJ(`%ssoS>YH=-US2%EGM*w3YD7H_bP*X51 zOBjke#YdmS2>~D@4@YiQ3?CHJGwcksw60xiB#5D2%^k^&C#_<_$$c{*x=AI-28uGE zevih@>lBN|F*|cF35FZ!!8r=9prFZWME<|vkuO~tN0j$&8be<}0xW9q%;LH6?Ci6V z%yPdGr(UDhqOi3nxDO!5u)nsJFBetLJsv570gu+cW!40Y;mvd$yz*@v1#cmq-Fn+P ze=y?S9Ow#edaaufhqqu2lp&*3$mB1msLRyRRJb?>1r-XOqf*FZjG|Dmfy$eYRD|JU zG3;5*1wC9f8eudG2Yb$!4hf72MO7z@lvbTALQth=#PA88My5Jn^9`0fVbmoY8c!6J zJe=IAk5!QbsSqcT1kt!>mvC~=jd6e-8W9wMw8U{2H%_qPClMCL{#o4ME&@7bc!rxX-xA#u_SfS)mQIKjHr~s*YWRGEbE$ z+C($93MJz|p)N8DT{Jc!PFoyOADdv19%|F}zaa@Dl437OiH}k*4IxwX(*2W_px*Yy z@*(Bd*-K&SmJKfA&F-b_=2%hbtsOUa%uN8*A<%(i5&}}^x6+}@wwJ z15fy58toh6UT^JpPx|q^!YtMBrl-Od*hlkr8D_ zZP+vHUiz83w!dFm2Bs7CsyT@jmnZ&LsjDiHK!L{ll3G^W70VAW%sOWKrGk;P0}Cev6M ztWxfh5hti&A*i9H7q#P94JV{K;{+WiN@B^V+sX29tr>-UFnE^2fSr-GG<*$q1~O-@ z9O#(Tpc%P@rsq&lG_F)ox#{I67zFTzp0F@$6wDN&b>=}dVav*nukQ>Cl z(0`!$AS#;Du@bmV*enl8^$g$gD@geb;dY1Ch&U==m7rTQt%m3iND32 z3<)WMWU)8C=A@aQnsowVmOuxGh$PG-HzEmu%PM=r^JZu8nI%Up2|;df)9kibaapvu1pw3w zno{zoMD6+g5yJk<90kU0TZX>FFm6&LxHdSvF2z&Ox${oJwx z5~yp>i`IL=M_+ef%?EUC+H6{|bxt42sPY@&Uh2AU#uu!d(?%Q>e*H&Q$8vW5yys^H zt@D{TYv#(nQ@>cy8p+;_^L8!mKg&2g|LBhn|9kFV_XNsjpTHTreQ-*fQ?r-}INig3 z0|MG74830DH-40v73c_Ml0+-B0za)8fW0BK{BPUI#(#t0hGaP-FKC?OZf~96^gUpQ zHWPC02IlkXSE~+9;pSh(GY&K1%1^2s2P(`z*^_agR{ueU17Q*iu17nt#f2EG2Z@73 zmlR10i9&Z|I#3BZpamUpgV~d*53&_6WoaSd`g!Sb!rw`z^buw=zlxs363j*ko5pM; zQU6LC`|l#D$~kRoe?N4k*lb+DHaI_NC?vf3EgA&}kOQ{)I1O7gTNLaKXO__xEhlj1 z4bPIbVqU*syptZQZH(6L3fJzsdnQs#4jud*y^NF#<=xUgU3Q_jflQ2TKR8y-pwW=@%d5T}hzFl4g)eLz^9Ocozt&>(R0C#DX z6;4f@qjc_+&I3IML{H+kU{(#Yyi}m87x7F4x-$6cI|PXy*>ey9hRF|^`H=k=*v0J| zHn>3`#>WQ7Mw$hF{`b)wd>NV+kXH&0AE3Uy1E;<0;E>>enhA+2iE#XYQv4|bX;1&} z=s`WbA{s9-bE4wmzoYCaLnncWouQ#Kh*UWH=g7Q1F*9+UywAh%w?gtG4_jCWcnWS8 z%y&kdE&k4B5SXWDo(|^B>E_Qa+1sEzvy|U0TL#MSQ?pM6zxF!t89oE3Z#kR7pBbb( z0fg!&<+=N{x(~F5{Wg;T$74<1FtEu%>_R*P@H>~70$*rKufW^V#Nq!31ys4XUF2g2 zhek&F`=RXldpu=gW|5FGu9$+SskWPu^XHJE<`sopjZxRGuxnQ&Z+A%VjFmJX3_KRr z7yW}?Yp7i{7vs3?ZoMJ*A8imH2yz3;hT2QM@S9z0mH3k=H-KfW5gQDG$)XJgP;Z&M zT?>0JNAIQ67zTrYwGzBbA4ntG&+gf9;bD2t&V|bHV9+QyBEATBlk^HBY8akqE{$Kj zG|o~d17lIK7%_CSVv&|vF`QwRxEL?OCG8@#aTA*PG%OGqXfi|HlIW8jdGQ7WD)NE+ zl-kIfh2Np(CM6o^l3)T8%ZKCNS4AR2#gi^s5Wu5Y52D=3;$^Wl ze0bSZL=RHU!KnXlXd5z?OSzO7bdbz9&jt|gb#^lU2wmKqCeG z5i(*Phx_6yUicj#C|JerwTCfmg8b9M#w1UplRTyjc$hwq*8jLsNXP#beh8?ez^1t5 zJtydRi~`@rRluGw8M z%g@Ta(Ky@aHvu)2I4;MmBa%_(-}h0rGX}TvBdm@o<70P&h_e$%A8*m3+~I=&R}K%eWPV zTsw*CVi}jGzuH1fr?C>2YCY1WTn~Ti;oiV*i)}v>k#J}qm~w%8l1&DbSJ;b$-}>l^3wvAaw#Q4$#YU(;%CD9 zhhl-V(_Ojur+>+bI?3l8mG?NGCu_k376$Q1%$;&Uv>~5yRAY?J7pEk^Pme5k5ORj9 z9k>HD`RD|f855JYB7h+)ytRpT>GafRAXLQWxSmYqeMa^ptd%tbE7zcY%c~f&C|D^zRUgC{6q8mwV|ztm+VLU z+L$@*x_QQYEp7QXj2AOot{Z2JfPh3w(~RkwMY#bW*RGjeA!{YUy9o{$+Lmnfq<+ct zn^z13&UNbQsb!mkwvS>Jo?5ci#2guZGovSU+Ab9h%@XzNFHm=(KXR$nJLzW&1sf^Q z(lZKPqjsW^EBX#zGinWGtLAJ&-dcUSLGU5TA|{ECWai)qQhpifB5ohz6nu=XhcN|^ z@9KPw!U36K-;f&%7kv6*;kgL^Ilwq`6Sg#-jtsbucOG|d+1TncKHb#c{7eJ?UDO$@ z(f9EOmim`Y^S^^{f%AL{e-aHG(ns0x8|2Zr9bY;BBKn?w3$frcZZe2J7#vsQ~oDZC~f3kS{v_)U@1WTI>nbXMkg+VLyL zyH6bG!hua+DKm+}M&!~(I?334@yf;F<}v>4hLNGO1A|vK;1DLBBr}t82mBuU?j$$8 zD}nw?rIL%O-t1qJLS^fx*tCGtlBhnc48Y3DD-vU6seJ4bkXgThZt>GKrd4xsv#_3yU zZ=Q{oYz&udT*!`;Y+1Mx$=v7PAImR;tnO}_mTIN-7|xJbEkpe+>MG>>I_{X(V^VM#%w2nf-cdKnPrgs{BTOqrLN>oJ=~-h~AQ+!r$)=6{Elr!;=( z;+S_B+RH0(130LW3*g0W;7yOuCd6wR89R$(>huiSTS~<4`7-3iyD2C~0Jt=Tj;2v0 znS{o(Iy$@dJ$8hS%pX72+ue8U#8W)2@^QzBfeArsd3=D!*Z4odQ~t*kFyGv_=#Gp_ z;&vsAeMgSsB-?-&hLv=NAGW&0voYD0P$nivrA#DGcv3r1VPPU7{roN^`&|TH>P6bx z3YWl?P*H&3EU%2s#9qdUs&B+FAyF#4pnYPsU*9^j_4@9a-M|oRy4m!hwKi5zOkkyp z1v}^ZqE$P?RXhEUe3DZZ&4FF+Ciw7%X)b(Rkz7@O%YM_oWUG$l72kMq_QgnEt^ZKW zQ5Zb8=%~Kuu6`@+cG~=oyN-zaP{4lARTp(_2)p3FIpW&#k2;7-kkjQ z3kz9`rLADniYv&`$ai{HG*u>dWv#etYJKPAos)Ns@25qY4nu+B3+EF%xM9cLj_A(b@Xp>) zQ(vrk%ffhcYj=2Scc|%+SkoTZ>@@A;RyD?gwwp)5wB#X$yE+@z)~(UjN5ZX-1iR*TF1j`X<9zPPFg#w=M@n|mk5l22mWA_?lD)C2nwwoK4XD@3 zA+f5(nk@HRdpNVtUd6E z)E#XL+avDXF|l*RU*(PXF4IbF2p4bo)M_lug8mAwLI8F8tJSAC^aa~He6X?pkXD~$ z6CkhYq`CVt-c?$2n4n8$aWGEB3tL`w7rqGqEr=oOlcjXnrpanhcqY=R3bW)GY(19O z`@}rxu&l&cKO`1xX_Q!stewsbNE8@Scmv9zB9>CL=Wv_H{*%&>4Na=-{faDk?_snr zfqXIJCkvxPd?isaMz3hr$E`$NaPE@G3;%!MiGZ!er0WUW#DvTk$zd!a$=OpkiVQCj z!2Jp>5%A!hU}{Cl&?lM2(affBW>X|{1H9_lGp|20^9*hA(yv=*tbzU40F;pvb(Do2 zWpmX_jyjN#sI4SyD+xYF1O(C2X3_#}!R>RGm&_Yee=plJ1Lc9iSDqnZyel|B1ciU$F!GpSXG0KheRjTY}?UdDwG3Hi4vt;i8D)3 z#^_mJ3iziAC(wjaB-YU04AYzP}C&*;V}e;88$BuZ&eFzaJ(4`p;qF1WbZ$CFApmC(_veQ)(Rr1w+?PlhM6P~*vBTNfNl z16a0$yvGt8w){4mz1@$)Mo!v>cyideg}?UXPH8-OiC*D__tJ*jlh1IQwVnb`Mj;H{ zd>HXSt0?pod0cP6Fbs=g@uVT4ZB^vD^gT+)4nOHf-(qFTM~O>Vnd}~?r*y=2!9Hc= zG<4`rYCo~`Zp18OF(2`i!R?^DIa2fG=qVp3LdCB0Zt*7JkKAsA5n7S(LcC2-o|`Al z{G*d*H4lzb39-rA%W6YqtYBqqM{P1jvZpNUuM^mumh%lN-$_%$e>+dgo0LoX77h%; zEbb4*QOu6-q9>^TS$~tCV4>Fy5DZohe1Uc6#1NFNSQ<#%CFop%-2m@}qlEea^%$)v z0B_*&zw5OT`MkyBYa+YG;X7lvx(&a|>6eu)+nUl*kOh`j4n~QLyG(31|WPqpo zz!y3{J}^4ooW@>uULLprH;>5s4B$1WpHNz6FW}wIB4DovZQ!NLO~YH-+mfFQj9ff7 z;I7?MCq4F#;UmM|rk3WmChw)u&6k94JOM}R@crYS7zR3!@DY@K2%nTcF)=*aG;qPw zw%J|Vw)r$Lh@>>A=PB0VtC=Qqh(S zY)MG$b=Q!RRm!zSY+e5AU~}UJRm(AwfN(UZ2#bv_{$-2=Az z_)~p{j`j2(I@a6QfBeY4zOG{@j`AB>o@^*F)LcPi@dV~8f1U!8s`vbogt>78>pC)P z9v$;Cn1ndD1!i|bKluz*p5`hqJ6J^q8HnH7g2s;6AR1mdi;6mT#VvE$haGm6d<_||v^p=d}2py&V?mR~yPr4X_IIf!0>PHY_WG93g% z%`ovpBSUoJlPW`nBph;}IieAv_xG~$5&Y0dKR?9RQ?a_K#H9$lR{RtMDJ*2tlz66$ z=^+(~??vQh#ulQB!1>l{%xN!AyfhK0{Q8SAYt}ah=_pY&wJ9VJ>~M{H^-i^87%^WM&ye`2X@3)C+e*M$)%UAG~L> z`%nA7Hth>Mv1oFwnl-NS+gn2!4Iy*GJqsQ5&GZ)rCKfGJ;lQSu?ZIs3_n-u_quk;* zv*(_efAsdr@0BiW3Im4l?A?L8rx%_Lx%Y>2_xlf`NEP*WC&IZ0{RiP4GjJ(5@uv5! z=WjnBE^Q6xwT5l2GY6HATw1iaer|61$Wipl3nBQclD~d=(NY@AEP$0DG#7=lg~6xZ z*1luDV~%8Q!Uk2`K;}hkWq$4>t1XtBcjN5r+1H0>4kl;uU$7gk*buGQ8?M+JtKAf> z-4U+c5v@HOu00&7JsPWRUNGIwTQg`Y_j6&h+iwh*f_Z3qnAb~6>Wjl5Mp)SU;eQa5F>$|UOC%LMu|B^| z^YS1H1BJCXH83le9d00f1E6NPwCtAertj7ZH(v-f?~jxo0GNNwRQl$NVN;tD$yyjH zY7JXAhxD5TWp4v=uH$~`K)!4{$&;-~-EZ?`yBN2^=5a)jxp;Z%zIYl46d{_944>xX zh#A*2uyf+j_zC>xw^Hx}ifV$48ba!`0xjN0gp*OvpHtjdDXq1eF$fGxo3~TDU88r6 zl*J<5{c8#`@FMQ;T)J@KO22GSz#J(Fi;=hzpf%ye25lsspd^VJPu<89@#ASX#*>7M zPp5#@m#jv3l4tQ*6l7E2q=58Qf)t9hQassR@H7l~68-Z8J`uN|e~zGn5Rfx53=RVc z3j<$DaUP}MI0ZW>=%8RP1p^dRQ$StGU!dS+3a(S|O$xq4!S^WmDFq<}@pQ4>Vb%aO zH_!i!-h4#C-%#-1DfonfUs3Q+6fjHpQ5u7$$2(8#Ki1pHKTm~xk6yk?cL54sryxkd z8x+hTh;!ZiTlC|56ueErI}|KX@E!&4Q}Ayo_zMdDJq7=Pf}c_F3k2~jni=H&qVvhV z&Ys@xV?DjhfirW;%0Eke+(p526kMd>YZMUUzyRa;+jK`jyaJXU15Nw``uRr`Fx(G< zst}G!vLp9&K$IOn6Ao1|69!V>3jz|7>hL7@V5=N|lJ00;rHIGAFz*Ct@THNV-8{)^ zP!$ba=x8)Bap$6b9QP zmda@(o~7sePmmki5Y|+C{d5|fcm+<}I5~SVkRx@p0O>?2(yQ{g{)e~Ggawv!4&#KMFRj-!lP=_=#mxc2$uIgY5rGnJ9raiW8 z$B&&qbgluNZ%;^*e=oBrkVWe9D@6vmQm1mm}T+OcZ1 za~oDmoXEN*3$bc7MIBs7leenZUat#KIVcqxy$2It$Ti4Lv6`xjv!NJBt;Dv~- z8eN-T9@O4SyO|cM*b~X$8`9*&a@~Q`1QHM`+Y-rb3u&@fjb^TRHMf8({9#D-B1&>MDsU<^Ea$(@MFE)!R-vxMYC$cS;z@LRvXP+<$A7_ zbNSKf__OZH{_l=)|zbX#*+kBuU*zSPIJkoTJ;V1-aom5U7ui{oftA11aNIRc z;08E>7gS^X0MDMP0hOQ@G-K)ungI>ZA*>zKUeFEbcy5Ffbicz7=vADDKWCE*Og%lu zAM?`NfJwz2;spI0oM7;nf2>Z%T3DYO80x*QVnlv?aU z{u|stfu~@gkdj^h!>Tn?l_;r7*GW~T zq*|}6awS#8I%QQVsjAjVRsEGx)hMZI*D1@Pq^esdRlSm`VVzWsN~)$|)v#%xbWO-M zD=F85*@mx_szph)UO&GYG@MFVXxFfIplr<^w8|+5%7r$}zzSg_{K_@cw_~Pnm*;ot z`D2w79;g;N@NX0TIt3N}b-k+}s1dqRW-XiBn=!Yyq|JK=i+uvIThnHI-J11p`;z+W zh3%-TLD&Jmk(J$pvUjG{*u-LYA$E6Kjm<1}4`TPGt?UhG#|BTKr^Hh!uSOPA>!}l- ze1pq~YxFdGD&!cU_g(csi>F1{R}R47xqla)!U43(Ii+$Q47_GKa$#c3bHU^FyZxi% zUdQ;b!|fOz^SnBGX3XQbX_S)c8ZC-r#&O? zp(!~<@>Tw7J)Ufg{9TEVQHyq zm}2c`9!(^l0p1(jJ&iN2F^I)@VV^Ppl3a=0ih$4Q0Kwc-3o7^;K@DFkXyEGvEquM8 zgKrS93l10s1ALQ!y>GxQnBZFk?05rtf(3rQ$13Du=A&$K1GcGrr!}EZj^~hEIeo*X z&Czzc@BE;$FO@6S}eUWPeMKB@jBHBjn6YSoZx*dhu`O;Mmii0u>?<=WTW0uzsnV{ zB|+99$JFAx?;yMxE?!yn-nQ%8-q{f~G=?;9TEZ9OHTCbEyMAuL{?3J{p$&27u;;$D zJks?2;ycz2i-ryNtp(vHt^^{z-+pb;P#t=WO^%G=pmwm~C_~^H=U0F&C_sIk2LJ*! z=#1Ovag53c$}#G7xE;R9Gecu;AK{0>{&By8zB~e3pf^-v9SRof;rR%L$u5gk2nX`y z-ZCgQQJQ>sGu-|Bx@i5rSpNQ~VgKqj>yU=E`2+&#Z4Pqs0H*qpnjGi1p&@oZctKzK@#zBZAI9M)ux*z;)Laqb4+k1^eZ zRAM!G?eH?XtaG_M7crCbm434Kjg+nd9_F#Za@SC^XsC%y-Z3=At%X;=KKu2E=e@D( zV~f_-sG)V8jy0o%FYlNI4HdhP^ad|(#v^Ady+GvYt)%x(Bwi_khgKGrUfVghGcp+~ zY>HZ&qK1EVcw-Eb-4MIi>cki!jWkfxJN0;7P`~ir;Pt^pt21hFt^?|)QOuWv`c>X% zXY)u|R>+ogshO4<5S6$CU)LU$k*p5UJJv1dtA~eCDJr}6)ZA0^+E`KZ?V?=^jUTk# zXuIi&weE^qcSjAo*Xhqu6!7cnk323rsV}*f08t4U-aa^0A`zkMj7U~jM)1Cya_l9KsEr|I)4+>@gJ{KPBIjIK zMMk?xh!T1|>-L>x$OWsHHV+>apV}$uGk}}6Q%W(tl++Fn=+jylK0xy%W_3gjj@6CS zAQ?lH{Rps0foHbM)!cU=V*t{m{8iA0l$N5~^YnJ|FNpYVwODe)PKqdkOG!w5W)V8FZ@1bi>T zdxKk6X|y%V7G8URU)HI#hxuiLO53(<;I+;4-b$f8%Q{}WUGnf+MLk^d1Aru4FmQ;iB0C~D z*p#K2MN>A&pHJHW37%L^{G|jxl;9^a$md6fU1RPGX9V}2fGt^eha5u`;tCP|GhF1k zdHeMjW|AoD%j!Om+I-nqQb8HDiZ3B%b%ie=R(zQ}h8c5KBd=e#$BVyOu_-4%MJfKW~yv~E|p~hu78N+3X7KjRvv1(e5 zRDY*cL6t8*ttRl90kkizKGivzR9OxJ52Y2TBS(sJiohb3Rc*d%HZdx5w<Gk{YJ-}rUPACD=qj+MOzWn# z=n)YoSuUuR%j7w4;TmZad4ynKC8^I5hRt$8O;8)u4J&Qrxi>+q`Ag+wLFEe|MW}%} zhUa3l#4--Ksqba=|)mIZ+hM#2U1Am4CYf~-^MaWshmRYxmm=MfYjo`V-?*wE3s z!9gMe_t@C@Wskr_u}vZ*2oMR0?oqGb_u2pb)vtbaqR*L^$h#y-OC|C!VLIs^o0P-} zA|VioP^9Uc(2$fdp`{|lg!;T^Dq&75F=2p=(06&%e>S0WPfXxNBo>3w&rW?x_>$no zgm!2QlEj2+d?KN`Z1t*Q4~3eT4_W?YG;!rQ37IpMHoHMeP-)jbM>OR zI%;mZUr-gT-W@C06SeHgA)&I^?po>>E%ozVF-ud3zh|`}L&UXkak08HR?ro-bj6E` zul3FKL3(8*o_ojKj%$18_QncH#$|}x3PRer*>ZLFw|74%uXwNedi64wpSNjF8&-vT z0#iKr*vGWh(qU5a_h6H8Uyw8OI8LA#Ik$gY zD!}0$!Ls%FQ4A>xl9JtyR2d`*lymhsjx&9U0}7ZPhB11+mgGvlmLqSVnBfXVoSMWJ zeJ7kIk+=j=L!OsB60|}6K>P)14}1wVv>pjPJh$I3iiar;<1RNKlw9-)eX=tNgPbp6 zN!+Tn7>z8^tTOd3nxB!<;E*_+Yj7sKd_|c%li1R`WGe6g@#y3 zN7UAVMBx`B=N6hjDeSseTD4S&x|WJKTamO5)3+F+!0B)0oAAh7V46>x?K$P2@_d9A z0ECLzjJd6>SQL_Uf~p*$q_4gN9&+7uJf)^h6(Rynzer7zlnTi`1RF0D4WfhMX}}S# z!y};+J-*2?e};@T&-1E#$Pe`pQwIi$trh`-l zUs{~9casd>SDqVCYlxkZ15$ehIWnm|WG#@|^O;h6v6aB47TfR;C&=4KUbc9SG50B2 zbCnqWyU652rGQ(u7=A(Xf$@g%<_jMUd^m8sWp56tyz@zZHLR2=_$EqaRB8GIMI5;l zs(*a3{HwfJ&TU&zLVjjEVC_WMngMHN;2~63CZlnIzzUA921X;DH=i zCD4C$_SMJ}@9nt0W6|1p+j?N3=!41|mAABiX!(g{(W!`FaosamIN4!%! zL|w}62ua7%J0giRf0sIv6lqr0zPIQ4p1YOZvC8h72R?fG_nwYgd!vTl)xDq z-1vE+sX#Y#bh(PxHZJQbwGGQXh1#N}Rwnb)XiJ#%ZwbQ0l4Xl5Mmz{%BFPcqb(6Gk zAHPB}L)J-Fec=2nm-e;{3T<^x_GlUGz>Blh+0x<;o(T>G#UUqscGBmLmWgqnKmA?s zTuQyRwVZOd2YTBF28GjYNS*fP+=~JlGxP%lM>dcS_-n0mnVp^HQq*Wp`dDG7X=eqy zO}q?qv`u6)qPZA$r6!f%tmK6`L=Z-Vv}5ODwgp95d_WO^$}4?Z?YGM1q?k=XP4)z0 zV-UuOjB3y^%AyMI5V}@?QC}yQF)J7UW))heqjG#|K{u`O+WjQNW={Shm8-N$gLu7Q zKuubNjDiUv9YSWof{-4eJVu`wf?6S;wM{Kpr?p_lwNg!KHE1Qs$Yl?!P^K;|mkzmf zt8(d9<s1%nf6MOt0@Rk`#*!wj{};5`WehcRgQvJpCs4Px39H02Uz$fGaj z3+l95O=*2Ic{PGAXhJVdL1RvlgOVD;hHVfwDDx<&n3GNeu0CT>=hFuDqFS&4vMRw& zaPz5z0*r(n&q9oY2D}eqgXrb34wPb1f1s4a4v1Rk4nnKhq(u~EN7e!qnz3H_)~7#%^>BvoM+>nW1IApVe^8t>!lT}n8m)L<{?(UeU%E0d(|6x&1C$});NLI*QSJM+ zHw$BRPu#I>jhVO39Jp`F3kg@8VfVM&!EhB^KfJ(y=NOdH;r-#~LsKEmLp293AuGi@ z$DnJn6ol)(y(4b3&uV{RD-8EVy5^2Vh9Y9PKW1xyh{j|K+rwRbTw< z3f|UN#;x{Q%>%TqclPqTYBbn>{m?s>s1=f-uT+XVnaiBP zSQ|P3d5^8=DioM+z7{Vle|K}l|IUu^Yjc_hW#y4A;i<4DZn0l|diLo^(I=LgB|Gvw zEa2=VVb5EZkoKNA|5Iz>b@hXS%Gv!73d%zJKQ&v4S<>K3JijcYCaBrNjS+R^#Qf$3 zZPeTz)wD~L4F+0qH0Q~!^uSxKn;X!;wp0ttb@lHk%XdKM(UZPTMqdMlDXmi{(wcD} z!TjlUKu`cfQTLdPFp`3gL*wH@k4c`2T^-$W(9z%^vrZrxn4UTy|ER~uj?Vh@v>l!4 zZ|<)2w~o#3?#%ZyS>K1U-aED^=}$a!;F%uB@aWi>Bxo6*^h0l4s0uVG`n;v+hfpl2SaZ}pmY%(1 z^BMMe5lUB;!5Yjy~ad|a& zEe(s7hWXx@r8&gM?FHA$=E~lxfDER#5uLet@>cJMFMs6v(Dm{0*b_(YG#-uB9t~;k z7^+gj7PRqwl$_wth$rc(5{JZpgTSi6Bao~-3GZ7Ob27vY!&K!B!)#9eb@e>K%uw}b z6ix**lA;fR-{KXbqD&HF`S>?=LFjgfV4GFt;>IpRuo1cCD z;PVHccAe-wbQ}_h-$HbP_p@(K5oBSX3 zhP%Sg&25Qnxm($`SlM=`ux+uR?+a!>{V()&{FRbAv@xM}d#5Bx$N@BqvF2Zs8be%L zp!Q1|Q%W@hN<{no!dehR%_lxO_2H>I1${AVU)0dY_JDq;F`L;eL>^{;l2F5NU;KCU z%J@vGHk*?q+`%yZFA?yOkn0WZbCpeNSgto}OFl2*3QKO6bjJ!d&ph=&n@5Hshf;nOfbT#M$7EzbYJw^Lm^HaTK+QL*xnMdB__kZ-hJ&T{9i%kOm>yQJ77o2MB=CSBoWJ z%2k(mNGq+7R`R)UhP26nrLBX8S}rN=DSfxVXy(hy2x`R6+%n}{TQf#TEi1MJ4NXC? zXI!o=I;E{9p+itLOxvoq{}JED*pW2RzDB|#B#p=Km!BV{vi&(a=-( z%q4MKsieMXTC_FI4=r>-fwSOVv~`AhQ|cdktfURa*8rh)c0C!b8q#EIdRHwm1LfuKo zleyGb&Z*wCYLH@Du| z)GK~W?}T@5BsK9_W1gQ$mn8U6Fq6YMH1dCjG6I#UeMcE^d9feBV6V^u1?yN-f48P{ zv8MB8>8;j}hhsIz77djleYhfSE(o84-X~sI7B6qOTfTX*d~*n_iv8-@*|Q7zKQG-j z-vu_S_q)2=rQ2fp+e7O6g^u}B=-diBqSlV6q2r5XHCMKMg=nN(1-&(fjP?Fc9a{)? z|9=}>@eX<_enQ?|c&qfJ;-4dSopBlQKaFt_|C$Q84=)2=1Vy$Mwj=P5SPOtxQr-XI2tS7mZ96FSt2_Mvzgh6Kn4-0u&-&lUFFbRx=xXoaNh$IkTrJy z8Bu}yHBp&DfC$t>8a>i?6@<543BK!_?|J7p78xd5XIx)Fp2u8H^0-1bxZb#0l3yj8 z)nA|<@$cYe58huPZk@sNdPb;g2a)RW2d`qo{NE_GhiJ& z)8ZZ*b_d-PXWh=hGYPGG452_7;=xw7v$r5ZEPw<7BVIbBM8?6EGceIY8xk4{pjD@O zUh8n7>1_eisg14m&X!Yyr%wkAr(Wx6b2-p%^0%PAuLVO*)So*N>`|3IR&g!)L_z+^zStPX1N9wF;rGO%AqzfmrFF6 z#@b`U^y!cT27c4JFz?j`HMvxGato8f{#&RzDnK1f`5H7(4}&_^Pu^cE z*OZ!{n9ayb=6OlpPJcOP$Y~7BFx|ijaf%crzR3~X*FYLt?T_g9KeTdX9@Ca2bbWdm7MocHkcqrZPnJ z8SQlaOhEjIZx^F@gDnd<1WvpN52CQ=4?g>J@BV|w4)&io4msN78A!$ZUpRK~`6K&X z5XJT#c}dcY{*dzgh`hJRbC5R)FQF#Wa%ICz6uFMS(1%=^1sfri1sKp5NH^;#FYSk5 zYTf>X2IfCwlBAtRA))h44wGE&9!uf#O!#Q`Cr*VqN#;?mfJ%n0Z1pHULh9e99p^{z zX1FC2mv6oL;_Qo8UcTy@b;a^(pbIUoU*>r2hFN1s9Xb)W7hNlzD~%LIF2(H4vpU$7 zYBzie(TKf_iS3PLcMa9JCLuB$Gc++hEBg|+mwsFKK$hW0dgrR|+8Y<`jq}H2c4tTz zuW$Le-5GiA?S`=Xx0<6A1@Ar-o6T3w`k(yJM*W`3+i@eYi6I3vBe4 zuI!A|-8NUoiz_3&?;X5;@SQ`E!_nfV*}ezGW!GMsduid)P4~?+3xS{4^eohY0`B_m zrQ0<|cOpC%N@0hFNWNr#I@XWC< zmN#()tzRrd$h7l|zpd!@6=2Z*NLSFeQS-;U3i`SXf3mxvZ>u3=kJBOvP3M&dY>zXh zi<=c8G+8?y=Ni(?gBqb7;<=YOujVrMs`_Q_G6|untSqPC9H>XK@C=`G=ObBE#?F_L z3gtSTLvmhV73u*T_D6-L&6yf_{V`HQcKjHrA!UAy)F#24o*I%<$jY*vV3GG!5$zW8 zgnaB4U)D!!X31Xy5u0F7Z^xIUE)WVIBX!YZ!LL{-d5p44A1ig4Q2rQYR|u7lk-F-! zU{WpAJVx2If+Ib3#_Ck010>yFwK{SCo{&Gyzs$bLYt&ii{(CI0kq) zjr%;b)zV3ikx^WVqQpymHYC3DkVW)w;xwM(Z;ISMzoA}csd*@ z&hDhdBCx`QaSuy8HhLa+-uRtVxtEoHVRYoI-*E;81ay}cnuT*1bc0ly{X`3Pd)8_v zD@&8NLpxS+JU1j=>U;> zxzTY3SM&(1Qo20s3@jTiDHn+)Yxg;ZCPfiu9%EBe(Y5jzbK(Zig^= zVFER?f^b0Czht&v3bk3EsmD$T^*fU zl;SVb08Qflr4b3VNg4~892Y$3gdok5C#7>gKF8MqvuQ`K*D)%t8X$RI5he1Zh)dK& zug}q&nmIBwWUynr`^UYWjdUJKA>ag$-y_0Kh2ZOv2sfwIsS4;Mwvp-g@v3bn=1}|y zs22M1|At5Mi}>FuoQ%Ik;gc*43SdTV;%CyUrX4(|{LRpw)G5ec4INn#`gSN#F?Ev( z7_lfRSXJWps1_zGQ9a@vauK?Y^!mi_QzEK6ph3l8ZsB(ZG%$Tb7=CA<1Qx+(hE9_a z@u|V~LB^rCIU56-!7lLJ70Ea7SEDBb7P?36ilJpPg6F^wv1~$ zff!TqGCL+Z08fH~XdHDFSfHPUHmduuf^^wx~ z`k1k4X5W3IIV%QMHd3mn&AG7c=DwJ5+swX)1|_n6;niCOG2<>oq7AIPsI7kf;6iuI z*gD4Um+IXz7(2%sL$3gDKoJ55sTV zYYVxC!ViFw_kr3bqdKI^b}1Q-_zaBc)lA;g6jX@~FnnjaenHEm-j$GkB`NpxGGv|s zbd5?hX651EM6R@wB-8%KD@n@3O3KBvqz)3mXnPVS=8A+ab%+->2>MI|E@FNP@weh& zpaal&ztXE*-CUnx`f(Dl0QCugTIJWth2=U|0Tq5qA4XRp;M4+{e?TRms(@hSRn>Wj zCqxLE*t6IRg}S!@;5W;qrk<(u7Sk#(L{vc)2@uF6AQy|00ttY1k_45xQVGhbV~JP= z@Dh9{+g%d;j?YM_nc!O==~~(Rg}Gs#VnqII@AD@l5ebv6*pv@R8H+egnY95jXqBwT z)hSts_#!@L+9?_74pU|)9;k7Rv5QhO?dp~9`#~!E-arA+FxU&haNBE=vWVw?^y2$3 ze(&X&ebX|hH`d{Bt<7=Q*0^YEoPTbCkJ(y7y$P!=URV;TBMCvI=}uwu{N_&zn_>9; zp8mRio`1(Q*ZZKX5@y(X9IUsMT+5rwi?~0rIhL#_aLL9QtylAA^TKEE7-~~yilP~_ zLbQ-~9qkI}C3v+b44p}bjpwHX5B0?O1cL@M%uH@aqK$Hrj7WkDt#+chB;k)a4H{x0 zQtqSve+Ox1aC?$jTe4JvEo7$eUS3J~;*~-4Tw4xv%cSv^nj{fcTX_4ogZE0RU=Xi* zzhYtPcHQ=PQN^{Rb4TBP`g1i`S}lKw)ouT@pe%B7e&6+hg`V5hPY?`DbEdZ~NLE-b ze~48-@xYMJAmRSRPzK;=%OBdv(7WWy?x?0rQcR+WibI>3TdBt*Wfex4Y(VXS%}Sab zx0VjMizG3~ZIxHXibzwwDlC_Lx{zmpT7AI^$yNh}8Q1ViMy#g^rWSl9J!?gz>&k0U zL$%ZkKwNQ(RE7qN@Gu$t<+9KMdf3F!gMvqK^(u`kbFw4_=%6UKrXhu^kp`CwNZ1nN7Zu|Gm6W9_lax&oD%V9Bs7{ThMi zDDu%M>JpNj6<@2It6b(Z#u8d(fY`fZpV-=N@*i0~wA?!WNhcPMJ$(2rOT4@~ti$CI zY_TkvkscyS(!n#}_TSKDtK?{i*0%SgNx^0Y8AP%3lXQg`udTrbP8WgclP3XLNYa(D zd4z0=lZRyGETU3Vkqi{+kby^+>kbDQ@8ddP9>)$;yO0;D4d+Ofm*rBb8C(UX!2~z6 zg9#=ilT?SJ2nF(AAtE-V;ZkM?J}UF<5niC-O6j22m~Xi@vNWxy3K?;6f+4`Fo zoi4{Vk^~p7pTLC_xi%)5E|Bd7u{CL-cPNG?DVOXFwx9C+mvf{Y`{Pp=Yp}h%FVMR` zbp`FD-viE4xx$;-eK8$_%!)So9PEPH)Ey6wCf|vaihylxxUk!V(-JuEFa(=;N#g%8 z0G-f{jYEwgCiIuxBHb@89dpu&(y6FFMUvcRi;_IQ9^bRg71?+PYNe%>Wv`a%2pt&k z(Qb|%Eu{~STWnXKnSJK2rEbwu_x*>fzbLSB{1+&K{#}ARkAIwqr3~Gt3zxg%Nkm1{-}`KS4K7kha_%v$jMH zEz)vyTC$fTTX0?ijz$;s6zMJR zJStpKa{S;i9JP~=**SSe_xJ!HE@^)DzYrA3nPY*@e%BzAf=(s*mo)FrpaeoVme7uP zNmck|n8#Vz*1Tloic7-o@R{&I<*;DrAb9vrYSvEpM%i!8FgsXB&h9Z}5>T6@b3;{QPC5g+`FVi?JSjYsWFHxWv?K_T{uX-IJ;&pG_yfffQqdO)K(bXH=hwPz+r#{_mkAp=VqZ1OVT zA#Oyuzexai17#BpZP1oHEaHqf+j+$zpDYDl%qP5KM?j>pBciz~@?6YX8#UCf##_`8)(Q!w=BAhhb~TWUH|T~O?Emsop%TPqS`>WN zk)$L>rL#eS>g-l#(6B$G)>g3A;xsM0ZM|#uwTOEWS1Imav~GwRHb|SGNJp2l&ASM+ zB6+_<#gN5`M0h%qgeR|US&=WGl{QnBI%7alEOS{u$3cWA?u1o|#DDZ-+1v0G?c@=0 z$;y$8)Qae}n7k75C_VECpE9#-+FBdFaZE}>pEK$wD3VKVZOYGqfSi2;KMBHq`2u$t zf?$Ps0Y0uTfUif}3<>#13XZd1TL3wYOptve$+Xo|#5dt(Fl`ANW;eSIL6%Ji zYBE8P{r&d|6i=cYn2D$~#!8|uajyHWrFqfPJb&?y#ff{b6dP$0h1xcdMFh+;DrTh{ zupkOGRz6~k^6S-g-23KE^#^>XIs@k@@OvIrCE+K}e8k8O`qN}=2CS5kSPNF-He|zM zVUvMv9NTF|(1o;5pR5Wn`>1bOPS9lDqe^msK6JhjvSOt9-<7?3ZL$R%kshOtGK)akMn~oB%b^z~W9odDZTaC{rd`isN$8 z{hER1H6~+Lx<4hzccB7iy9DN?XSOFigcFAlA2fu!!#bR;vKHR8Hqt>0T+e1-Z0d_YH3RY`efxIg1(lDA5!!E`HT4PdpIh&N%7NmX$lYD?$^&#)U8{pHqv zJc%M{Txmi|F6-W1td`8{j#4Ru?2Iyq{kdE$_a0VzGQjEWame=(%sk zPcUH2HRWu!I$K3zU=n(gGmw0Nqdw~-K>)kzGNGCDkB+fxw(#>xF5IDu-`OJ3_|r@> zAx(x#@C8Tb<)B`%Toki2E`NX|r- zV-WWr5%VZ}K6xZ=X5u!+cZ+rO$|!b5D>9mh5g}}{9b(z2AT~V|It4e=OFtR5M|=iJ z@SpSj1AqtZD9?XxQS%zyW6oRunlt_#=lC10VOgU#Z<*0UPH3tOmEJX0EE+2!+hfMY z8QnvjiZ@2iJ>>9sXzJh(@}c2}96cYN;oUr6MX&T+I;`f3Ys33U#J$9+9DV!>rz$?g zM>+elsfX`a3h-QE?Tq!Iu8u#%NAwRldM+R44Seatk`p}NMsf69@~SwUZRYuJ4SZuD zY=~*gBi&%m<63Jn${f>HMMk2U=2VnErY(!qM>W-{sJxiAW?q|~Dr#$vX*VnsM>U(2 zWKhn=v<>qwL^W+nT-X@XRz&tkH4Y^zne0Veq>>ib7SnEw+bT)tT>U_4o+YNOj$A^; zOQjaOY9?=~Ce<7EO^j;ll~Tg2ovNs&Ar)ncX)7bgqnf%@)aoXMbun#eq#&xPS~Ba( zR8g)7x{|``aQ(H`xmH{k94qLUu`cV{_=4p@evIeymjpEjF^`Ir3(?BXoAn!mmp|NM;Y-4Y9&&g*tSRK36vktz zo5PJW&yzMCV_x3#VCU{X-13txD_T{4FF#{iHt~GzvY~))f7q(yTf!p`IXoT~@O&eM z@px!xM8SOzIXph^#|&}ITcch3;*OmwYQAvyr}>qUrxvOgw;ze+AH8R*j$Bx9#cQ_V kn|;UUMx8}9V?eJRbUKUFVZJOBUy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..955ea4286118493f31fad07f649df40f519c6cf7 GIT binary patch literal 52549 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..1fe3d22 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1116 @@ +# -*- 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 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 + import shutil + 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 not os.curdir 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 not normdir 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 shutil +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 + import re + + 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]] + #print d, rest + 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..5db5d7f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1350 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 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() + if line.startswith('['): + logger.warning('Unexpected line: quitting requirement scan: %r', + line) + break + r = parse_requirement(line) + if not r: + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: + 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 not label is 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..9b6d129 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013 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(), []) + response = 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..966ebc0 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1300 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2015 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 as e: # 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, '')), + #'packagetype': 'sdist', + } + 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) + # else: + # logger.debug('skipping pre-release ' + # 'version %s of %s', k, matcher.name) + 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..ca0fe44 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,393 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2013 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 on 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: + found = self._exclude_pattern(pattern, anchor=True) + #if not found: + # logger.warning('no previously-included files ' + # 'found matching %r', pattern) + + 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: + found = self._exclude_pattern(pattern, anchor=False) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found anywhere in ' + # 'distribution', pattern) + + 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: + found = self._exclude_pattern(pattern, prefix=thedir) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found under directory %r', + # pattern, 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 ((elhs == 'python_version' or erhs == 'python_version') and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = NV(lhs) + rhs = NV(rhs) + elif elhs == 'python_version' and op in ('in', 'not in'): + lhs = NV(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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..c329e19 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1076 @@ +# -*- 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): + for marker in markers: + if marker in keys: + return True + return False + + keys = [] + for key, value in fields.items(): + if value in ([], 'UNKNOWN', None): + continue + keys.append(key) + + 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..d270624 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,437 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2015 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 + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if not os.path.isfile(executable): + # 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'))) + 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

    XMwe#*Lv$g8jIpIBEV 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 w+IyK^N3WCD*(>mhAj=irKyR>D9b+D<@QBhV6U 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

    qx{CqlSNQ_YhQ()VtG-D; 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 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..028c2d9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1082 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2020 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, METADATA_FILENAME, 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: + wheel_metadata = 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 = 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: + v = 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/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e54e6c81fa5ba8700fd0bdf52acd263021eec34 GIT binary patch literal 964 zcmcJNzi-n(6vxkwo8NAJwn;l6)(q6*hdQB3pfE%Vt<=KumXi}-%e8*Cb+)5sgTI2E zjlYGN7H-2f4q$*o7+UO%1@;#Uc7(~iERCF>mMK3P>i*%;@!MC^3A`Ee@#N&) z@e!Ylb!SbTp1dZhy(S%<6i!na<(FfbW=hWTOvaIJaJ~>KH74h}Im=}j@F>TbP`Wyg z0}=TsbT6Qgm@5$qKNZ~1GWCZjqtjU1GSE(8Iib7|x*JkOUc|3Tw!?JxFx3O4h<4FG zkJYL*?V^m{d^_(2<+P$|6y>dUYc2~0}zRJ?kK$*8^${}nJ%7iMR zMxY&04MLOP5;h4fLYvSbbO}8|pRh&PCJYEe!VY2A;Bd67%Xk0xuhlE$_e- zG80b{e}3VgiPTGE;+gl00^@x*p2xY2WXAbkvb?Rn#5l-9aiAWXinQA4zQI+=vaB0> d$FgtOKX6SSe(et%_Q%TA3)b5G)KHI1=x@Ms1*ZT2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aee8915a2cfb81bd17e841ab0c70d41e2fbad086 GIT binary patch literal 296 zcmXv}u}Z{15S_^e3CcBAdS74!Z%|t~tSqmyv02vadag+}%Wf_Zd%-{O8^lksvojzF zR(1#1UF9y`y<+Cg%wy)w`)ITa0sFJ*-DSu>vDhNnkkxS@FCal;1vTCvf=Xmk9s#&4 z0flcHAwti3mZ!fM8aWPWEwmXj&SU0$ma}0;YTvrXv7m?(BWlI@E3D#*wV-RSoTq*v zOhMK)52|QAl}2=WF51RXr%Xqcz9rkY_l-H9oSu=_tva!yD8*cPvf2_4G8xqW$7pL{ tV*7P=Q8#i?si}*PN27im!jd847aV-Ez30adcKDfQPghF@>DXmq{0D~uPiX)E literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d481c996de17e7846e6d2c4e8897d4d434602ed0 GIT binary patch literal 53756 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 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/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e2555c5b2bc4e7dc3fb78d96a0c2c8e7dde681a GIT binary patch literal 885 zcmbu7zi-qq6vypcF83ps`<3gJ0kI)*LmL$k6RHG-q031OEM6>M;^y3o?a1++xRJkt zosGYR|G*Lx6C0vJl{#T3g`r3+c=+VK7yEtRv)|_^>I1u`%hQWDEdahc=lAk%jVo=9 z4EC7cHLT7u0$6KhyedO~tYV!aEyn{Nti@Lmrdc2SNJVYTMpaG9i#D{3eM`*;y zXv`;Q!l!7;V-)iln$`JQ#Q~qAIRrV#{ErYF?%Rvt8?@33XhMv4R8>q0j2BZAoxfVX zc*!#MS}Cba&$*2`J{LPuuX4?F(PvU}#T(3>s#44?r$Zv!8VkWjlMMO@kIvrtR5i8$bnrb@)4jqTC zL(joIxC$Kx4w1vqVdOA(7&}ZHrVg>g%;CUdxwvNrB}q3Vr#K^;C_6a7_^DL%zoh@E zYI=Vo{0UrHd2oZ1x0M}{WWOaMO-dy%X{xJaBgl^BL`#+IsMsY1TP5XQ zucdf$eDXM{n5IX!%~VOr%ES(u$n0*G36fy!ULND)a(~l(&SkbO=&5>O_1s`qM;6~( f5W+9u;k6e-?;8A#pN{}s{P1U?_r9a<+Y`S4jzRK6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7237cfa9e6de47ec7d38f2a36cbfc5079e684043 GIT binary patch literal 4637 zcmeHKO>7&-6`uX&Qld?@^_N&O+e$>NxHaU&Z4%k34TWy%x^>y6?25ZoNRvx; zcIkjB6&QgIGE&rZ8&m|6gOig5_t0Ykq=0%e&SK7xBfXC>2k>wC~OGM?bFN z04>r(2jrWXH{ZVbec!zKb5~aff#i>zNKAGS@)=f|Np2Ljq8uSBL?arPCK)cuW%wwc z5u!pyjEWg4Dse>PH6blWWtO|5F382Sl5t1fnT}`&M|h&UQu~{R+qov)1lyRR9-h2J zGTK0On8{v@SYdLIo&LcA^gAfHR?wsJOSC9{T_&U>KYCzGFDe)IE>e*O6$-+MKV z$Yydk3R|;KSRp!zavF*9noHw!LF3^s=%Oy^a)R#zL_*fYB?)#D+oe{!u&rH!cBLSP z6kB=`h90*?O|?{*369dVWvW|wYQ!5`$GVq5VttE(SRqAT<1T)S5E`@^M}fd`N^Spw zeMSJ;JS@%pO|Hn9TtTqVCQC)G*=D)+>Jt1p5)vb}Y+5uKw;l|gH_Uu4m!+1j4YMH+ zzor^mI%&)gkN$FTG{kSA5vqU)i4-l`aw1DJszq^twvg71RlycbJ)NN7KZNcBVPf0x z@bH75hR>TiHN%CxYQ)1inoa3(%M4#M)Jw^E)ymTFCEd6bPABKWxq|gt)|i@n`bgMJ zTKYszjbBvfbu*kx=E5<6X@E{@h8o7B5ueNz*a#LpY}qHBlY_o&PJ_5iYMs8)g^xQA z-tqTW2EM&9aH=|RYVFecKxEy2w&FSacW+Ovr|+IOP}1HizI*O^?>j%Pc*iQr80~@2 z|Ht-=`e01d4`P+KckBl3#TIl-8bE;*(_DRepxM@3B*(3Af?r~h4*a`Cii9{eu#nqU zVlhL_=&_jH5sPKAT0V_sPb~I}yqa#b2yo^oI-o7h6)fGfg{0w}A~yb2!dBiHG&(Uw zfd|ig3B(flLUc*v<*7{q*$shZ9~@l^+!EG;)#I~UsQ$u_kfRRdNe6O%Z3-aAK8)27 z;q-x)*wrt`H#>*%YLfm{H!k~+SITpYT}|)6lrf!)Ffm&Q`ThE zXwq}Ua2EyB<&*)#W6L~Qlr`5PXlKZ)PZP4J6y;QtP1{`%tFu`tDorA4<{T-ys8n=m z$^tM2*m7CO7%a8XPTQ}hM7Rr6xM;glQEu8RN(<1o=-y$cb)Po+fL0{ERd=NAL=-Pq z+7IIXKOsHfCKI*mDew=lBz=uPf~90V)o-#|PbB_6ov8`9{tU9ZD_RQsr3fSN3NZ@9SGjVQt8a?p1#_XW2M=WQ2F!1OSR$MJpfr3Ps0Ok>0M$VD!3@jR&fl7< zeDBQ}49fu9y&J^@(prBtzfhUL}w>uZ| z1eWktd9*t_H}ej6ZtQ%^ogK&tH1+uI9Q?}N+4C6g+#M{>RJ-@>?|9UT-ncz<}# zSyWduKcWz`(#Wc?n}>F>&9h*EqWBs7xA6K{A~jKQI!67M?fCn;szJvT=ev6`zJodx zb6CKWmvt;2z!YOq(OTXuDHsTt1#t0Ex#P^Z1FDP+&y6pix;lGhwoaf}KRm<@m-lbjWzG7q~%g uw5@^)s5s7DI$9pv2u@Uk6LkXBy0TZdsdR91>4zJEL)E~cI)MsX=6?a{yV1@7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c87c9d532ea48338c3323c73c142b76b5092a288 GIT binary patch literal 891 zcmb7Cy=xRf6rZ{MxG&?^MNE+BHWsTf8xsN+8aUMAz-*JG35e|Nyu>xTGt2B;V8uej z&L&+_+6EE)KWt9yhJb}tx`VSy<(o}TEOlVs`@Q+So%h~v_UqJCi{QE%u5NcJAwNwp zS@t;?_YoWrMi@=W=Ndgjv_dszrM1l3vNC(iM#ct*IpA*F%zbZf)iJigg~oPm7VkjD zL8gvOlQqC%4r^lE!njp7{q_lVKzyp{ofA{quW75xOYLm(L~!k-Q6Ez6N>BsIW0N~s z76P-!GiVNo`op~;pU&|*Iiexn?E;SlgCi>Im|GauJAEE(79fkD97H@0aw%RxtcqZl zM|;Umq=XFifbRuq(hu@dy%c!kBns~3QM?=NKoR6g9=yObhS>?@Q4otPkJLh5 z>iUN0u0QVewvKaw<$XNF>6hLYymvytQ!LfzaD zs9i;MFmB+MmyEe=SXzYtR+7<)itngj3t!Loo`hX*X>sv^#{?7}7s?x`BuxtNc$7gd zA@@*4C1R0cd!10IUY4hj0aw7DN-3mI6-sKSUn(dn)pgV0NXn>`MvAJ$(U}mHR;P`J znP7tyR^=_^&3{pBpcz?|(qqy&CeuI2+{mVMc7J(9&>gOfjT^b!@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d539e2c415f19c5d9ec511ed20945b80719c84c7 GIT binary patch literal 16286 zcmd6OZEzb$me>rwL3{%QNby4&lA=UNA}NXb@KI|?6e;S15@nl|&Z0kP5HqAef&e`; zltda_(>m7$vXwJvZ%%O8N#LyNjy|~(U3P1ut6Wmfxhl0)$&Ud+7a=UJqSPus^y?r~ zKYY4MF7NeV1|UUS_GPy!U4`!H?$_O~Ki=#2UO)Udo2`O^;O;*>`lov->bICtg01+m z%4;aVQ&bS*e?KaURyqc}8`t=Uv@UCFH$qCH&l+Z`8ngp{$Dak$g44R6%|d1O@J6_sbg!PrgmLTE$1utTL-mu>>jB1vh`}|=6Cf&^`s0(*Rfjw zYI9khf&3OZ&uXE*0rCvVHxi5x<0dF;DE5q{TZ_G$*kQO7( z4$v*^zVC&`Rjy!n1EhaO>)-zn&x4=NnL=zNzy`#?Lp%xneoan)J`##Xa;9@rBBX&Z z0J%aDkq<=1IAJ&#jfjCzf%&QGWIyb1Wcm40koikY`6-?LTpH0tmm2I>N;Jy#6_49sN!J)WZPho-kgT)Bo`3{Cctw{ zBq}mOKnw|^Ay~V9-hxQrp2+C9@vBma5JMH`6DrPF|D$kro{C%!ghOn1l;x(PaE@jV zuSYw;upt39IeG=qg8iO`Ll=$)$qvJY%gvaOz)TC@iMJ2&#t45Z-X~SOvG_;fU9}$X zZaDbdRdM$Cdi2Fh9J2;ZTxT+8CKO@hTGEsWiO-k?a&8`@+VWYPQ)huyIZbdXXW%(; znvVn((t>hI4?ivZR{s@5Hz`rA8;2`qeGn0vgczk<4N5vk$7q(GXaQXOWxW`b7Nzw2 zdJ!xl@(2=Gjnelu=zD5j-Vq=hv{4oAe_>Q;zuQZZ^=J#cOaflFG~|L_Pv_6~kd=d@ui z0?V`q$1Ow2O&HBE8EY6o#>7kfL4YA}GJbhuMSTAs%_fdrdpql>%vv1sR$Adk4~2n{ z;6_|~WYt~8Mc)|B7|p}|9idrG5nb(!&adx(_k|h zQ_3hx#OsxW((cBz%J@o;zz_AT{xa<8jZ>^)PIKdoj*4jnZHyM^8N)O1qF5v02t}eJ z*qJUd~h12I!fj}Wl# z7t6+TuIbUW4jcE6z{aCsbK|;#4UF{x;&bCe*kdEykEIh-SsHi7;P>|TqFPAhsM$Tr z1z9H9g~S=WB?-+lZ_P0Qk(r8uObTKjWI>>&U&?8^&cLsKkX*Asg-4+~z6<-L&&)pG z8{!4ATxcolZE_l_MmUhkR8bNKJhO{=35Bz+GyaNFZ~QUrQggf?egip8H~fwd<}~LZ zf2=>J?H@Qhd!i^vl{zFseMw?ki$2aQ!0@55OJb`SZ4GmyqC8W$>eNZ_z#}O#HV;&c zTn6zVrL%jx0}&$XPKK^Bk?Bc}4}=+UW{MNOyK58Qt+eNl<5w?6ConpR(J72@q<`9M za1uBfGOOZjG^HVDcb~zlf&mpmV6KG3OH3#n=EeZ+(ju+h4Zk60=H$77$W#Z2*yB>Xv$={$Ac<(og9_ij#3rve#o%Quukzxld3?un1&E4Qpv zwx%mv7e_Lcd*bG-r822`@5lr97Ks^HVTRJo(DEz8(i>dnl~L)^M1~1x+>?@Z65yn2 z|B}U@-Bf@5bioE4KC)9*-^Zb>!}Hicx$0J&{rvE}F4VNv5g$p6dBCS+{S# zuY3lz`sR&i@INi~`<^<9c{S~MHScSZwoa~W71LWqY5Hnr>rBQsD>-NHJF2C+jU>p+LB(25>z8GJsq~SQO<@*l@2H zYtzQs8fN^Q39?ku-_58kpWjpFhQPN=Pb#?sukA~>|m<(4pzx5Go+p;=99 z>+C+6e_RR(<(l-RnJF*|5U$t3vrHhuGW&qHC|3np`6qPi!+(S@>zBJA%%9i^!~icM zzX$r4c~XFpI~?@WvSnlaLObMzmZ65D6a4Fd-%sHubU_4iyU`kdG5+TKY+`W9xQVQ3 z@%)jRcdjNnuDzXXPH8^&r-Y@N9R#8~WABknJsYmNdP2`Y|Ia$1EUdR8e8ngt9F(8S zG6i)8)l;~;db?+v%T@)hM7WyzQ8NgKX2FaCw{0)vm~Q1Dnj^(ZZsP?i%B+#mAU^^a z|1mBN?7VXL>e9x#zw`A-f^FNZYAC*i;3tGywPnO%Yuz_o2UX&up;kyN= zqI?-*R8eCr9;7)<4CEm^YzdlofQ~NQQ;||idMY7sAZ1oR zr!C1dN?X>z8Wdx45A_<59LU-xz?Xz^=zV<{R}AB26>G54ZG;a>z9lHusNgAMcjNgr zwJI@{wJ<9!Mm0oIyuj+_v@{i=K~mF#Bn~qAQ}Y81MTdfBNyb+W8O-($F>xFCp z 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e23cfcd84aff9d3b77e10fcb55e93143146ed918 GIT binary patch literal 2642 zcmZuyO>7fK6rTNaf*t42A_;+#388Hkf=yyTs0vgnC`dr4_*ENPZ5Hp?S+d@BX4imI zr=(R6NsH7-MZ(<7p^_sm>5XHLm3m1CQmqwg5AB7U+i>DS-^|(xL5#FJ@6G#}H*dc8 z=J#kcj9_$LIGO&u38B9k(-@&Tv2hQG2gpDZ$Pf(C5+($gB}>do6H->5kOgGOL?X&A z&@&Vw6U7LnMaHFNqv<<&B4jkf+79>>qNGDc7}lDM2Vt?+_3QpD}L{8|&CIT@O2HY}y{l5b6%$tZopT&#}e9DJMtLdCMxOpz3CI z%ffa(dxKCWwH!NxY2J3jz@!}8C8@jzZr|{ga4@Mo0)r41g9OE z4G#{wo=&~tAxvyzSRKLvKf?JD702UoHIA=Lv3PCwHf+vJXY$15uJ+y5U3>@E-G@z^ ziydlaOk2130YBacF=5Zl68!0)9|od>ies`T%*GvLbq1r{{zWniCCSPV$&0AD+^nib6xLF`q_XUPEY3 zF3N^D3u^DuofZ+IokgK2GjOmu(B;4pX90@SgP4Tt zFcG*wJ4F~0sBUM7`%xIfsDnW}%x_;iya@*_z=y^F!Vocp-F#{a?ppV@T{!pBKr_}U z!Q_sf@~i@AIW7UDY}s+#X(k>$0n4Kde!u`GvFiX-%y^hPyTro_T-hndAO<^vYuXuW z3+r{z;?Yr@9Kl8A3qrIVkLh|0RBoJmd+{2^3kDR*a;t{?kn2#77{0>u;7b;<{g9r^ zfeSyXL6TrgEs!bPlNzE7OnxLV)L4cAt2|6UZ0P{q+tl=kFPMHbm8TTSE^y$ozQodu z@vF(iRTm0AQON6dDv_hkO_K85#I&v7GBdj8&;)ddTM5g&k;oMwcXl#9Jd$w1@1dNY zn%3dU5;-%M&_K-qZPT#z1SCF)Bc3bxu}w}(Qzy&gq+JjJgO2+%{N~Zib`;xH+WFI= z`E%81+x%FyBQ}5bd9?F>a_Ot}*uZ*p|9>c?bT0_iNXx>-#pM0i()IO@{-=@tYFlq< zc=7A6{^6DWwf^MOwq&)vr`j`6K3kc2bbh5{W%!raYR}PyXtlZZ$LM18 zezrUgn){EeWPkl+?bw;$`qz$~Tkksmta-e;vuiP2i^6^oR!hfH*AFLF<(>@)6!{7V zi!Z@pQ}v=?>xj|39drWm02QIn&jMc*W})1mAjAtVFi4hxqCG%RR$MN#!kF%43$2YG z2Ey%t-#n_q?w1zNm6B_by{qzG+6}9|K({p_wkzM6rL?{?lruyi&H}#DBJ3_*pu0h8 zF}>G!U*DAw-2TPLZ0Oi5`3B>j;X$Xz3GAC~J$D1-JzBQneiJQ6-bTwi6G$gFw+w5fZ zUI*QerS&m84~#D$y>l}3Jh=!_-4UmI!AdDAyoZVf3A&i{M(5k?$6VgM-TOQIhM3== z+ZLpPtSYl7P7{yNtZ73-NaIPCl1ZF~=h9`5p@SU|)StYdJlK0Q8IY54-Uuk`#8<{t zh2y~w-7w)j_54UMYZgg+{8DHO=&4Nhj>%ad@1L+zRVP%m6(|+&lfb8Wr~$M z430LxW2-3P&GvNDrYh)s2%q~6{N~X=(caRLa>sgfV1Dd*xc!gtp0)6v(zWun_3+UA zsagm%M;0!Ad;59UKzXc^gxWj$XnehEWHGWJFOX`aZRyCfNMGswr;)yDth*+m7R+t# zU50wP{}=ixBtuK2NEHIHT;BX5zDG!BXkC+-6LYLXxb|B8wr zZ?qzz^)IxyCdY(bC9izyVWEbAtXy45K9N?AFKZi&tsM}AzEZ4)U@9m1R7q|yt`-u6 xp{2`gX{dCyoUBOY;}5|I*jjU&&`~;7Loii#R@{|Sl{?FQoPBcTC0pf@{tuk~qzeE5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb7942d2566b122689d8ddaa2a76b4cd9b317bc1 GIT binary patch literal 220 zcmX@j%ge<81VVmxX`(>-F^B^Lj8MjB4j^MXLkdF_LnWgoQx&tZo{66(<1Oy^__EZZ z;>`TK`1q9!pFygBCF_S41I6?!OB3^w^$Uvfvr>~wiuJSe63a5v6HD@o^vhE7%Jg$G zlk^KJOEU8FjP(qS^ouh~QgsUwld}`kQ;YQrG7I#9Cg-I9RcEH;CF(oy me{tC4=BJeAq}mm+0qq1ivl!%y56p~=j5qj%8@Y>EfLs6-jXdT6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e56e0321152b6228819e690c448513a66326323 GIT binary patch literal 158874 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 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/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..4f30037 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..67db462 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..8501893 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..186796c --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..1300b86 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32fc4f85c3210c63f2c0099ae58c479eba42cf43 GIT binary patch literal 1835 zcmb7EO>7%Q6rR~1+ws~?QrOnz$3)Fi0&SE)q|zTilr%JnAbYXb-f_B)ch{QP z{5VP_M?$I)6$Eiej~qCFD()O9S1xf2YBV4Psa$f4QVu95-t5*+3+2F*_Iqz;-^{+B z@9j_NbP|DN$Hyu)1)&FG(H2;T@-TrBT1PgraSeSZVPQ!%>`JEO%BBo!*;ZGR{J9RakS+lu(T6%FCj!Vh@h*cxhXT{ zrp>gQF*6u>T9=5dtJeMGzMcFSnLV}!n6*=Yy`=`jzHta-Sh2I0Of~9+cTG7iVS(k=w?)|Fd6`O}X$)Xn z1z1*3556+^I?uj8`S!%Q^Y0ZVrmtR{n3;O#%J{bM%*#ABVU_0yPQY+k-o;C;p_4WuFCBL`+7yLiqrp)71XYNTVvF~d3pJx zqz)pY(*07Elmor!7j?_C^+oCgM0Wx`@bw}KD6!mPGW4D#L?0>FEXGEPQ9ebz;#1wP z2afNt!O&^^TgaCR>Txx^iYp@Hyuz{1W6^y)Hn(WeS;k}H6`@S?k4JwEm!XYr&^8iisX9{KdTIpkJ6@ccYO(l8b^6KTaL+eMsIC|@Y zFQ5HI(I0{%Dt9^pi%z%Bz~YH+VdxeX-Fj-LIz5?0d1?8>|Lg=M!94Z!utv6CY6OJ+ zk4Df8M3tAqR)pz--2+=x3@H<=({*|f6j#L;O0-{W!NZOLge6I3TiVgJO91yZy`|}2 z_1x2P8%mCf%00alBk*P&t)S}Tg@QdHw$vG<-wQ0qV>%HYQ3WHGK2GKKBtC`A@EcHI z0BkCT5@?+T71oa{HhhnXG=R2I8Dr6G(`SS)JnT7uCfdoMRQB`HPewm|vw7h+ExYzw zOFMDv48VqRBCKS-pC`#unM7m6Wf85I2r3B1C7*GbH5iXCz+}LnajgLK4$VS=$6+2E z3cKy5GX`j|c<)4TA2t(*OVf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4609ada6a22458a9b6552c028093f8199000841 GIT binary patch literal 2029 zcmb7FKX2Pc6hBg=MAMROxpvyxg?k=agh3;w?bM>k5Y#EM$OY8teroMNSWLa>4_5eM;`@O$+_ukX%TFoY~R+|so z-x!4ajho3TkD1{gz?>7E{6GS7N&=0OKTCzIr72Vgw8XV3sw>n0)SN*}3M~U#;RfIk z4_C`nxCQva4ZO^aRz=BdkS+4c)W5|^3v^pHUu;#gs#Eg|R|VC^o8byD=LB@MfVA{L zYn3wHDdo#g;~w*$@4WDNFAbCU==CEeIrSqZC2c2y%B0IFpNJ(DER;N;hn+Cuw6BcA z_@H6i6jpP0Z|B=FO1ms8w6D!+l6JVDX@|vB_V@CDNeuNtm1+S2 zkocZ=L56r;?*jL!f%SI7=BUu4*O5W zeqQX<0A@PFZ#?cLCTY*1B3e^1#(V~wPWG|SFB?l zc9WSzGU8}Ws9vjZ#)I7CcrchthU8IOd<<4%1BgVAFkl20F!pp9hpFcstxiwhm|&lw zI+oE1x%`N}G=8gHu5Y|Fez(=V`_tf{flH-|g>z1@lbT0cMKX8y9V)ob!vRb?l~r+l zs=gdeY=VhIXXBh;hQJL$O7+>46y%^PRvu)u?5Z@HPITb6*?mD Yy`rSPaZgt~U1@(8+Qvd(} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1dda8061c2f1e4836e1746f3c59b9f2a5b972d2 GIT binary patch literal 8672 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 Ob{;y-IeuNkK>2_4AqScO literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd628d0238eabb01f0244a0516d233eb5a5346a5 GIT binary patch literal 43566 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 0000000..d6d2615 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py @@ -0,0 +1,48 @@ +class UnpackException(Exception): + """Base class for some exceptions raised while unpacking. + + NOTE: unpack may raise exception other than subclass of + UnpackException. If you want to catch all error, catch + Exception instead. + """ + + +class BufferFull(UnpackException): + pass + + +class OutOfData(UnpackException): + pass + + +class FormatError(ValueError, UnpackException): + """Invalid msgpack format""" + + +class StackError(ValueError, UnpackException): + """Too nested""" + + +# Deprecated. Use ValueError instead +UnpackValueError = ValueError + + +class ExtraData(UnpackValueError): + """ExtraData is raised when there is trailing data. + + This exception is raised while only one-shot (not streaming) + unpack. + """ + + def __init__(self, unpacked, extra): + self.unpacked = unpacked + self.extra = extra + + def __str__(self): + return "unpack(b) received extra data." + + +# Deprecated. Use Exception instead to catch all exception during packing. +PackException = Exception +PackValueError = ValueError +PackOverflowError = OverflowError diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 0000000..23e0d6b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py @@ -0,0 +1,193 @@ +# coding: utf-8 +from collections import namedtuple +import datetime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 + +if PY2: + int_types = (int, long) + _utc = None +else: + int_types = int + try: + _utc = datetime.timezone.utc + except AttributeError: + _utc = datetime.timezone(datetime.timedelta(0)) + + +class ExtType(namedtuple("ExtType", "code data")): + """ExtType represents ext type in msgpack.""" + + def __new__(cls, code, data): + if not isinstance(code, int): + raise TypeError("code must be int") + if not isinstance(data, bytes): + raise TypeError("data must be bytes") + if not 0 <= code <= 127: + raise ValueError("code must be 0~127") + return super(ExtType, cls).__new__(cls, code, data) + + +class Timestamp(object): + """Timestamp represents the Timestamp extension type in msgpack. + + When built with Cython, msgpack uses C methods to pack and unpack `Timestamp`. When using pure-Python + msgpack, :func:`to_bytes` and :func:`from_bytes` are used to pack and unpack `Timestamp`. + + This class is immutable: Do not override seconds and nanoseconds. + """ + + __slots__ = ["seconds", "nanoseconds"] + + def __init__(self, seconds, nanoseconds=0): + """Initialize a Timestamp object. + + :param int seconds: + Number of seconds since the UNIX epoch (00:00:00 UTC Jan 1 1970, minus leap seconds). + May be negative. + + :param int nanoseconds: + Number of nanoseconds to add to `seconds` to get fractional time. + Maximum is 999_999_999. Default is 0. + + Note: Negative times (before the UNIX epoch) are represented as negative seconds + positive ns. + """ + if not isinstance(seconds, int_types): + raise TypeError("seconds must be an integer") + if not isinstance(nanoseconds, int_types): + raise TypeError("nanoseconds must be an integer") + if not (0 <= nanoseconds < 10**9): + raise ValueError( + "nanoseconds must be a non-negative integer less than 999999999." + ) + self.seconds = seconds + self.nanoseconds = nanoseconds + + def __repr__(self): + """String representation of Timestamp.""" + return "Timestamp(seconds={0}, nanoseconds={1})".format( + self.seconds, self.nanoseconds + ) + + def __eq__(self, other): + """Check for equality with another Timestamp object""" + if type(other) is self.__class__: + return ( + self.seconds == other.seconds and self.nanoseconds == other.nanoseconds + ) + return False + + def __ne__(self, other): + """not-equals method (see :func:`__eq__()`)""" + return not self.__eq__(other) + + def __hash__(self): + return hash((self.seconds, self.nanoseconds)) + + @staticmethod + def from_bytes(b): + """Unpack bytes into a `Timestamp` object. + + Used for pure-Python msgpack unpacking. + + :param b: Payload from msgpack ext message with code -1 + :type b: bytes + + :returns: Timestamp object unpacked from msgpack ext payload + :rtype: Timestamp + """ + if len(b) == 4: + seconds = struct.unpack("!L", b)[0] + nanoseconds = 0 + elif len(b) == 8: + data64 = struct.unpack("!Q", b)[0] + seconds = data64 & 0x00000003FFFFFFFF + nanoseconds = data64 >> 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/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..e8cebc1 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 0000000..3551bc2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..3c50c5d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8177c03e74b61e59af950588ee1d4bed41b69b4 GIT binary patch literal 634 zcmYL_O>fgM7{{HyrAe1kA%xHlQ$XTSP~$b@z?&vuJ5NXxms~72c2jR@9NA8#v3AsEov6dQQJ3|i9EpW{EsD+%lw^)>+12sm|VZcI1y%1%z{`habD&W|1Z-Cr@>J* zK9w0wnSXAI`P}$4W4_3kSP53p)Q@Fml$aGpDqW4(R{BnFrGb#u{)h9^NjN!4X`#6f zZM=u_3qA>h!)h-)oW7UR8t9$UO1w+39T(>RD`r|r-R&8HDMBby?Sr5Z{uy!Z4y%|2J f2OIBY?XLF@YG*Ti1_z^qZ~MPS&p&(0gZqC0nFqnw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72c7437a9a9dbeba4c0fbf2aae02bac584c9dc7b GIT binary patch literal 470 zcmYk2y-ve05XbE#Z9b|Z#K6K6WS|xwBkCh`WASow6O)?8Nn|ILGV&DcY&;8Zz{Zj{EaN+j9L5d-Vv#1! zQY`BZ-3Nv1|C1et9LD`ka;~Dp9iPb-#blqeTZ`tb??jcc#?<#RYb{$>VxtPt)`o3l zwPB@NvZlwwtE<_?C9|rP=Z(nLqL7v~s$qb#9MwZpRRsf3mBQ6#O}~$Bbe(sloSS1b eb$@Bk5Fb9JbeF``+Y!Xp;p;S>cn_gD!uM~5D16%h literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91d51b19ee5031b1778e01040df29f232147b732 GIT binary patch literal 12077 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�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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e3600808eda1ab495021f9625fda04f8d769b91 GIT binary patch literal 6911 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 UWIFsir-&E4u^1piJv*5H1A9Db1^@s6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af8b6b251648243ab796657dbc05e986cba2c8c7 GIT binary patch literal 3245 zcmc&#%}*Og6rWwMjR70eV2TO(a73fVZDAp)T2+cTRq4mUmn0W1E8`uTO`NqevmhC9 z;J~3$Td7hj!I7RS#Gld&6_;w&TmJznSBjKV-*3jYyv9o@m#(yL-+TLJ-kbOFn_sip z2}aM2@>=a6$=II|dXLp*I$siVz)bc9bJ;#~jT2ME#X& z(Az=y2dr(B%yO9SEjwn%MrcXis7Wj;zOCEOB^T0eZ&m!N-4e|gyc$URrC-_h>Xo1= z>}~FE+YN8SZncBWrvGSp^`R}jfG@Qw)t8kzmv+l**$$bxWUZB+U$-3@h^;Ec$K`UX z9i|;e@Ro3#o!MS6IKy&JJx1Y3Dl^+-zvt#V#IVS@@JpTR17Z$X&_8nkt$KFZNmtwZ zKBeQ9kIm59tjNvKLI5I7w)*e_{e{5rcSK-X4WrIGME2MpxtX6nKg|F5^;z!jY5K0n zV12R~Y;sZU_8n>T6RE+mS$-mL!edj6(?{fqNGvH9brdPbX#^C*%usTm%#vNFmzuot zdbvCCE_}eBm?Lt*5g+Ac;VvWw0F z)!|uuUh1O?0437dFTl(d{D?(bafzc*1*nr!<^Dd_q5!H@!hD(2AbQ(;urnf~fu>ir zL87TPMD^3neaQ%?hc~$}24jxn^E#zHKj??XQ)zF}h7yy5y!U&*T*_g5{K_keJ)Cfy zS50@T0Y2k6ueU0V?wXAhs8lYaIn!0*`@)vC5y)mE#p z%4=0#tMW0b;tw@!Up&3{>EHP3+9Aj)z5NFhgr~DlEIC zP%ds`?_t?r6}fB~{dul$aPhTa7Yw+n#CLFm02f{uXRt6_FQLvP{e7Ld1~M;PIi zOP0PSRDM;|YV@Kv$=mc}ePgYO$FvCLlE~e8!Z3_CnK`5Q7X$g2WeVS}?WNzO=8OVV Q1ybc7oXwPeW7Ep%KW?CgUH||9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d08a74994e03b6af116608c6805de2f4d69fa3be GIT binary patch literal 14053 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8f7e5740837f48d72a65294f0f8df42e3485b2a GIT binary patch literal 31251 zcmd^o33MFCd1m+A00x)=W^f-ITp|Vl0UqEDkfM0V6h-iqWr335A-X{hiObysk^lz| z+E7xKcLIMjKOWznID%rgLm&I8XqO`Cgc{_PzBU$xxu5ZN7ck z{r>7>dIkeRcAR97Ca1c(s=E5Gs=xmF|G)nF@u#`D*&MEd&KW`oBFK%wk})0z02P3=yLRDb!GKucV+kI zbmjCryPW;GUAg^vU3vYkE?2+1%gu9wS+Mlw_ZM^(u(-9))9>x__7`>)_7`;(@to)u z3q^0QsT3e}6)R6-Nw1kbmzp@yCD_E$ckS;0Qo6dzM4MPFmYgz)-S_%xc)S+eOGtU^|QQ|_;JG>I>dO|=uQFFFfLcM|dN>JZw zp_HYTr$dTl}_-tsf3ssPn0LyH?nc)#z*^!ZMIPTa9O z(AO6@*(b&=dxAZoxMP1vl-RQp3k^zf%drgY4kJMK3uy7d_g70Cu>>0^8wk{OP^@=4aKxem}69>+<_61M24vmCP4-RZ-S+~Ab z4u-@vLxG;Nfm5Q~IusmgMNbY0D6J$02Trx>EsMx-Kqj0M$*$aVymxKB(bt3#^L za#FfdCl&+f)MQrzeH|#Db_u*_?KKIeOO|)koG#n4CG99_Hk5QMQ_>=4q26pDywy-T z2c=8WK95I~%oVfQgfR&=L-{;0?@U#O@^&#>-~|V2&q^tsxqU7nTeO0tsNZ04*#ze$ ztKMFB=2m2Jf=kF1^Th&!Eu{uE4O27EP>*NC;djS#p9;vLj-_#%B!-5ifgTONwe}Fz zTeKj!#$gVdM!(8XkudrwdqMVvPK!P{BmrrMBvBRzLIIkxzQJDP1ZAK83146Etmqp& zN!ZuoJB~cPDi!TdiYb+xLusl+G}I9c$zorxG9L(tPN^KQ-Q?pIN|y?{q*u?Zb2*7BP)6VV7^O{;~qFRD&-Y zp~bwW$^dRrI=D)DD_)T5DWJ&|w+^CTq#kwcLW**wkJcCT?XvO>K`Mt39PraVtZY&J{;a&>_NlC#R3kue4=1)xl~>8!TxJ5+2jC z-Kj0JV8Q5T@AMEF8ZUY_5|N{NgA~ zrq_Tn$Ce$Wn`Q;?*5QK;6q!B^I-$@6hgzMSKFhRp;+v8f7MIvzMn z*v6W`-X$VN&7nlW*Bk6Zos4Ss`{Y5iClK-t4)l$vWzL@t_MFx$qY1V`7o=b_Iw%-Q z$6UYKDQtStn5K4$O#vx=N-C*`Q##}(-|6>C#gs-1q(lo&+#ERB6VD5r1hozHg!(~8 z28Fm8Pf{Jr4i1E*)fBTSWFu}N3M4gAl3RNXT*;6qg+?S=`q{|EZL&xlpVUSvRth{6 zY^H#SzQR=yt(R750eweagH_-Xw_tV5TZ^OC;)Ka!bxwIc;c#0tbG8zekZ^LgEUkbU z1!_Oxa8nB)mdG{~pc?iisD|lK=88(A)>7q5pPLr0zpNK3)4!IleT{1IvdU)a^m0p} zdSD``jwJ}HnG3fpH^0cDcf8BPdH?Y72WFeqxlrPpu8NkdO|XZZPv5b8@I@BCpOrt^ z63wdq#EMd^sSiwuDLqM@2%a|!BN*uE3&?U067)-B$rfKvVb-4Gf?Stbw1`$>&j=qN zukb|kM7wBJpH1{ER0t>~SVf1J#TXTvUHts*=Z<2fJCC9H1xYJs7~ zQa#mUNG)TjD%^Mj(wEMZm5b$Pw&=a2M}$JKmefLvP-H9($%~*OC`sn31oKvjv?61_ zAlD|8qF<_5ZkY&4iuIVG@3b_OEJw-e5wpK4?(N<`AOz0^1+2(A+XX>^rWWz}a@^J} ziKoO1onV(Bgs^!g`2chZeWSU?D0TvoYh0K+gM0dQhDxMeVg4PJeH=4~&9W;*HL*+J z!~8cOeAo6nGpkah`ri8GpfU?`z=`!erZwAvr{Zm%iKb?cCY>B**jVubTs zJ4d~$440JDw)s{+;#bEVT2IF9npA0*_TptCRspH!G!uW~)>G2p@KD?e8W_Z_oBA3u znt>_sTcldNChenuNOIiT9|-lFmWk8Ga;2?T-QB@~UTVU?`a-03SFGTvi1Vq0jms^#a^UiT zsqC1ucHZfaI{h(c(}FXfC1%B(HS^AfsIwvFY)n|qtFtF8uVsU9RyIsnK5~>U<(sJ= z8Roo($a0wTiVN7lok?e1@y0hyZ<+>p!8FDTW|W}5NW0GHBbCemURgpqu7o)a2fkrq zIA?v+c8v4eIv?dV`wSz{5$7K9?T`3|M<)Lczg0Sf3YC$_>h5Obue)1W>9!+BWs%}$ z)R4l@f^R3e=P@IsWcQ&G`8fpR9D3dDop<@7E?>meoG^2)%Bkb?m20AvYa$hEqt12r z^F0YWm*qrH7kDPyuI;$GW8Tvk^)yBbnr7C$du-PG&I>aKZ`Ix^ymd0-+7)r^S~?Om z3Tz~3^}NQJAiZXq#hJ(9s~mdF)H!OoICgQ&Z;IO>+yFhLPSlmo2D3$ev|<_bWD*#Z zgq%!F1F+LoF>&t7*yXV);jJ^*&qQ4Qh{L}WdYu9h`>`Az2|N+S5VewBndy|k79|ZQ zdQE7VxlfY}$T;@v+Pk|8)L5$dgx-}U_L_D6a zEyI|fiXvGiDxfc$x!rhG=XyqKGWV;o%&T}^CW!>y+p=-N>7LvV3N?6raOPyRYF(sq zeWYN+qS@4%9dVQr{jQEUdm<5`8*+201BRVwesg9esQCZjf_AIzMFKq`*08 zliMQopiYT2&k~J~RDeK}-U$#RPQ^jJ2B9L-72wNKuar`gR1Jv&L;y;sR^K@I{^m&S z_BmJky`u7|r@uBZ@$`bLXd-VZ(Wbdh!?5T>@OYxlMw=1gn|$U~Wk2dzhE!>T|8@En z^+gJujW{ZP1)$N=APrKGwkAl_&C4uzDoc2sUK^sI0zrxvi-mqfu(KC!E zNe6%_WqcV?+Q8nti4Vxs3f4I)x1r%|3(`|?Rv$V-D8PlOOACl{jVMctB;!$9i@=Cw zjAa^K5u9)0wZ&`%0H>ll$vsM>s7V2Zx`%a99U`oY^c4^Z>Xn=x$<881N1F>&s}V}t zAkkDjVAZNK_MWlG@1TN3nqtJVco@TSJm#v2IBJwZB?z_4f(V27-yi~rP2)~bJ}uX9 z2c6?q7Mn7yY?3)_lKBy$s5*&AR*Y1Ay-TL*Yp2D;g)L!XsA&MwE{z5sL*I4o^V<}W zkVJ`iZcsLeEE2UyqG`#d066Aaic?Q3Y_n^Cm_*uf6S|ouFo-Ofs3GXGD$p=p&N9=I z-YZ}5l%PcGhWVB!qb*O~_I|JO!^&98AyDlfxO~&AX6wGy{9bd+wKL+_$p%s)omh(S zODh_+Y|#X~JHYW6QGp*bpW??7(v!QP@VW~|Y13Shb zBmWk*_wqq5Y`wvMm6!R~8p8IBV-zDw6t@M2 zhOjN@cPRKk{i$TwM}lIXAPVt(w!>*aB{^<7d!AuYJdf?X3fdm6On6M#LKjonGIifF zoROlT{4QRRNiXnUxSs)K9Gs_Q!oE;Zg)zUMS3Ywf(!Bfni96m%Zs&vvxh1|&I9FB; zR5Iaz`2W~<;@G_&BRqzP1+ZVD!-Qd z0BltiguRM26X$;}=K$U>ZQ8Yy|6rF5A?Vg|q;x9$WKEiel`%jPkr~EZVqxzN3}Bar z?X$@cKuP#j6sN?7Nk=F+K|vjYxI@>i(pMD*loWDI9FRIFMx0OFt?kMmQq@Il%Ew*L z4Jd=8?Uv^rrrmNueN>P_rweTCr6;M<5ehzq@^&|sqo4~vc@`7t%iR6y+VN*5EtAKl zY9~K;H7{nVU2u9PcVB)sW+{1K$+0$&VidR8&)hoxUMGv*5f&*WQD(P3#ZT2Pa&%7= z@YcpD&mxB#_%>T!!o(wax^P;a**$&Xo2xKHcwU5BSj|e<=ncHi-pI0cklq)!>ChtG z5=9nk^|YC^x7Cq`EsJzdIL+4L>0cxDZ1Js*MY@3~DHT?dUYWO6>R+hT!Kfsibmpw; zDOHKgTdVaqtLaT$iOgGTNQsOaDUorba!?{8Mop-l_E2W+jF(zc3oPBke};cxF0?+$ zFL-McN@V@ETW#;PC=d6uau={OiESVN0!6ceTQH8)llyU0y=@Fz7Ym;`3;(OY1*5weerw;|J zU2q6lLiQWBt}LMxD&lPHl;?;}(i{kRLQb!3g6rj>AclDn6vTN@8oN{lu^VPJF7`&A z=!BXT3SlUjQ`5){rywn@5NV#YG^l{PylH90NGnWBBb9K`1b2b&Dh7*O7I!HIE4nT> z@I&-uwn83#zJ{HL+cjo*M?*(PxVj_U-Vxq`FucR>*UP;qH|lYEN99v@=!sO}iIf8{aVW%g+p$v?5@i^ph=9f?i~Yeh zJ%fF)JfN-k{(y8A+u8E)(9ob1YF@U!fUl=-5W@Q@ABmjNAQ(j`agk>zC!)*}moy113?tjDuJ z>7fFEN;mHGb{*?dXu6!z_5j z@932FA)-)jA7Ux|kj~u_b^baJffje=x(uH3H^AUQT+oGB=t_v?V^=0_Mc|XV6m7Ed z;5JCz*tMHlLt_!}rC4f_odvK5!y}N5Ne`MVFa$gw?CT@6lEnVOb8L8kwW4o8ybuBg zoBelS8^}sf?VgW{n%Oc6T2lVTcM)Q zpnQrzMBQn|Z?O}>a{2_VD`js|jg}mUq`35s%BGGPvcLX8I_zHfBZ zl4ho=7p$l{MRCwE=UR8KsP@M08T;GM#){S%6$fz`PYlwwNC>dep|(u@2co1H0p#gQCN`@^t1>i9Q9`l&Y_w~!1Qn1dST-fh zSFMkdE;m-SCFxl9m2BLH#y@RHzGdsC9ZUTC*(VdYN26FZ~Wx zS%Kj1+0$h!LRq3isZ$|^RE;()3u{_QnD+kaAbxR0h|6_|jl@y~x@lRUmlpOA{-cM0 zCt%dv<^MpKf_eF=F-7m$$6$(HrX&^5u_MKVqq=Ku-WEVKcpGlN(c_kA^uXJ7RnzBzfMoXG!&PPi& z-7ArRYyEDlH&xvf_x<#pR%WYQU7Ny25^sOzkl~m)F+db@d zNBAi{DT^lcS=`h+5YN(CWyP$4I#;_$N@fcwt#2fbBzKfD?W|qaHqB#Ya2{7r~1RXITpI4XclI1{>{s^U35g5A> z0T|f(vbny}{Yv-b(U=wDu-V!)d6p#eruTE%?cW_^w?8}nkP=B~hS?Tkq(=0NcPc~< zb?FzO4PA?*nfRxaVTByQ`G%t_OOatAsX7Ihm+4Y@FO($KNXwItVQ z{N!GeYczt&Uy^GygDOyS3w5ZBW=}Y3!k|j#Li*LA@*=O$05Ow-#bVYv6AYn}B}>GT zGwYS%FopsdXt@MBxKd#(JyPzkWRosn#s0o7xuwd@U+f5{iOzWLFo@5~ip&i=x9N3) zyJS}_4BJItP{3wyFf`)R#B)f1WN*wwQ;3wJ+!GiQA=bd;N3j4UNhU*O!XV@vpLhX= zm6{~2h{~#Aye3tS3=YFU7RKl}Gs1SF`wS-8M%WxV@-Np8K;AnbNk`+mLoWXUT8<(|P|38zVtrp-yn zPC_F9ak+088e<=I9t5`$X0x5zTS=)|d$(a{JI1TSPs)ZvWJjxXkYbOYVJMcg#Hb$8 zDm?)?9I6mpwZ7+7wMDv)q8a0oK^d{6eyvWX4Phz)C_Kopms$Nng~3E#f|qn97-$W9 zQrnu;5>SQVl+P@Wi48ai@k~q2R(WC$A*~ z&Kj!NSrdXQkJ(Fr$TZ^Tb}lJ~UOlmP&DNKis{K2S9~FlN4JO)Jj#3owyx5{d{f)?~ z)ie;9YS&&h+-u23ZP|CI;E6TeFSfk26k5t_2!v0Dd%{vrIM6qA8V|6b2%|#!oePTR zQ*nsipzCopvZf@}hsp~+pMUB1(Q+-ho~tV4$?Bt3jU7^%T3a(P{n-qMFg4YqmvjWn|AWrv5BYwvt(-%7=GQE_3 zi-KzuOi@6ai4xg9J~Bfbdz_jp8->jHE&g`|WL}kNgD2BIR;CTbr1~wCgX-9Y?MPK| zrm4!bX8~uB%5=pZol=6GK`s<^W@ey;So$UCXNrv5oELZr`toJpv1;GLJ7x_A?C9eZ z3g7bM|Ap(3sijfrH|k5jJ#INO7#xUO`pD}=79BfP^ki8fu$I{AhI%@$8wPo_u_F)n zf->S+)6dC6eHflIRFQhFXc}>*>5JPGI;tuARE3&H)9ER9#@38h>dMoW4B6L6%XSg< zVt=EED=55Ha<$~1)BSqse12UtzwXA%@4tL|Pi*7T3JNOb3s$kETn zc0Rx0ES@St9Z&Mv3C^T$kuFi0GF;liv~yuoCR`Hq0|n9xNxZ@l01KLvc4;Fw#v81$ zP3d@(%rl%k(!ZkDVF|;vjR7z9vu$PEm^Gwh8;mop8kW2Wz2}&1%pSIfZOYcB0b(7m z#~fitCL0*J&`^4X_5n8?$`|NF%=gd_KmI#lrr!~Fz@Sg2^VZDD94It=vM<;p{W*## z7HH-^aexlA1$4{3xRovP{wzh)JxxVP$sNyT$f+EG%U9xtt>1VdTt7%55eK|sAgJ#M zV|zFtKog|AR-ir@3pi;3*Cv2WI$E7*D|;!l6*F3r0i&5x;P(ibX`_f)3_9IcIxcri zdFOJfJ}#@CZkn%Yi`KNo$~I0MfIhjbVa76ZZ06)lR;+aW#4``Gx$4$;<=O4A)}1lm zlM!bnu)BU!WYg2%G2eRT+pb96XK>o$A*@ihFSyGh73=8SKwi|@G;ttO+C(OWPt24@ zJ#7(Z8!E4;oo@R^$HcR!!|R*()Zg{g->a&hK0E)!mgo~(VpUrwbMAYprkkUlmWZ?E zFFGsafHj{-|qv#IgM!wpE6`>c7g| z9MYJN)@NwW(%tC4HnhmSLW|-KnI;pok13?pg0C^sO7q0HTb5j2v4CQMJB#sS*6HR< zBPnmmJi=15VQe2usto1Kk0aSc%p~lIjhJqlJNF&Oks*c~WUCx^o&=+>(TkhLRr0Tq z%}7=163O;$GtL4Xcm5moG1=_`YqF`2FT`BF2@9q&cK?sxbybr!I?xG+J*)9VlX~af zCwAU*6%l^5MvGfxuC?z!eQVEr`@v}Y!B|`8U03HqaRpW2eGINu;k%C=4@|NDlg0z% zukV+lx76#Ef57pVeuR&J7ozcx=g~O^C=*rrTKX7?(qB^WpAn>uI&IXCu3BM=Sqb5P z9VJ&D_?o+}n(2%4t9RX9y=&!xci_Ckd`?9)ry`QmuyXMg@Z>ZgOu-YKLCJIqMca-u z%r>3kKCZmM{tElIw3kb~z%n?ovQUyCkB8+EL2=l<*9K)HQPrQbr4t zGXU~~I&4al)^+Jv(QoJde zvnc_qsFJC+yRKE!PtVu2MeEvTkI&U@!^w&1+UfOE&69R8P42?U=l|Ik=Uq*AT}=zc z<@a3*A(UG1)l{cRG%jppsbLt|U-Zmc<|gh!wbC$ZWT@mXOEVsl-lMF4MZq6X@ID3q znu5I)fbeq6Bq7bPLHY~IxIw{k)R-nvaO^Vz1D`E0w>Mn@R7sU;Buu2AJx zYdhHy;dTdhM7Y6@=o7lDB@s*Hv66OcJ2NYyJDC;X4zr?9thlRX5la-Xvc*;}eIB>l z02H@702DX1AYzI2tYD?pOGZby-Kk|aNTr|9qgoQN#17utF>{Jck~(g|v;?=?$H~;G zgPMRdB}LZ4spFq;xY0{W0!~=0bdci#9pqr6K3es1gStJ|0Clpq!{=Ai>ev)cIb})| zh|P@ufXFotN7t4yqD{)hI0Obt0GdRzid~uLSdvbW=0x&gVYh4LlXv)L(QIatiJZ2) zXpB9Mp>4zay3Qt9H2D>jc@{_2aQ+$Q;nKfH5x)&~+@$S@=hA^Ps6iBCKIs55<2KlR zLv)SX*gl;sjnf+z)WR5)2=~C@-E&vYyX&IvIv6;)8{uCi$GzYzxN`9F!KwPUny)v1qva!~|Gt`1_mOi| zA_wn*6?7JiA7q0Xx2s!HDFbK0SJ}W3wM(^7W0qz7C5K?zv!p9Yq=N{*q^b?5W${S_ zU+0yBjA8DjLNZFboKZ`Xv=Ud32^P~qKsp4d982RN%ZCC|h-n7k>D1J+R{D>qU0OsS z6Wl)EIHOUIvf58Uq`xpE?Z8>v6s=X#hDLTY)I2aF@#k#Fe!aYkhb@^ITPATn5a&`-B0k{r3eo&C zL?sH2)5mJ)V|2c~V3B=n-QkB+KOWpR=$V`pSZ&HcS^C6Y_?wl2r%s1b?DCzcgbmhj zqe_}(m}h2kWspe&mDI{4t@1N5#R7i`2SqhqkTzGeJC9?Vf3Mn2sGWaI?HOSYa|Rt3 z3?b?4lm?N&CAF!`K?l=CogR?B^)c_8GSLG%$#sfPYRh1XxomxgoHR&Bvy-R8MnNI9 zUSLpXphA!RYFgcfucozc`LAZgh&*&{+7&i^RqyRj{f;^L4)b_pOC=6KSjEniCc<(` zBaL9I*5+`rY7fe6!yQrng27MDBS(8*p#P*0*fCmV)Cn5qx|;tozAV$k8Ru^0f4B65 z(r=fKXK<77%fKg@G2JD02!-aoqUVGAs%{0RkrO2Hh0xD7UU(AdY#{ecT{YtLzTti-zWzbKyr1o3PlB2Z@1!j;2FiSm%P z27N>?P|!snk##NBpeo;V&14SPF&k%f&07kimcrMCH@41~w?y&3bE>^z5AF z;DQAOilUaH*F$gYpRZ_*;{V#cw})dD2V=#ZbCyGfIwplTHcXAqR9_#9m9L4Ew?>NA z&RN#!HB1h_acsJL=EygzVwG#j|4H$NIZK=I{lHZ1RN)QJ^pSVXGY4+*H#=hu+rQIu zyYbGE57)$Y9F8^|j#VFtmL8e298K2xg{ciw^*3s#1Mhlfy71CVF+aW3bSLm(OKiuH zsQ*Z;=4iC+=$z%)$F#R_ZPnFP(~Xh*H8E$)`D192H%8cc=m%^=PtV%wRV34U5LBIeEJ^hAd{|W(?lGOhX}6bZX$KB#8@-)&X=Dh_5xkEtan#>~kzR(l)H8pzQB1gJ3^ z98g&^@vR0bZqwE`?G8?Km4yqzidea@UxPN%1y3m&!ol?ip7gb81TEw78#A9Lmr_`N zlnXAUDzWNhh9Orgm2}^reTnB@;9fhaxt;86I;Byt8@y*ycQDnp- z%6N@3vS5`vDuP6X-~f__QD&}X{B{W)4_88H3LDZmFUQ@<{Tk-J9zG)#BjI>f5&>wW z)%_NQzdC{hgVF#9qo0E8CtCIv@}V?va%;EEx9*I#?!0Y|weI=L@}o1=clf`sf8YM+ zSyQ{-diwg)Z|;wjAB{Ll5JDTUX6-wBCu|F)ez-}^+B~tJ9A0f+a2H+6zMB2U*69~w z<*gsN*CwpUe3-`-`=)KNqSbIxn1gK=)k)#cKdI&_j`2Tx=vLia>F@8H*%~X~_?PZY zfAt`97n2O)>EHDWaZs{c=#t* zDHeJ)^;#f2)y5&w9LyWIA59p#LOt!p8%)r-TeW?r`VDz{-CO6PRofNe=1YaeJVx^l%D|;4 z?TiXiF}^9)AjQCPNpH~ll|JG_Hl0^3xN_n0g*R-denzM_~6 z>qSP_N?8ANnh%K8i+QO4+;oLa20yf1CQldRt56Fu%xTvvp3Lc}QHPqG>R~2jdV85# z$32VJ3DB=bEjR|~_{+xjkAW#67`Z~?TAK^`?8g!qH_q@L8!kBmU<-Pav%cu6< zXrIept2k)<*z5aR=S0@Ma;TMl_ry0(%x?Tv`+M!t`kk@zCnvJz93}U2T$;wcZl-YF zzdh>T9`QfDP~SLTzd2fu^>NNw1FfyQ6bopgkjpEW&#j8)Rz-3fXNKoncST!wMOybS z)cfb_H%03=Da8xa;`w^<>3YTf;cjkQTG>3MEIdYfD&e{yA6{+Do;;kV%T?V0qQUy5 zYa#y-Nz2XBzHqt!#Z#F%Qym6$ePW7GrQ3iDTz3Y zG!ws`veq^sVbqg`5%l*h2rhO|QA3EHx!TQ<$}Mv_TY(mkrJj4cEaq)qiW=lc_TuG> zQ{r2F*ZZQ$GnFaJ9g#%(E&j69n?%`+)SK`e7C#yAoTdH&H7g%4GnE<~7H_{w8+8%K zs$cyQ6Q{p2A!UXVzL+T!U?%r=R8Ev7{~_R%NUB~67Lk9}cb5=ZmYw?rw+XQaZ&)}K z)m|nGiKUDUQ+THgF3l{)%d{b)^D=JYWk7e4mVT)^+=3Kt1`aY9kH}8UQk9yA55~qc zrJ$@~-!B6z^L-lgBr8*}Y5K_Ix@#R@?}!#`Qdyaz5@KZ-W6I{q-{E^p_!t7mV5UXG zW%%$1^p%|`vciU=+k55Ws~52gNjr!hfG|_{`%O2S<_b2&T$>_}O>Dr~9%2e3K|R1m z{g>QAOq!Ra!TqPGIk}6-_8d|^tWVWCK(L$wE=ln;hY#mbTDpKBh1`rFVYD=5?2N7~ z|AJr{r8h~yNwM(JN%U>xe1-pt$w;Oz8U`R43MKjJA*!-kS8EPGyGJ6pDx=Eij#p=J(cD~S zm{b3Qu$`>Xl#P(P1xIh^V^VFqx@}6B&6(Ub?`e+~994HgDt)}h&43CR`~fR7oEbft zahgIQmDCRk>+<=}E1(e_Nu!e*Xm<&Y=aK(&#lEF%s_sVR`}T-$%baWLJr8^seQo>1 z9$)VXI`p2$;fFFixa|zy>TKKNL=E1z{9@ zGd`d=L+PPd8Xgh~DqFDWzCopZ$cj4@|DBL=tAzs1) zk+%dN2}Rvkw!gZae5B`G&w-Ia?qPn?vQWP2t?k#hPha@X@!L(Yj?Ss=vGPM#9i#_3 z%-{EvPaMLVEo&z}v#@E4V&7X@{Rx+!+c;_YxEN;Z?^b@t9%*=Tu6WnI`o@{Iw@+N{ zykGC1?1Vk9w`ywO-TpaG`+~QEY<*Stp&#VL%WD@({PQJi@ppM&HcIfJ% z={+BL{fSys{-BZbRz!X4X3s`8?O!Nvh`1XVEXs8GGIh@u1pbP2n-r$;A$n_YOml)B zX?2m>DIoD%%B7$lgP3&sDK*d|G0w~br_@A`U!g}f%1=`4G6l5Ad>Ut-j5nsBk4EM& zBA2-PPwjhPF0wW(lvO6!eI5P~$$M~yiZtf?1^2{SyLF@DwR0mm?d(vTcEXARE-)2$ zobZ2HXf2(3ZhFV;hDhzEXyxVvhlE?5i*!r0*sM+Ds}nc!)rnie&0Bp+JwBzLhDhz^ zXc@eAqEhI($Q;9E-K;s=M08QH(LgLwv!acL!P(|2vizu>WtJaFXPf2LV~Vp)7SWt- z(gSNYMH20*v&{|GilnnmdeEG0BA#@%i3bH8sEhqg(pDOl?@;h36fnc2HxP^4LL);s zBPS83p}3AE(x;3xkvqj*Ea|ExQc_4c6cF8FSQ57mhk|{w1YMb8B9=b4U!@F&cMLm- zs3^!cL9sf*B2quc?Yo}ZeGrGxmA}xnn=)Uc;EyP{MZq6X@V6BFIR$@40ow;-m{d-W z#J8|T3mc8fpFG_mZN(?>A16`}V&d{V+>7%$Kjhr(f7TB<*H2AO-t<#W3m#DHClwsu z@K@aWD7XGTOwCSBjYW!@qwY21xeEow@T*igYmSs`h!(VsyMB;g5-Ii1uA0l=HJ-QN zDW7_2W;gym%WPewVpG(!Il{Rg+RVITaukkac*jHMTHZO;^VZqxXMe&W`mmSZXX2}- zIv#R#e|XfgmERI6YJAAyp18ng@ty^Td$I}I)1FBF`q@2^{4G(()`S@u_pP}T7pD%+ zY>4Ew&Uzzx8>7}ui&kVjEcu*;uZg(p9&!{(oO5vb<&!4ThDXZVWA2Xe+=R`+7fiuW z3%BV#GoEkmU!-WF$jsX)8Mo;@a8b+K5>6MqyiSIuc3&Mya1@{M&h*?YRpPV5w~pVg l{osW=mOID3pB3pi65V`sk(GK_ch1CDOm_T)qdOa%{|$z+5=#I8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b8aecdd291ea131c367e7bfe0cf7cf5cef58ac7 GIT binary patch literal 18960 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 Ou1st9Q_`WH*uMagx-Ogm literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f6144ce7995515f2aa6ba33e2913e9d3771af43 GIT binary patch literal 19943 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..4c379aa --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,301 @@ +import collections +import functools +import os +import re +import struct +import sys +import warnings +from typing import IO, Dict, Iterator, NamedTuple, Optional, Tuple + + +# Python does not provide platform information at sufficient granularity to +# identify the architecture of the running executable in some cases, so we +# determine it dynamically by reading the information from the running +# process. This only applies on Linux, which uses the ELF format. +class _ELFFileHeader: + # https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header + class _InvalidELFFileHeader(ValueError): + """ + An invalid ELF file header was found. + """ + + ELF_MAGIC_NUMBER = 0x7F454C46 + ELFCLASS32 = 1 + ELFCLASS64 = 2 + ELFDATA2LSB = 1 + ELFDATA2MSB = 2 + EM_386 = 3 + EM_S390 = 22 + EM_ARM = 40 + EM_X86_64 = 62 + EF_ARM_ABIMASK = 0xFF000000 + EF_ARM_ABI_VER5 = 0x05000000 + EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + def __init__(self, file: IO[bytes]) -> 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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..8ac3059 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..540e7a4 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..1eab7dd --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..0e218a6 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..9a3d25a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..bab11b8 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..de9a09a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
    new file mode 100644
    index 0000000..ad27940
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..25d0ec5129875d8faf3f358350ea0ef6afd5bcff
    GIT binary patch
    literal 146478
    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Lk_P^bKEihBP4o*~)``%~{d&=%1x<+oy;~lq-
    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
    z
    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
    Te6K{LvOMEpqw&245#|2@=B~Ka
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
    new file mode 100644
    index 0000000..5ebf595
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
    new file mode 100644
    index 0000000..6a0d6dd
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..fba4d61fe5bbad4e747f13562777c0e65eab93b7
    GIT binary patch
    literal 18033
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..ab1348ea0905653a197ced496ae307c81653fe85
    GIT binary patch
    literal 1950
    zcmcIl&1>976dy^WUG0}Y(j>NnDN1Ou)pS?3OVhLjL#Z1|z^+N@WlI@kNnWd7eK3+X
    zXj#J^TF9XX-x^2?KBhQ_{t>NArI3-upeh
    zr}y^zTCI#=ompGn{7y#bS1t^fm>qg-epQX0s;wE9kT{ECUR4
    z%N~(K@Se%l^uFz9+GjFvz8Sj^SeRN2v0Gl-H>?bsO!WfCjACkMP{!PGEZfh3jMet=!`RI{gXyCLyM&N%avmxKbrE)uCGH53FjTUn
    zD6bttccCs{OZ)kqfJU_B5fo~ltsd$LR^dT$9~k)B5u-wOLTCkjItz&Ow~w9#{*{PF
    zl&+rGllF7&yJ(d6%a`#ecj@1_ht{XWTYf(85IrT<%FsXLedfouL*We6`cHrlqO
    z&W&hZhlol~VPo?8%@5ZVXsJFwQ&+v`5pg6T+)TNFzuX=0|!Fc&FhPs?f%L^vn49{s%uz&h~Ho
    zhD!(4*?XVdS-t<#LAgG_4UUu-2YBhIGIdAUd+l3$P`TD$Ihr{42NL9k+xSSS?VjB&
    z>~7qf+B>@!9nQRdFkL?wYy7C_#}a7#SwM36pnPS3-^yJaR_ZU{;OYRsojN$ITzmoZ
    zHwXAiYJUIyL1pQGI(W=q-~@b8vKhCs13u~V|dN?Y^}tKgjl{w2rCn^8S^<#
    z2<7vRO+!^0c~u&tRY^aZ?DM$*ifKtW3IARQ`3BKT993a^qFi%*D{kA%^fHKi@P-Z8
    wAiIL_5KaAzF8z*{kMVd(?8_&w%m@p|R}rq>?*1UnJjBWu*N-KHFQoqd0+6-^5&!@I
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..a2ed0e7c9c472c7a5773a058020fa01ca802339f
    GIT binary patch
    literal 9448
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..3ff10357530d1442fe49af2cb36119e5ace91d1a
    GIT binary patch
    literal 9676
    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
    QP@LJz=caRCm-&3Z1Ly5*K>z>%
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..9f39622ed6cbafedab57eadad2297370eada0a3e
    GIT binary patch
    literal 12445
    zcmdryTWlQHbu+V1E+50kQl#Fa2PG{n?b?zkx(ZF1A}NWoMF}Eh#ca~u;m#~M*nHgb$OgM=hamY?-o5a26T*9{SjJPPoVS~7(7Rd>R=b<$&
    zTaA}O+%`xRg?MZbABA{rkZKA660*jup%9-9QcEG#Hb@9&!tx|&x;-`>C8>E>+nrx75(ss!YyV5e#9N3{dky6C>Ifn5G@LV=X
    zC-kP0oVs~bn3jcDDjrWw3);9$5hCC0J1?9Sfy@*l45j6$&^4}UY4vm{q{5dHQ=$eh
    z1Y<;&C0U)+Qt4odjD<#xM#m6s-N!MY99h+Z<60u#9SH}8;c;0&EJ4JfRXT3!hD?Ye
    zDakPbMg~$%5k*#oX+;|sfKC;XN+#r_CfpE-B96vo)#ygPDJIhJB>X#g;a*&R7*>@}=e1-T-;xTT3{wM@YBlr%`53ffw@R_jz+Nme$l
    ziD|Wzlj;6S_#`
    zw$lW}BT1eXBvBJBx}Fg<1*Eu^qO=OsM2-q_a4aZ9BJ-hOJQWq=A$1&RIdsq@n9xD<
    z{38(|MXc_j!9ifxa9_`GPx!*+Oa0{IKNJQTN>XEjWHB9O>McRw(Ox(`KHc=KB!&hU(WF_KlbPOQ(5mRQU`sNC%I3d=4&T8zvS4O=)T8D
    z&hI-Yag`yzb;RWo-v(N=jeOBMGB3D6NPp98qFI#1aG*Fs_B$9T5~mL?cCm
    zute!A32@jzeilXb4O|7jYP!n{@
    zh<q*6YKl!NPPe!U!a2^{wX!w7E(-Vjb)lHtB-`IHG<_j#z1K`(*UT
    z6F-<({MO?g*`_X&9S-LBgNws?zCG)0H`u{0TTu>D2`o?}3?!&sK0_rwn$=TKW1`%*UuKv&2ehf$*v2*@^)c3Cl$FDl
    zq%O?o9{0g%U!&CLt5Aa*$mMi#Ipy7ZdGOr8
    z`3lrGkHXf5ZAhmo(BZ~_#199sQM~X}xf&=`<@$>%w+QWlw&j#=c2DSWW1c^`nbuvL
    z%r_nX-znXN-vpg-lA%z`$dz>p)hUKRbiMGvziO3g4T#$C|CLIWwP@(3G**s!tx4;4
    zQYC
    zsorAN+)TaSbdh%C`L3+DYYP|Yw??Z!*vK3zgmo)r4%5xR7Uj;VgheQW3=Q`TSIi(q
    zWP?F$zB!J$C7aN7l(LBhRPg98(4$}HPiOaR%_jdBhx!H#L-_=LOCRdsqUl`n5J7Vm
    zK;?Xga=yVV3tVURg)tw9yKtE?i}T{CVid8Q%u_J}D5^q)N*QaXz=4ek5bPJss2BA|
    zvPa5b#~hhnYsaKi
    zbPD6EYGt~juYewj=nXUoaJl!|rT)R;p)lA3ndH$Ej2NvD$&Z0_Y$JQLTT*y(zT(1UP{uQ`4Fuszf8k;qodGO+Ke{~co!Gh
    z00kKI$ijmQh_U1;v{H9UuFd*N)=KWp>cC7zORwZ9jtQdQBW7SLH(Er*NGDf98zI1j
    zIH*iQ2ahO{aBM12sa+6cNrrp7HEZU+6Mq8}N5f*5KzT
    zC}Lrn=EjXA3r2a-RIY4Vijn@qaGPKxvyKWWh&z*Mg{pgMkDI%3Y^w#rJYr@V#j)SeNnESNX;}v$toL`9nGWQ1oZHX~Wml;-wmnxn+Q3qrOXZf%(48H0Nh8W63V0LKsRRG_UHDW+tK
    z*%QbMMk2#xN{&PVoGyfE!!R}siz>|_gq4_)QJ@Kh12Clx7KPyx(li?)*?mF__y`)R
    z=u=u2=gAy@^6~I;$N5~x`8%Fj17=Kk8IALv|5&JQ-Jec>il0ZmTkm&#N+ek20
    zK+wA0uv7K+NE6*FgQiQtKiPD*267#sx-MqD7r(yUl8d{Aetzj@eZ?EqQEsDnTSS5G
    zlRZ#JgAWM(^G&zuLayUNo*&412aIj9bC^X`=ml-&K$88CnnKKyXKVMdz_k*K&KYQ7
    zDkn>U-qNx1M<1lWRS-FtExu-5vPOJ6Z1@x@ChP58Q@00coxg
    z$R$ySa}=j2Vu5ckPx?;h>?Dx_+y-scy0a3Up5#pQ5VuL*~Le@cwgY<^hx
    zgu~!<0oV(-$I>#4wj0&9n_;wTv%2mhljgk$@Rnmn;4;Fn`U^bsz#NrYb*RdGE
    z;#*k!9u~-;j~Kd4BmY&8P%Q8iRP+?zWB!x#xx8zwjJxhvoY&R))B$g6__pS!FrVus
    z6NYcCE?4_nU1i8ybjrD2GdqR1HSebVxm6&nAQ5W#j$*S@YcYJr#|axUG;Cn=@oNrxi-SM&KBhPYcd#<%T`%-tl^~}P+lWKp~={H0yFpc$K
    zzM7ud4*_aFGY#iOpTgd5mEo7zOf`zpt?yZp4~t^9&@1dWTkd{Up}qre0&wN>`Vu$m
    zD3_rxv_$u+Am-t|umk@JG{i#G9_}7EQBdAs2|EL07+*zCqmqzt7qI8P`F)VfLJz57bh1NM*C30p5a@5|jzL6TKF_
    zn#iIQ#*1UgG2MwD=B*eagZmMcZLv}eQ3hPPV^W^co2eT?SQP*}boRUh_M@b^!)R-5UOG?7_8riCp!8m8O;_eDhuT_S}P^9KUawKb+$a
    zKXl~zqYKU_a3cd;oCoJWx%%VlKe)c!)|qST{LGPW>&o-5WxcOGspfy(f<5BE&sDr8
    z_jlC?dR>mcce#4&Jf=R^9ZFJz>qe7MP4zs9TW@0F4J-l-!5j4m&48Ongjr!Qm6QVw
    zBnBYV_^~Mr@rA<#dEYpWA*`w~Hs08A<4EaMCb%VT_=gU-)=E%plVL1sv7nmzb$r7U
    zK(hhlAoM+sAiR7>CEjyymtkjglUo2o(WG93V$H#_?9Z9%FPQzmV5%%@oC4$)w3##cHf)
    zp=YSc{E``{<|PM+U<49=nk=`tuKsjERGO)l(
    zhR;9)7=ESchZY01>sOX0<|XSF6y;~7CYKcJXXhoBWu_;Vlb7e=mQ;*mjYB>kds)FmS2>ck_j{vYNK93cckA?(Y?R`M1m82i$Gxp0F%mH
    AZU6uP
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..3d6336828bc1c773e4e5dc3eccdfe95533b95285
    GIT binary patch
    literal 13003
    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
    AJpcdz
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py
    new file mode 100644
    index 0000000..76527dd
    --- /dev/null
    +++ b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py
    @@ -0,0 +1,210 @@
    +"""Android."""
    +from __future__ import annotations
    +
    +import os
    +import re
    +import sys
    +from functools import lru_cache
    +from typing import cast
    +
    +from .api import PlatformDirsABC
    +
    +
    +class Android(PlatformDirsABC):
    +    """
    +    Follows the guidance `from here `_. 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/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
    new file mode 100644
    index 0000000..d64ebb9
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
    new file mode 100644
    index 0000000..a753e2a
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
    new file mode 100644
    index 0000000..468b0ab
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
    new file mode 100644
    index 0000000..dc8c44c
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
    new file mode 100644
    index 0000000..b52c9c6
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
    new file mode 100644
    index 0000000..39c84aa
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
    new file mode 100644
    index 0000000..2f7f8cb
    --- /dev/null
    +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..2c8e41c71077cca776910107a475982dcb7c1d75
    GIT binary patch
    literal 3493
    zcmaJ@O>7&-72YK&i6ZsmO16tAu06Kv*t8|mR@~ZAV*|3|#6lF=u#_}q59DfhM6R{m
    zWoBk2QIHG4$f3s+E#Mpyz$gMVg?q>`#{})I7duj6cj1H4qKDqxC_oFJ`n_2$>85H2
    z(r|WW=goU>zwev($HBpzfi^OCap^aC!}u#bBrVk*>|Dg)j^P+(!!ezdXEsvhR3lwZ
    zn}(AvXPivAr)D@kzc$OgPVf6hxzEWt+4s$I7Qg-Y?QiuJ^47kLVdNOv^;WIHeI@n7
    z&)O~bA4|-Y%wn?TD{GC_-CEtlzjFN=Yg+cQRpV?`xJq%KxjyWvdf*ph3o|O-TjM?#
    zuKiy&xL`|xV0zi|SSUG}usn|~yS^h?u*77rq*g7#wMR0v>&%k0DQv)+RJao!Y&HX-xT6m`$z+q;E&{YD
    zOXL^5)U;gfl*5(fdI-byZNV)`iG44$JXf{YVhb)TSuTQV1fj1Id$E0;JfE+A%b&y%
    z1i~!GLFi=Fi=(EP{IIczJRzPSRLxK&u8&iKBs}z5?CQc>v*T>mTHx=Fvl|PqkF)uA
    z-Wb>4#%&;U?FmbE#%aDjGn<5ta40p?bMrGy^7lgS+dRhDN#<%)gwk5{;2>d((u&t7
    zJlE&=P60B7&3egm7lkDf-;2efUV@1Z5GCU)z}_Wcx&BgUFCUIS-a?(TYJzTjBVa`^
    z*z)aqwLa1Eto?4ame1{nqE;xLpT5Urb4perxI@L}It1H!%Q>9W3
    zM#IG-f-5!KEb9&|Vb|RiUWy$nuDi{nyjHuAn4Z9yaU4^2&}<1}+!VW<4B6!A(?6V;
    zJU#g`K?JDpc*_*G8so@0XVY&lT)lQQD;+bdLzJL#qoP;=5|FyS|a?%;yz(p_`LV&bn>hHdc+b^iPacvyfT;SSM|kudyl#
    zL=`#!gixZZh?I*eJJATGVv9g9tKvPH(#QeO3wkp_7jV4_-Uwtbt+iKrzo<^
    zp%9vFqG(SRSQYb
    zS=T-7aL2iE<_C&6=UGw~`l4Lde$>CvYVs>W1R@%1y3Jw*#Bu^rOyFD8rUa!r%DGS~
    zFbMHR8HIf`Bg4hmZaT_P-lCrF4oO*u^Uv(k+mZ`eYK7QbYKq_{x0Ng{`__tEvs55T
    zICiB3=7TPDo4i~+Gg*?z;6(evktKLnYJ1n^R0Z61Riy%dMK2E1-BAqW4Ro8v(}8Ty
    z(4*nK4~Gvu7(R42vo(C|e)ibE9_ROdZS?jG{Vn^-yq;6XmjN`pFm$!zy`!`MhCFgG#2*&#^xoy5jG
    z(QkJf9jcf{D+LO6sMV%m+R1pmjlNqM`1YN|GAKBbj1wO~!F|cxhPjdH%;y!#o47eW
    zyHc>%I)G$pw7;$|R>*VAf-1PTE1?QqlEy+rieIgE#?`7ecLIcsO=A5y(k3;_687L;
    zTyi~*qd?0VbecGf8;PypUUnF*v0#yKt9@w?wMJO_kZP4`A~Mk6fUr{_ildO=GV~Pu
    zM2Q3GNa`k(CaxNf%a>J`s-XC$$KkPp;11WfA#@j_9E(7d#ibfJc%Do2puZE>`j6tU
    zcUOc?O8$o`3
    z-uOdC{hb%1zIMi=JW3$1{h+r?LO)~!sy9kD$PL|{#X$Z79f&6VK_wtE3C=CwsT^Fa2)nGxv)ZwokqJ|8#+faClR2btB;$c`}^e-5Gqt|H#uqgM;5IQ8Us
    zAtQ+Qg5ne}Qg;BIr1-iYDogX!y+vzd=r)aSa>l^Oua17;e0XJRJl`~gJ8PoSnmNYP1DsnP}9AXn`9kwlT0VrF(`zWHWmzfVnNfs!k=#Z3YM
    zI7l92nHV{}Ps-T?HfR7F+9?+{pt72q^0bBq!FiAZ6mDh4uoJ7|n#v3qPNIqTMRA?B
    z5Jah2K+oL*{2KgkKU*K;AlOid9k8oyfE}2dc=jWUl!TGvQC|wfG(Ez6(;P&fpOx$&
    z{7_XORm~$52F#aeGvKJ%3?tbNe3bW&yEU7}5K*#%FyhQ<%MvP&T~sU-?&OPw;sR<#
    zNVX|@JemSYO1#@hP>Pn;*D8;m)Qtgg$z>Mx1uda__4~v8gKBxXR$m^BU{gt$D~#-6
    za-mud#(J{MVREuuI!>FW9ayFrYa$ZyOvpmR>{8zjxN*F`<=HOtDc2Mv*6A*ju}-+t
    zjW4gzs1*=ySA9u2?}YL*=p{6L3$F{x1&%tzw{XaVEow=Dw|&xO4v_)JilmEO*22RJ
    zEg17fESRMEkXYNqp#rN}@MsoQH2exY{t7i+KXca$?2bzp`9;ND4L
    zdshLR`~~tyx(28B^$Rb`uPZMrZ`VG|?#+Fid-wFGKJ#}!ed7;+r_yg$U#%o9ru*WO
    T>h}KTJotKjX;S-^g-ZVe$yLS@
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..27b77a52606a05a8a75b810ffb02681250d753a8
    GIT binary patch
    literal 26610
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..148bd6cc66f55cb1660447c316e181f623bc3902
    GIT binary patch
    literal 2631
    zcmbVN%WoS+7@vLlwRT=jlP00CZDXjDHcpfDl~zURBNUYeO2`4H;HVH`i+9d5L{xXmqF+uQcw&jOpH-cj8#|+-$hWsjKUS@$|}5z1s8i<
    z>~*ov#eNqDTr9dc=;Dxzn_S%N;ueZiNNN3siE*&D!OANKVgie>2XmNz$~rr~iat7q
    z&}~35Z_EcfY{x<
    z6o(6G8UiE(+ZG7z@C*=jk1R`md`L{O@VC#9LZSzoTgxsRy7Rx
    zG^i$kUI6+GsOpQ3DB`1hISG8o-4ap+W6kp9aXPKvg+S>Xw!9fR1*McNKAD#_i%$_b
    z4|Zb0u7_jocL4R_@*Ph>hwu6eG)%y2$e|m)U6CC@xI3qsc=J_yFSxLp*`%kv2`>PV
    z*I-J*w>#*4w>
    z8#gZMUZ8<&-V*Ioi`!R=^g-0)@EJjvis)CdrQErCX^rn9l$&&44vt
    z>#B)8Ri!2#{dVfRvyVTniNkCB@ZUGegMq!#HM>Ej&^>k;T9m?eBUm|w>4wCX*agUt
    z2nuhnlEyMfJG{)!(<9wC%-u350!{U)tHV%#tipApdz5-!1kX!F@cxeozL$#Ne{O^q
    zWbYjGp6vfof0=oa#-4fx{<;@MoNxSI_ME{o+weGvBEiBB0oqL64mmSJ@6gPQbXPU!
    zB-!bh67-xX^e#isU`aMjq9$@CHbzIC#!1cXdqxQu8f~^|hh_Vw%syMAkCGDYZTrN|
    z`-$7)-KMr*so(a|@A#mdPSsL-{7jIekmcqdFrG2}1b!{ZV)_WJfW^d#2&>&D2)%z1
    z&hp6FEWB&-I#uB3byWiW~k7};desLfnX3mV*{ol
    z+G;~hEyeM=S6sQga;vyh9;vcbu6%yod+ZVSv-eot*K|L$8hU`MZ&kE)U%1|UpgdMi
    ztQ1!G|6ns-$*lW&U(V)6t>gH*FS6H&4}5X6bn`*D%2)c=`B&=>F88kUoh}VBZ)ISe
    zKT;P%_s_1LEuZ=F%{9K;ZVVHVpyiFn6+Ib`TO2l$PVq!VCJW9H8dfk(|Dg@UELmJZ
    z&036NF=@L$+O5d09eD%lX8W~k`^IzC^}AK)Zs$!Mw#W4D&ndWB9Fhg}D?aODPo`5J1i
    zA3Rh&U6}^7P(yA1qPWd7&3#1?mX>qH;Fbpo-Xil$u(>Q&Z~qkR+eRECmaZ1Zig)VG
    zZRM%zt;&b1pB1mI94TFQ7>P%xzMice4A+{&E}IutT1(@lu`MsyZUvCwDc)H*veDX6
    aUaTB;HoNU%nC@*K!;I|sI+z~2NPhy1Pmuut
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..9668c48428079ebe11b946b0116bb82b2fa95305
    GIT binary patch
    literal 3237
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..b477f1a3ac2b8d9b4f948e8ae703b65106134848
    GIT binary patch
    literal 1573
    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
    F@joKhVA=ox
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..4e7f1ad1acd17e1b5a3d6ea793caa53e2bf1ae1d
    GIT binary patch
    literal 4086
    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
    F{tKW=%trtK
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..41ae4a615fb34525f50b08fbfbdb07989388945c
    GIT binary patch
    literal 4761
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..cd39bc5de4bc0d00aacf827e71bc60a3525398ab
    GIT binary patch
    literal 11051
    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
    K8JgZlw*UX@(#Z+{
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..1842713fc5ecabee45880beba106ed4c9bd7a29c
    GIT binary patch
    literal 6677
    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
    ' : '\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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4bb701b304e7b5d32b58f767c9ca780fe94c8f2 GIT binary patch literal 37941 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 Pb!A*?y6ygC&j0@d*{rT# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 0000000..3ca4892 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..39db842 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..488638aa43be17b702f3d3af9710b592f0196d66 GIT binary patch literal 6931 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 Mp#L(bo&&C*0W80=umAu6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22c1facc3969a103035b4777963792a58fa3ba52 GIT binary patch literal 4199 zcmcgv-*Xek9lw+Aq_Zrr@ejbiU?C(zU?ghCkf@Lp^E(8$Q^-t4jw_vXYw7IMoqD@6 zks@dOkOyFxVm~4JVrQmPoZ*GX{tfMm4P>IZNoU;2Q{MnLFFf_Tdnef#yPdxDX0*4r z-`}6_cfY&(+pb+90iKSrk0xJ*1>q<5(RgHUvVI084+Kp}3Yw_-46)!#`b0MO8~%cn zlwdC9#H8#KE(@Cc4SZqWW4|k%43q=WVCAnN1W&P?D`1n7*ra6_R7$Z;Vwp_V(l94~ zz2g(&^wCkqikiYPcR7)@ie+2RuDm9Z=%WfiH@HadD9JZ&;$T`b(u=Y6aX!Q_E}g`^13`ZO`=*L+Dy^8=W^q?{9y z0S0C=s0CnDv>=QvWhL5Tv&5)B0l?gE*9xN6G+XhA~YHC42K-g|Rm?KQuEwr2XONv0Z zx=Al+DXE50Mt}~iq zWGI`(MT)hAyCc(tmJOWdTG_t83GnbGz=h#8$i2;AfPhe&;RRMzbc0Dj5;9psCE%Wh zC)JWc6HPtobi`YWq|;H)ois}hfV*Mt>Ll!L0Ng^qN|a4?6DaAln^XXY z*UNUsCRKxAFysZ*#IxzoRzs?$K^UNq*=A|vg|V?uwx+YGsA(PiYFKrP#R<5*#0j{K z((%Dt^jZjev1ZT;zx6-E@IatV+Ek;_znN#|Zt66Z zvY7=(PBB(^F+L~2>xekvR6(7_DfcVtb0mU|NhjzQIw34}gkBr*&j@slc)6sS*?7^m zrf`;$__V3c=sA^Ic6~?W;%;7Ia0IciEBm+f{#YZLVW5&LFw6-*DtmrVdRLX++WV`@@ukyGmE%8lA6kkm zfA|DH>ppW^x)*Z46HiLdy3exjwY~e{)mm4=KPWw`O3(L7-#X|L-l_!#;kpCE1IWr0 zW7+at5GKA5gf9T0S#cJQoiD{%|EyH?X}%udwA-tG&ENQ{1Rx>^YZeZrs#F0w=ae~T z2si^CHMohYG^s5fHMEJ^+N6d(>aHf$UzH|(;PrNuE3#Y2z28Z!es+&JP#3&QS6X2o z!zpq0op;GZMH!FtuL(!WScX>dk7p(-(s(>G;RJN5!U+#cI$zQ!oEA7^ux;ojhSd^Z zElofz$-JuUb}$%~?GAW3GNt7rb|es(WOUW0jvs1*u(F2^hmhR`GkXsVmHxL%U{kIB z5;({s80Lg}-@(Pi!^A70y=Cyuwc8ix->>)fuY~(ycD~-$Ie+=?Y`wj^Hn7~aocnHI zwdd4o`>A=kz85VGukL+s-p_b0-K{d7?uFfq(qAJBhD*3|_v`Hm*Pgbaw<#|I!r{oW zf2sHOh5Og;T&u}X!v|g-0>|ub@HN})2k@c5k5}0;OI3^L)!QEB^->@g7K3 zrRk&KRiNsxdewd}QT5v++gqwitiJi~3eGA!VBnu(9ec}D4T1$_(%*=(@dlg%v;L|) zE8Uxsg#WYU|1Cq(CZD(MJv-)B{%?{byhF8g?0|7#Lt~lsjNn)$;2!yv_HlMCI?K)z zeiNFo_dzZy!EtEoCY@jtcH~UF7DLg1y&Gtbe9MMI!ES>&?+Z?#2zO7DI?|M-n{X%R zU82>!g!9`moJA!%sT)$^`%_1=T?!FnHBP+oL{>6iP3aA&<|V6pFE-_qx+J+V8V zfG@+17!EH+9!8c%mLpGwR}Phe%WDtgLgqOZPS$Xk+5bm10P;c8;>sr};VD56g zy<_g`D=8rNziQtj53av=Kt`UUK|2nD&H=cc#Jt-HTtT+}y>>5DJ=-#ssBXA7EC>hw zd%%5*d&cf58{WQF&bT0aWS<5C>)iy}q42^lisDP3B1%8+6~vLh3qxzI{VSn?x!}J7 QNl`@e`p@vkR&?F{H{47+jsO4v literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c3e1e2504f09eab9909bbe82d06fec2b3ec8151 GIT binary patch literal 7269 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 SG5yp)wys?N9|C=`u>S>nlx7+L literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abd1e3068a815f406ffb35476c185f2276d1a911 GIT binary patch literal 40577 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
    `` 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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..c4db8f4 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..30a528e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..931d7c3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36370ee23f941c4a98769ec552d37e8e4d0d4c78 GIT binary patch literal 26818 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 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/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 0000000..018f0d6 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 0000000..0313049 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 0000000..6a254c1 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 0000000..ec0b3a4 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 0000000..d8d3f41 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 0000000..ddfcf7f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fa77aebb51bda5705f113c235c0fb66f9af0fe6 GIT binary patch literal 618 zcmZvZzit#U5XSA@+dsKgh=`&fy6eytStrmSfl`D93PN>?w2kFkI~V7?wy}3tx>WEK z^mIH6Z?G*DqDe>*DHY@7LKPQ3jXm>uK97HHZjKSG?c>AKKNz83Ve_z}b#VO}f^UeU z3USOMg`22~nz)LaQ8j9kDrwRxZL%tB@+!xO$JNFH@zHl&jaSJuy?Artn6<+BNoyuG zQ)*&Y)|qorw`FS@wKr#8@X5TB3driE(0p=c%+i z>zPz+uEel=6mD22-h=)f^b&3;Li|yBFZE*BnQ7lyYg{Y%CosiYY4q@%i&NIAmilfE z)@tEBb)D9re)hSO;*rEfa!~G<`_s&gz@m!-(ts==57-Du0LRl}$SCEergTWCY^=H$ z+(|>lW746Zw1=^QL6CtSosBt@MXO3yy;0fi|eCbaHlcIfM}J(l))^B_!9A+nk-;{2TmRoODqR z2caNz6S{TsJ8AKQy!VpteJ|fjzu!SngRAl60eIP5cI9ow`VzzwN>GFnoOlXHSm3$8 zv;A{I(i?vgt%@OI#WvCu9~^4&|4AURTlu7LDQ6Bt8O#K zm13+Wu5xv+6xK9qqltrk3wsj+%4;=<81 z=cSzTLR$($C4~*BsfwA-&qt?c)X74e7#^p5DjbDuy3GdDHiONyP90^j&I~U`rrPXX xWI9Y%@kIS1_IQc)VRoM;-6ZvwNb* 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 YFYdeB+$gr(f8@MV+= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 0000000..37b0e65 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 0000000..917fa06 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa7e9ef12b256e4ac84678f2df944b980e97bd49 GIT binary patch literal 1085 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 W%_QDq%kNsaub)_DDN6-eg8u~+zp^j@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py b/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py new file mode 100644 index 0000000..ee511ff --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 0000000..10ff67f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..806ca5776fa4b175b63d2af08bb5898309e6c813 GIT binary patch literal 5451 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4ddd9f753ce62702e9366fe17038005c8d8c52b GIT binary patch literal 589 zcmY*WF>ezw6!s-;a=G-SQVFT5P+7cK?%BziTzrS^i*z>~ zKY*D9i4`^^eg+HUDI@%WNZmT|(h>x3u)pu~`|S6gzx%$2Aok8qCf^){eyzzSfZxQ` zW7s|*jtJroad?9?c#|~w7TMz4WSh50i?>OeyTs)k(kZ-Qcj;>JHW$X4a&TVQI90*v z#l?9rNp*0V&zUk|`5?A7GshTjQbR2mx3S=9WI~yit#NoX3J)b3HBjll6iNvj2d{** zWw}2W&t|uZUJGHWr=|BiV^J)Ead=n`UZh!}Z0IdJ zlv-&MLFsarQZ7uSWoBinKxk8%>jXfT(uL6GRt3jpE)x#AM=8spMGd(B7mGQQe_V-- zgfi>PeM+NESwLN&Yz7Bk(A9d<*Ax8Oz!SL0nTl|x(>Efr2G0~*$SJd_#tWeqIFXk) zyP4`yI2vOkt#|^R&)8HLoXHGBp^8KHX0rI7(!;E{cAw5uo+si&_u<*~KbvD%R!zro zRvz*PRj1xNsCH}bpla8>yH&T|xdWPizw+w+M?X-%?%e~iKdk(^`|zEsdtm^FVvUk$>|oRA^~W8Jh!B53tk-I&8ZNQmsaf}SC%HNAcCRzD zi5Jo$#Rq-Thk_9bzLY`{3Wfd`zHEuK*QF1E(g)wtrVquZerNATFg0{wXZJhv`Tm&i z=QI1PuTMuX_FOu%@Jke--=)zVkk;H;pN|Gpv!&@gQqLVa9Qnl1)r|jfi zrPOchcTp+RRI}-o?{!8#^9UC_XHZ8F=9o3Z6ST(lFJ2kCKEvE4Y7>s-HWf|0;5n9{ zuEVjYm;#%OU<)j-PHfzbRcqpM6Bj!<^yLb*D%d6s;@H@AFu5%lsS`jgkY#Cw1>g#) zH3;MQDE9zva)?`Rm?EpckS)FRLUuN*1gWw|Yl1ok7mN?W+WfWo$?N=voY{5f#yevx zga29L840{Tdu_ghS)CtS$?RCLQ~-5{RDuT2)(lLKkm&G=&?*u=+|$k%i>#v0)m3#C zcB`PNonuw$a@9sm6vxwbtm003E%*dk2>>A-5y9-z}8$_-Nk3q*x z_-Zi1i6czO0U&e?BV?izhdN*q>;Pbibc46U5XW+DnaczoY|=57D}<3Sj6*C)YqDkz z&s8X-j^HK3$?$j=C5#|J>T@eIp1Ke>;uo=a?B;VXbP9*p-)Ts8ZGA=O;K^3W4R9| z@|+6te#5kGnTv$y8?=!(0A>TaEA9LaY3CZvU_iJ=yE9Tf&>CpmSh@aw81M_QLWwJp2Sqz-vEB?|WGJMthzb z`zbQEsYaqht;E2C%>B$-{CNVmGH?9zTWa(#q(p~)&FtOO;Qf+IaeOs6j=oJ!Xg??u zT2^85Kaw2?;)Y?nmSF@cBSEbFqiX9uE)7~E!HDtc)F&6t8RrXA=L$vR($vL*Q7jl| zug(>M;n(lY&J}|LuWmt%E8BiMV)izrIU%*Z03>JuD(xZVJNL0Guco z>{Pk!8{Uktjo%^G2bi$aFB7NguI<&x8Fm=fBnA8-Owcez`BRN4k*$8D=zpL$H%5=F z6`zzIm;9rr*GJFzXry&;eC_O$>BrOlk(28OPx)xLb?E3?`APM0)z6+{S!rhWY$OfHzG+tb+{FY`^h&qquP+_qrt7Tu4J}G J(#lX+@xL@HD{}w< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ce6fb64f2053e619528d614bb64c167d457cb81 GIT binary patch literal 21285 zcmeHvdvF}bncwUSyTC5602VLeIRHrjD-sJ5Bn1hAD1iV-Q6xc%0A*|aSPgd;z=HdL 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 K9N(?BA^qR)IETyt literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5a45f0d4ce61b068323310f86855deb08f9a5e5 GIT binary patch literal 7209 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 Zw@W{~d2pA0MyK*P6)$Zb9MU5`{~yZqURwYF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eab12c64067d8fb4376de6b6dbf54a4b0953bd5f GIT binary patch literal 13928 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2af681b630a9f80159f1c67fa4c52f188e6b63e6 GIT binary patch literal 927 zcmZ8gzi-qq6tB_#)Davz5ad>FHEY>@9dHGGoKdNy7gC|5`|KZc-FA;j)K5qjQzWR$1eZwlC`tv5 zs1TGOLL;2T3azdnL%|{zVnxwT#z{;))b3G15tDAh;~XWNq8|ru3JT*#BIy^K5{gnB z?%^)=Tz5S}d6FTl(c>WFU9?r+b^%eZ>n)%t5eTCV#SUj#TiYXl))`Osr84rSHZCDEel7vAZss>&&$Cq^-udGujPs^qtHb9R1Gzf;3 zR4}eY-GB_IF#pe4{mxj8%i^Nm8cECBdOEcsgukmUbVgSIbidnk?`A$U-ZxI{>))K_ h9|u;JPOHE<_j3QUJ@>_#I=uSo+Kbky4V*?n{uf!l|EB-| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc780d8d8dde6b30e8432ce74693a6a77a51277f GIT binary patch literal 1512 zcmZ8h&2QT_6sP}Id65)h5fw+)MaYL4mQgu0R+JEy4z~e- z=6k!G+m$@tf|i<1V$mwB=6hC%O>3~0bBokz12$+AHfamCa;-|{=saA=xlOLnMYx#r z8o5fB;8M=(q)nIMGF^cybQP}BHMmCC;X1truhHx9I^BR9)PWAY0dM5~4e|-S32)L( zxJhrpTl6-(O}F5d0nj$=sAn79fp?I?egS@p?xK5Y?xMSW1G-tU)BO2Qo1v#E;(~XB zm?plkfBAUW_76kM9U6xzK~BQZ7{@6mnKSgGkf6}PG>MsTrqQ^E2^N`yIaiz7JtUqX z6gl5#Vi-rxj-z5OjNPvDNH`2pA4lBj$IR*Z!QnHXh1~vlvosQzIAVyL2t5}L^+(Ei zj2Opp)U{7_l5Pl2$GdOKS^*jkj=eRXk})rm}(HmhZv1~y@9zGGmeO2))T>0z@vkXEz3{SSRiTV zlb4W`%Sswe#rlj)$BW@IO@l;q#T$uG53;eXEyK3(ul_qGj&WYhzUV~P}SnB zqLtPqrR(jHU9wTYE$secYoySKD$}! zM}ezKGgA5D?qTGQ@xT``b5#+>uKGeZ$y;f+`}vN`u|W3{)inM9aaYyKoz=>{=xKM_ zNZllRXMH_w;Roz1^+xqu1pIdeXGOy>{w-9D(whZfIIn?y)&y4V?@Iesr9CN~nZRzo z@L#r%zInMmG5=?tTfnHF0OySfjLm<*{a4`r3D`OT8z-Rs)~*?ax8OZ2n?~UcP;fQ} rS__lfv00rIkFCa}eB7Kr`r^e;6Z?36@dzE&Ck;)^UmNU8b-@1sE#A|+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb469c78987645e4efa3071396d372a42aa54e7d GIT binary patch literal 25251 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 Q@cjqekJ_w1u!<=EF9Xb!2mk;8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84c6528319528b7ed05e19ae44f269d6f50cd01e GIT binary patch literal 7052 zcmb7I&2JmW72g#}X+`V9mTXJ5Y-yy}Qs~&EW5sEtMoJXfPHe|YYD;Y@AfQ*=k+?Fs z%gin%lTgyM5Ksk31LaUSJyj@rP-+zEAJ9XO1$v?D0&$5P3KTu$(k2yy208V;H@oYV zBeo`iecbuY*Kgmv_vX#~sl7d}z^`j&a`9gsit=|X_`hcFW#^41MY*FG%DiHzMpI7B zH_b;>#fTWuTr?k>Z&sBiZ)tt&<|Z@C+h{pK}7TL9I#7ND(!wgMXGt-See)N36h zd>`O#q1H`=wgcJ`LgR#X0=l2agOT?UdH~R_5ZXp)H=qYYBeWBG2++ek&f5bP9fbD) z-V3PzC7pyG0rY5SjQxc60eUQi9w78Mp#5CqUBSrRgbx7DcHsvJ9|U}87k-HFCjdXO z3qMTwNx+Bsp@3lzp(B7k8RF7QXadkvFh(Tca)j`w06z`*(E#rw{0!j9&?v_UO#yl~ zgdQjKX+Y2M{(#2-p`(C4!v{DEMjj;mJmAmrfuQwJ={t$%$~WVJzg6Up>m>Q@3@^B* zZ8`CGzWs~GXS1fm^0raTah9|BOQ_Y>S7v8l zzbJ$)K365udF94yGZ%QqHaOuKX^c{W)zfch2>yNw9>A4(6}+IyQ0F5X$|Cr}x;7u( zP;RU9u^UPvQr+*(f6@Pp^6YGu3(i(`hv^p6^9$xu(Jnd<=>dBksAn=oA-KU-vnG66 zR=13tX)UpmT@-N!KTktRDrAto|BJy(CpM{ zFS@4u?4Y8osV02iuhkD!RVg(kqUDz^Tc&I3IkU|D#SfIvR!uj{ZhES_2@7Cg$ti$& z@te$ESmqh9xvJ)4Gu0NaaiX~zDcA*p1O!INYD-pkbk`Ntm{TlpQPt9E6Q)k56R~R4 z;km_XR2NH5wfWX6{!`CtYdW3D>5h|5JGe}^kneuOQ*#a%PO4PYtxT#QY@(66W$7#C zlJ43fwZg5HRL)#T6-sW_wnmdrpG!HW%g+?_%q@M1JE?+MNTs2f0j)jCPAX*bg_3}1 zu9S~lmktr=B>(gP!Ae${&`u z65F%)d(HvU_F!LkW#7Pd^pm#VwEe#4550dJ`^(tegT8@ZPW)ox)4sF!`p#}#c>mSU zwD$K}?rFUrov3Jut>ODxVh83?K&PNIOV9Ikx*AWXr5nS0TRQz#QO|ibE$OsjXVPi< zfNHy^!3@vkK-a41Lf&Y(FN$uE0u7Et8&+WL*XzocO-(WFKUz!d)E5c}0hS{h?ecHm z{&)66^=|J5+X8RCY^{K085kodI+PDjF)T2SF(h!>n$VNVZTQhL8vLg4kNrb_t0tQC z4w#l=8T!ODIHW6z8JD;}5|ZIF92Y!=vqe)lu5@ZWmkWBMyCoUKS&J1N&P;a%Vl7|{ zz8?07(8!lxqh(}{O;I-(0XGoT6LShYV=kH**~hz7_L$aVx;Y9b;q-qX7v zH^wvtMvx9ce&74Z5P{p{R_2U?cvq=)D6RdUYQy)m;VrkKjcyzFwb9SC-cPl`d)nX@ zIPb*v!B38SeB{sC#P1gGYZGLvGl|$vh zdz#ddPCv7!wLXPfKrsQ2gS*?h^6#ctOp~g?nub)hw|z%)cRn1+z1X8PIn~xe!2^qc3tCMQ|AWe|BTwCGHMW|Z7} zu~Ntx#Wi?>&~imC72=ICp1b}kD%FI8K>5@ZqvV4Dh&u*aBUYd;^ZG5$bl=YFa65Pv9-#=XvSJ#rlo*BJh{6R}pImI9T(sbTQLqIVVI8v1Az2h}hRIG#vWPcC zHtvxH9hOh}OaqE|aCPiF&)Ta#$vUjYkrfI(%qk^WA>I(Hc8}F75IwmlCy`i|-q9_J z9OI2t;^Q-X9vPzGVTR91hKM)Bu+wAsI_|fqydmTWv|#r|dkhG|DtpUYM{|?N3xx?! z5JgT)UWhlu>)>>@Xx-w*MGI~M)-|<|y*;1Tp5aWR7@)%;83dTQ23w0rR0tI$ViR-181N{&AgdfS`RHa??l-#asCD z0t(755Ne25_YGHYJr5hHQ-q8{Ds&VTnvsOrBKR%sdjU1N@X0|pqeO=g>{y5AMP!De z2v49ynQar^5ZU;3+-N1ozUiXl!T|*LUXwd4XD`9oW|8!{_lEW|azRlFb2%v$hj>F= z4$WDDubP&jFXZ@3w&BtGZjd>k;lVBoH)OaI`zaZo@rG!3`uu*N3k&S9eDoz94wi7QgC$yQzeOEBSCJ2j^)R0kk`LmI@wo&Ja1E{~ zeLh#F;4BQ+glJ@Tfm^thfXeX950@(ZH2JYl5v~P5!FiKfxei+}EnSpYj$2D^whn(x zX9S9kF#lP}AMu9x`Q&Dgl;X>%gbIv{wUtZm$N9y^%0s$JVCcJ)qc1{OL~`R$)d=?h1+N-*QX<6 zwH=o}xHhgfXXt=VhgvZRqg7kHYXNx?MYlY7f}>*rMM}vi8>+^?k2@K; zD&-!ur_&ZnyA*8+6kREbRa<9E1+O)Q4DwYp?rMvtPBOV_7pNIhG#!tqeg!QkX=V4} z_#5qcc?~xy-hh!*cpMw#7ZFuezif)B(XZMR^^*Dz<@s83n|f+FBR1 z@L%hSs@i6HYpJHdORYmyud16g(^VA*IA7@+!d~aG(C?Ax$HI8!;EAnetQ*JT1vMyN zpq^(d2L`vsvHmR9j|J6ZSUj^yUC-eA6}8g$6gIp<9nU~%`%NrU?PTTXsqM>HoW#b% wFf0~^v2aPP96ODrODa-7xe1>Ee^@oAZrYWRF)Yu~uvgWs&aa?!RVC~EFE)NqRsaA1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15d4751f210ab59eb87bed7e5b43324673dd5822 GIT binary patch literal 4317 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..057de29e9ddaad8d2213d55e0b788bb5d54f9f2c GIT binary patch literal 1057 zcmY*YL2DaF6rR~#S@uefYsWU&G%%1j?FOo)4)MVRL&2tX0yf0S#b8$B-H|krtliFx z<;bjp4n4?;X;gZ!e?SfiIpufc;*=7UC51x%fD@gPQ{HT(LLa<0Z@>BG&CEA%UyYC3 z2yAL&rSy-1(0lzcG(1T9^N^gN0BxfHm+>|ZjNj0<5ttCorsZS~U)qBGy3eGNg-RG! zrTy@KX4`iwT#~&o*sn1XiLk)~CW)#r;?s!k@)}nhfKn(@@XnwZNsAHLl#1;YZ2PAM zbns)tR7*1*9axJwnN#a=}hUha`V^T|H*N zP4NB_gcGD7ezjHf1o;LB-vLew#i)$_G>)?tAT6{75vSP!a`1+Olguxho42=g!Wyiu zq}GyrF1q(56Vh$&)4K115cip{q+6}i1}{?;3Kz%?x5jtfsHrMp{d(cYMOSjgeu$`F zrDZ1Fh)1pmv;f#c)!kH&Lexyg16HE@HRYv<$ilW0;8H(f8@;>y{hOR~y3kqcE*`D_ zm2=K4=MxOlg6SiB*7Eh`hc*I94!qxnaDrm|086+gM=c!V`@`;lxuM1A#Q@a|aYg-C zEye+U0sW;-m@#ybW~`!}Z$M1TK(Q4YCCpK5KE=P|RwmB0@$p2QX&J{;7K)86QYCD#=!; zq)G{ABr&V3nPgJ2k}*AadQCD?J)oj26H7yhovNA6NG*!)GeU$;LGZz$QjVAcY!+PZ zKxm_X^OKKmcki^qqNd|M5n9?QJ&yE;rS^aeD3V+(K_=zWZ}$tv5aQ5t(D( zbynZbT{`8j=N6wWLFnA-P0YQXSm=Fw^^dXhED+8|QGVvkn(o5}Xv49Rtmg%x?|DK$ zV*29gDV`&7Q3LvvpGR+g{rOgeKAe6ec?rU~i820Q*w{LsMfP+j-_Cp-!T4JLLJrTQ G%fA4B?;zg* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6dc63a75ea3a35427052bb0b4557c17c848fc247 GIT binary patch literal 35453 zcmdVD3v?UTnI>3;7x5wikObe4;!6@J5_(#esD~|)qAg3JWQn$8+Gz?RKnW56GF6~t zGN2>7Gu>dKL{!|IS zvm7>Y+!Zd&^>JZ7Y>M%HJo`2Enel6mS>o0{D^J%fFMR~@hEtBKe4)yC`k>R25&>eTlMEMJIxLtjI@v9B@S)Yrtyiek<2 zmcEwwn!YvhwS8+@nJ2a`9_S0iTl-q$>-*Nn+xpt#?S1X>U|*13_u_hG-v*ZVA-}P2 zBg+>f@9Nvc@+HV`?%T}rrLisXt$kZr-XD7`zO8Q?%a_F-k8khW&hq849r2F7j`+^L zo$+0LyW+e1cE|Vh?TJ6p_eA{3z9-{*`}W57_3evy_I2`HWZRjvIwkrqO24C@sX3Hh zRP*{TO24n4sX3HRs(Jl)(Asw(T+#PTxU%nHxT^1viF=9*SAUxe*Sw2WKu6zUR#uC$ zI<2gSmDQt6i1fT`R%#w$r41-;j2uR}MJYeZ%9~K$thMm$s437gcETw}zA+M!l2R}} z6pq9s=c_9Zr?dBTR1$D;Bo+|{h7!q8G$9Ge(-C12nEbWO#T;Oh&>-h9hDq868RltT|U#WB^azFN#BAuK3W<0K0HB zBuYwI;ZboYIW#a7ldE`-MMB};Xgo4Bl9WsA$B!RkIXuO!Jh?j>iG^`q8A(v<{qd1l zGCCX*ll_B3Vmus5hH%k=0x8lzBF28rqn80w&YK+SPoM+mBK=ZQj3!Ryyd#MyYauH2 zhopgM6!#TA-P?O~Ur34$>>Wv-4ix0hv;5|~rWkX%rTf@CC-WN)TbbI>@*6}$%$=R&b)m|kBlaVjOx9Xk}@ zMIVhXM(%J_l5qd=fzy#Vra-jI2kNdP9qWs)r+kA6T* zP&}fZ)2R24BnNY@Xfh)9OR?xcM9LM*3q@%*7EPR$axU69LrGdb(OexS68-NFv$fnW zMxyJgH61W|4sCD`!;IMWUV0&vT_P;`Zh zaKHpypD6-7@NMp0rCOgQVhx)N=Qf<14d(@;7VNW9WoM`}eK`6`G%-NyUOfnk(BJZX zBv-go+&G`quBW&&YH!r~_H|&J^eh z!iW?JKHxVz;Gf8G0h?Hf8*^q_MwVgJ%Gt2TBZ+X%3Q#JJV($(`3A9niE|qO5;hEv zCQlC~wgfkA-hd?^X&(*^oDH3dNE?Qu!yEchEsWZzRTI)kgSjQLmi#Dv} zLiu^d)bI?G{cSK8x>>(XKdj7=|}?Sk`xIGAqkBU3KNDz4PRjA;bTA_BrMrsy<=gsM@1?P( zyxV*l(+3v|0RpDB%@;NrPCMoc*JSF&kKbu*=NmBD+Qv#{#2b&{XlyjW5@b@H9o`I7dZym0f_2UYWr9m-bKOqEXV%T`w3 z;|hFLlY6t}6_>}e6?NANuNK~U?1>NfpKqCe?5Sz~NA|bvGv)Kbrca(-%wN1@HP_bt z#%!&ux@$#KO9goD{W7k!cIx?=t@9-tGwzMIsoP>FUTHvs8aUCQ%X?;mE-6lO>H7un zLRs~%^GRHnj})&%8+FZ##=Eq=@;VPlVlu!1{uN#_@j&QmyMQ7F`1H_KjzNjPP+*Q_ z+-m5B_2FIs=IBrhxL)lYV2%|q$C|PN=8OR5*itrvIfmA3c_5f8sX?TaP3y5OKg=<- zWqG(QKq|`_4PK}t$#G$;+AbiK#n6T==~ip0Z-F*!XJ|95I##q{TLG!g15!;}Fspd) zIb{?J#%*ECxE+6v70)YGn@yIfIRh@)lqB5F4t*@bwzDA5M2sfG3C?j>BAB;c0jpPl zdRRr{s5fp;RN@R+OFkQSBz(#0ho2y?h*ZJ2Gi4ih8T#we$44LSWR2Rwpf>lSIprF6 zCmIba!xgq0#?*DDUcF2IRcT1vX-&DXR;HL7e57NX;JS_X?ux{aM8FYRh04!nt)$ip?`|asgq?Vhr*)* zm^dLMXiVJ(V(QunOak;X3g~x1H$?kO!ta4;eos6jSO0$n%k+ZXR+@{4Mun3R9f_?| zS(r9~a$v>-ZNe4>CkhW=ZDUM4c)8KxNWiJ$WQ^z5-|ZgUKO!Z;RLb0t6wq=R>mfQlNXavl$cR?v z*Tlmp$ywO|=PX2D_R}>GOH3$_%A`1iFoR#`0$^CUE zBIm(gLJT40Y|1aL<2+{u?FnuajbDoQS)DXBcpKa50(ZBR^ZFNyYcjRl=87NBxF26EET6Kxb!NUW zz)E+_6?bIZ9k+q+or^wUy7Y%tGsSbhwzO^0TR(06p$li;wzTzjm2i*qI?5)VN$;QB zvgoOtYI_mg&%Y{`u++ zi#7Gr{F~iV{O!`Zh0>PU(w6%+PH3HJ`H6qN{_!O~0~RvQ&UBEj4rHHTSqGN8?0y`q@eT zw$Gp5m!*Wd+3;56o!+Uh&wJJ{mXu9??Y%RQ8x+V{5Uj=yPo@0@?lE&uwNhDlS_Up8sFgN7U5lHS?> z-i}P&WAmPE*$NOyi@u7f;;HB7ea$$%R&cf8O~++x)>krFmGxHKuBe){-tpB=Z<=}R z=H?H?dEYbWrMqasT|4Wpo!Ojm*Ur0xS$COSFm>`%cf-kz266KcG zakk>SrfO>il@%{hZmENn?c=SDtnjXhvU1bZ-~j%#L!r*NWul06IS5HXAQOk|qt7yG z2DtDkOaEyS7s&z+f+p%gd^ephb7&AmAP=F2dd={Aju$;T3J&ur{!K1y`g4uh0+C29 zu>)+EDz?{HLa{!7yD6S%i!&POrZj;c9sTj#s5PmHDN-h#xD(fWX{#Cur?(omd>buy zX@Vjh`Hosgtzg_LAz8(Qg8>sGrvUZ9JcR@jwFSq525GGjfpj4$NW+nVC;(WvO*kKg zXhbfhwIeh>;2RknU%}DSAZ@|lGA*Zr7;~b#zg`Yn$S7ChALdmh{$gp0|5N@74=%LQ z!i{qO+q9utY>3`$CxWL_NK034MXU-2c{rvQ&+mF2S>}>PVzmrHr^}4^F zpDL(Fe+qI|CYlsqLb2XAhFwI$IN;@80fGu&H;Yfusg;dd&cg1ZwFpqIK=Bow8>|0{ z-v3+ND@jNouCZ}$-<0K=^Qv>!)ksjg{_rP}PhQCMK9{L|ey;e1jQfQ37TnFV?&j&D=kACVt3OHP}mhI937-;YCFj(H zSbvE?$G5qACWrM|ez^2-e4mBDP@gqy zMQVf2sUTON3{2>oST=h}wkoy{K#GD{5IP285c+hSP^t*Kl+2zJike9w>>)OVly-=w z9^#IO5Yp~EDwl+{7FHGPIRW@}Iy!KgghJ3CB&iu%4d@1DS82b42~h+Y`E>}S=ul2n zaWGq1N;ODVJ5*6InheX!N4cm_s~t>)1&s<*nGFg`F*WzlEsRK8eZx1Yl)!C=O6WsF zGtTnRy$$KykN|PmP-tZ*h@$LZugUl)REOXxgh5bVUR2m7;lLoql7ww)PepADDS|hZ z5jk<0DGvoIVB4MbLq6e(Xi z1WFl$N0aiUy%pABBeSt0$sl9@&;w#HG+d={C(2aFk}-LzSYDP^(r7RNzB(F^`Un3( zM}l-!9Rg_=h0~!#I0np&H(WmEF5;?Nj@E*R~03PbZVZQpbi3^m{Uz2o8y-Hb9@bR^?!o zCV~n)Sf`fnTDALym(bwX_pk@|3}}QF0GdV|cFDw{^@8aX2WgcR@-&N*w?K+-zF>+{ zxf!y3o07Ld(&kX|4#=BSdQ~I6Qe3}QW*{CNXEdoG0ap2VSN&D)fJ_TyFO!QvHUq?( zkAQTg-0x{x4^T~2kcNT0?KcprIMYbglo@B*vr`tFX}Y(R6=&KrApPO`iM?e<%7!y- z)F2(=`Zf7o%8oOQ3>^i5M)cZixKDf?NuWqvLwUlb;vXQ%Ss^ixOAJfpYzmvvL04a- z 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 A?f?J) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd912ae5cb6b0a70b95cb0f91dad9a1046d56b39 GIT binary patch literal 777 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 z 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a85e32f645eb388902f67b6697b50a948a2728d0 GIT binary patch literal 5964 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3417da910f10fef711fb074f789ca47b0941f6a8 GIT binary patch literal 5622 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 WaXER*o%#a4i@#gz;0JkzssA6Mknth_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 0000000..5063c3f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 0000000..f2cf635 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 0000000..10c1767 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 0000000..cd0b3ee --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 0000000..9733686 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 0000000..38696a1 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 0000000..9ab2bb4 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 0000000..bf54ab2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 0000000..168d073 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 0000000..2d292c2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 0000000..d181ba2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 0000000..76e6f19 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 0000000..9582fa7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 0000000..dbcf2a7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 0000000..4bd072b --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 0000000..188e13e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py b/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 0000000..36607ed --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 0000000..d92acc7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8682710b165564bd9e2adf4791cff058e8882f39 GIT binary patch literal 639 zcmaJ;J#SMn6t&+=-bY?SOI0et$`mAGQnm_Jg2GSB05CsgdGCexWl>kTp!)5d;D!M=z$Oi7pIr^699fh@;3tC#LerFK7$!x z;0wfnK@3^K(k789PGtvoAPBtEbY+IKP2FvBS>QsJxRgEIlNGLHANS<|4R-+w_ZpYT>27udaXRcmF1bzHeKs+eHZ zabNtCA5HkjxiDOYcYCJQWg}|Gncv$e<}NILWsEldaMw7Ot+rN78}9G!x^K09$$9&! zJ03k5jeo-6#xOByNTw5OXu2_FCX1~iLKz`CYpMu&fQ#WBpA$lxh7c32^<}#~*6xP+ z(rhoZo2ilix!?YO{8w-jW`bLe-q~O)TF$AeQP}W-*Uq9VMHga5oi=E})dDqQirS@n zuhrAh_!wE?_~Vw=S9HcLYDJ5}=O`A`+x1aTh)}{2GHRE%#WShdyy2(jFl>#M*hc|Y mDTMG>QdP-yzIp)mj;^b92H?qe@Nk{vFj<2Ds|e;G$bSRl7qid+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64b98ef8448a408610e606243cf2db1f73733f31 GIT binary patch literal 6856 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 Nyh^|R8{k8;^(F0+EinK9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f281a1f3b4f43955acf3d88c74c95fdbae482fcb GIT binary patch literal 2659 zcma)8&2QsG6t|N&P1AHiZ2>JG+Tnm8D;f)sR${d(-(tB0X|){a#hG}6&Xxb2lI;x9q`1?0*|Sk^X7g0-tRr<&)wa=1JB<0DEh4H zIDg}h_2ZR`)$6c$=Cquz9p;=n%;nDSZF_d?E?UEOxW0kkZuw*NDJ-5j+&OlcbKGL? zahtWyo#PH`gY;MjWS4m$w^$csk8Oe6W<8L7wheM;(I4(C2cJ{TAMsSGjH}|4FL}&Q zXvRqxQ>{rRNvh;rFs^WMqBv|Sqb-sX5=lj}Qw}>?#&fPl;X1rBN(U2Jbxf!Wci1Wp zzo2o<8JTjp%P%kInUD#gVV1-Bg6NE@OpnIDIYW2Z(L9bcS|-mU|2xf<_7^!#LLWl< zfrpv)pCoiHAa1GrIZx((ET(?C$WCSQ(ddH@eJwJ6n9}eGJ>l9zXSpnF3RL===fzSBc$0W3b5YbgK;2lCU*al4#`G`RA$pj9d zFp~-ZxVn%zIim?E%aWcX5($k(L6KM^@}elV4T@?2=`KCME#n$OA)1RU5 z%HYmUIkYH4@ChXeKLe#QaG?`3lDNQDX0s|{MXp8X_u;od(c%Q)V8_NW`GupTZjKvdZZG(uES;I=ri6$uw zT1ZbMBvNt)rXH=QX*rzU8%`#d*_5TXL|yLGOf9=M#U^9-Y{i0_VsWRzi%o^snjE=_ zy}#B8vK}^AFPde1mR9&0o`f=qViDpdyfh5KHyIMrTyt$}B@%d5%uF8xs0Pqb#<9@& z#xUhG+CUJX!W4#lra%BmH!v$lWY=16bj-fR8g2#a0ChncFkPeZb`z%?da1Zq$4PN~ zb=h9Jq$A4}ZZ*Pw{o{Hv)l{hbVfnEj zsm!431ax*)?dI@$6WlgRv6YG>0T7CV2K?pj-A0t-;b7Sdf`ra^5G?yaFq15gaXkov zr|@5*JlP5YCc_|5J-lv)^UJu}L-8t#+bG^baR&vyQq3#SjD3ZbH3I*IXdlG6^H=Aa zi;n9(xafAg!NtG>am)3NF1kHf9hg1W`^sH)UGJf5ZK0X*u(j;UDZ+2fHeEgMJ+L_( esdqrz_}hoYKW*1_|83oMAG*KX`_I8|WAlHkiQ4P{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d83e945d860f2d04fc1170e602bf7d79b3844e5b GIT binary patch literal 25902 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 Wt%kR49cboTVxES-=I~_8^}hi=ELjx* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0b04bb3f8c80b5a0eb2e74701824041736e0142 GIT binary patch literal 10511 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51dccae432d432b0dc7025ce227e79be4a04f0ba GIT binary patch literal 205 zcmZ9FK@P$o5JkaiVobX67B1{W-I^YuJJ$p$RxAYql!TLb2G8O#Jb~%1D`D$TX6FB& zm(05?Hz;Y_)VF*;dHrizrsjzv+TrGf>>{NpGqZ$?WP{I>ZnK-Y{gKkI3 SYr9I%aT=G+x4;LUm;a~Du^4@et+&r0iAPfsUcih5uIo2A@3B|?O8keAQs)tJT}eJ_4# z8q&}rkxt#_MsB$-Va#>&n#UQVUJ~+HIb`6ivD`k11eeLNlw9WaKkf-Ei<>Kj&lQyl zXJZn3SV%t9hZG*gBn<$r+MFY@RrxUD{+Q8@+|nMPehTZfKoG*Yy?r;FRd%keg^8f^YPM%) f`*Uv9KL9M+){EIHKxd_j<(qO1+*TXt5jM~l@cDNL literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py new file mode 100644 index 0000000..1becc50 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py @@ -0,0 +1,6 @@ +__all__ = ["Mapping", "Sequence"] + +try: + from collections.abc import Mapping, Sequence +except ImportError: + from collections import Mapping, Sequence diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py new file mode 100644 index 0000000..e99d87e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py @@ -0,0 +1,133 @@ +class AbstractProvider(object): + """Delegate class to provide the required interface for the resolver.""" + + def identify(self, requirement_or_candidate): + """Given a requirement, return an identifier for it. + + This is used to identify a requirement, e.g. whether two requirements + should have their specifier parts merged. + """ + raise NotImplementedError + + def get_preference( + self, + identifier, + resolutions, + candidates, + information, + backtrack_causes, + ): + """Produce a sort key for given requirement based on preference. + + The preference is defined as "I think this requirement should be + resolved first". The lower the return value is, the more preferred + this group of arguments is. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches which should be returned. + :param resolutions: Mapping of candidates currently pinned by the + resolver. Each key is an identifier, and the value is a candidate. + The candidate may conflict with requirements from ``information``. + :param candidates: Mapping of each dependency's possible candidates. + Each value is an iterator of candidates. + :param information: Mapping of requirement information of each package. + Each value is an iterator of *requirement information*. + :param backtrack_causes: Sequence of requirement information that were + the requirements that caused the resolver to most recently backtrack. + + A *requirement information* instance is a named tuple with two members: + + * ``requirement`` specifies a requirement contributing to the current + list of candidates. + * ``parent`` specifies the candidate that provides (depended on) the + requirement, or ``None`` to indicate a root requirement. + + The preference could depend on various issues, including (not + necessarily in this order): + + * Is this package pinned in the current resolution result? + * How relaxed is the requirement? Stricter ones should probably be + worked on first? (I don't know, actually.) + * How many possibilities are there to satisfy this requirement? Those + with few left should likely be worked on first, I guess? + * Are there any known conflicts for this requirement? We should + probably work on those with the most known conflicts. + + A sortable value should be returned (this will be used as the ``key`` + parameter of the built-in sorting function). The smaller the value is, + the more preferred this requirement is (i.e. the sorting function + is called with ``reverse=False``). + """ + raise NotImplementedError + + def find_matches(self, identifier, requirements, incompatibilities): + """Find all possible candidates that satisfy the given constraints. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches of which should be returned. + :param requirements: A mapping of requirements that all returned + candidates must satisfy. Each key is an identifier, and the value + an iterator of requirements for that dependency. + :param incompatibilities: A mapping of known incompatibilities of + each dependency. Each key is an identifier, and the value an + iterator of incompatibilities known to the resolver. All + incompatibilities *must* be excluded from the return value. + + This should try to get candidates based on the requirements' types. + For VCS, local, and archive requirements, the one-and-only match is + returned, and for a "named" requirement, the index(es) should be + consulted to find concrete candidates for this requirement. + + The return value should produce candidates ordered by preference; the + most preferred candidate should come first. The return type may be one + of the following: + + * A callable that returns an iterator that yields candidates. + * An collection of candidates. + * An iterable of candidates. This will be consumed immediately into a + list of candidates. + """ + raise NotImplementedError + + def is_satisfied_by(self, requirement, candidate): + """Whether the given requirement can be satisfied by a candidate. + + The candidate is guaranteed to have been generated from the + requirement. + + A boolean should be returned to indicate whether ``candidate`` is a + viable solution to the requirement. + """ + raise NotImplementedError + + def get_dependencies(self, candidate): + """Get dependencies of a candidate. + + This should return a collection of requirements that `candidate` + specifies as its dependencies. + """ + raise NotImplementedError + + +class AbstractResolver(object): + """The thing that performs the actual resolution work.""" + + base_exception = Exception + + def __init__(self, provider, reporter): + self.provider = provider + self.reporter = reporter + + def resolve(self, requirements, **kwargs): + """Take a collection of constraints, spit out the resolution result. + + This returns a representation of the final resolution state, with one + guarenteed attribute ``mapping`` that contains resolved candidates as + values. The keys are their respective identifiers. + + :param requirements: A collection of constraints. + :param kwargs: Additional keyword arguments that subclasses may accept. + + :raises: ``self.base_exception`` or its subclass. + """ + raise NotImplementedError diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py new file mode 100644 index 0000000..688b5e1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py @@ -0,0 +1,43 @@ +class BaseReporter(object): + """Delegate class to provider progress reporting for the resolver.""" + + def starting(self): + """Called before the resolution actually starts.""" + + def starting_round(self, index): + """Called before each round of resolution starts. + + The index is zero-based. + """ + + def ending_round(self, index, state): + """Called before each round of resolution ends. + + This is NOT called if the resolution ends at this round. Use `ending` + if you want to report finalization. The index is zero-based. + """ + + def ending(self, state): + """Called before the resolution ends successfully.""" + + def adding_requirement(self, requirement, parent): + """Called when adding a new requirement into the resolve criteria. + + :param requirement: The additional requirement to be applied to filter + the available candidaites. + :param parent: The candidate that requires ``requirement`` as a + dependency, or None if ``requirement`` is one of the root + requirements passed in from ``Resolver.resolve()``. + """ + + def resolving_conflicts(self, causes): + """Called when starting to attempt requirement conflict resolution. + + :param causes: The information on the collision that caused the backtracking. + """ + + def rejecting_candidate(self, criterion, candidate): + """Called when rejecting a candidate during backtracking.""" + + def pinning(self, candidate): + """Called when adding a candidate to the potential solution.""" diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py new file mode 100644 index 0000000..2c3d0e3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py @@ -0,0 +1,547 @@ +import collections +import itertools +import operator + +from .providers import AbstractResolver +from .structs import DirectedGraph, IteratorMapping, build_iter_view + +RequirementInformation = collections.namedtuple( + "RequirementInformation", ["requirement", "parent"] +) + + +class ResolverException(Exception): + """A base class for all exceptions raised by this module. + + Exceptions derived by this class should all be handled in this module. Any + bubbling pass the resolver should be treated as a bug. + """ + + +class RequirementsConflicted(ResolverException): + def __init__(self, criterion): + super(RequirementsConflicted, self).__init__(criterion) + self.criterion = criterion + + def __str__(self): + return "Requirements conflict: {}".format( + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class InconsistentCandidate(ResolverException): + def __init__(self, candidate, criterion): + super(InconsistentCandidate, self).__init__(candidate, criterion) + self.candidate = candidate + self.criterion = criterion + + def __str__(self): + return "Provided candidate {!r} does not satisfy {}".format( + self.candidate, + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class Criterion(object): + """Representation of possible resolution results of a package. + + This holds three attributes: + + * `information` is a collection of `RequirementInformation` pairs. + Each pair is a requirement contributing to this criterion, and the + candidate that provides the requirement. + * `incompatibilities` is a collection of all known not-to-work candidates + to exclude from consideration. + * `candidates` is a collection containing all possible candidates deducted + from the union of contributing requirements and known incompatibilities. + It should never be empty, except when the criterion is an attribute of a + raised `RequirementsConflicted` (in which case it is always empty). + + .. note:: + This class is intended to be externally immutable. **Do not** mutate + any of its attribute containers. + """ + + def __init__(self, candidates, information, incompatibilities): + self.candidates = candidates + self.information = information + self.incompatibilities = incompatibilities + + def __repr__(self): + requirements = ", ".join( + "({!r}, via={!r})".format(req, parent) + for req, parent in self.information + ) + return "Criterion({})".format(requirements) + + def iter_requirement(self): + return (i.requirement for i in self.information) + + def iter_parent(self): + return (i.parent for i in self.information) + + +class ResolutionError(ResolverException): + pass + + +class ResolutionImpossible(ResolutionError): + def __init__(self, causes): + super(ResolutionImpossible, self).__init__(causes) + # causes is a list of RequirementInformation objects + self.causes = causes + + +class ResolutionTooDeep(ResolutionError): + def __init__(self, round_count): + super(ResolutionTooDeep, self).__init__(round_count) + self.round_count = round_count + + +# Resolution state in a round. +State = collections.namedtuple("State", "mapping criteria backtrack_causes") + + +class Resolution(object): + """Stateful resolution object. + + This is designed as a one-off object that holds information to kick start + the resolution process, and holds the results afterwards. + """ + + def __init__(self, provider, reporter): + self._p = provider + self._r = reporter + self._states = [] + + @property + def state(self): + try: + return self._states[-1] + except IndexError: + raise AttributeError("state") + + def _push_new_state(self): + """Push a new state into history. + + This new state will be used to hold resolution results of the next + coming round. + """ + base = self._states[-1] + state = State( + mapping=base.mapping.copy(), + criteria=base.criteria.copy(), + backtrack_causes=base.backtrack_causes[:], + ) + self._states.append(state) + + def _add_to_criteria(self, criteria, requirement, parent): + self._r.adding_requirement(requirement=requirement, parent=parent) + + identifier = self._p.identify(requirement_or_candidate=requirement) + criterion = criteria.get(identifier) + if criterion: + incompatibilities = list(criterion.incompatibilities) + else: + incompatibilities = [] + + matches = self._p.find_matches( + identifier=identifier, + requirements=IteratorMapping( + criteria, + operator.methodcaller("iter_requirement"), + {identifier: [requirement]}, + ), + incompatibilities=IteratorMapping( + criteria, + operator.attrgetter("incompatibilities"), + {identifier: incompatibilities}, + ), + ) + + if criterion: + information = list(criterion.information) + information.append(RequirementInformation(requirement, parent)) + else: + information = [RequirementInformation(requirement, parent)] + + criterion = Criterion( + candidates=build_iter_view(matches), + information=information, + incompatibilities=incompatibilities, + ) + if not criterion.candidates: + raise RequirementsConflicted(criterion) + criteria[identifier] = criterion + + def _remove_information_from_criteria(self, criteria, parents): + """Remove information from parents of criteria. + + Concretely, removes all values from each criterion's ``information`` + field that have one of ``parents`` as provider of the requirement. + + :param criteria: The criteria to update. + :param parents: Identifiers for which to remove information from all criteria. + """ + if not parents: + return + for key, criterion in criteria.items(): + criteria[key] = Criterion( + criterion.candidates, + [ + information + for information in criterion.information + if ( + information.parent is None + or self._p.identify(information.parent) not in parents + ) + ], + criterion.incompatibilities, + ) + + def _get_preference(self, name): + return self._p.get_preference( + identifier=name, + resolutions=self.state.mapping, + candidates=IteratorMapping( + self.state.criteria, + operator.attrgetter("candidates"), + ), + information=IteratorMapping( + self.state.criteria, + operator.attrgetter("information"), + ), + backtrack_causes=self.state.backtrack_causes, + ) + + def _is_current_pin_satisfying(self, name, criterion): + try: + current_pin = self.state.mapping[name] + except KeyError: + return False + return all( + self._p.is_satisfied_by(requirement=r, candidate=current_pin) + for r in criterion.iter_requirement() + ) + + def _get_updated_criteria(self, candidate): + criteria = self.state.criteria.copy() + for requirement in self._p.get_dependencies(candidate=candidate): + self._add_to_criteria(criteria, requirement, parent=candidate) + return criteria + + def _attempt_to_pin_criterion(self, name): + criterion = self.state.criteria[name] + + causes = [] + for candidate in criterion.candidates: + try: + criteria = self._get_updated_criteria(candidate) + except RequirementsConflicted as e: + self._r.rejecting_candidate(e.criterion, candidate) + causes.append(e.criterion) + continue + + # Check the newly-pinned candidate actually works. This should + # always pass under normal circumstances, but in the case of a + # faulty provider, we will raise an error to notify the implementer + # to fix find_matches() and/or is_satisfied_by(). + satisfied = all( + self._p.is_satisfied_by(requirement=r, candidate=candidate) + for r in criterion.iter_requirement() + ) + if not satisfied: + raise InconsistentCandidate(candidate, criterion) + + self._r.pinning(candidate=candidate) + self.state.criteria.update(criteria) + + # Put newly-pinned candidate at the end. This is essential because + # backtracking looks at this mapping to get the last pin. + self.state.mapping.pop(name, None) + self.state.mapping[name] = candidate + + return [] + + # All candidates tried, nothing works. This criterion is a dead + # end, signal for backtracking. + return causes + + def _backjump(self, causes): + """Perform backjumping. + + When we enter here, the stack is like this:: + + [ state Z ] + [ state Y ] + [ state X ] + .... earlier states are irrelevant. + + 1. No pins worked for Z, so it does not have a pin. + 2. We want to reset state Y to unpinned, and pin another candidate. + 3. State X holds what state Y was before the pin, but does not + have the incompatibility information gathered in state Y. + + Each iteration of the loop will: + + 1. Identify Z. The incompatibility is not always caused by the latest + state. For example, given three requirements A, B and C, with + dependencies A1, B1 and C1, where A1 and B1 are incompatible: the + last state might be related to C, so we want to discard the + previous state. + 2. Discard Z. + 3. Discard Y but remember its incompatibility information gathered + previously, and the failure we're dealing with right now. + 4. Push a new state Y' based on X, and apply the incompatibility + information from Y to Y'. + 5a. If this causes Y' to conflict, we need to backtrack again. Make Y' + the new Z and go back to step 2. + 5b. If the incompatibilities apply cleanly, end backtracking. + """ + incompatible_reqs = itertools.chain( + (c.parent for c in causes if c.parent is not None), + (c.requirement for c in causes), + ) + incompatible_deps = {self._p.identify(r) for r in incompatible_reqs} + while len(self._states) >= 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/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py b/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 0000000..359a34f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 0000000..73f58d7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 0000000..270629f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d220a376d0370d59632c25eeb06fd043a95cce2 GIT binary patch literal 7020 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5cd098c3aed0d6cffbcb8da4e7d16f790e836b92 GIT binary patch literal 10309 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 ZAwDRtpDTwT;XfISrp{Oxb`jN?{{yj(l$HPh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..063a9368393704b8e3e56e8aa2f10a58fd9ede56 GIT binary patch literal 7826 zcmYk>3s9D276B(zMH9XsdR0bIoj~t%;;spVA4#E^5a9|M@>w?9Rq=dfpkswG)bWFsV`=bEB zfxDQc1wVjg?4Mzx6-rW~1c^Z)6)53|+;Ilr9uyA`At_r?{G#>j+i(qTg*CP_@wO&p z2Vtjzdx!m>%t*)9NOVK-Ym6flD!3SX-VLAF&&21NkS_^e8~7jLpn>lQhZWp8XJWl} zX3-RYjHQOx@&cjO!1sh^1$UA?KLbB6kHAajymG%2Ah3T`+1E@tEa6OEdXUSU{*!aLd`Jm~*UPVx>u}VxOuB_Y`4(f&_SUN+F61Z_o{R4oV@4zm`sT z+(>5>4+98;3`{0WF~BF3R2q1du-U+Cgslp07yCixVDB;Uu}OTvey~Zj!$VElqxgfZ zAgoky>)5B6k)C*{$)zZMqz|F5f*Zg--HZ%nB2yD`0iJ`>1tna=b!R_BN8B{RPzAY` zBQwoN5&H~HxMD)4f|LTJoEm;Em4u}VZW;S5Gg8aMHcd!?2ec%j_>&G|Kg^7zF_B>s zS?sel;YJdME66;KRO*OS6KV`RNBFye7YXYOY#_X>;J#&_V|F>ngfof5>_?cy4@?}< zgj|W2jSNKbcPx#NZeR~#uYrAp1_K8O2Nm35_9Jy$ca$(nL4M`PF&&X@c!S9?6n~Br zgcbwsdICD2_(Weqe*;B?5(9e(O$NH*Wh32D;sb*}{?VI6=x4wY4k@@M_PI!hBd(b+ zT0u_Y{UpDm_(eP8RU+r1c*rMAQE1TqX}0}n5rP%@oJR|QT(C>?5AnM zO(jfMkRR|Sl_Mzr>97oM()hJZgpZsCfV5CUsK%>R)}n;F$diO-0|8!(@(GGhG!af1 z2vPt^C_d4TkW2`7=}*Wui4lay4Xh*knPXrSI_dl<&8olf?Q1JpFj^a;RMYzqt(}ZUXG!c#{xP%umK0`kj z*P3vhfp&!J6{HtHdQ(r`Aa^DEKbyo3CU$B<8VE-eTnqaf%t-HbNF<~9Ysn)_GEhWV zN;vh^mTJOsO}I_$XPQN~F!6>aq>ivv!F|KN(2OLlN1{K9KSwHIfPuk;GzB+`eUYx= z#uH{4SV|~1P)jILkc|L&l^TBOUL(A2;4MPEg4@o1wprs46NgRWXZEF?7)T}zQgD^*=bLj>Gf|@n*+O{Bz7>Y%}mV;R^!;&j)0n_>W;2`*%4QwQAGO(Gj#X#ysfHV|;lQY;?n_aS) z7^VpsP8hA=^4Qmyk=0B*WD<|DU#3 z21rBkkVz<4a0}V5)EngPB;2JSPjciL9g$}V|1=OZ09vE?UD^=380b#8#K2{Q%MJ7< z^fQq16(9}8FM8+z;0F{BdkzBjqj<>0|0c;;ln~q*P3Z6DwS-@Xj|le|c;E=&UIlpw zAWu-kfA$1F0uoR>bR=XN$RXq#C?HHSP(&y-5HtgNqWDFV34;x!6P6mdo$!c(zY^Xz z@Dbr-0}X^G1$UJFedcO^Wg`3N>2tUo_V=5_NPzsN327k=`|0$Ej6*LI4HOW{6xfun@q3^e=# z_#VZ7E@vGBWT1G+B8)bWN4Ukn62b=tb`x3*#Et{1Q2e5|5SAFICag5Dn((55TEZ3s z+X!zP*hAQFAP5oyIoXnMdfNd1wF*d7h@6dIF_b@kfhHzJK5I8>^!V|G)33_CCV$Gh zpc%J2I9?K+T3H&ej4oa{Yko;I7O%Lmw4|ysI&c20MN&4asv;g;R62iAv|Ng#vBgz$ zE9MXEpE@8~DOIJ(u~{YaW|fszMq?6-79utq>9~~4jTV-amX{aaEVHZTR`!oAKHetl mri$4M%S*H4k7CaV{#3R{X-bSlB0sjyIkQ7TO}qHRkpBZpkf&?_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d86003788feeb636d1d11350ef8f8dc3a91bc667 GIT binary patch literal 205981 zcmaIf2bdGp`}T1QVFNo`W+syad+)vX-h1!5hCN|f*v1x+wW1=RbW}i4RHXObLB-yC ziDJXv6%{-0_uLbPU4FiQuj`DTISI+xlsnIyNoJleDr&z8|9R&e)9LvgH``>jU0MHM z+dS5sF<_HThHp~2iP^+#I&4$3nc19W8xv#M))cUen|3VQn?jb3DPmb{N?4W}m!)TX zmI)KEOqvwSwCTWd3$rE5t<2Uew=vtY+|F!2Y*X%M2eTtI{jj3f>XS%VhHw`Qs zO%u!RrU%RGOiz~0=6aSlm>XH%WNv18i|NJkR&yK6+f8qlcbGo;d+KZYv3{qyi)DW^ zfaO3lh~;22gym2(jOE?t9+vl-;Veg(ku2{sqgakM_p^M!jA8kpd5Go1W-QA`%s7_g z%>oNpGeTxb@tTx^!GTxyoFTy9pd zeAGO~@^Q108~f#qw|S56geex?!6R-qdVD+f>>NZ7#JzF{v#o zkm9JF)E*T|4l0t0QAs!wR7!Kz?;&4Gpg>BZl$1stq%F{v(pG3|X&bbyv>n=B+5zn- z?Syugc0s#JyP@5sJges)Ys8Z^Jx=K~3TB<>{QXT3h)uRTf z5j91l?ao>c^~M8bQ8K+x&`%;Zbi3Ax1-+D9jK4g7xk0wM0ZL3(Ew>6 z8YB%yL!_Z-m~=O~N4ggck48I!wUO$-4~>#Wqx+=?&=~1K^pNy08Y?}5#!2JR1Zg6g zBuz$Bq^W3{G#$;5W};crY&1uji{?r5(E@29S`>|TF>6cIzZ5N#mZKHYqv$c|akNr; z0zD}`g`Sq4LC;Fhq35L+(2LSb=w;~@^s4k4dR=-0y(ztg-j?1$?@BrJUNqYGSzD$4 z5739wN9bee6SP|T6n!Rrj=qq-L|;i?qi>{d(Rb4K=m+UX^po^6S|j~}ewBVhYo*`O zAJU)bFX?aePc+(pSzAZ{X5`~$%E!&jW@vNuwLvkdEh>=WsGZav6-o{&l8RA@REk{5 zL%x(ifs{lkDUCWvTc9nat{=y2%>bfk0?I$Amg9V;D&j*mur0&6F#|0Hy> zbP76EIt`sJoq^7j&O&EP=b&??^U(Ry1?WQQB6P8I3A$9e3|%f=fv%LULRU-Ipfc%N zl#x23@@TY%wXFI(p$e%ps+78*u2L1MmTFL~REN4r^{7E=L`_n6)I+)s^^}^?_0kRK zM(HMWvvdpUCEbc{lWs@7qtV{MS|9cIMg62Z(Opu1G(Z}N21$d_5NRkHCf$whk?uvq zr4eYPbRQZejYjuN51=v9gXkgYVKi2H1dWr%qY2SyC$ct4{gcrYX)2l~O-D1NnP`?Y z8_kjCqIuGMv_M*j7DOTM- zC>?|jmJUION{6Atr6bUh(oyJW=@@jZbR0TfIsu(1orF%7PC=(ir=ioOGtimRS?Fx( z9CWU99y&i7?FFn|sQ!!4#nL6{Qt2{uxpW1(Qo0IVEnS1kq-#+|>WIoEgR)X5R3UXn zl~NbfRjNYOQVpt=>QFbS9yLUxZDg%U{oPRy={nR?YDU*fH=rA(o6ybDEvT1tE4od( z9rc#(Kz*dXsGoEvx=ZSh21o-7h_W z#z+sMhopzmSm_ZoP8yFUNE6W{X)>B3O-0kB>1c*D6U~xlqdC%CG*6n37DS_6$l4(U$O zP3bN4w)75qHyUk@wfEHjK3XMxfIgHyLLW9$=YLFUHlhhsckgh{LrRGT2qZ`zBBf3et8QmiFLbpbvy^Xco)!!T4A@xChrGDs6 z=`Pe?8h{2$gV11U2pTF4Lw8H}pnIj^XoNHp-6xGgqow=N1JW4up!5)WSQ?8SiAFn) zwejkofF??l&}3-}nkr30)1?_`rZfx9mgbYtS#! zujn^vE&5&h1N|xeh5nZQLH|nY2FJ`MC}wQiOxhf^kz%N=RDj}AJJdcu+L$S1%~5|5 zDwax6spKM0@=-zxP*O^vwA2A@A#I7alD0o#&RE;P0EPz^Xf`Qh<`9}q%9uHfW|J~zj-c73jG3co zHYsD~7#c~*@;I7J$(T8TW>Yd|PNLbAjG0qtHYH=`G@4Dxm^p)HQ!-}GqLGqz-vT;^ zW|J~z&ZF6+jF}5)HYsD~BAQLgn7M>zlQL#5quHd4nJZ{EDP!g;noY`>xrSzwGG?x& zk(4Yu(rik`jG@_-jG0a}o02ipnPyWmX1dU9O2$kT&8B3`)X+%D{AlY~vq>2<^)#E5 zG1Ex1Nf|TUX*MZi<~o{9%9v@UT`%2$Zj^39H%qsmUec}THtBZMTe<`Fk@}*3(w*oo zsXrPZ4Mc;a!DvV{+M%osQ~%xQ9_d~*TpEE!O822r(r9$Q^Z*(oJ%}EX9!6uON6SwXW&88eU3Y*NO|N}5f|n0b;$QnGxSW>Yd|o~7B8jG5nb&EgWPY@7vSyPqX5OaRq>Pz&X*MZi<~^EC%9vS2vq>2~ewo0KuLnr4$SWPy_Xe1@euV^+UW9A#0P05(~j%HIbW`3aAl#H35Xf`Ed zW)01zWX$|ZBV+QT{f)J?>i-@6A^nN|lKw{jNdKaBs4ewmTh)_osVCd2o@`4!*;d=z zZK)@6ZEhz3c6(GY1U8YbP1?vd_A!=({uq;ww|C5=Y+OAnwi(P$rJ?IHC)jK)fj zpmEZ8G(nn(CP|ag6lp4&CQU~(q?u@zG#ky4=AwDhe6&DXh!#nU(GqDXS|%+=E2Kx! zW6@|IXKkhWpFmGaPobx!XVA0KbLe^L1@xly5_(yB1-&Z0hF+K6KyONKp|_=X(7RF& zy(hhoR!JYA52cUL$I>Tgbu`*fS^G@=pQA6NFVR=h*XSGRTlAguJ^DfV5&b0njMhlM zpkJlm&|2wt^oR5(`b+v7{UiO0)}aEju|U~aKsFXA8w<$B0-KG>+XC{jK-=2|w5PNe+FRNO?JMnv_LmMo2TBK_gQY{zq0(XKaOntiq;wQIS~>ULh zT`paLu9U7qS4-ERGU-~BkvgJs$)K#%2~|j)QKi%cb&W<_#agxcYf!CJhq_7is6lE( zO;UH%L%I(2l$z1?(hcZF=_YiubPMVw-HL9LZb!YPJ5V2~FX|`ViSCm6qXE%q2eLLu z{e#gEX($>d-Hq;%?nT3;5on}z9~vc%M)yk(pfS>e=ppH0G*)^9jg!Ws3DQI~Nt%qN zNK?@?X*!w_jdmt$v(!Hu&5`D!dD48eKw5|vNsG}EX(?JJEk`S)N6}-_<7lPy1bR|> z3Oy}7gPxV1L(fYupckc=(96;*=+$Vnud(*J`rklrN^haJrFYP~QVzW*y^mH&AD|DV zkI=``Cy`boTSXR7MHZ-vETD=kP!(A~6=$&2DcOn7?R$OaCCdy`t@W+i|lejqPogd(-xj_C@3np7bRoJ(x)@y| zU5YM?MteDHSE&C=bd_{9x<)EP*Gd`GQ7T79%A!tEMby_B*`$oKy&YE-8E1Ptu9S?k zy&YFd#!VfvDH&&5JFb+Bv#lLhO2*mNjw>bOY-`7DO6qkRXL~!Yq>P&zkWI?Cxrt_z zGH!06*`$n{TWK~a<4+&oCLNf|c}(`-`4 z%_B6MlyNhjW|J~*CemzD#?54!P0F~LO0!8BH`8e(CCiyKo04%en`TooZsyW#O2*B6 znoY^LSxB=f88?e*HYMX`DUFoOk9Ik0HYwxgQJPK4xOtprlQM3epxLC1o2O_tDdXlD znoY{Md5&h2GHza=*`$n{muNOAx<0eP5 zDH%8K(`-t{%?C76GC$gnShGnPH=oc}OP`|8q|eb8(wFEf>1*_j^ey^M`X2ot{fK^& zenxAgU(m18Z)mObJNiTV6a6LqjsB7TMe9&Is>pV>iqvS^QAxH_CE1QjvYocF+fhZf zQx(~cDzcrb$aYkb?Nmj!GY%@!Efu2@sT8@AhkPl40x5}7QW|xTwm@4-TcNF`ZP2#T zc4&KP2ee}}+MQV2S^c}9U8UX7?$RD;PiZf-x3mx1SK1HlFCBmmlnz1%ONXFCrNhwS z(h=xL=_quxbPPIHIu0E#oq$f1PC_R~qdkSSQ`LVOI$b&gohhA#&X&$W=St_H^Q8;W zh0;anV(AiesdO2-T)F~XDP4uGmaai%(zPffbwuToL0PF2s)$D0nYBvwcR^jHDpW1i zpjxR8b(88*gVczcr0%GPbRFs`HKXgL8_&P zCyhrFq={&fG#O2aMmv?YY3iSjW=J#9ENM2HBh5wgr1@xpv=A+l7NaH7QnXB3j#fyI zqQ|7i(MstF^rZ9@dRlr0Ju5wjo|j%gFGiz%iM5y2{|b6ldJVlUy@B48-a>Cn@1S?3 z9C}ZBAFYx;Kp#pUp^v3c&}!*Z^qKTI`a=2=eI$;bBE%5G0KwpTW`CmY)<8{3nO?Ujw~$;S4| z#`a{ReqX`Tp%v*?icyJFiroBY+Z&HHU;PObNJ*5E(x`*91=>>D3T-WIgSM5nL)%L` zpdF>1(9Y5>Xjf@Bw7awi+EdyK?Jezt_LcTS`%4F)1EbL%#M;5?KLi~r9fl5yoW6-hEap-vI1azWw5;|Er1)VCLhEA8xKxay4p|hoP(7Doi=zQq{bfI(+x;Pr` zC9GYl{>#wi(iP}R=_+)!bPXz#u05smgb)_SVH8C@^kfNqp-LN`mdpkC6g=r-wg)LXg(^^y9be$t)jE~!5n zAPq!=q`_#2G!zY!?nd`W_oCs_2sAPp?R~6`QvYalzw`haBRz;7k{(85rAN>>X*`-B zO+=HV$!Ll+6-|?-qZ!gnG)tO|=16nVJZU~!AT30Tq{V1SG}@)CEmQw;v_g6mJtjSl zR!UExC#9#*)6z5OS?M|Syz~NkQF;lzEWLtWm0m-yOK+ezrMJ-A(mUu~DTm&Z-bbsV z(SE?%hwA?beJp)~R!g6v&!o@M7t)vLE9qOq+igl(r;+3 z^gH@P`V;*n{f+*S{zdEZqb(#K3zd(B$4e)m6Qj|d#M;T~KLwpCorX@A&Om2MXQ8vDbI`fcdFXuU0(7Bt z5xQ8q1YIg!hAx+`Kvzmvp{u29P?>Zs%19kixnxi_8f_=mD%9T@RZ3k@SE&kBOEsug zszcqRdek5_q9&<3>LFc+dP>dcdg%sqqjVFxS-J)Fl5Rz}Nw=fk(jBNzG}^wb^;7?y z=q{;08XyfsgQUS|h%^)plkP_MNcW=Q(g-wCx(|(#Mx*2b7DdICKuJ%yf@ooM0P)RA^Wil zwI92X{n&-tk6p-q>_Y9wE@VG;q4r}JvLCxp`>_kzk6oz!*oExJF4PQUAv2JLnt?22 z2C`5ykcG@Z7HS5vkQvBAI|He0-a=*}3pEQ_$Sh=`W+4lig)G#*>_YZs7itEwkQvBA z%|I4116imU$U?@2GY?Cq{9rPqZvqt8AwMn zkPb7Dj%FYoW*{BSKswAoI+}sxSGtH9NR8HE7Shoyq{A$vqghCYSx86U_;HwlbTk9$ zFazmm2GU^$($Ng0!wjUO8Ayj2NJle}4l|IBW*{AAARWy>I?O;int^o8&dAO{I?O;i znt^nffpjzj=`aK7Xa>?@2GY?Cq+|9)%s}QxyFY7o7Sb^X((EjxV-BV<3(4|Onw^1k z%;7XU1L>F}X?6zEF-Ozv45VX@rP&!s#~e?yGmwrsk!EKg9dk0x&OkcmRGOWEbj;~A zI|J#MGii1P(lKY#>%WbeMs3R7E<>KsvUH z%#Sw5+It$$`)HN)0s2t-2z@Mlf>ukPqR*ty(HGK}=qu@K^o{f_`cC>D{UH5_ev*Dh zYouS$uhMU5t@JzkL;4f_6^-_9*8Wldzi1sQqKYh16M-tR7Dn1MHZ=wETW1m(x*)kRb-K>$Reu9B2|$^RFOrhB8&Kr zPm!v~BC`eBQe)W)ZJi%&5#JjxQYBf$Zw`yJm0e_ZKs)NXJE5JWUC^%5ZfJLD545MW z7us9e2kk5EhxV5aKnF?(p@XGE(4o>{=y2%>bfk0?I$Amg9UG1IIM$9={|V?s=_GWr zbP76EIt`sJoq^7j&O&EP=b&??^U(Ry1?WQQB6P8I3A$9e3|%f=fv%LULRU-Ipfc%N zl!->$k+pL58EzAC92)kw9dPU?p0r3Ta}HKFcO4|JW>6E#cM zqZ_0f(M{6L=oYCLx-}Z@ZLHm{{@&;gsSoNa^+R_`ccK2$05nh{jjaUB!G*Oy_CQDP$RB0NTF3mtQ zrCDgUGzZO<=Arr00<=(CgceIn&{Am`S}v_Xk4lfB$EB6%3F%4nR5aSBS$jtP&!Xp~ z=g|w&i|8fkW%P>lDtb+N9lasFiQbalM(;@PqMY;|dS6(Kj>d+ z-QZ$Xk;PPz#i}BUsUnM2MHW*<7ORRZriv_96ouh$YNEI#Z-~Ssv?W2B8yc; z7E?tQtBNe9iY!(YSxgmKtSYjYDzaErWHD7_v8u>os>tH#d*j7alEtbdi>V}wwJ*Ea z?2iu6Xb(gONe81tq(jkR(&6X`=}2^xbTm3fIu;!#9gj|sPDCe3C!F5mU zOmvoXHaaK&N+_n1ELJ61OeI;Yec8q4LUfU?doj91x)fa|U5>7hu0&T!SEFmBGIXt! zK^>)XWTY(WBvqi!QYGplbwyQDHL8(nQC&3JZmiX-zX3H$O{lxn16?QeM9tFm=mzOV zbdz*5x<%@RZk29Bw@baz9a10ESL%oElLMV3%SmZ*v>p^7X~6_xLxWC_2i36JbkLQ0k>B}+)j5~XAb z+u9{c$r84;OO%o&Y-^V&B}>@WF0m<@AMKH>9i`hm8XY4Yi;k0yM<+-pqLZYP(J9iY z=rrkcbcS>$I!ihmogOuCDNtnGU;-3g>)slDjMz8tX-r2GIXt! zK^>)XWTY(WBvqi!QYGplbwyQDHL8(nQJvHc)k_ViQEEcnr5@-ysV8cdu17aWH-^eT zwl}eMv-)pAy`)>wZPM+iw{!>UBlSi7q&v}FQhzi+8i)o-gV7LaC>kc+jo991c`t3a zGy;v3?n9%b(dd5Z0W>ChY#(IpA@x6u#!8Q%ang7+L7IprNt4kOX)2l~O-D1NnP`?Y z8_kjCqIuGMv_M*j7DY|8DN9MpQYB?6Nm;6-EF~#*1VNS_ z&DZ@TP#`5yN=l;+(iUh-X)Cm~v<=!;+74|m?SOWac0xN#yP#d8(eB3D?&{wI?J4br z_LlZR`%3$v{iOrYfzm>@rAo?D>d8_iWhwP!sgkmkS;o{ma3jCHCH2>lBK4MW>d1%WN0=eOHDb=revwf(rikWnhKgt$x>5E zBPH{r?aG=>%2HEJvq@QMYH2npOHDVLP0CW!K(k3%YMN*^DN9WcnoY`5)01YCveaBp zvq@QMZlv8L-HdLLdZAmT+tBS&Z*+&$2lbWup*y9!Q2%JO16UiV{y}K4Gz1NmhM~Kq zd(geoa5O?1iSCm|q0!R)=mBXAdQf@@JuHnyk4WRtcxeKfC{03>r738tG!0FUMmvMG znd+Z~W=nI>TxlMfFD*a|rA275v;-}cmZ9a+3iPP-7236m^e)Ot@1gglRp0`ce7`{Tz*U4Qs!s|5x;zv=;p?{ek|J{z89C|Db=R zb%R}PZ@X-7yV~A%+1_@wz3sBS?P`15WqaGz_O{FRwyV81F5B9!wzXZhwOws%yKHN_ z+SYd2)^@e6?Xs=yM&BEE+1_@wz3sBS?P`15WqaGz_O{FRwyW)Jm+fs=+uJVN+pe~^ zUADJfZEw45Z@b#wcG=!`wY}}Kz3pmy+hu#()%Lc__O`3NHZI%RuC}#Zsz_H=q)Qd) zs)}@}B3)IHE>)x(eQ(^Ql5|x`x>S;`wzpmO+PJDBUH00zsv=$X+PJDBUH00zsv=$X z+PJDBUH00z%14)cbX7&V?6q-~jV{^fDjQw0(N#9OWTUHWbd`c1Y{Al-;=l5R#eDP7ZxW|Pu2x6y1;x~4bHCZ%io&}>q= zrXS5FrEBh@k(4Y4&<09_kWER~458VSbj>iDO-a|>L$fLAn&Gq&(nxe)G}=+DjaL8t z=mBXAvPtQhhiEn_T{D(ulhQTgXf`QbGl6E4(lwK4HYr^*g=Uk|HPdL*r5VVkq-$o; zY)ZOjPNcbLp8Dpa1=2#aNLq}RM5A5G+A{SoM=PX95j7>t$7!~nblHF7s-AS&f8(m2 zblHF7s-AS&f8(m2blHF7s-AS&f8(m2blHEizVB6J^U~!P+phA`HE$xDmo9s`UFD_A zUT#-;>9UvGwRxF;-L7KIW~R%YZdaM6)Kuwz721FSK8!-_Tm=cVsI|*ZfJdm8EO` zrcqhuNBb{pwz~AFEe8dS^t27`QCWJbEIleqPnD%dW$CH1^r$R7RhAx= zrKif$qq6k04en7{>iE*g_EcGVY=3*Uvealj_T+e~ zEd~w!uABmLA*So+?X^ZE#POrN=h7r^?dfxE7u&OONAP zc&aQta}YXM<2eK!DjkMwW$AHT3s04$$8jw@RhAydweVC~dK}lnvz29jv?s7;t4oh# zTX@=&<8f>YPkVAaj&0#-Pmag2Ej;bX@i?}Hr*!c+u7#&PIUdKg@U$n#BQrf^rblLa z%1n>U^t30(BQHJWrAJYTEkjaqwRz$q|T^P z>VmpTRj69BnYn{hOJAMT4b@8xs8MP{-K8Fg%w*YCx69+~MWGd(iXQ)YT(rl-vG$V^X}>6t;uW~N7Gddf_X%=DC* z9+~MWGd(iXQ)YT*BqB3ej-uJT^vwM8_DobCLrB7w)+saa-^{Fm>RhK^1rLXGJr@Hi2 zUHVj)zV_t!RF=LfOP|WpS7qr_S^BCheJV>|m8DN*>8rBzsVsd}mOhoGulJ=-W$CN3 z^rqKl-9(IwKQ=rZYYbcJ*!x=Okl zT_csDYo!e8D3v24Wl<-o0(F)uQ5UHzs*pM3OHPx{o8zOvCL8+~P?Pd56>MxSi- zm5n~x=qnq2ve8#I`edW8Z1l-S-)3WewD+)PYf7Jd^p%f3`RFSjee%&)KKkUNuYB~$ zM_>8qlaIdg(I+2$<)cqN`l=^=>PcVO=#!1Uve73SePyFhHu}m&pKSD%jXv4vD;s^X z(KmB7s(EOBG};BMEmZ#^v{+h#mP*Uea%ly6RC)|OF0DjQNKc}tq^A-2$nsg5%|@SW z^p%Z1+2|`9eX`M4Hu_|vuWayn~nL$_FdL;y3O|xl_bkmG+Rab zT3|Db=Rb%PVi#{~J9P(CKe$At1RK|Uswj|uWI zp?pk`j|t^tf_zM9%R50fCX|f{vN54-OpuKUWn+SDOeh;U%Lz(yzX`H2p=?Z$jR|FA zf^1CKY}8|$ARiOT#{~J9P(CKe$At1RK|Uswj|uWIp?pk`j|t^tf_zLU9~0zbLiv~= z9~0X0PO#;jP&OvW#)PslK{h7LK^ob?=n&~pbeMEFIzl=U9VH!&j)_KlENjQ9|9EtQ zbRs%QIvJfJor+GAPDf`*XQH#Dv(Y)yxrlsZc|Of%V}e=9gt9TgtYkvjm|#{ip=?Yr zE16I>CYY5>C>s;ZN+y(z31%e|HXHMgZH6_Qj|pZb6UxT~Gm{DBV}hBZx=!kenx*T}4bqM1Ch2B$ zi_{C<8jbcg)~Fv@_NLt-^+A25e&|l=F4SKdfCfr~&|ql@8Y&G#cT4x6d!^xMgftS} zCyhd*rTftX(irrh^bmSj8jBu@MmvtR@#>#|CQ6ggWN8YTDosPvr5R|ZGz-m^=AgOK zJTzZgfEG%N&|+x`S}H9=%cT|QQRy-CxU>@4Y)nu)CTuq5UkOjMX7e#YJ|>ip3Gy+a zd`ys!3FTvgd`u`G6Xat;`IsOd6UxT~`It~XCdkKxYR3e%V?x=Opmt0s8xv$>LfM!g z8xzXL1lgESHYUi%gt9R~HYSvf39>O^voSx~uUPw9qx}YbD}9H)mwrG$N|F(d<@9PK=~MukAd#F`#w~l#Kz|7$_S9YR5p?7*IO~%Eo}&F;F%J)Q*9&F`#w~l#KzkV_>r} zKiXle*?bJxwhok!0kvbGd<>`^1Lb2t?HDK@18T=W`4~_;2Fk~P+A&Z*2Gov$YR7=u zF;F%J)Q*9&F`#w~l#KzkW1wsds2u}kV?gZ~C>sN6$3WQ_P&)=T8}p-`$C}N@fNkqQ z`53Tm9Vj0Iwygu@W5Bj`pnMG2whok!0o&Gr@-blBI#50a)Qv_O#UR0kwTf^(pXXs7Ip10v$=?k<<`jX>2?jYH{J0;TB$nG}| zs5Zm1KLpHK>g*5s(b~N}cK>Z)zSqoQKn<$%KhR^(^I-R&2UMe*X(lt^oM7R#*Kl-l zJAW21w;3MWGho|2JfdS@?Edqkbm>~I(Ja{`o-?Dxy8Y&n{iF(*`3#TJAFyQ~9%(;d z4m3Qze!w=qj;fy@sXZS0ApNU#Xc$WB8}9bjljL{!eV!yUq~Q_tlO%a~-29}zuk^gG z7h~?0PaFP4TgH9ARKU1LN^y>GG(&1f-zcd)NAm;8@;c-fnI-aqe^-l8H6ds8* z$qcZLM4BJ%fvnkYq$HUSZmT^ANj|f}WAP<9;&FHcz9gSs;qPaX9Q!!@{Y;Y2vGCUs zNoI?~Uq>YQMAP1RZqI%r!PdY@KHI|m)k$WM!~NAs?R%qU<a{594$HA zvy;^Rxb+oHlKJIuzd=%a=f2Z*PoZy(bSjU)Ytm^v!}i^l|+y^9$;$<=@)6ILThcr1mN%b>!zy)YrhJw!TcV ze=+>-MUv0+@c4yEej64Zzc9%syN+MT_3Uw>|IokaiR}KIB)=Eak#_T=y`E>&?oCVb z>#^|jGO5pgyDgFAcVyw`Wl~ju-Ihr5i?ZzddxV+gS@A zV|%RB9o5$d@ogS1u}229Nu8ut2){3%p*ELB(HFj6?9o{tQs4b(QZ!n7tXBI8nxr}jk9?Zsmu}&aPm|Os z;qR@I`psMT4jij}VoA>IS)zY8PW!`>oZ~ah>IvExmgH=oc28K+OwxX^q?w%0*(urw zmgMZ8+w1aa+Rv5bJfJ-4`R99v_H!jUE9joO&MfWYN^*Ws9%pWIj`n3GIa8?Jla(~{ z@{jZU{A0U7`>>LnJ@i;zz9^sei}TOtlKiu=RC}$GW?B9*T&_J3npMPKN9nn})@Iz{*SmA;voz9_Ws36{f6RKy zgy%|3aYp0Mw61gA=y6GLe&esy$MMPa|M1AWDZ^1EwH_WXEoH)^0i`(m@vrLVcij4a z_$$SfDbhD3Q=Acbo%&0t5jK@dk$r!ssEfk$#HOf=!t=zY*kTUP6Puzg(s^R@;|f?S z(!WX~``%5lC7se|S&A*`@QkV{Dx&a=swuXq!!xR;sExuis-~!o!ZWI-*oPgSQ8h)C z6rNEvMU@nuQ8h)C6rNEv#XjxujH)Rrr0|TYDJrD!9I7cQr0^W7DOE_kbMm9LRg(Qg zOsPsLlWdigk@i64(w-mzT9f59>jzsqTn4(Gw&z_p1N(#@OnxaYy z&z_p1N(#@OnxaYy&wiR>Rv9I=b$CJ^j!3^bRM$r zo)lG5c<#{@RZ@8F(G>FyI`=4-UWDwsD8RQm zKiVr;3*SjsqVIH#t5EoEx*GkYzH87LsSJhhscTXAuF9bBebkXp$MAhrj>7kWL4p2l z7Nw+4sDo62wv;-ft))t|t<(i=AC0yvYdfmH3hgXaqg|yMw7XP`_LS<--cmQTuT+oh z)?$h|k(R;4Xm4QcRNc>w=yd5Obf$DOI$N^my*yXyh0d35MfQ_0MLiXs;WNc=_QNxLrkHUF z&+wVz*ZbjlJyXoR=)9i%i@qp)*Y-oZ9w8M0ZKHo*E#HLgD?6 zM#I#1Ke|VH01b~uJBGE9>bGa)93wr19+DnLW2LcZob(8qAlbQ~J0*L3{O6?!=yk~+ zDgRAr68cQC$AxyKDae=X5u(G_@-!5_mhG{k!&mSO#49-eF0)6C4qvykQ22VZ$Bz!5 zb^F`0O>~>~NYYnI^HBJF*<(ucEb-VbK;biF&ve(IzD4wf&w)M8bodPB9x59_>2CkqvZI>-=aRV{MN9z5U(Ad(uiC3*Lv^raf|h zs3*DJ67|{RR4_8x@CW=Z%g!+PO9Hi^oGeL*BXOEzLvHI-s8N$c*8!kOu zefC(fXGq_nvm|@eSZ1ji;}7UO$sRxU0_i7okz|h~dx^9LT_)LM%3dM;imr-AYmYE{ zjr!MeyLQh-idnMoxXCGI$-?6%rP0UW8|c%3Bx1aq^SwRUn8ff3DcS{OH&Dk$Dc`435LhwNmB`iN0>=d35G|LNt+$> zf5}e#?I-FUcGh<;(`J|aV`1yR7j=o9C9}DgW|k~G`b%2BL9EHY2GY!wg-2^iGgB5G znI%mP7=E)et?xy~^zZGlfNUD1nJEj8j*@1kEIigpnwhfj$Rla?=Y;2BPcusv9`hqj z4H$lpG|enoc-)ROvt;3MJJQUOg~#nkGfNg8mm;lMva5A(NAgIqeV>0+kK+E1R=+(~ z27d+X$D->bd&G>PlKrjYJjotA!_G0Lsr-kr9E;LP*7oNu}tvRzt)Yrs)J5qP9H(lz1W=eL>Y>3p8zDK2I z9Ltzm*`}J|OEZ5Ko^>qE{8@M= zvNT6<3V+v<)^7pq=U!UJaTMSxM}`hPe%NE{>2ntX*Ww#QTSSz#%ujm^-brm<};n^*MLrp^n0`H|-M_~H2^)9hCae^rs@ z7**@F1dY(Yu)lT)wJg$d{_RJ)bOpB=zJ?#;(l9d~=dTJ!yOO@=b-gFJ-jkC3EyQcm z)95Yf8D4MwqtQM~|3B)tzqws4*>C=aDfa@}Tz&RCz=hIFh`*Nmu-^u@RZf~;P=w#A zPwRWZ=d15E`Yx1SCjo3dpEhsM7mn6`SNJ;hy@e_y`>o;d5q$@RuWNgx0}?a;?#gi+ z@9DblbB%gw6}Mg@eL!D#=|kR=TS_0%7pBL@TrceVgucGI)PC2P$AVk^6b+O<<9fSF zpYurB`TewhrE!|{C6AY_*wXsF##xd*V{`bP_=Z;&$(kSSx7=pa6f+9 z{EosT`~!ta_$QjJ+xrX6mHtNaqtX7u+CugJixx}k&{EWaIxpP!-9g`Ev9H1o)Oq2) z?+*G-i%rrF)Oq2)?+*HQi_O#y)Oq2)?+*H&%M0p@)Ay3p4%wXSK#dpf`|hCcy}Y45 zhd%qd?VxYKykkd8PmcCJ?E~6JTvj}~&A3gk*ko{ro+Z1LcGzT-T*>|ojb(LJneuE| zb=G96n%Zo#$tFLJ8P_LQazKswuS@#oN)D|5&rA9>Co>((IyN;n*4C8m*0HL#)|55& ztjq46ztKAe=Hi*g>avE)ikf`apb5=E=KuI7y=UeMGo30rXKE@N8Z$LbagDCe_#emg znUX8WRCVNnOv~O`wznc%zoB;$*Ikh-&Q#M`o~bEo$W+(1`X>wdCpD(FzP?rOq+Huf zO+{^0tIoOn0W}p(l~t{~r{~&dY8o^3<&E4!%hAklcDbOkqA63hOIgQEea9x#>hh`F zUbm)9ePvTa)8_nXpNt%uYnQ37$nuYBT3vHNF2>ce>#x?AG1pgTH~Qme+bcD7Z1oS9 z=1MaS<=L8sN}iO;hARHlmLr_V{WUc-)@Q0VJYx3IUCbTW{?@&V_(Pks^&K;nU0OdG zD{}2SX3D#kW$No|d*q+nyGJ$$|JTc*H_uhaOy^8>reXbvCUDO@9rV^`Dx+uH_D-{R zP*YKrG1-RBEw4T)7q<^=#?-dDl?mKRwu(oiRqt~3R#Y}sx4enTxwc%lvN_wbb44!J zk;k{yAZFNqUSHkfNwhxQa z|Cjc@=P=x+stR74(W}mOPt7?Uo9esrx0Q9uG}N~I7rbw|sEIMP?46!#S6-D5g7tAR zBv)8oTf1@Z&|JJcQ{AzaziIsq%;X-YsXJR=TN^!P6Y1v3;Z2{}@V2v^<8#Hfv%Y8k z!HoV)`&dlWzbMbv=iiZc<=U5L>au0sv-Ku=h1gqJ!jLm{gi39FP5!z=azQx{MaPcz zk*>)$@*LYYTy*>Pp_y;*yk|962;Ys-h4!ylo=fvywQt9=Os6of>a%rC9jhwK*Z;Bh zuBSAYlxKO#@iMCBmD?hYCUfcdT$}RFndoi4h^|SwSb68ls#fElrM?X>Gke2xa;4>+ z>&aT)lpDR$?8VC%dvtMQeKwnass`SkbIYqL>*})gHv3!0jQxl6np5Sq<+TlEyLHVn z;F^lvH~#DGwI=c$)>hS4ciiyQ+U~izg7Vtx+WHOeaQjfrZuZM-N$9e@%j~PaIn$lT zq17KawYhZtHFza9bj~zHuNZr?lX4C(ude?!keNK^wS3@|*{7i81HXWw)YoPjHw!oZTe#M_c|4i*tpYcq42SUBhyvoibHj?H{o5>uU;kG&5J!DN|pY{jbaB=Gt_s z>=HdY_Ue4@bgHar`O$5Ar{~&ss?XFA1o^7Sb}rzS>$5fGo$W)>;xoiP6jK;fcv)R- zRnMAi!-hX|o-W=pe=&h=qie&5g)KbtcVg3IN-kEB>A2x>us1$F*S3OK-f)w)lk}~~ z+Lu*6AMeZ+RAg)UfNAvab=YEE~~W~j#b94I%nHJPgadAZrE&CbO;*YZ}X-%x4U?m0Q1?uxRmcF~Zj zFC%|8Jl^&iGjj!s zx!vmJXZt7R+Ens#Zh2L5m9B0ryLdYjfg9h?PG!7|T3(-5U}ZynCL7g8 z_OAHkt8C0vMSqm-qhRYoDcT|cXV6PU-6d1UO@^CA!U(#*ERcfoM8rFZN z56o>7U7(2L(WS0n>tv%_xG$H8u1IWbd~vT9w^LnP)7ZJHXBpdI|2vWeEgsyO+OqB$ zinQ{c8{OHw+z!#5)zmhY{huS7pW8mVGWlIo)~U9h+iT!Mq9J;u@{hyf+}6=`>oN^o zr=pAp)@=Oe%x&@4)=?zzqU*#=G_1*vH zDl>A)XgCeo@_H)&{Oc!tW=FPoRP7Bgg#UhaZq04A;f8urI9G*_LY6YWhAKDw^Y5P7 z;^p|?kNlim+b-Gq7TIRsAZ$BzsjW8~-gLHeZmxaTOmn7d=a$>-wq|3as%y5UXO!u- zj}P6hmDJ3d`j^?X|YviJ1I7*vTR*$_&~G06LOnZWoz>vT>b4;8fqImN5ipKVN2WoZ0-)yh4JXcgzNx9d^c6noV!$zjPj4h$6%Er!3EoU}tKil3_ zP1j|40-Ne9*8lzXg2lO#YThbM{~O`6xs(cxOS1&-hEdvnO5AETiz=8L*zj3uFW}S4 zey;V1o(JzJCvwtKm{O=b5D^?~hPl54}YTipPWOIKs`%-gFi%9T>NQkPd% zZCnW1i`nGoVkSZ=yER3h$o7Ky_JSsgx|R=-y?{^r@B%xZlCM{6Ka&~NnVz+cjnU04 zr*{#5X!bfb-&$UE8Mj?YiQnqu$re_#xsBQ?Q`^1OpTH~;k(OzF8*IkV$=p%vM|=)9 zP5fnRvK95M?sIZ@0q&tHTl()Y5@%HM?w$|F{aaqyazPi3)pR#hQlJzP6 z$o%FG8#>DjTMA_jYz>uB{H}jA9-05+m_aL=w`g&_s>+JajsJbcCC%HlxFVB=%%<%9 z|G(Yk&D;O))&Gy1U)sFo|6KpS2ePcWq?#g$*9eo1P1KLOw|wko=i1j~d#umQFy!vI zC)bWtZ}mBR$Gy3NnoKn@9X+vgc)G{uVw6JlQCVjDcw^UO>zE_WKSj20Uas&zw)5>J zvvNgt0Ogsg)^9$0*+l!VdXzP1c~5PqnCvAh7$NmSeTD+F<^4?OzALGcTlP^mtFQIQ zNj>WA_0Me|d!vhU#Wl6{oocJrZ|t_bl_`v+w!X15WnhbqBpbo=a%o*+w*+{U?dHUP zy-(-m+H$oXnW&tycS-E9Y2Esf9-b?pkDA`(KXiul&n5Fc|NY7w(%-%^bE)-L`tR3` zuC=6j>-E?Azh0BN?(*hsHoETral=b<>DE{NpI4)9b6In{+M4ZKZwZfT4r=p{!GFz% z_gYd8=?eZ)3wE0 z#&*tP9K3*=DmJ_`ZTBMXl#Q{*T04mo<*mJh_i?vOi!DgvkH58`-aZ!_-b)MUottaR zL`{niJ=?jMPNru!OexyVrTVMtS59g*L0~T--5Z#cZ2ig@Z96xrK<^llD{RPAR5miS z4Lbw|=VGn)SS;lx7xJ%pF711=Ci=_lw8?CH3+#z#^${?zcW#Roz5o4A8`xX#v@Kg+ z@xR{`y5^GR?OR^+|9Z#i`pcVl_>b%VA9t`cx7Gjtga3Kw>9&{U9JZhTA7yXW9M_TK zi^m=Bwia97-Co;0-P1jz9{1k!X&6PaNR~xbacU98^CZi%<%L@nDT#|@*%ryNWOGtuMS*AHG%`NPpf8VifKOT^J7zW7$7}+6Z9wO zT7$Or5vY=Wzdc8vzA_Kd5u*my^|G4EVL3;67n2L!r|!?P^yxM_KMe)sL|{@X{!)td zWe^pAZjN@ynCk7Zxt`&Eqyv6eDhlCzgT~4BV~x*lrT&CZyV-B$lQrPLP2+P7 z7@VT@N|uiwz>i#CVQ=}~ed*vfB{xdg3_7#w_J<5}KY&>6#t5eEgqKjH`hM9vieql4 z`$xK5>rVa8wdwkd7e-`k|0;W!zG7xz@NvVTk$#pvMjuXKwRJF*X8mNt(}(uHo7qG3 zeY&UYr_|ynQlTiOu0ql=Kh2&bgjt&II@x1LJDUzi3KBeDXU`A}u6)SI4aZ-k5mF(fcxSHB#r>ZKC+qcR=+wMA1rhW??o$ub6t1H2#I4~xAuA? zzYEd_*s^gl$h0h{VvGsL53;+FG&dzB2cATa#Yi zQqc|bK(}=Q<|x12Q7P`MQ94fppYsRoi~Ht2=-iW@3kmX@>@i%iHXGwLGU0VwqqThf zI3eLXoogYrN5*>1sT?}QTNnF{+MlRWh^Q{^-e7|it#|iLbBGG)x>z5P3HIykDf&c9 z0Glpd&_t`4fN&$$?SYeWgWSuW?EMjk4J_~Jd9sy6h(B`ek26g9o#N-&!@b#8^4iVY z8|Hp&=4ykbxbb3&!N<_Qph3@jx4M__Bl5h}=Fy2-w7j#v;JdnR$6;h2a7 z)X;xyiuufaq{?ra!xod4W2lwB;b;b4f|BmV4V504hkMy*JcU&mE#<6vQh71{cGr(=02jk+xZsF zeRHG-rtVX|$98uE|I_yOQ+5<^(+y&Yi5}R?H$|Gqr{>5UtqZ7U9bDZ9mkE;65Cijd zaGC1`9kO8`;-jjsh4vEIqqD}$Xl-=PPbL+^>|KKwfj_$rKZoza_!RCbPQnOB3^D1< zY}am?$7LA<44t%OWp922|B*%;?mJi&EY&W( z1CrSilA#S+wgS9$!yNOU#&M2?$_&-Re#9vdCx`Y7G{@H138`!u=6|pZ3=Lyauz3-b zh2hGX!~3_*Vg5Y=ErYni*496OSIG?g0{C{y_O*{0b3Ql|tyXswTxQ{y$(?0pcB%z_ z66j?p*+52#ZF$ukg8N6kJt+d|v;Mow2CEm@=lY3UPl6efOH=?cAqQjhCRxJ}8(d7d}7K>41W zZBD>~=6r6pegr{KKGPbd+kQ)W9K35MTVuFnwIw@!jP#WIetp&4i^b^r*oS?MevS~q z-4ylr&9k8}y^{Kn5IC(rr{L0@&w#KaDZr{V#o(|b6~Qa2-#5Q1z!z2**L>SN!jN#g z30EwOP%pR?cVbu%LdcbE^EekK&0T#qqnRfdqNHa8vX=>kDu+yf2bm1P0#;PHZ=U2< z1+q9ys?7~Ew}3Wr&LYPxGRlyjQ2o@%YzxN^+R(>abAF+pGyh%%R>BYGm>>S560>Af zgu0jgxe~RKfKHi-q2-qwd@0_vJt( zqzy-86If)`N?=@yD+}2rh1m!(aCg2HI zhdOCnxj+c4gN@*l59)xZ4i{**pLS5YP{!#ej04TyBkXI{|K#V>i@#jK7i@v}GRH=0 z`|XdzQZYGUO3BhYa4n@0Twk|NiLxZWEx^T_w0GqJU`ca2 z=z5<>)g)gSsc>sWR8k({P$@i(bYd3ECQ8g*!2@`X24@ZCuo1bMso!;2j!x z2N%E4LxnO2)K&*a3ES2X+LRP9kaS@Aw7CbD)fQy;9F4dOkuz#bw%*_pXv0pST6-UA zL%jwQ8SA3G8O##7Y})!Rz*D!58z^kKq>NgHat8Ktl+@=vao69#(BSQ(Ro0a~Og?!4 zLC=KMz2oUVT!VVc|cB)tk4crW`+1YEW7808@Q*EC8+GyCSHBu-(0 zaSJ$z0Gibna)@%XGg!r3)g7yE!TLK|2N%rX;BL9;M{o}&!~R@bGe_yCorCEbe9Z-L z?L0i1@ns6ODTRQ`8O#Y*EpfN2^D6>{yD+WPP&|ASe9;)2AM+fz3Fo9y7_e|%Cyn$s zz;EQmIu2`$6SKpQ(L|#)1&50ExG?JaRrI=nUxK!>i_te={~WK)1M!5@>zB@;BY4_z z0+xg}H7i{HDH`F@iD`%psbcvXEDVsiIeRIFiPywq7KPSCKzq4>7W1vb+Y5NVE#ReBio!k!*uN{ou4sHe zpubXruGWug_jW+Ulqo{ygi8Ob?AM8}F%`vR)rYwpUInkF5aJ;yjJ@plDU3Ab6y8Dh zhYGxk2KOP)iX$%F&S_M)Gb{^5B-tQy{C1l7Ek6eg71K)1fp8on=BX@*@emZI@El{( zv#YQS1T#%Lg)dyk_<7>z@GCkXe8&~!=UZ1$#d(AZ@i^V;;8x1Yqy;z~p=53XCJ`s; zNKcx^#mFce_ifoKu1&ej3OOsUza=RLNG;C>8y3_`DFMBL_Y$KmI6+xydXav@dL=&x zBx~vJPJZs<2^ckw3n15lHPW+e(FpuOoieoAho*vZ|9jIsBQ^%vUS?Z#A3iyP3rbhj zB0W%Q^>B0Kcd!+zd=9plyqEp*E$mdSIk!{I290ayD%CMZ+Jo)$(oO6Gty9$2B<>I0 zP2O0r(I#YtR*~705KaVh&^lxfJpP3f;)f(B*0ZvxDRWJ2UPr{ z>LS&eAB)NS3_qmbK?z>`AUi_8JKf_Gb)1sUN=m4}z@#AM zfvX6@D5M}IQPQ+woPBI(DVzeC7@ElxELp>^z&`B;oLgBXJz2-&F(F|8OMW<}zoZG% z$2BReedt84ni9$|^d1c}4_!qX#yQA-TY{6O4I}NFm(xfE;xPDaAqF&@T6Y94Ro;NG z@Gj&Ho?TAB{n{;?0j?>y%&qHdUt@{NxjyIbwDvYc1$*zo6;g=1vx}A3#*JY!FPGMc zXkcT3*Teo;JbVY_=Yk11>r0n*->3I^V_n~eg>UKQAMW>I zl(jIcZ{ukfX`?fc|B#%vczeVAN*Aa3dV7QU`uQAWn%5X~FZ*>4w2Gq{;UIf8g;3GN zzIh>mQQ&2+9Sa@LBfZsNX)#CzL`Zxsm?R6Emn)pV$k|o*ld43H! z?$0dezo7b?<8C?@@rDb(o6xy&spBZUgBL<5ZMikG^_@8kr$)fwRzjVLF1|^RD^bp- zXE%H2%;TYO1m49E8UFs|;u(5B2?yE^o{r&K$FIw!54nw5FeAhwMr^BFTBaf3U9#I! zcX&+tImMUe9z4;o@GI~q!!JH%o9EnLLaZ*%mK}O!^19zQ*Ke7p^FVXBj_Tm}?gqb3 zFaB^Y!37i_z_wQD;U&%~w!!OtdUT0H>&Q6y`PaxT$dTe*_X#c|(WiIJvw{^qNhit2 zL)OXwas;*%daMF(4u5$%JWbCy@oEllH83UW6!->)ju#yK&|Iom955_yutp;73{Fpg z#WRZ88tw^rWE)o)zte5v;#lw(U=iXg6yK>82s@N`1JrO}p5Wi<o`9hvBTf|fhf|Lo#}ZC)yhxc z(TnYt`(yBnfb*u% zd=%og%oDZ)H^4MhPP+{WV7FiNmm$e=AJUWFU*<`FF@jA`6az!) zih!%wfKi}yrBN!HfmJGrQ(z2k;kG#jXz&B1Hw+fC{W>~t(Z@!UoKj#>604M>)8Zc1 zz59q~u$_*#0`8olm-3BSP4CtBAq(iE z(;Xofob+3`M%+^T%!eV?Qe;gaB8dW1>dV3~_odVHu_+cl!D7Q8@ggiZ4s7FeIX2xJ z9qIJ&!bl|ARf6kvVY?+8yRdivGTwXR5xD(1+yS?P_;69f17w;k`(cr`Q!Ml#4R@g7 zjL~~BD=;^|M2mP;qIKy$`f`> zzhVdUV&9eH&7I#ZFW`9sdNu($(!kKX1$5~>kPPK`o<}xiMV)mVbLk7}$d|)1it<>a z+#F&TSH-wRfKQqecKz?ouM=NOqycid%qLfMdH8+l!mT zS*;TdUjVN#F7V4~5if7YTC;G}!~y63{R>Q;|N9zo2i_X+ic*4o>wWVgKEV40#}6l0 zM4Uv1R|@=q7t_${#Lq?>-}{hC@i(%}vUT=}aMkqlEBu~);?LOf54V2(@=Q&tnS>umc&EPZ$y+Mm0pLG?DC zmN|{;9`2a3(z@uOj^CR_BIH!QQEHwrKj{}7kUt2Up z(88~oMT9n?lGcoyh%M4!di35J=X$^U?py;LF4e+V7qBSdDjIIrFMee1!y^N@!pdq| z{0Q+;aOx$^s}{T|2Y8h?Uaw6=7pcqU2+n1V@g8~nshBqlH_g4{(A#XKyI>PUkASNx zMn={Zr!;SFnn%Um60WhhF4v+QdNPi-z#8k~EE{&`Wk_=bx`HBSYhQ+@Ed|!k+Ld3X z$~z~>W!~-c_S1zO^U!#`TZfs)n|#mXNuMuEFX;1lsDRD(*#MSaVGOsIy%gZ87BNE~ zWG@$>D=ObN&&A+{h0FEg0T6;g!3A|(Yi_V-yHZ{zH8`|6at=N;505uyoG=u&SbK{K z+aTD;6!bqST>8QwdSwS^8FGt@G@lQ^FtAR5jSw!$&G$BZy~i8#c=8htO4lJP#v57Y ztR@4T_4s#A!TQ$RGw%HyhBxr5h2<9df>&h>)`qKGIV{eiKi9tYh!gn#Kqei*`xeHtf>0SItWE- zx+=SI4or+P3W>q=vtm%Y;Nl%2fy_akL~i$Mx3RQvHSf3Vm3J|VT%ado1(82+p!W)P z{~{J3OtdUnl@#BGz(x5iNhKIayantUbbl&`hm57|Uw=dmfl#Os3acixTDUEUUd3d|4UsIL zclR*z$w>rnnw%tGct`QYx3gn)Qg-vK&b#-eZ?Y%lTW6MaX)qI9?6HdF^Uds#d`3K| zwts$g{whB><1ZsEMC4-a*mmPQbhrBJBtGml0N1plqJE9)77LhC=CZ*`aBfXSy~vzr+G^n~ri@G|CodLljV!^?Kw0g#?1hM;)|MAf`A z9L;-xtEiCX-2)cpo$JEe#yZYB(}>byXW(7)xGRwbE+RmteDxZrikMsl8Hnh5u=D?i#nhK$lO= zlGFeO-rC3u0ox`#+3tZim;Kd;=>xy`9%L4gt6*Q~jY97B?6v$G?nHF)6S^9|SNVbU zPn*X{0+GC#z|uv!e?uf0@3Kc%=PaR-8_!mEXx&PH_qxoLLSs+ z5MBr`FPgA=IRb5)=R!N3d5Wil8v*c#ro;{1QtHy+jCnHDLb29n$hzZ|$?XBfk8{3& z^lT6T9fWn)VK?-j&}OdTb%e*lM-J~P;LCWFH3601X&yraYvSJ}5@M4j1Ud(lG8sWI zu(k_KrIa8@Sle@uC31p5VQtr-MM*(Gw`qvewF!U4HGCT(_;7%N^?e%ZyQS0O8HC3J zi~EbiJ{|%}0ay;9ws3=!JL`}GME*O&91C^|m?w6{O0jE>D$vPBdpfEM#;*t8^;%Hw1_D1L#7El-qBFLI zp?NxLfqPG+O*Y{NjHR0ESQvB_-jG<=J|;^E}MeV5&|T5#8E62Gc19$ZsALU99i%qlpccj=af1`@8& z5|2hPc)lr50*Jgcs-E5??l8mpBX1=Nse_yGoGy8d<{qaWJ`&}=+#rF2FKyC(a0!(A z$dV5qVKK^;0?s4aw*m}t~-&4Fvr@GgD1PsMc9MA!}lQL=*j;#o9A#fVn~ zp&mgowi!^V4)Lp$zQB=Lnd~FAc1%AR7#Yzo5vUD{M zzo43N>~F(UI+W6I8Ka3fd2aLFM0j>8rMnE@hqob;8*Px6T%YOwMO%1RAtDPOHC-3B zsHffqW914KFMhHgw>#L<{vzA?;ttVFOjqhH!_w6Zy**iv&J7>-jzH4WhvKPW4Hd!4 zNebu`J&NG@+(I~Sl#*iTjAgqBjEbVp6z|)%8*8{>Mxi|Zuw^?xWvCHK`SI~O-X%FJ zDGXOAJq4QsoZsuSj%tJJ=J{NCS|1tUT{)~#FXTbfDg?vsWv}L8tMn7bILLmJ#HeUw z-@KSYDd;O)KTfn0IM&Rbc*1@8)$-77*?gaq2E}B*i*&nY1xqb`R8+x zX@W5*e57)qRg=O9@R3R(R5Sq}sRTx0O1O3s4tRlX>9mXY&h!(Z+?zg#K>sQv3syPb zjGbsUCY%UZ{03Wo?t`pSOry8NE#lS{FbJLi;ifO;c0R=VqI)%Rv6B_|HBEz*!0_xW z9v9xnf<~anXhC0r{6{J4x%5&Wvfd72@wBXU`dTndtWv9|wA9&s4?QGFif2PGK8HX6 z7xvK~2@;L?^Ip&{UZLU!Sq>5Z-8+CRZbJ^VtzFXgWaWqKX_Pgwh1KAe0_O&LOO74J zTf|p(C`dKTb9_3bErv+}PpTJk#X{KPQICWVVqlES!d_;nc$9x=&5WFyF zkg8?IfOui90V}G+3v&foSXNvcF3{Nhfp2IU)6O8igS(x)4@-a5JOxkmQK%AA)`TIE zA)NeMSjwJ{01)Knc*s;D5^iA`{m<1SaoUed?gUHpg+=p(Kv}y3T#yk8&$qRLX{M#* z3WnR}5DM6|qHN;}aBiDyfoFoMvhx-uFF1m%P)#l5YH+K#kHDjokhv6gMS8r0)9WP6 zGU55(?xHzDVTKV0hRjUi-PaNxiQ>bo$6Y*U9ud11ZX>+ecX1hk%PGt`6yWeC0;WhQ z%sUW&>}trpir93eh{PXWkNPU|ZpCmJn1lq7rLFbD8|E>5X!4?tFF=1ZuNJ;p9s6hxn-Uu^+j00`Y?=iNT>48J}<18e=CJaPsfE77PP-F zM@v(a@%FO+EXS*wHpV{4Ub`c9MdSPC4|hT@OfR~1Fp@yV94tkfq&FvguxZ_ zuzXUEcsmZ9g}A;87_5VB&`wvFfYR^y%e?{a$MNkXDIj=Lj-#$~i@CIh><9dXu5dYw zR5;guaFMG7n!RdODa!_5o2La)8dbLiq8MDhYK{qjyqdKln3aal&b$8Lj71M8{89RY z3+5@onnCEQM#vg)N@~4y0jq}li%X;&;(26uAn)!euj}uw5dopNv}S`%c@r0oIQ2T$ zr3J*0rQq~9M!3ys;m7RJDcqMGr=vWpdftJ*|DpZV!DR)qx+y2i&9hjUz#2K(LVRzy zd5CuOk$Gf_-Zn%33##_c0m0%y2E34Q*XcB^Ew~WENg5C0T3rM&bN$)H(U{MsvUi?` z{~EE^JYMlTg=!JO{`3&@G1~GvM%kN$p+`I{EZp`*^aFmd^h$!AB^>+!CL_dW zj>CuHX;g5?9Kt=1b289Ho2_sWUdL3HH-o{ZM1`Fbbb#c6;^h8tqe;%#;9hrNUxf_| zPdzA06BHhIS1Kb~Maa-7dK1F5a9!({&C7*PG50SMHakF;7d~9n%` z?8Ncbaq?q8m__?x=}jb}LH;RMLH`2sZZsx4-tljU3~#T)k-;srHxcUskCgZ^iLK-O zEo9%QA;O~j{XQ~pz%34ssl2go-P{wl=(Roo>hto_fT^|cNk%0&q>Q}UBT~Og*VJ!b z^`(E{(mzNkV-xIaT>4s6`X?^^lP!J7*88W|94&C(vSoi}$UjH;f8o-MWuh|(!WQg|KQSpM5X`a(tk#!|HY;MWlIm8fG&$zJJ|62M8Noc{|N+?MWAk3 ztNnFzuez@vyl;TU9=qZg{i|>}r(B!|@5?O)@^xD1_6c)@|CEai+|>0fD%~q2Q6E+C zjCBVLTsIH~37q&u2cJ9lNy+^6i{=GgEW#ItD)KPaN4!n*Vi7KNM%yrl5u+K(TN4iQ z!3wu_orvfSZr9&H4w%MV1GfY8bVCTea~b@O1H0q*73AfZMvz$bbYllWc~KO0p6>}n zynS6Q@aV>=7|-A8^$;F#%ltGBP4Lkt1`F$w@?`DN=Z@ETP{T6u6G6869Ni9rG*r@!ug3r?>?3|Z90 z_bH=M3sGR*Y_H(aG&!FkhR-xTxV3;wo9Hk((Sf6;-Qi*Ikt@VOz}-!4zJq*Ac+lpU z8D}W^Ny-zfSa?X%@V7q~&QX#hn7fqh*u~>h0-@)Rwu-@7j1LjoapnhS;*wC#OESJq z7$1R;L>k1eLRb1NL4}d~fkZ#Ot11w`M5J`po#`PY_*YuZQnqPy# z4POvqRXJ8~o73+3_oR&Qhy4r#$&zkLNOEc#Tk!mijA7DJb?J%Q5-i@_^b7$MOLD?zGgidI+} ztGL3b6(njRc<9pV;BbwoheFZf92ZgYuH3pAA{CQdqbdH|-l42jer*jm%;WSkP0XPL z33!4b(xYM!SmGI^if9Z7OS}fGs1lZV1z8{t*9ISFzyw3}@N4rt6*MOJ@=y*|-NrPB zCx!rVOuuMeC<7B|Buj5?$sC)hO}!4kG&mfPoJeMTzNNvGv*%BPXwFZc#&Tb zo9!sHAYDL53h?Q|MmWsv;N1^W zkKv_#&W&yJG)*-I>ptI+Jix%LYmACc3xzgMXRqc_?vhAA{7n+EqDi3>dii1svx-!} zVIJZjdy_UG+~zkRqXdK#E|RY?nZyrw6FHewC^+FGix78NVW=Q*%t;m_O(cb{mtvSS!M2e^Mz2sFzOK69#VlQ7JVmzO7MiOf9%C!wF|X!Y zwb*GAGP)um(>{T&m`(Ls5%LiCdK$?z0uhH70}**{pn3E6Gy#Vf^91DG!=t48&p3*B zyjna?72z0D5stT!7_*{LMKs>DBGdxGxIIO%re}mWBf7gq)&+ za0GTTkX|v8g-YoW6%N49xM~UuT0s*9f4Q=FGhp;6#5vbtJ2|D&iCwlt=NSQXCyNbDt>y9127ry!A^Pc>9R0|k%# zdP8eC0ZpWy6)oMcLhB#<@@uzWuAKiir+r9!?m=@*B@vJEcp0>| z`W=f1UvGhN6p~tcERq6J)q;~}&AvU+Z40O|8CA1tnK8%4xQe0*OD!%WHg1mKah=^j zhnIb4%v1JLnpFJiPRT1?i}Xq_-CG7%L}JQ@M}2VuVCgI)DS5<0R7e#~DZ=o=4_F0~ za4U)=M`_%2ut$a+x-4_L1wC-Fe8C-2AZZe9bJWv-#qvR8rTfolid6p^^`~St3dtB* zk&HJX-Db63K|NNaV`Zp_T_7R1sz}HS7I^fK%mwbr32!_rV*!(giOHx0ponpxv7Cv} zVmc~35$MaGWxNYTc{eM;XpQ4`F2OX0=R9Qsw#*uH8a9b3kXFaGsEy{;wUWP zBVbvk*H|%a6q@i4I>&0b9g8$p#Wz3@8HSf86J&aisRKtjkzfJfjwAw(u!F*>=(^Bp zbC8MjQb>16ETD?)Dxy|2D-=UtWqJy@Rb&GeABUU|xm|G^i($pdJUG|$LM3^zX6slT%yd(RL7Pw3ysRhXLNj%oAeEJ|z zi%;ot-9YvV++YjL##;e~c}l~?jA+~C^wI&1r#FXIGDyNxlx3F6;Z;(XuoZRrOqRl~ zXk1a47k>g>F{K)kYdk>kU%RL3*nU$vh}XSy~R1m5tY51eWH@L1b>@^%rBN2gRt0 zqO4-Xs8!s_6)2+qAu%|&Z&!3d(Unc>=`IvV%dMA@7BLx+iN5YgtJpM0S_@V}+K5wg zq;;4jb&6-s$ceZ8a#X_X1 zxxA2H_q>xijPwu~MKP#|FX@KktK=5Qh>ChL=Xu16CKc6q^K`u|*^;<5#fY*c@zV*B zl7llrO0vogXnPxn|JRd|F<#4tb9sAMpDuc1gJVpyY9G^Yq86R+@! z%tS3I^6*^^9KolN)z*eo6*6%gho3jkgRw+=$^oUh%3qRNJZ6zRUV0pi$h^f3X1ufJ z5v$0@=uAFA=fhnRy`p(0ql}k1G=*OvC%4Sx6inQuH_5pKo*M9~pKWyz^#)EdLek;7 zXAHx#wE&nV>u^24SXqZI;-<&O$ZFaCd$Na>3z(}=-1#4sRaA6CaVl$G#W9pDYVLvJ zT3)xnMn`&Z%I9kziGiOx_U+!5qY^>3a8_?*@Gd9?-WS6nfH_tV0!mT}4Lfxg!qhQW z=b=jG?LvOun5`nj5^52qnlxtU2(xNI3<+P&81Hy#{E7~!>EhisSwUe*aNBCG*ltLu zaHWJN%}G25;GhZOy>b2<e^MNT zTQ(KV?#tCpDXyZQY7uW=?IP>;5bVG?`)+?Lc5>7v^9j89OpHrWCOc7+7g3IscB|MKQ#!QciQ57LsM8~LA^yCT@J^8#> zQb9!*6j^yir)wxsms>AVmmGULc&0bPQ4B<0h;nE6-j-Yq-Ilr$n3Zpf=v$i1;vN~m zdG#}RdSK!!>EY$}mf@=iDvpx@i*k8Wf|m zxJcKaD5`LkxZqhCb%Mr|nnSB-j(JV`$IDvdDdMP>n8O5v*S8CXC7}qA zl}0GF9oB)|#l~=HqHQ1KcY9s{1=RF_7+0-d-mMF`Rixw^LdP>c$d}bn(FwJJ`Q%kn zMS;NFzFNY3u5-w9cx>E;y#tR;EQu9lu9*N?Lgd?dBJ)YF*i4C-+$L;AWitoiqve;Dy^hQY(iHgWDg3Em*l0$ind$zpNIW~gjP2~RPs9s(B zundY2)8k@HMPQbF5oQ%}8D9~X)!sCIMF$jNc@IriP#`L|t%%Bo^jQQw4kxIMr9e%Q zIr2G8#*L*s8Ch4e6_zk4qbT~>DdRqroVrE6F`^=zow6KanqrKpD8>q+>!r+9fmDp6 zNX1u<6b4&v%J8OBmiY#~Ber@F>&qIZglN&3iMNCtTFEd7Pf?BqLk_Qs?=}cqk&oA7 z3cI3lMMIvp1bUH>)UF~Vdt%rCPk0IM_U_HAfsSk?Q6OnDZeGpvo={(&0#L;z{KsgD ziY%LTV^u_CWJN@o0@bEPPScRF6%A$L3)lq`GM*wKFWYvHLxWj1Tz)fo+Wq9PeDTh~@4xfoNCi$#KOt#hFBH@N}9hEA`y!bS-mPCRy0Y(B22L} z#+Zs&sx=}O;|Qsy+7h?LX)(%wpXrZql>!hGON8`xv%xp}OL#)PHNIhGMQG({TKj_?x@SW02dAx==V@DPbnhAJQL zOqx~Ox`nUkuBFYY9i>IMTjH#WCCGN#iM5L6EOl0`AjvgXNuE_po?e@s7(|y?K8v+z zbqOJme2xhujJSL@A;dctBkr?8Q4392!J?#zq!86IV%Ba&q#F*Ugj$57s3n7TIF;lgOhqmcXc1;bql#W4 zK=Y_Yf>C>lV7&B@CWUg3=l8tjPi5)Zk1?^-Iu@w}c&4s{k2|dpWa%w`Dof8Hq{*bv zL@oi1$s3_nG$%_B{o|?3<0%5EmP9fEgLQc%@|$YnxIS6X3lMRJbx93zM?wLK)wvu} zMfZhT0|bO18*2{hE=dMl*5OmQ6%7mB&|O~q3FIo`0ZoX9;DXUXXz)f@kU~BM6O&KY z`QVNGq7(vZw0Il}Pc2L#p~g#-P+_aZDMUM+usXB0&_?z}^(A{rwqqVZyl5G$Hg^y1~3$1ISFTZ>6G zSDU8rmzGqU--UrQsqE)8sW!jMa~hM%VWj)bC^4xVN)@RXF(y@nSkYumsyt?aRNR^( z72C-WahbwF!bPHujA52y{hNVeJnwm^G~xO;^MvDhj}X&?VN69owv$DeRb*s*MMk!h zrSU5|ps2~4aI%5|QMqkJRCa3PIJwA+LNCMd)*eALa~C$dU&xIbgK_>B#L5iO$NOK4 zp*{W_lil9GeNAK+AGrcXJY0pcm$6yBfRZM(LOc*_dKqFxll$VnRD!8Ut6D>>A=>q_ z7M{_2*>@$d=Y9C<6Q=BZ#_==|m1wq6hxIp?A`*F#0UNo%iDT97?cO1T&%kHol|+Ew zsStek1G;kN6r-=#W@}CA4T9&wH!Ea2LpnjkHtsgyT!();BR$0WL8MC?OlRkPif!b> z*@Y8ZykL&FOJ1(Wq3<5#KB%Z-KhX!t<0p|UC0^O)dE9o@Cu=$! z^y*b}-wYBwx-dYC2p2Ykh-9{ltCw+oizt6QF{3clAaQgJfjH%;(f=Y)`!Itc%VJl1 z(x{d5000nQ&*ddNza)gM3t`zwP)NRc%K)~Gq^iz5I=sZ~oTe+er|hSgrgw|J){=26aHP5jyl<}i;US^qL(zRCQ^uyr^wqXiwfqv!!wQXamwI@tp_JMDZg+Y zM;~3DCf+XT`g@Vi?d zOnd19q$2X7;7PTQ>b!v9bTAV%Mt#)t%@xSSR;^*lcJU|3YHZ>lrzZXCS2)?IV!C9s z7^~kPu!jD`B2`DsU;R1*G9sxThxo-i0=#T?v$x$xA34Z+$OJI>lG>uc>s%8>2y#){ z20tLuoDS>1GJvIs3v{h3-@=;=A#ia4h*8evWAh=?>@xDj zB)!k2u3h9g=g(mhx2{q(a61~A=)LYIZjaz{xt?hEcg{mddN*AURcwApG`5~gL?-nK zNrdppr=VT=j9Y`cM)Stsd=B0|g7MF^Kt8B)Sotm#=F$%Of`H{}?^`^J274V&!Hck$ z669G%xO5AZ*iS0I{L;4|qAGSgu=HIh2YG$cy`_CB=WO%2XqIcpW7EV4$@?HAz8kz{ zo>Qf1;V|H5q~=!|FuiIS5>ZezWR+lGctk--z*jVYC@4jQf>7YPp+hz)ztm`r9HfQN zt6S!9lY@~%-9ji<7x#1-X$=wCuLBhg?;rH){Ma07))4b_1Tp19YWd+$=7A>CTXcQm zss5UI2pO*O$g4oE_YfX9pV)E5JlL$ylpXCPSQgS@A@MiW1G6ls63%5Cm8GR@wF}nhW9CCkFpf7W}`C0Z@v(-e(`7W(+i24u<97)FRRk@`5Z<@#HXPVdheCcVP zV2CsiG6+J9GDsD7Gay2YYQTyr5n@z97WkQKLwJ3X4La%6s(H~B$xh)iyC5R#7{anT zO<2DUr7A7emCPhwOw0wq0#QXnDM z4{vb~Y`xJCfYDKHO_8TtJLPn`%?sHv>=VbuvO`yV^fb*PUHd9~m_Bx=8g1kpv9oiD zEf}=96w-38nEP5ydTlD8!?&@bNL`LK@=3)NCNxEzu{T1_UC@h&g zNpAL>f-4~^0q$YlQm42TchpV`4+2MsoFaHd_4`TUo*s0by2Bq>dtnY$7DE7Urb9WaV>viL-K-=b? z)|@+3?Y;}aaLOXAoH6%P2AEL8b@RY1lr(zMBmG?6HAiOY6%TYwG7}?dko|Dheqbsi zBY|sS6^UpF!}V$v$E{gpv+a(yalWwF7Z%Jz6nqUjp-;=T@Qrzl%3zwD#bYBxsR${! zx4$+o7rv#LcUvsYuN1-4OvdoIc`U+LNg&2TnxayyipKCjpbV|R*xU{@DHwIf5bxh< zq&puFQJdp6t$eTG1%Xeb;HGKG+>diZ+vh{uy=0z50dyk+y|C zQwlYem22r;bC`>X2h?$6=O%GMr&A|04lL3Q#~#QN{wRHz1>;hbQdo{0gKV9lCMfY% zE&~ZNTFutxkf&YcSYAOkIGhYA_tpFi6hW~auYV2>BVPbJ#>GCk7Qd0E!Itc9atTyO zPq0hoUcfk}TwF2tKms^!d=EsbBjV;Xp<(U${H!ZO>OiwY3DVWD*VoJwv&fAB?L8lv z{uoD=ANFA*{^iQ{W&UT_H&0n$UMtFUEla77lZONFMr--By>E`fxJZV2qC6SyZJ(EL zbRx4OrCp0AW&J89i!G8k4C#Z%H|F_Vd3pg!M04{(9yHC*42!Kh4_mcx7z0~(5~HFK zY~3l8!h+%YZ`1UUNftY$j#H$uQ)i;7b_tz$F42cTmA9E)m!&E|JjV zflG226^$q^(I{&Csz*@pECF<2ZA*sjA0VZLhxFH&Nu)XnG49zahmh{A1Q*YKpK79t zFcMbWb62hF*w3J*RZA+lxMZY55mo#xCe7JeZ4b{aOPxn&- zhi8tPebrS&k&xlpZ{rp!3BpKtlbA*-5QD)HsMvzjW($q zuO&ngW4GJQatI~;)9=-}rGo^K0$xRfDI$5qB9S#563B&4%l9 zWP7_nHW$w?$zcQGu$XKPr=HIlE*2KK>`tawHYx{ zMt!2dtp%?(OL=;UZE=)FPcRFb?i|Agwb{Z}k$^G6;VO?&(MV96b0`G@aQ(NAcK}P)fSb;pqHnGs3CjF$qNH<$W5nqS1Z7 zza&wM1f!mYQ;3TZWrff7EiX{qmo$+iGL~QI9yr}oiHYT9iHEKtj6}oo3S^8^(NItz zBcuW`Bm$P#rcX5Mb#`&Ie6!?twkYP46V>l~E{OorM3Z1xe!^m$^pGSBmS>O{sfvUW z0L$-eC8!n6hMg^qTOgsm7$q#F2&JN#u$1yR1u{sq4Y^r^$=k9<8TYI{%`^Py--}-do9;Wmy$?L&fUAhaD1m1pl!|5o&*X6m1mYGHf$Y=oU$0?9O9zuId zQU0N?rAGgzw-n{Sr};%5Kl{UMgp%&GJbU(*q6nvoMDpO-pJ>yV6^#Z4Lw_MF7Mu}b7>K7Tli9& zg+GynUX-#)wBxthWrWy4Xa&3$5NAdkV&@xrkGlRLy}rDE7XG;2&uZ;cxJfm#%sug0 zJP*BQnw+W7e?;ij-dZcDdb&2B^T@jJ9lU6$u!S(7MSra?FiyNLCS5?gM(zBF36Q9k z@G-E%*<3}_zEHL__vsTT5cw#WLa_elSm?PAB|Oc6FR{?`uqAv&z@$Lrfh)O~P)LDD zqEs|P3q6HXEZ$H#-?c?}qarB{ zUTSmbW%&Vz)u{lo`UN3%$T8GbzWO=A5zfd28nva1Ut>yBk5ay*z9GklWBHvmLWeUw zo-c-{-isG$Ch9S7(+?N6zXY%3KBReN`%6|RUW{PVlgPltEBT76c!g1jSCS|d%@D7o za0OID~qP%BqIPzy}$oE)Sfh8$<8I?3afw43Xh@is1?C-KZ~o0=e35O*KXvc=BhL z&*rCCvAs6=q2`^=uYw<>Tsxf)E_v|0)A@Dm6g~Ko+G_h-U@$mqV^^{zs|)5Z9@Taz z^;Pf|{`vB%xxZZ-MVBnx%9rL5Dd1IZ9>9~oF}&BcpLZ{thfyMI>NbbvC39aJ`-qb+ zt9#}U|8~2PF!LIo_i-_jPQxA7x&nVph5Qy4jPGjPeA66urTpm7Hovt^9cna3TXVK# z;T>v=OJq|$!VbL4H?f_v^DY1$2LQbc7^T;XkeGT?-!#8Yd`)xUHYaN~uci>v9K#q; z)>9Z&e93rF)+_KT8icZ5j#%JUZVQT$Md6o1tY%$$&pf9JW16rZ>LofY;(?Whi+dIT z@xDp}rYR7>@w_SlUS2(3R~6yactg!$xXcSO-1q%(sW3fUvO$L7GF-YpVo-I%Wx%T8 ziXGJrSA&;VABL;o3&RzwDXk`olqqj~?AqCY$3w0>9yMU_XsnS28>RWF49uBulT0L*54$lOng^+vvf|p_?|zvbLD6w4!WVkznhyc>Wroi9@1k;9h-)k# zcfXWQ$u`3);qtb5jB4YjC?g;Oy)&^5E`Kil&2K+D=2=4Er_+*oX$dg#O?VQ=qXL`?|Jv`nR>$&VF9HVKfK8>g;_T1Sg`s0B( zG9;{`|b80O+>VuF*c>65(Z=-rspbOw0&)5hVlg~%5zSGbF_Uw#~?F)fr? zK%E^HH^3HDHb(F8y<)Mro;}v4H~7b)fKzkovFG-s?B&9@^fKS(Xh)FHaaARX7Q^G& zRS~{wxic1?U6o>`mpr5GV?QW#P8usLdq#j6lM(O?onAMM_D1ns-_G2{FRtCgyoXAubHP(b%4*MhHuQhBw%bm1_(vcZq>l_ z<0GB9dcBLqqfTmz2+D(V0gig=bhUi}+=9naUN~)@2G_Tyr%AifksF44+2d3W34kYg zaa@Osh0|Q(eIRCnx`=0d(5+gqB23qMlVlgMec!$cnb^X?)MKu! zVsOFWvViDY^b>C!Ey^+?j35RP_SZ;1#We)Nc#qE0dA6&Vei;wf+?@{$9{&C165hFm z@(@Vvig~hAV~ISHlpH(e;ZAL$PVeKqay$LAXUVcX7if@r(9#XHylIxzo$vYsHTADPE|85p%&Z#HXG zQLo*a^(XsXL|g0BPPKG=pr!B4eI4k`E-29Os=2>2HU*P|qxGles1&g3OYcJMm!$z( z7;AJoFe1rVF45?)m(7O9%DZ@6+QDm8Z@XB<6Fdr7Vk;T^m>uiX>&Kg|1Fb<0q&( z+C*&m!T}~_s!^YIC(N14kW==Ywgn@pvNvviOi);vNKE|*Ze z2ruRKw=D!C0KAmb(5~;b31#u(>N7z?MEEw0OduVJrABc0nw&|OyQm8 zeFzGOX%lhzJy_^O!_jx?C;Hm+(q(YkJi)&?XbiuSr@)m~KCOSq&`l@7c0WO7*w-8% zeUAyAuGb;ca}&J&4HhSrV_#85%j*y-Os#2@!?^+UskOg@ZGL*E>4)F3?FSk`WV5R7HR z4n&`S$X<3`a>iJRl)x(d@%p@fWWEkVj05H2^E|Boh|#MtS>zh>go#qSe$G5s1o+Dc z*YBop=S#@kVlAZU=DM&58CnEW>umiU^I{RgmFUqRaEU9X(MZ2LJ!tdvfZcU$eF>~E z(`fU(wVw24Ob&(evZGvC;NM>CtdNL;J8l-u_4Y7(qSI{69Y^F`1c>sQhpo7>n~XB!B%WDCwC0Gbqx%+*I-;SV%?++r;&o$#D~B zV*bvCejkT(`7P>)y_cGUGUe)9xrqk&=94-QOZYQo5FJXmr5mKe4Be7olkxE;$PTk>3mv3QWsgSmOTkRHteo`46 ziE%m+u&+QPXiIzuZX?#9o5a;+%sD>Hjn>(;EZ)wBxd$@ZQUPWW{J@fskG}JR*3c>(F2q?aw!BlQ^HaQJi1IxaQf^X`33n zn?2Ayj;6hO-al{d?IJFV8wPHj;UiTiQ6BE1cW`2WPhkx{Vl^EOXz6|P5XxbBp;LtA zqW7r65Nzwbd6M#^z&JtELiLg@+ppHeZ?nhny?q>a<6hL5hhZxjhpR(~1~dEtP1UFC zay*s=w`7j_BA5bTxmDo_G3WGAFQqlaT&1#;FqHe%xcXy;!ua&I!+J2vi+b>ext~t( zLCZbBfV~vh`jOhjU4OUd!!8f6gQ(z(nHCIxUvuU?8#q>{YPwHsIN1lxP%S1+y0VyPL-y$nf{V!Ga4|hY%nCW z84X#b%`iN)nFM@A1JGuQ2nB71>xMRCLA^1$zi6KEWhDbfgdnJI&jzrP-VhujDF(R8 z!4fngDHfnBDn}&67`!-8suw;gh=vyIhD-1;>NY~Cuaz&b2I#k3{yx%eAi^+-S!Zil z{+a;Dj;|!>`lsfBF3e6rBn)wc?;<>>7l2UZP=NddPLwRZMFnb)?Z1Vtz@XsIPTy0d zvycZ)h%O;`Xcq^E+PJG^;W{RcY~jjYc;Rb6p$w2#=4@U*uo{qcz$? z91OB2;I}vHzh@q#pL8XS^+pk4CwthFR=fN*p|{}hMse#PJ>8*q@fL)F`v5Dyqt(iXH0It6{O0U< zmVU(edec6d*8m}~W$JycTTz&dvEH#F`M`5v&Perk@ zl^yBMwT?q_%z|df0g*jSzw>bt;X8oB{4sJsI{*qP;X^(Wmr%KXLu4&L3c(fo=4nF3 zrB)g8XXZf+8g^h9u4Pv^V~)8JGHp+?En2>9ePy2U-&jjvC4;t7XM{k^$R0vGBlKB* z0YJG$HV$&?((7XPEShi9;_-Hhwbkr!Z}vFJR>T5>NdfG zUqr>T8uG^5*`vML4p>g=R;zR4O@m72YVGmZD7J4Nuvw2RHw?GTQ!Wou(kEB)JDH~) zP+BHQN~i1v2UR8RB#Tq_Vgy@JF{0z71Y-wun}ChAey{w=fVZ^e6BpExm@sHkjL{c zZ8Tt- z5 z7=IWeN0PkL3X+q|P2s-Mxv20yx(N%ql-5s;P1m5{t#W<=k=;%*UPAHoEOa*Ljp;l8}=Wj)6fry!4ilnsMJv zW(e!+!UMl?DSK9GwEQK81`To%&x15b4*%jFQJTmp_;Pv1Re!eP@KTPNYpzel1}}W- z5TzT=7$kGQb`vYRfmpF*n^9!nA=Y6l%oMbIC)-!RxKyavY2gL~)^m#E;`f-#;_-C- zUGt1CP8riKp^4Ts9M{8z%nH<1?GE0*hT3slASFp>Nf(!;rBBSS^w(H=*aWNB=y=Ar zut0b|hY&Avg+U3cez~&r350{{K#3Qz!lN8sjQ45^ucARpTt$fHg#@CKE~+icI*$^S}3}=&{;cRevG|OG`JtmnXHv#KyK!aC`Q0Y}HVSfXnC4{cN;Qc5alkmSDGyAth zlT|BP!T<++%f-2tEq2&rQy@S0MDgy!t|y2soAYa5ylMQ@APQ^5u}TjS6%pXig{lgRUcnPJf4Q=F zGqbt}UPs~ZAo)qlTOr~xmXl2iE2fodjA%t@PT^IJDbgqeA`K%PmeGtO?Swi9zUdTU zTOQLzj1mLMOJ*gs1C6_>U|~|pHCI9pg#nXF5~HFKm{d|IiVmuNBoJ`G?Gpu%KA#P6 z7-kiJ9QSVWB#k!dU#^`0HmB3LRvlDKGZCuiDN~h_epa0Lx(h6&(9{C8A}pY#IZGj{ zWob3(0&+}Lg{>B&<>we%5l`W%C5Y1;oz&pS>voRIU_!eIJmWv6$u_*4C!1ZfsH}uw zjGzc+=}ZV!q+&EhDmz$(mL?M8DI!@R5%3D+VGKo{$AkiO+I8{ft;Vt&$Yi^tfYRjR zDD8^NtTfSh>2WZkBHQl@y{aT1qbu^+jZC*|sbA5&BBNEbiueU`N?iItDZ8wJ$rgIM z)#gP1@@K}1qdZhhQYAKJ69A%>N)ci_D1|B8!SZLB-OD1(G*2pg*%*NT?|w$qz}%!% zbU?NUblr-MWCs*kRok*z0QC{qb_4!C!kxp-Ky%CV6R-`ENi!!7o-2N%JJ zJFid_M|xJKM$%+ch>90IFDb-|CKVUjvy${unpA{Rt*PZ~k8Be#ot+e(DP*-m?d~2mtVpNO)FQR=Y_i_OVfu|??D;T-U(o?YZ!07c6%=XC zSw4K*MWW(FW{LWCfGQBRcs8@7;hYQsu|QNHmW+uLGk8q5e#4kb&ugk>wZ9aI8t^MR zP(@TTMU4^Fa$ zcx0!x#K=`#D_KKA75|YOq}$pmx}j)nk3Q*c6v!-DM0^ioGTUStj?9XEBQm?J8)-5} z92}9^;g*aqVq&Wuy74*WN-|RwijN~QM^#jGqnyn7I*MeDxY^nyY?2OkC_@()a;I&p z5V=GiNyQecfJrG8*h6Nrf{HFMNoCxYcT+VKNXxA=X$ALb5!AS%iL%C66>B~4 zmzBo_&@_o9drZK#`g##NJx0kQ1vtMqnjhh~CUz<>gf3Wq z&%>3>Bm3e7RLg7;Y6;~yp^e9N_LK;>YOzRSn^1$@Gt)IxbV5y^-LsQb6z7f;-T3yM z(0;u)j^}Jb*S<)g3nYQ8(B{u+aw^Hg7*=QtMtT5B;t&d4;`pc|C{@H$l7dufHX#w?IZNfySjr(Ksl$5LziRv@O`;~hkrV3H#!Alc2{FJMDU` zDzZt=pnz)`CdRF3SaF*@?MBE2;z57`P|LuImUJD8x(ZvZ2zzXiAkgmElDl3QAc%|1MGokWYXf*z zh0Ei`qf%@q3uLhG4lH@ZG+`CGtP-Hx<4O{}qIp>==(lC56uu&;YFX9`Fs%g`aot#h+sW%KWf2=gm(r>;e>wxbF&u1u>&I-Aho?L{o??i3QP4a}KehN#;T6 zrCt0QQxQtF#+)ZORtiw0c(E}y$N4>_Xsp{|hj2HHF=U#6k_yf*F=LlU0XaP|NeSn% zGrK?w*i~ee)Nr8=dn_!gqoN~fmD{6fNhJkhOR6~E2YAP`$aU!Qh6YjQ-37$95(!aL z0k(wTluS*jYxd|_Y^p@8ZWF%JBkTbSoNy#y+1HN6cDg25KD0FmNJn+EzfVXqE`aeYGnr##MwTMNbXxV}wJ3K> zs8wgVvYmGqTNO=OO09aKlWVe)RI8p;y*6EVyA9xMSXz!l1Ry4sFe#_mRQsr#GK&-U zT_LH(=orKzr3t1`)l#$@Kt37h@rq{ELUaNr*Q_F%YEdmiYvpt)Hyz#H3v_cdC`l}8 ztK}ps0m*g7A(ae)uoUIo@Eukq=?GVm&WXSXx1wQ1J12JY$VK8&n~HdLc~W>dL`Tan z&*e|u^0c30j#KMhq!=(PtsO?(d4(d&bNN%ZJRM4!WC~H_7!WP7BgBd(WqG2Pc5?HW zidd>Okz~NJ{)~9VGS!4Bfl_GX={4AMp0gU}jzj~RRT^_>6~hq94UoZAcAy;IU6K#j z_Uw?tu4r6nh)!D}kwC8^BoG}Tbyin7I1Jth>(3qla+y$*Dz9XB4Tz4Is``?ngJgO2 zn4X*(Gfhqr8ItWa;5&jQ@MD6i3e+NYBrR5;NUBha3)u#3vO;jU3@u4_1F9Po;_i?}kNA1WmszrqCHbz$bvGhWvsEOOB)p*p zYv)VXkftnGp(ty&^JEnT0yDB&&eo910rKEQHl9mCa^A__{O6dia=|z}Pxe!H$rEA3 zBT*=Oo{ESWOW_2i4^9b=7J@=Na94#1Tiof*PGmb zoj(gXzvf!4ESH{P=NpO;)Sjk%W-dVd#UF`C?RF!Iym$r0Z3)aj*+2>=iFvg21|q7p z>qz2k3vlfYxQ2D2N2&#mxO8a|XJJ(uv#Er~gH-}t`g{&BW|aVmpnf^X^wJLS^e{_z zp@bI$0)qM_5EKgr(A(zTc|?M0E9Rao%Pi_(o4N0Qc96#o z32{2~Pp2o#^xW<*SI*rwN0GJ&$sI;G1y%z&NT{Aa{QM>&Z`&{9jmZW=xzbZM{`gP& z_*m}a1f?`3#J?rJwR#ea_OHcnh|?!{|3%*(&DBY9P^ij3(WiW0ICT(z{6`TF8Cv+$ z--~!0_L)EarHI#^lWF=heaa6nbAiiW({(lxFBR_`eVqAM>EqFOamchR@0q8BxeHsR z1=u%_S^%Vpv0-5BC%B>5Pmy%D-w(`@^oO62-xWCp5gluK1aZv}4iuiTHozTHUn6=Y zqV+R9zzVx}0qk-hoEzQ+@R+Olle++Rk?hZ1y9;2qQqEn!3t*Qa?A)h!0qkN1p1W}u zz)rrN`|K`&T}byC6^+y$@;kbLgTy8w0>70!Ki7r-uZ^SQ6@0@z8~b2sk- z*h$25-`oYT+Xl~ldl$g}?MV0CT>!f%+2_8$3t*>LocrM}fZb+%?$%uZ_gtTUybIuy z4jA@{JFae*Df%4Tr|t+Wa+7z3I|I9T-RBPOqGq=ro%_i==CVOi1m^~YMy1Rxl+mcs zJc&5vZS$Z@f@tpJ1Pc65d)_=myC&j(*T<271<5@i)DSqQ-kj`CnWs6PbO)&%;iy+{ zbI|rVq^K~*_yg<7bX=j>)8^59S#Q?dgDu`Xj4iN*%{-)i$q;*2a;u1n9_7F@^}1h-8fo7vWF4h%P>cAlT;qafJQ_ z-o16?Hbla5badR@1Es;-KU!;JBcZA=l6xt$gL#Ox4*c1r0(^X+*+R~T>1lJ{DD3qu zlr~P(%|oLN&b8a=n*07qeoN-aXrnb%%jlI7(a1bFii8$ZyjjPs^0@iCRK_v8CE=}5moa=M zTvnfbAZiTL9FeMtXcUy&JS+9MosScLiDqRUbb&z4p$W_k^_WrqAt(|T{Qpneho$X1 z)RXVLr9o~Ck4Qb-0ZP~drtO#~rB^lvDN&aa&QLZJ93C*;Q&49(hcZ$lBM@zl!eGD$ z5D}jd?j1)SIlIDFkrjX<$ac)V*t!2~OIO}854_&uV7SO@Lb<*uF0OeF&csL*#3Uy! zCt7tVBMD~f8THLYLzgf2@fUONOntIuj&Lkk%0JAZ{>}Y0Te$EZ?@#GzT~gA$E3zj&y>IH*4ds6SgMDw6j8Y$XiD5sic85Ec&7S3$_wJj}!n zPvA2J(%U}uTv0uki7RH z6)^reG+vve^cW|ajfpx08lr1qT91nE=@SN7Ha-8H0WWu^DAfd#M46`{+L6q93`uSf zvzszdH>N2_vw6wN9Z1XCtj%jzgVaG6W0P(R%+{nIm*VfA*V1dVd|8~k8&B( z;_xCu?)Ni}<>Epgw{lKFu7ZPB4!^?7Q@&<_MiR zvDy$v1xkCzJZyh=8Z~ps{yjmT%rks0^Et<@6hf{o^Q3%1A~0lN@W(r#zm9lc_7DKB z=}nKCf3457UT;tyfCduOBGE^qo6XiROz>rQ9+NWir;(9An_u4%>@Rl#^Vhq8`P*H< z{N3C`vhBV)6Y(f*tC%U|#lmI*5&MKMm_?3eP!>55oM2tvHjhw_c1#n`|B?DBw`hwdhqQ_Mc)(>Lhjn%T}bYTMz#z%gONo|kz#%tzS_=Z5~ltVAqG$IXAzmF)W z-e}D{8-7!61I}wEh8bO951MUlIzMbGLy77q>=L83#_KtHjnn008Zy{KdooU8~6r4(;%)i9x-qA}GxvU?G^!W@i3Ezb8Dc{5Hn zYS{~(HlwW$hzDZh_B*Rjws20+lZKS=l=-b@o>CaSli0s3DOF?bS_UEey8uWAN3baw zL?A9&V2bg%uHMij>`hPNTBHWt*z7tj zO%&L~(7wV&;-FE;Up-37B?NOZHW6PP@`Tht%fR|nfRJIac;U=fdEH_x6?AedFm7&bXxPlv;o zsoJ<=5F`zTd=Be^k_hW{F^1&Uoi2FTO=ehxh)+u!IGwZXL@P?P##)^b-}kV>Ax-IO zK`%~dNv$?mJun<;v#k;Q2fJ&QA!P^BR2kK<`;5tip3>1%%wb6#$-?SHZ$J;;q{CuB zW@o6&HKT|Fq459Fbtlh_o@dwCWl1erqcyc;NgiZbvu(+etkJdvHUW?X=K&xI4j|@v zAVvb5DvKnqDpmQ^S)|-qyHo}T*|K-g`J>*DIQ)BpHi(#^?gAGX*JCw6wkpESLyh2E>UPI~?MfBf(Gg@qjM zHkA8K{N=5QW`}3J_)8BH?K4+K?@FQ7X76iyxk?#-@4P$NKyyu;;d09H`n@$>Mc3_N zVqN)c55oyg`R=_vUmW6W;(EZxPjTQkZ*bC&cU>2C9tRhGfgi06r~8fkWW8bB$9cr&Kz0~1!AdlbGx*DF!IKp3- zXEBZ62%lIpex~UDW?sxUF?3B97ml3h;5f;+w<;cUCy!-C{w!3D6UggPr-c6x&x?b zpu1uomhRp6PTXCYJnZ7nMs>@h>!FNSGIAWJvN>KDzjs??Vl2kVdJdhiGqIhBim598 zGg0>?obzDtok%dnwAOH4ympkCSPqO+Ki2m35P)9{Zrsnq$z|ePhb`>7-=I<2i3w_Q zV#mv!b~=v>K=*34+)dXeH?D$t0sHUuJ1XfG{;r1K4*K74;qU*LSY8FE>G#z^1s993 z#_Rg6;yP2cWb?J_WmfZz;beELmT}0zm^ZQHYO~YqPY!R@-T;*}x#VHHI2_rMuZyXc z#)y60ByimUbB2k6s^K@D8t4$$O%juN+z_5T?$*k<(uPl6Z!Z#T@AW*QR>sJRA1%e7 z1;I4ty2;~|vedJg=yd_qdPn$$L)_mgPAssV&Z0qHe-O^2&au+#57u!IFQ)nMz{C!* z7YrsxTn0lnmFr^}q8#qEbtak%qVj#KN9UawWia03fQ2*HtD$UiEAaa=jWVvY-M48y z46?SPll#E1eBV^Co*p)FmOZ%x`6K)c;N-H(INqtXUsp;UCpXRheu&Ra>?M!3 zoc&I0YZK>djXZv`@SnmCW^Oq3np}PxzomZv+eRE2xt|kn!!UuenMm;4hGmYQ*KGs8 zD%0*wnt#N2q9aaDqOMy|BafTO__--n`gONuKEfYnVrRZCS{_o{X^e`K>*24EPHq{E zExYaujWTxTdNgb_+l6MWdNnDUSSNlwyo7O!2hHmt5O3FU1qHx^(!I8E-MjFX0WKO} zuaV!}oT#E!8fU0Ab!Xpo9%uNSZ zhyLp}fghY_DNSw?W`ezm+Gt^3X;0{39oI+MR=JzSEr+WK<9(~gnIP(7VjU=#Uh%#v zZsAzeZE_mdoY>Vv{Mz$m1>qWx^_c5j!*q>3cOt;~O75R#dhLJwpc%<^A?ghFy4~Xp zoj=Z1ZZsz*Z8+lP%D8`$zW;FFVF$t1U#}FMgKwEw9B%gW7wAz$*XJl5T=QwCaYL9F zC9hj1uWzLB>+?LBzdD^k*2VVl?0>Q~bZY3)Rjlc{EE(Ae@bwu&hZFI8Q}@Z!$_~np z{e5CZocj3b#^|H#^;_)o8XUxJhJ;yUBR42xLVPvGU3UPzK^@?q(+*BcCmS#><=;2t zciLtA2wJ0>?)`jne%*E_ygOc zi6X{pwH~J4|FjU)I6BVg`oxV3X|bB}oVjo)t2G-FlN!E`b7Wjl=;95Uiec_NIa}1; zPE-(vbacP`#94QzpT^Y|n;qez0_vH!rzW;`z*A{fBdF73U8 zP0!#bg@k zs=ShvpEz&Ej`7F!I2Pg8o-vcfFT772nEYj4fW*n-#5Buazz*^Q*N0^saBY;o?o_=| zChxU={Wjc%!ihs~qR9G~WAay2dFyGS&0-A7kI-8t_o83UchT}Eu3g|U+gh0=TfpC! z#o5F4k#)cpgQG_Wm(_3~@w#OU^QfSS)@oCX$pLUwu4mGjLB99OWUIgbQLM{H`KK_s zRGgxwQuvi_+`7Q6H2laiZxiB%MbBTHHd%4P5>RD*lC?Z{gZA`cV(Fz<;`8`$#cg$JJ{b%|5w&jN5{F$J6L4 z2>8um+@XD<*e+uV%VqIyBhEZ{xACV)8@7T+`LD|-?f!79SHms$Cs2X7_sIFex9oxu}9!uJFc@mKbfEgu!5i2`!ja07{hS~59je7C@!w!wB&|v zq&Yvuh;rpykqxB8Lj4(GHxN_nt}ba6RsFn zaXYNt!CBS|lP};X+r|Zgr*YAdXPv2ZCX0s~@ZZZv?Vpc+{K=<(x_rDd#Mx2}Q?N2l z9MeNgIdK00z3cMvtA9LO;WG-&doSGJQxo`rovG$=+pyTgWk;MX-wSYKI*(g%%R`5-wPvt6($nUz|W)K7z*t(eU#aA8-qa&o*8@%BK-| z^QG6Sam2ZL-sgY#PnS=TEK#=o#~qh1-b-~K*KWYPbQQ9*@FSK!hC1e5sps{hs+n5v z>L+C{U$61$hX2AHmB(sm-{|F!;O~oFK4*_xO#C4F<*Q6|r(gFRt-+S?^Ga7YA^C>O zM|p=C>%MoN8MlN`k0_l^GjsVYpMITaqCdAEO2x4fJ&!ki?4GN=9ZMMCu8+NvZR7l} zarw$b#Cy&5SF*V1n-ec^Ue(QDN?hXYv{HqaQP7%M&X>Q&IDu>NxF3uHMi0Sb19;lB zhCu*_29)3Bi+qFa7seG#g3!Tn?ciRhFCbh#fdHT7!#a=Je_ulfZ?@C;Be=X@&Z_05 zUEFx$n2Fc$2m-HX;`VX&^0Bf%pMldh*4gFrn5N?9mu{2U^R{?5BOLN^3!i<4H*YXo zp7?`TS5M+RhOCpnci;KHLh+Ydoy!~b<}h8pyn*}E*n}q`Ec`-%g1pR#AE5@3p_{qr?LDQj-9wnkDGS(8ukbR9(3w8thv49&n)~HKRAC?L<_Gp57;c6>b+uX!FppZTy@D0{gAD8+Wt>3Z4*+45 zeH?SGO!@kGp#S#rc^oacboeP5e%fwJEj-jC*)Y>`@lce$ae?0^ovuFT+Z+7@<4Afd4-fy$Q?q91fMxVxU8Y4CzRzYVj-rp!S=-I&bG;WOJ(9GtH=iqMO7Jd^q71}sX zV24t@7B3&*Ob&I5l4=h4_fPQH8Xm*40RP9PUcPem*DO$TS5HlK__PWhqv88;X^!W} z&vtN}Zt^w-XIHh$pLX!9MvK?Mp6cZD*OL`Y((-)R3)3chSPM76pThy>-eVbj0fTL| zeEBl2-R4^?GCW+>tmBajJG5fSo@3qo7p`;Q|2zlgqh#Q-K9|8weme?1X_GNM2KG}N z`*0r<^9{|zbj*3`>IlT+_+xrIwwq5Xq)gagPUtRwigTVKZ`Namhpp-00RTK#fto~l z@GY26J>ID|ZQyyS)8Ka{^re%l!4FHvB{!7sPcbs;0f|RDym9GI66#QJ-zal^bl~Hk z`E>POVLooe!XB-o=V1fvNy#Ve*(d$`b$bWP5M_ev_ndy!Fw5Zs?UyfhS~v^g(2DbL zJa?1A^Lcn)R3XP+3vQss@U*0t2A|NH7oQ~Hba<-=Kfu&0Ut;${v8c}!*>tv0L8%ZG9E z@Da4p%ZE|m593IUgK+2aVLSx*a35nAX36O~9|^;y5_Vp+aL!dPpJxB7*;946fAjR! z6LvV~#G_dJT0fh&ec2xW!0w@0Uq05=|9_#8AH55wl-&QTzH5Uc=1JJzZvXNHnSg?!hZ;VIg6GpPzThEP%+Vg} z^0MW<dM3ZHPmQ@)rb*&~Q49Ju)Sjy*ub zKU8t~Y8Q{w@r=`2)5O#V$8(&y;lv4T_l19bR_p4?Q;ZLKNb4C*m|)w9=X)*A;c*Uz z6DL37U%lhJfFUN6cJ{4{({aL^a2mmmrv@^ zA?v(1`0Yb<@qwPv;veKitvxoth5GA>!+(cwhw)4Uk7(jh^`xd@wz1D)&U@cU&*h80 zIzR2x4m{^)E~Px?)OK3r3$cUyt9tc8kKR6N-(gcU)tNr++lk7-)0J8;THo`0^cW?s zzu{yD=tuc<6H1ZbYcdZ^vky#hTkio&z|(6FNDB{4iw{go4@}Ds zOe+ses}D?Z_u~OuR)1iMtAY=BZ}Wj^>w)Rv1Jm{c)6N4^&J6ywhH%&50crpJM<19E z9+)0IFdaTH9WA~8lgk^C#pT%C4-fr+xE%D*f6jgs$Hn>1M?>6G%zlLL$MUJn&PUY- zh83I%G}|BH%(VXz?oNKx8sZ*i`d#D~wgeS~w8 z(nq)g$LBb+O`NEI*c$%lpZ*2&i(W1NP5b}Emu`Q8^>&{8fAJ%)kNo5(KM5Y*{_=^3 z|L;d{e%}us;XnT$`{xb*GkENw8!sb&-0;(fZv66Zh2ROplMmha+4qkHPZ^$m=*BPp zmI$6PJp0g%7ry^G_?h9khi*LkZ=>LO!wbTThL;|?ar661aMSRzUU|jv^M`Ic^KX^l zRl{ps&y&IHhF?5%TjMA zXZ_7{V$5Hi7Zd`t>s=Q&z__{+alf=zMD z-@Gj*K`wbm+y!6!J{IhW`yg9JN<09c`~Kx1EoQ(MzW+SPiaC&r%8LbYTog+nH?k~N zK(?%^ShH92L0xQsY(q`41wQxv&EQaMgTMG&GU$k1kc;Yxeel=+{$wx^kHD9|9|c2k z1U~g|vEW!d0olAx#WUx*7klS1r8z76lDYih4 zMu%dXZ~ni2wif@Uh*z+UslhFf z{c2hagDlyI7zMfB8F3b5$23_kUGf1FZv#8^(MP z7ZV`YyD4rtx5XsLMeT^YAcoaoPuvH&S6uw@wiY<^!J`~#^7B%jOU632u6Z_yV@8pAlcm#4IhvEqQ?cHc_ zES`WYjZ^UqWU-%%p&R0qO@w~D1wMcKgJ4<=gRGQ@7zKZJ`^jKNob}Jni81HAxBzld zi{cWD%qaZI9{LMwNA_1r!F>}O|b=X_YcK3$b#*N zUGSAV=)Yng#8!<5;*l5(#SzF|I2KPp7Tu|M23q}!Axv$#gHw;G|AKt;v=|2Y=7<;t zt$xK>|LmL?bIywkAQ!bLF8Qm=;)?N|U{zcL-?;l)ur6+Zzq$KC5Em2RyFWY`Y>Hdp zdq2E3-WHSKn|HqscEnwfb+jk$gU{c7CrF70;B&Vz!4fkdH!>^cKo)ymEI5l|3FH7( z7AqiIPF1Y=t97vfvKE?R3*?dy#Wu+GcEm2o+V6>d@aFAGFc6PGu6HPoz+c~ea(pbF zfUKia@eJe+o{OQ!xuSkBW#=wG-U5Gl2NP&94F2lQD2Rwr@U6SaU`Ct;-@c3EuNVWd z-e6u_0J)+?aS8mzokXxKu7KR5RdLPUd^1=VH^86Wek_QK2_x!P+yYrv+hP*rM(&8a zAoh2>C+>sn8Y%GrWD`w`8IYTi6>}g~OQDw1WucH5oHPHI6*Z{ex zrq}|le#JIu^(%Hk)=^LFI|t$s$R!WO5y%#MES@+|#WV1Q+n{c`4EXa;CC&oZ@t6*MS0N?)s8E51WVikSsdG9668kjh`S&cy(jL2>_{o`K(CI|Vg_W{WyPE` zFBU+K1x2w0vR2As1>}mVVh#Mm513$y4bUoBY&j3bHpp`Ch+U8y*%SL9*EFyc|TtD9Ejv5obXb&YTzn zU%wLz=EVh&+q@_)fvl8eaRub=uZn9Rm%J`+fE-8SV!~cc1e@X($f03dOoCkUj<^f5 zH1@=OkQ*TNgL{ z&2cdSa(_3)Eqn88!M2$6H}8nMAm>|q;y!ut%yN*D4`B9ozqVy_m0s#pVGx${_17aJh^MpJBoPk)yP4#hUe&d?FNASiBmb(n2J%?9E^dG?-i`)wF#)m_Zi-tV59Zrq z666lF349Km@iaC&r%8Lb%=Uzpz1hO>BVgo=in_>&(Rvn6M@Tu>jK}YQBvq4YngPd;;#3PUg#-TU@Io~`MPe2|RPsKBk zZR1=F;i@l>u~Sd01A{EdX)z44w@1V%$W}Ka&VpR;oEQVSfLwA`%z<2TUMzrIa#1XSJgF^<6_AUniZy?8U2K3{R8wq$fBuiy_)u(v zpZ&cObi^*mbL*bi2mknY)US91e*AaTuQ&p~_z%>tcmjU;AE;mP4CMZvi=k)K2dC_^ z{*Sjn9toz!Fvva_5u^U*8F3b51D+FOARGU@xL~iwgGF%(WQ$!ES3u06-UwFZHTe09 z7v3DN%NwxuU@-x*H*AVq;4kkKf^9Jg{^AbKfyG^rJFzG3gB)g3;sMAFNsAefyO&F_D}6zf^_VDO#0I0qKPAnPz9MnUev zj5rJOOlD4ufh@XtaRKD;wkR%vtg>Zs1>`QQifjJry0`(daN=SDM8S?X#VwEpyDcWc z=WgE&cEnwfo3SVEgWQFbcmTe5I})VD49G=g#T;n$D;B_4@4Oup#S-|&-J3yKtbniG z`7Ef4HISQ87aRWBrr5GKV}usl;42qD{~+kdUHF}gcmEpn2BOU|C*)Kf3rM#%g&D{^P~RGr_vN0e^7u zyQv^9Ct&N#;ugp@wk;+>G@J2`xC^qr_QZXVwV4tR{MEFW0ogFJV$PWt3(lfg0=eF@ zSOM*5EY?5{8g;P&@)BfIY=PW`L$U3j?TB5F{h}xK{mldM2xK=IiX)Ic?pQnlU%m6e z_*6UtZ8|N6aHo|A_NnL8mq8w2r^PVH!*4{4g4~4}an?B}#y}gb#RZT<%A&Xg^5V#{ zxB{|;tcq(Ohm>`31LTkr7ZV`YyD4sgERAh333ACh;;w&oPuvHw;qI0CK=7iY3s-YOw-Z{fae^wOI08A@JQh#<&8OlS$cA(-hMu?2j;HKa`j59jZsfEW206Koh*6Luz>GKxa)0N< z7|7C?7Z?21MR5t_l9$C5kh{Msu7RAXt&1BV&ky2a0_3HWO>qn4P_r#2K{livaTjDs z?uq*#H!>w2fSf+3#SDnj7-z+tzd0`!KrX5%mO$1*S*-Z0Rj~%Ly6a*C zP;7(j3mviRpY4f#klQ>EkDNns1X}+UPe2yzsdxr*;&v{E@Nfjr9;RMU{{?y0GA)Kd z?BF;eMnRtN&4{zkIWY#laToO~E`Y4TMR5t_9xaP2Ah&8&T=Q4g#SQTJ+iwSPG2w6C z6t_S&(QPpavKDs4U65nWp12QkQlAnJKsKbbm;u?4vSJS8iDq6bfM^WkqF4gC&1JCy zTK^SmAS<*kHb9nSQ*423{D)%OUPb+iU3>Lr&=dP08`3~L^3M*%5y&QbES`Ye{ZsJ_ zi zrm`xof!zIdaRX#iiHix4`@1P_f$#o+Qp=ft$xK2pJ&2)r(RP31^Mc<7zSBZ5i#no&WN)hd+3}P z133iEiwhtI)$yXZ1aeSa7FR&d-&Vynkn^{7aRX#Sii-)5TeT@}fo#CrViIKS?})n~ z2e&|Do6hS+*Uq3$i`*#6D<4w0Hz^ABW-yWPu!uC!kfacm}dw z&c)D8wU#M+X6?sY&S^0Wa;S`mQSj$?ZU!^rEXa+V6JsFz`@FaSvPUn9OCTpv%i;=% zsm^#+Tmw1PSr<1z?m}ElfH!aFgH3S@t)J0CF>mVhOY^ELK3A^1K&R4-_odfX*v>Fyi{_3%K0+uOfObMGWQv@m2xVcft*#Hi=kK4DW~i~(;shv zzq->4ro}MG_8t+Vpw+K93%-227tDz<@Rd6^f_ZTPWba=Tmq4BrE{iMnW*mgYHITKx zE^dGtPwa!-{egI7ui_+F9DyAB zkHr&^yKpL=fxJj_E{5>vFt7Ga{apPQWOtqx!ysEuM2y<2kzhug1=$DZ#2CmG&5H~E z>Y}&=vUe|wD36O=eDQr0kThSid!H% z(zcict%Ai}kf%j^;y%dJqLg?5;{MyCqp9P0<8%CXDl$N_!pYO?i_?H*Ix)luMqpQyk zx(zS!Kr)(+w#xl5T5+E*QZ`nXNG@q@yjp9({dQbBr+02!f-$L`3AW`V{M(DSW`iAh7v>e@J#imo?@WmY{%TsxfSlE3#TbFu>x{`t76UHTo)T4x2h?&Kn~=GVjJYx)DgQN7u6H{ zAP1v?cm#5fhT;h1#lBDW<~Mmzu+w4~w3)RS1vxa& zh_n9coEQUnNSqfJKyLG*xCFASmcC6#exy1$6^WOMwZ12$Y%qpVhzMLkLzLs zFGvX}B_0EYgkn@9iaRKB_`9*OF#3SwFWpM>$-(MBi zK$}^M8z5^iE+#-$_olc7atF7?qhUA$QHXSu7Ir2RdG$Pj@QKve>E;9K%Sy)id!HHXIo5yEcP977vvzbC+>qE{T)x^ zi3cDrtEI&Z`1#-QxU`r9`5Z-FEP%Y|RuoGhTTWT5fZU_1SOeK|>SDuRZHg_>Za;`^ zki%C;?1DJU9QVY&zd8_)K<@8Q9NDWkf@ARn6XP6fAgxi2HM10+;GOl1c=KO z<4ti3WG~wmllCg=SKM{(iTfben-UK|R!UmTfZXP+m;>1t@?rsGYcGl=kb6`XDrDRn_>&J{wuaYo;P;H zuCpihK^vdNBj->Yfh@XX@dQMbjZeihki~v3hJK?8o%)UH7i7zs7Q_B(M2z~YGvX}B zT9^}K_A0Jyi3`Rjf<U)>b9oZDj3xg+j6_r!g1oDvWG z)wGy#X2qN{FBU+y$)Z>SS#)Kw0&--iiZ#CZ;w5xoxdC$@nqmvYY4l%$L%9v(H1nIF zBX?cd@eJgKor|G2tvigT-c%KX)`i6|$QqA` zQGaztob^}d#2CnKI4>@MyfC&XE`dDxS{7G8n_`J;AUoQ+xB+su78eut>djzN+ydD< zw#6jKNyU!1Yp;GD?1}pz>m?-~fGo+hm;rHNdz=+>ATMm^#RAC3L5gAt{O|{S;X$l` ze2}#&)<7Q4>S6=rwcDoH0)Kt?MsO&$LDpbL?1C(up4bQ3cLw4S$VwTCBhZFu@dV_e zPQ^3OhG;SLTXE{Qs$Y<`KP`qq6#Fsf zxsj{ln!kBn+yL1&;$p(NDQ1K90dgaoVhiMY55+df-S3E9e{)algRF&tcm(n! zXef?A&U=r=6Ofm3PsKBkGl6q4^p$jUkRcNf181$nsu zzkTt}*FjM(!Px${g0ftJvHf3+t8xv-_J0}FpL$yr4|Ds2 zX*mqr_DAF>Y}-F0&%(C-b8-x}?VpzyU_MSdUX+($dz^GxUV&|StMVGm$4P^Ac>}h` zN#k+?w)JhwTQClYn1{(p*w()z@4~3>uY)~#AGU`;Q}O|94|%5L42<^h=O8QRU|cx; zILONd*tV}ImtfnzvRr}xbn)4IP?c-&XBVF@1a-Lq^P$smQ*OcbJo%yAhOxd+gO1#V zaiRH7K~L_(*8T?a5sdQub1;-gu=Sr~`2^;8aw?vI90bnA&^stC3<6W{sPaJ$P19l+ z~lHvuJ6y(yQ+KGws%?% z!|M2Q6t;nSMxKSOq0PxLy&uyyc>%`q{t_(8OR(+lvb+M@K)ouj!FGpdUEYA%(8qB( z0b4`gl(%4%|5UIoCt;NTtzbvqg>C(N@;+<>MM^$^ZJmm9FPpQhY`t-KHAHf-&uBX?mNSbB0F=D;@|$Vad(e<+V& zTmG?p0^9OW?g=lzafI{^bm8`=6C_uHuc<74>*wr@9_%4e|c&$%3W9}~WdUw#x! zy|4O*t^B6tFl^&nM2^CrTzong%*eCwrx$<1w=d)vZ0&1aUVu>^e+(AoB^c%XX|OD> z!1is8Re24z{aKecVB6lfoPceAHsvkY+QYV-gsr{o$h$C3{l?gCfqVp8n;Oa^SbbhTfz{{bGnj2^d@hGR@G)@e1JyZfePCJ+!`8+laul{Y zn2~2;^?5l4+ZZ@6FTm*2sB?Mg>hsI;%GKvrq{u3W{XRwv+xg7ePm+jQ=RQE8;c04VIVSC~rB1d7grN0C-@+^%0`PX1hj=>mj zrh|ET0k-+dqPzrKVJyolu(j<~c@4J8S(i6pEBv^efUR;iG zjgL*a1>1?iq1=Y;_}-Dbu#Ja3xewcTIFOHEtM8#af^9rJmQP@-?^F2mEW`+hHWf}$WfTh`Z0p;T_hGBQlzaf&`qFX+w(ZHvIT-VW zw}ZS~fUSIratUVnjLUKbw(YCRHQ36hE;nE+pQhY`?Lx$%+}7(~1|7Kz+u+cX`>+ij z1NjI>`way{c?5HQ930ChFqZ#ra4Mg{w*GTD^amfSr~aV&hpl}~%VF61M?{XoR=zXx zENt`tIXMQSzkW8Jmlt4^7q0WjOR$X}%km10^7?DADzCvdn6AqkFv|b8L0nG2w!BSw z>+1d6auT-X?Z~^ZjW>JpK5Th3T)+D zm1{81FUEDb0o(GLa_j2-hjJUX<#psPZ1vHT`>-8b2l5eYO<8(Y~?d8hhg;J_kxHVh0&k>9L&hGu+`_B9D~uHZUyu50&K^FMR^J4 z`p3)i3T)%Us=NkUe_fY1VC#=@IRRUL-ITXr8y~jiBy9DwBk#gizkBjNZ1tOx4`8d0 zw4Ay6d{)lERv&q}09*YQ%b|~KzW;|{>Lb-Z%o``uVi@E+H6lhq`;M15 z3-TF)IWY$EZ!ye^3n1s#i{cV!mqeH46_{7_SH(4u_X^g<4Kav|36OUoHpMOHwwMHY zv3y6|1-TD<;y%dB;VJRJKbsaaAn#aa#hf!Q7L53#V`2&99gMPA0l5oRu?BKQb+G~3 z)T}ADU>k}LA_*(&}OZWIJk#Es(o^D7HbXYq1NmrS!x;$ksg& zk3ig28V|)0$QzKy;)z}jPQ^2jD>@fLAKPbxsgG65pxv+$!yqsFM#Lz{TVFHcEXYO8 zi7}AR0nCdFpxuxYm;AHK;tI%OUlrFtmh-x};jhNU1jr7$DQjBPQgH;;G3U3>LL zuqW<=_RNHM0NM>#F$1z~WW^lFt;&l9f3+xK1-XOMVi@FB zMZ_q`HaR2Cg52LZF$S_t&Wj5mYkyH(@;5JwDA_H zQeA9-?2=8f1@fB0q1Xm_*4+`ipq-P8eULRc5RX7UN;nipAdBu;JOTOq#Hn}&a*xi% z(5F@@RRK@RnM;y%csJ|!N2d?X?*Wz(>c^$XhgEQUdDb3}}S z9D-)VS&-A7IWY#Zoae;_ke8bm#U+r>{w|9vAY1#YxCU}4SQj@yZbn>8fZU8taSP=B zZi`9K{`{D@3$n`g#C?!`AtfGwERD370oly5V$MDr3G!kAa$r0Z+aN2nBX&XVQBUmqX9waD$UPd0BhbENbu6F2d^+q@JOjB)=VIt{ z4Z%~NtAatkIxU7lmQF;Bf*dJk#95Fd#he%eIa17v3m`^{@uIi{a?D*8SHRcr;7dQ^ zntk@GU|rm>&&~yLF#&%3_xFQMaSQz9?_UMmViNrQ58J_xxC?Td_r!gW+nf>)KyGtd z%z)hHte68iy5+?J$Zal)C6J?AS*(C;qgAm6a#3}$0pjWPaZ_x8Jhwa)+aOoe5xXD{ zggvnja=iob2;?zlD2_m$h#re4AaC-Vif154w{tP{g~r^eFI2xEJK?k#2Du9nF$%I1 z&WN)hAHbgzW1!WqxB#-NEQ(7YcVSsv0kI3?RdEgEF06|iAa@}yCP41Ornm*#04*j# z7WF$Y@xiUp8ME{Y|POD>BQkV~$LHIPfLiw%%V zZi+3COFk6aAn(g{#4gDF?TLMm`#TViK;D-diX)Ks<&MP@kOSqZcm}dNpNpX{wdAQU zRlgvYJS~PnE;%AbK`wbloCUe$IWY#ZLg&Q=kUeElTmr5CiYp-ZcU4>ixr6KC28ik& z$HfH5F1aagf$WmoViM$vcEnwf#l9!*gIrNcJOH^FX)y!xTLM`z2Xc?{VgY1(E{Y|P zf3~wMRzQBCq$<`xt6#AJa`N32TcFji*ao@39kC1YQc+LrgDCd#Ks*9jDMN7tvZox2 zCm{FeR6GOOQ_jWES6;tgseVDLUoi}_r$odk$R*E+vml$woEQVS&GX^{$VDxROCX!d zvbX}WsjP}?APaU~+yJ@cxR?OB^c{LOi>0CG`9u>@NEiWQKxUlnU0zid<&8~$ojY=Nx(L$M9AZFIyg$S)i9#6HNr zKM;>VcATL&0@0qw$KnZS^(&r%Y)I!~=xeXvuT{SwYkyh{gB+kDVie>6H6zY~>?w0% z4CF4%iwht(a#36Yx!z@Q1>{_ORa^skTv!)3K&~h*CP0?trnm)iMcZN$81nS`3RpM2vzwjhPW=opWLg$@ygK-PCvtbwfWy4V2OR+?f9WPKlsZIJcd5xbzBA&GsEML7_UK%RRI z#gV^yES@+|#WR2NxfuGZ7B%%(RWQi?ofg9&*BcR|dh>WjoCUeRb7Bl+Y0QfYAkW(t z#Uz8mOyOexGYvcUWBWPHIS{pE;jttrq}{`5$;fIgWSQ6*af)@ zJ+Tk+0?$A^0Oo+)HkYMkbPlV41-*9M2y;->f3Ajj{bSOVG3%3=lNR#wFt_?x@$ zkLzLseDm&CK~rpj{KDs<*arEP&W_jxe|vW>=!t!hOCE?vAeI~q#SzFQAB!g-mwYOo zfn4&r82VOAp88f53|a>k!}co9ki;m+ZZ;#%f;PhvV<2~bUR(g#Mi<2;kYoR{xFQCt z;u^^MUKck&Zbn>8fULqzam!wf2isy2)Q-gyklzP970*EK)43SpFZJHU#nP$JPgKVYIMPmg5N5y)k9ZJe zz^*&v!7Kw7>YN8L1}w*U4;C1(EEYXjV!#>LvIi>+Y|`by8UxHa$Lk(!FtCZ22MGr3 zjhh~9G2lFI+k+$nc7+`eb{ViR_B`0X3Q`^%FyJ2tNPCcBz_~=$gB$~vZ{C9f0~S!x zgAxN4P}zeD1J+;FgBk;lD|HVV40yO}deCCPtL29tv>C9OcRc7az=n-`9`vu?G4SAs z0arWpV8noHIriY>>K&&ZoH4Kw-h_Y#63v(N5-2TY%$ENHRd{AMbdu%Ygf` z=fOS$Hp7$$2Mjo}r9H?n;K-KsAjg2`(|HdH3^=kCJt#5Y$X52C!hmI3^`ORp+fnzR zarKU-2Q3EtLurQ|v>C8WJ05iP4jffH=riE?$-sl7t9J}N7+o#n*n<-W*pBh32WJd8 z8k~C&nnu9uT~qq;_aARD;D|EqL6`x@oQMZe25eF@9?UYZlK~H64A`aSJy>ACL3z=G zB?kQC-^(7XFyJ4HUG-p%0XJ;jgAE4!8;Wrc5)AmI=1mW_81M?)wg*WDyv4cW!S2;Z z_B_~UzyeBnaKL~&m-ZlY6=Xfg`A34h2L%S)xuORp1}x;V2NedqOmD>1 zuoX5vXfa?LJM^Hw zP)d1lz<^yn?LmeCwsf5JAjg0U&3jN_zz$UOpu~WMT=t;CfNQCGP-DPNuY1tAT1L}@ z76Y#3(1SJuF0|u8mx29umj`_YoT3aoIAXwdI`m+~fR6(mdvL;le`xO1gR`q;oO=+8 z*gJ51iFo^9z=ckG5LWQnIO0K+fwd10W)<8F<~)co;Lgo^u)u(&zUaXc1CHy<9;{pi zs~)T|z>ir6>mF<{;HgI3g9HPPFqeA8-LS-76W$mLl4>v zSf(8hx(v9Mo(Fvf);>Hqx(bFKj2PJX;lT+5R`#g}XAD?C=N^Qj2)LH1sJ9OWT*kBq zVFoPqhzC&ytlJq6W*MMN$8#RU7}#H^@L+)fcYo1?CA|af!-ExHMzHF^+EuXb!3G0v zdfbBq1NO>I54ITais-fnNe0}x9S?RHusrrW*k{0nraU-cz=198L52a>lJy|RfR&y1 zpm6n(q6Z}gTua%53IjfjRrR38z>Y5-G#J?N#e)_DJHB|(W?;t`54sGjeR$Ak!0T88 z4~`h{TGh~l5d&V!I`-g%0cTsM9-J}Yk?`Du&W5DfL_h5qo7aI2K!{C>@wi7a?gW(23$+Zg98Ta9%&CU4D2e02RR08L3s}f4D3?02PFpV>SYfq z3|NF!4{8ip>U9qq{*iIhgBAle+(QrA47mFp54sGv={*nnS05R8aKwOX8G10fddIN` zCk(jhryiU!;HIB@5Sm56O`n?e_Hh+Vdk|(|+o zz`sei=)n>LUWr)tV1)q|I$rf)jRCvqx(6E!SW$5g68cCy*z{oQD%kcQ$$(dPc0AbC zGH?OJgM9`ppp*v(`bZ&2dyrwkddYf_V_+AuJt#2XnP$<05(A!#mOZF2;N`xm2Q>!l z>U9qq40zCLdeCCPiaPY5&47PDu;W3O0WW3tJm@pvh0uWqM+|s5bLhc{!3RI!>Zb=M z4BooC9h`b_#(<@M?m=h{fwhl0ZyyX;`_mqT8L$;bJcu%2iOqO0d$o)?4`Nr#nD=0T z0SCuL50)6P2$wxrVZiIDs~)T|;1$(%4>lN}kjHTk5)8Oun;vX2;2d|`gCqmaad$k} zWx$#Ao(KC3cqmADaKM1)m1z$$3|Jmn4{{9b_~Jo<0gJHcLFp z_n^Um2b`t{Ee1T`9D2}ZzynUlgDwM>Y0rZ`102=I0}qZEusntyj2N&yjy*VGz*czb z!5IVY%ee=k7y?%IRLt8413SKW5N5zXFdFe7%D{eH$Aei0JU5;5AjW`KA?H0cJWVyF9(_$p#bq3o~&~5=>a`n;vX2z>3G)9whBE7`S#k*k!;U zUfAk0j;04K25g6i9<&+oiKmVS-K%BvJm@oE-3>fAvSsia{zFejO!zg*@v$c-Ozex2 zr=FZK!B_dd3C=wU%_Ffd>rTykGht$1=biQ>%*6h{O~jKZ6Z;D9j3={9>`Rw(p2V2g zpShX$WPyo&@p93VB_{f+ttTr??2p~7da}mEzMi=5$p#bqo>$zH1QYuT3Hxb~^(4oHV@lqG0s|f(iXN00*u2Gq3IiT=s~*%C@St1wpuvDMo2CaX2K;`| zp$BaS=+?gvI-YdxGyKbCJx}^ftP%#E95Jzq8hSEfV&8W@_T+?#eIxqRlQSmvH#E*Y z2`wVAzoId<=naPn|Bl9Z+LJI7TYJQlC=*-qj3={9?Ay$9p2V2g-yfRyWZ~YY7Cl*F zVjW`HlNBcRE$vlL)|go1TK8mwiFKN|CkZBaF#q?#rYBoWY(U-iB+117{=tqXyG+pB z@P!3W_L<;sc+3PTPY#&a@R{}`!^EEW$$FAw!hIj-Jt;7;L8a(PiHYrL*^>$r+l#6v zH6|K(JZUh&aP?Nu^rXean(d({ZT}Sh4umINCRp+}LC=#u6Dy5@Cr3=|@G|sd#Kiu7 z%dsaXOspH7dUD2u-6%NsB(#LYzO_HKMI;fdlF`1+Y|95%7nw!c*c`iCN^Bn zc@kq{!_~Ye3ruXdTJ&UziS>eIPga;%TV3^JjfvIQx+fb)eyjG7?+Y)Uvl9Cbq6=Pr^*>FGEH=i88UCGULfC6SW^t zVoX>*<9SaOn5g}Dvc$yN*s>=pOsuu6da}mEMz(cNHkerNj(d_|qW0s-78A7}Pm)Y* zn|D0fWny3Z-}7Yu-ltNY95At3PJ5DJVy!OgNsfsfHuIhonAn~cJt;B4m+n6f%AQo1 zSUFccsWIW$JFa`uU}ArBsOd?IiTyd!Lr>aFtgUuD=`ulyeG>FM=`%s?;GrW=j+oeA zTN-*YVq$xG?8yle+ly0A&Y0Mqo_i8nL1HaxYQ@_R6Ki$To`jiLokl!~GO;?H@nn{X z)#;okF(y{0^PVg)u{vG!WQhsubiC}z3KN@%t$MP?#9HRMCmT$x)x|wYFtI(|^kj>P z?ZvhyNhUV3?Rc`w1by(6V9%5Nd&^0Aa&T`sX-_gtti-aOma%y~ZvhMtV>z314I6DBsQoqBS{#74ezPeN-*?389|%^MFB z8=I#+2{W;AF5*d)iH&nJp3E|_)-vZwjERkN^PVg)vDUKa$r2MQpJh*0nAo3UtYV8ZPgZ+f!D#I|SKlOz)xv35M!Wn%N1Jx}(TSiPq_IbdS-p7tce z#7Z^mNsft?Sl*KY6DyyhCnY9!CQ{? z*zu&x#LBSeNuP<8;lPt4CM?78(324p+va0WPMBC3o_cb|#LDp8lh8U6yPz|*?(K(( z4Pw)tgqhd?74am>#0Ie$PiC2*U)&1jJc%)}nftsa3ry^<-z|Ew#Kg8|*^?C}nmc>4 z#>Cp#x+fbbF7KlME9Z_OqVkn4rFJt>QlfMtjff+3(q(nfEY5Uqh}ScR|Pvq~F%NT&2-dYkj>A zUmw)Hx``v-D1$%N8Y&|sj(n?(k@)C$r%aG|E~d&1iF4y#nImy-JSdMyynj6@3nb2s zXJv`Rx$&Z`ka#X$l{FIohxDdwkT~+Yk|=~)$%6TV#F6)u6cW$izLG}bSw2uQNIZsz zN*0O7@JPua@yH)5c_bdg6Xg_%$M8%!N8&NOPzp$N+=$+PQ%Xp*=l*(osg#j86Dmp- ziT2#o_DZQC@foeIG!WXeYbq_|<9{!ujl@TZj?zWqBS25-Bk@t0ucka$jS zl`#_M#+@=j;@p@jGbEnDdu9H|I1kDr63^h1vOwb8cvhB3ysZ~yg~Z!>Rn|zntv6+Z z#BF|862(Z^)-G8ze~@@vdrAuVIDaW=B#v{SWI~+np^`;D&RuPyo2SRuoDAFHu|yWq=pXDnb?Dg`F#*21Ne}{nNItG?4hFa8qd^Jl44u z+Ca1VVIkSImKlhI_!Q~`K0x+kQ7XyL$a zUq}PA^gze}jM<@(4JD3*TqtoY<=>P{pM%Wz+*-+w0$OSkS@&QhS(*S3}d4LO{5TGcO0$d8^02QGc z;7X_ks0)n%O`#RwT4)F82;BfZp&#Hz7z7v!BVl(dj6;b#VG>{}%mUmC^8gRRV}K`N z0gy1y!V+M=eGygwD@|U7HNal^CTs${3yE@6g1s_XHa`H8Zcj)7ERxw5(m?z>jY0-s z0p+2P1=vlGgd7kZK6l4L9-!$b!f9OPtAE{|3Fjfkg-`%^U|$qU0G+!O%D{KOik3+T zRp6K3M9c7m8o&XiE;QmQ(WE z=fJ=J;c0sz6abba7ll$NaVeAm)(2LEDnQe(gc`tyv+6sr~d5vrlYl~4;M>Ov!w zXbP=R;#z2j5*?u%O7w(&C~+eULW!X;3MFoZaVT*oOaOX26=ncqdN0gFj0fQ{#CQ@G z#@Iaz%Mjy5ScMp`!aBrw6E*-BB=17vDgx#ud1Zb8TuJW^ors@T==nVHRTC3v+-g z#|PmNpkYtK0^pqeEG$Ee7hwgki@gf#j}p;u6bc(4ehpDb)FNONTC!$-0BmJXNCENn zhmZ!yu>&Ckuz31V$O4Smk&pw(pkpBq#Q7nd0&#u_=KxuFArt@-rYMvE2Ix{K1FQ|M z2vs2d4x>=}sItGS3k`sFG=&!Mt8b$G5ZVCO>m8vRpeOVL+z5jJLtzAb8C_i63S)rN z+MO@~7_q4^14!+AVGeNed=MT12Ixsx01VKxuml+O7hwgkH@pgKAU?kc8z7qf-Mf&e zM?h*P>*fbQI_wE4fUWEcX@D_35Hg{}p^ybQTpS5GfTkY{`2Z)vDL~Sl3FiPW8D0p5 z07an$(A!I)46xaXPzC7Rl~4;+>Oupcb4{TIM8C4SyB692?dS+yfKx$F=mYH8H^Ly4 z7z!gGK7I&e;Lkrr%cX<~@WW4EZl}U5z`ZaB{^C>gbsFI@lz0*rzz=@2+CB?Q;76aL z*F=OB@Z(R>qe5W~{PpL*-@XYO;LkoquZakWMg%l0*)TtV@Be1B+Y?g2Uw!`Zc3(&X z#5fQ#A;zJQ1!%{SkP9V_g?xY$;WSh^6V3rTcOeu)m7-7za4D1l2B;!bfv7LrE1?#u z)P+W<(iB>u#I?`{{`Pb9H5;J|L=D^Zgg)@oPowRPFaT)BP#6LK`1|OqHo_SA#pl)b zPMCx$Q(*?s{d-{!{Nz*gp1be}Fmq4BB2;-6mH}Rb6+pvYg*8CZy$KtDnR^!!%?N(} zd9+P7%@2SodqN8Ma3n1vV&<5ySN9Y2yqbKwM zM*T(@08!I-LtzBa+go7_u$4Pu0?@FjFazTJ5at0Mgh$|KpQ8^<3JZXs&%zR58eW7I zz+vlESOf9#L)e5E??R$w&}7T}0BG2rkOG*feIX6d+XEp3umc?mSs)tI-I0(3X!@~` z2N=^6;WWfJ6V3s)av>CefB1cLk6kDMbpKK)0|c!IRe;T23AF%qp%G#dDD2xDd>{b{XV|OP^07iW(%m6lfFU$d^;X!x|C7y%@z<4|h zOMpH5MOXoBV%R;XK5+5DKA0Q79Q>dnuFyRD>$PPb6FkwGg8& zG=Lxd?#J7v&um7y>K7>`?F9NPA_C;8QDzCyiRCyCNKr}DgcOlV^fB{Oj&5r&Q^_kC< zLJgqlb)f+;rcI#*(DZAe9iSt00k+Z;`T#+1gaN?rF%(7siy&`>F~DZ;gbBcAr@}16 zxEJOj#)I$(#K#X|5lTD@OCW0L?nPJ$+gD)?@Ve}qumNb;yO8KcK+}_5^8?^B%zHu# zV50VgbbtdP128~`LKdLuM?wyu9mhf*UQKl6ES)_Pa-qtxkO%0?iEs)qQD?$Az_IW`C;%LS zi$W>HxD?6&qh1lJp~RI?1L#~`XaG?rbA%_ zF#ET{IK;RUCIDafmggYXD&>*h&V0Nk~H7M1|FU0#G0z@4jCVGVFI z^i9|R+(LR668#vy*d_bs2f!1WJs|~f8){!j18nv{$N)6`P{;z@**p?*0QZ!Rg?xY$ z;S``@XTmu^UoM0K5Z^x)N+HIjPzD&Wick%3CDZ^KRu>uoL7PG=l(-h!K-Ak^N9cws zJ)!?mqPV>g1^~A@hr$TpweDMC4E*Yw=>DlN0l4u$6=osEy)XxO)cPPi0*vXCumHHl z_$({|9{9fqD}cMSufiJOTSjlf24HUAg~W}JyfHrj(qT_X0o-!k7t#O?I}kDekMs_O zEWi!-BO&)uC3=1<0Bc#Ug*L#_gpSY!NdBJC2gslsVF1vMp)dlX zt?X`vF%aj6Fada2KNV&n#=S5H$n^)|5#YA|ldu37!e?O#FhDQD3g9W=tFQ(b{!SH4B?4z8e*IY z=Kv{nArt^kuSKB*#Q7nV0h(SBssMZCl~4;%7a9QFZwf8oJ74``do8qqpZ({*Y&$|1 z`1V)P^B18X;6@n4F`^%<8ww+UnY$InK)k+Cm;fB4r@{KTR1{mZ6 zAp>yneJErD90@squf`q=dEnpv5Unp1P60;!OgIPV%Y{&|#I7imfPen4C_jWUK*Cgn zDnLuGgc=ZEp9&3ttu%!eK=NM;ZGiFU2wi~L?+N`-;zk$%jOkDq0SwTsF#d?q+ujKi zfXSW;Gk}E{_re@tDj$SLfTlkQ3t{&xEP*&bgcZOQ?5nT_$ig>a1F*lm3yElcTnV)Rb)f+;`%R$*#Q7n#0WQ8fLKk4OJ)sXU4L8C7;K)A|MgVzw zD~tig^iG%nv|}pF0D|5NbAawY2#)}x{v<2_uC|_qCBW6ii?9NstBc*Mum%YFCTsxa z~z?pC!;6f+_C<-NjONC3J z48-e`g=&B+p=Om`U1-E5qG@Oft++&VYP=TO0J~U6=!OzKp&#Hz7=$WAVH8T-3gZBG z!USN?o(eO7nY$O}0N+A;5FS4uT0bT%0CurwVF{3QFTx5S=&P^}Ro;XR5UqCEy$gv+ z1av<+F+TvV9rlD2z_rxAkPamdgbctQbtq&3f*uLEP~}+210?^6a0>7b@0oB8(Ax{4 z5TGcO0Jd@|l!5Pj{qt=_sD>(6LJi=^Ul$rceEbkvK=e=Z?pkOAbgmz^Z|~i zH^Km5CG}7k0i2?5g)zX{<4%|W@%;~B2GF^CVGb}a55gnBWIqWDfUP_WOCUbK2&+)y zRal1-Z^8y(UfzYo)U70^<_Ex)^q!Ccn5car4e$@%fspxt==>sN0gk6fLJnXRYukGQh#HB2)p^o?i(yfYWPTXaHOoHH8+ye{0u5 z8(_pbLKleUcGna70P}Jq3;^b3D2xK!3S)q@yb~sj98B;CC*2WZEG@CYz3Pr@R= zv#~z?pC!;6f+_C<>(jmqIx}MW_b25^4eJLL)#^Xa%?y+5tL3H$YG52e=Ui!v7A1 dQ3OBzoB#RA&p!VC@BYL87fK6rTNGJBgDx6hhJjC(x30oh)r>i)a*5A*2E#QHh|!qFQZs$Hr#uwPx3W zM2_SG5`jY-4poAL)F4$VD3wZ2Td+k( z%E?KYLzu_Pe)uA(Vh*cm4l60Xp@%>ZVI>XzmL+WSJi=mjZ;*0F+R{4L)Uv%h)&Qk= zTgHm5V4<1IR&m&dwNt7cz9A($=6S8{DGSyFs-83*$DDOAmCl*Ib%mewmXW}QckrT(^xjd?k;GCPylze>M*R&JIH7YVlJ8hgYi;i#1 znIvQ8eHu0zfreL{r82>Ok>o8Q*epn(7BPM6N0@F(H|3kk3i1IrN0txJj=U|~oXy+9 zJ$_Lr30bznu5nu_aU=>pX_o`k5@(C+tyS}YZ%el1%R!v428dmZE$`?laYvE~MIM#-l2}5)S~Eyf7y8fRf@4}Z);M&`a%~*T-;Y0U$uBgXuw+zf z#8Ln`b_t{nj8^N00V2c>(F5<+GE83zE2xCBulm8t#(Gnr%aCW0TLf}Kh)1`i5}$pQ z@K#h19n=y;$|d2}OKKJ%ZU!Ah{!4lfAtG@=pT%DS&oy*ixP-288aD-%B&Ug6EO=CM z+-sOn^(>x0MTko@g>=F~G~6r##z%njW)4#&D3d+A>c(hrCuodkoux1QK zxm@1H`UMXYPoFQEc}p)4H;XOb)34^uxlG#hU82w7{G9G&X7$3nf5pweJNEWFx|i|s zXu-6unrZCmg-k&=Ak2nnlCiGnt)eB(+Z-#*)3EItEp=gdmwViCEz|KP#&%-%!4ADk zFuf?FT3r7w@i4JIR#gu#g_qB)DRo{74L<34eKol`Fj^fL-5Ag}dX9YmVXbRlW&h}w zz#ok~L;Rjd9q}EJ7tdwX)%y?PLW8xQfnVAO>H@%Rj}g0a-~;qS+eeb{lgPoWNrX{D z+YAHff+OY(g9-o%yG1H^KGD=h)e+Xh2^Tf&VpGL(bA=2vM*(_Qf&a7?zW4%M5hrlA^n^TCv2KCAw+16`pJ?O_Q!bK8iRk)?5rmqAez}sF9RE zV)(eDx{M>o$+zYKH0S)32gs*Ia`fr*QA73)69jF6>vonUts#Y9M-lf)v~J{D z>>Sc=8WCYvs^)C1SF}`sVqu#f#HZ5rBc28w(5J4?dzhS(A&%II#2vuXA;#ak8*U8` zc&D?0wGs0mu35G#V5{g6wQlG04-S1j@)cmaG7F6fo{4cC#oD;&ifmw#T}O{g4TbMb^n!N*O6M))7HFope(DL4T$Z%Duoa|tjRaK~xPeobkc1rrCVO0eOL*J64r zs%T0SS8ycUJfJyEknQ}2C&QUe#A51X>!77)*J+t@>Jz~TFc~FMIYh#^jyh=+Ifg){ zRrJ0SimB-RtDPD4;PJdQ2B#>^Yl4=ODAJbX6%BQ35Obo>s(4D!M&t#wBXi#IBbK}% zKvXPf*z=Lrf*D0-+CXuF`U+{Lw9&|XjkB<|VAFO+pEk;ZI4_wJD$c=ifu7AxxMg8+ zW@P4z9}3>1xulDffOkT3Ov5(A2>5n=X2Eb$MYGvxQn7*e!J7p9Y}lIhzP{1ZO3vlu z*&A0_G<`khH)jP|Y|3VZ2i?L=7(fR4(4Bu_9)xL~o-doH2xR+}rHj?AgZR7^Eer)kjD?*2OC&2MImJV8R=4q z6PDmMs0E;{O~!3HOt?_(jOyKF^lsVf@gRkt4DmUj>fac7A3m3hrBdl~;mfa<-dL-b d-+Xr$`jyMLWZk*{#=8CYUG$f=Dn0|ne*xHX$@u^P literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48654f059f33fa6489cc220e83c56734cf7fa0ce GIT binary patch literal 542 zcmZWmJxc^J5KXdi{X9{N6STQ@3pc2Zg@~4dTxVl*#7#V-Yc?dg!vzHk{S8{$ia*6) z;KCIm7Ip_`W#!~NwQwLaZ<3ieFUeD_Hif_znp;Pc7@^mY{1_d9K?A@o5=h`2o#6wF zksuO_NYEoH#;)lBDQObFhw=nh(T*-FqD&QA={r_8Ga&vo0w{tt*Z>ElSdc(^8At;r zfC)wfUEs%2(=a1{S&5RUX#){V8&}$Sp65waEgEIgR#$3K*wm`*I5nWamv$UVtEGRZ z-ttTy^6WH;Y`E)p-ITYj5vL168;!;%XZucC$I1@Z88fyxk(qbwRP(NCb6;2nQ@boz zhs>1zxX|nA>Kb#(%M}Csye%Dr@oXfH1#zq;&%M-66*@I#RnH49TI##~@5s)8gdol> zfV)C(l=bNL3!T2+eWtTFdjr^o=cr;|8l~GdC?57aAX^J~8rfG2$YsnMB84a@wl$}F5sx{Pt@%8;|f z(lV{t&WcyvC~{XL>fv$kTu*?8*?8|37&}NF$A&P`*LESM)ZBy@~cz`KDq^%b;%Eq&|9O)5zcMwIcoMFPQl#Le+MaXpXsnG9K%1YD4q za}lK^?8Oo7Q6{OM=Pg9xIwgGd5%px!D3=Myvgjs@xuuZm?&MkZX4_gM%m39KmffbZ zFW5hoA(LcCTAa~Ea(9gqL6d$Y2@moPjFT`R?!XOm+U5x?sdAN<$5iC(k^sWgZ{*u# z=J=&8puEtfz`qn(>H4NeWAzi@Egdf_3P59`$Rp(7p?xo*BC*rH%RD<4Jb$gd&fG!R zbtM<}fUjBN+fe8?7|w`M!zWg2msm0_7f zD5hYfsb*gRwTl6X5&<=sV`B literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b72b7e3cc4cefc0f594d117b35c12e5f4a0a8360 GIT binary patch literal 12082 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4838477dfc6ec0eaf56a1a866fb3b2f814a04d0b GIT binary patch literal 4152 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..685592395acb8a0e04d0ce43f793e4ea868a9070 GIT binary patch literal 1890 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79fb266c1fe66a73d8f744645fa097edbe393678 GIT binary patch literal 13184 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ec4c5ea0e6009b69be1efe5bc993376089b6013 GIT binary patch literal 970 zcmY*Xzi-n(6uvwEh?_KR0}M0^$Aa)ctb)W;Rs5*brHVi;43?1P+Ly+ye{ttTIOLJ?E9h?J!Zyt7jY-thU|^Yi<@@14Iin{@k%MP&u4A64s@DNe66SY z`jKkafT~t#Tbb+akM2FEB67o!ihdB$WXL$(83bV##54pEokHg<8}QhhnJ9-6Kq-7W z4{(YOz_v8A1=>fg4VKX?NomrfLQ-@t|3G|3CN5OL!k&Qz)Q9g_%*;lcsJ$nkx-HfJ7SH``7-g z>j2-}EJis7>#MH@qEFqJ%7HYAVGT6vvuX|Wp_`^4mBMCAl{8Kw7JH!!>t$xA3;WTl z7L#zfSiS@xq%2Cg)Ly755RB@TE156I4he_o!kGWmIBAU6zZ%PY5lW^}7>*OW5p$fP z?l@864?>yGJI?!o8_wR;9LG;QC>wAGDdSnrHTas#srx>} zzNzMg)|?Qc-5tOFh2Sw&kiJkBCI->kXRQfT+h^I8d{ooqjIOB_dX}d_yvyanx%{~+ z0VU7>+}FlxCFUw+&?#8-M9w~yDyt&@%42-1@9FZcuJ A2LJ#7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1faf0c6969281047734ae2f254ee7e2453be9c92 GIT binary patch literal 870 zcmZWn&ubGw6rP!#Y?`Ghv|!OHWuYEiuvz;9PZAHJr3yJIVnCNoW|D5ZyIE!@)eR{G z@lffdUTmQVdaD%w5-;sRl(n9EskhcBXivUPH@)=1y!qa|H{ZN(WA?b zLI+9Ew`>Z!&j4&7hRTRxMqKRSGR6s3Tv8@5Q&;h5nPSArVvny+aXK@?GF)XUr!0F3 zmTHs@yvppPMdfUy7`fJ@_R#UT(5nq!@)uI~Y~QYPab0itZlpIu&UDAu8Lu?!1x@>z zY&LLAC2T4I$jxz|3tKisoDG|mMP8M$D!6P4-%v`WQWeylnF?qEMmGTW0AWxk&+`4g zRxrbF@dhY8pKIe5=v*Of!bmFvNRdjPy^XdIQ`!onTa;zq(VdhTqX>Ueo?}C8-3Wx^ zOICEGZ2mB(n52|x0juIa+BsV_m@rAshB||7aIOd zVQSh89myvHySfCg6Pke&m==^Vs1{Cj!L$+~q7X!Jria8395)CfEP^{ke>>>6it@v2 z_d0jK)7<{h$Xac^`P%QyeH*^GIs0b3bAO-aRv)jKi$#Tr%1I#sWwzXp1ZRT%|vXCl!V52cCpH^oXQMX#lgs0(={^59MeZg~yX zba_#XLYTZ)cn92(f-ycO3Z{QFghvn1@DFt5NJV7uD<0d!W5-0rGwU-)2&VV*yM^N3 S)!V<4psOHqxtA3efagEv@Z%By literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b36a3d6eed163d6a2dfe90e3008dcbffcd3dd6c GIT binary patch literal 28972 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1012ae7e593b7e61b5c611cb38dde31971833a72 GIT binary patch literal 2495 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be0195d7aa6e75efb85339d2133b9fd0a0492529 GIT binary patch literal 2365 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 mgR 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16cc9b1d68b3ba37816caccb09008f544715f742 GIT binary patch literal 9111 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..845502f21461b3ca4f624c8c15c3162928c9fbe9 GIT binary patch literal 11863 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..160155c1fc3d42922e2c3755bb3e8fe0a5ae9f70 GIT binary patch literal 5623 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 ObTBe!A$$`J=KcdawwxFM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afd0a8073f9853dc07a0c5b9e6d061c2346d5586 GIT binary patch literal 26530 zcmc(H3w#vUb@%K`TJ5f$s|SeJf&gg|2v#c|;$?&oARYoFVL*V_i)MrtR$4K;0wg3G zJ5D2FHx{-VL~Pfx>%=%F4Q|pFH%^1=v~ij=*+saLH#otqn`W9m7I4zUeSQCP@67B< z2*=K^-}miLbLRZdy>p-Ep1JqjJNjN`rcJ;vuVHQ5l1+l}_XM_DA*e(d?1W^zT zL7|1;4J`&>W6;=PYB3o|W(t}+EG-tsn}cZ`=`HDuw*;*n87&zdwia85y~W<)XmLQE zCZ-27JF;4`IaP?tCxbdFd8I#-+r zI$taWEfd|K3&e8Jh2kR63UM*$64CRd0r^zYUG$1opi9MNpv%P-pw;3^&{g7U&^6*( z(0jynpf%!p&{}Z=Xq~tbbd$Ilv|ii-x>ei;x?OAl-68G--6b|YY4{@L)Fd_o?-uU` z-6QS=-6yty?iUY$9u)5b^@;a``o%+_t)d7jiEW^V#dgqucm(vQ7zFJQJ3&KY7w9oj z1`Uf5HK%UzIPeMaBxnz#z2YhGePTc81LA|Ar^Sar9~M6a`iS^x(BBb113Dm{0sXA_ zDClG2?}C0#d>nL8JPZ1S_$264;_s${*m}K(65Vs4EiVHpQ<@s7GDGY zGe*B5z7GDIjQ+X!E$~;wH$eYFd=vEB;$MRPmG~Xdx5V#){?X1NsB;hoDh0 z26|N-0lg-^4f?m@sG8H5_zrMf{1NDN@m!Dj4#qxaK*SV&OoQ*!dL^HiE9?)T;OIiZVtE-#?1vck8$(Cl`^gjoSShA zz?Cy@A-F}1s{pr{aZA8?7*`3-%eX3VOBuHe+;YaP(79@G7^P}yR{>$Pg08`Z5es?` zE{s~x8eAB;ptZO#dO_=OVFZJ2!i7-`T8|4O8FVWyjAqd7xG(>nJMxQChSQ#$tuxKA_L@95lTzzs0j8J+tqxJQ}nF`fHeaGztc z$8~NH+*u}jLg$_Y_Y{-;p3Z$9+&R5%hd2T~kLwF8?$bK=3^>>*(BId&=fDj!+4DO0 z0=Pe5vKMvki{QS*WH0I51#mAj*_U
    t}s>?=C=hv2@-WS2PiMJmIq>h(vs)Acp= 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 Hm{<4z(J~&5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df0bf4f1922f56632827e0941f6fc62ea1b69d74 GIT binary patch literal 113789 zcmce<33yz`btc+-H_(lJ-bd*}4fTX!kHLbfUbB^X8j@3?=p`@4d`_ zs&3t-(IiDDlS|@u-MV#aId$rsQ>RXy`s0Fvd<(A9fvqE7{;bvVH}oK`0yVJkIgiD1 z$#TddStM)N65zkqfR#Pl0yg$*57^nSBj8}a&VUoYwy-PW4!9$pfX7PT*~58}{6K!h z8}PDcN7xtf1$->*3>QQS1BEQ?3KvC+0!1wB4i`sC0wpZ$30oqifl?OE3ztR81LZ87 zAFha01}a(D8?K5}2dY`v7p{ra25KX9fx1Y2pq|AQgc~A_fyPKvpef=H_#;aKOCrsI z=15DRCDIybjVui;jVuc+i?jvWBJF|pNJpR}vOKUnvLdh|(i!Mvc@&1bBHe**t3|dS ze_8-c|CNePJZZ5gUbMIvrL7FCjI0W*imVQ-wpyb3EOw1KRw|K7!)qfC1RjX23#>yK zB~n>H8B0B>+S-3X5E3!MVn}zGbdm?)Sdn5Y-``B}RczbNC7D#2W0lVEIbl98aT?r zZQ)~)(ZFcrc;I;CMBoIAYY&Gbkw7F84Mf>rN43yejc2|R=TX;Ml7%jIDu5)Z`L z`xW6tWIQm=!kyuhkyC+F2zLceOWlD9n?<%A|48pi5qe7vNIfUoEtbHu@)CK4JSD9h zvDM(sQL6|A&d4jJRTLL^4x!a7^t{co(;}@oXOY&vW#btI&Z4BVBGBUN8XPXjtJ&L4c)M9%CBD+$UsT_3 z!TYT_-hUbW`DOW{JT+oxefEmnf|yt2BfN)M+^guby;_dH%*uNR`8_PZD9Q_bg~j$F zcAKbU;1Y}5j<`N8?lOz(N8AoA?ll&-6LGt=xUaIf-H6+x#eI#%?M2)^E$#}7+mE;b zE$-{m^U@>oH>5}9CDK9m_jTSH_3n@c&p89%#QSfI*rcIzj=&7-uN?hy*M8i#xF6-d z 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 YtI&H-EH=gBBYBV;{5<_PfhpMJUs7NT761SM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5bf546a5b4de065656aa3961f4031b1b3e2e2505 GIT binary patch literal 9231 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9e0893c7db19147512acd775d89397d377ab8cb GIT binary patch literal 10934 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8adcc01cd80ee337cd94867c5f48e2e13566e6ae GIT binary patch literal 10378 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5aae5c709f7f306465f519983bd454bd9f2e9e4c GIT binary patch literal 1492 zcmZux-ESL35a0Xo`C`Wj32mB0KurXqrqtKapnwFGTE}u6{3Yi@)Kzu5_%_Zu_ocl} zf+I%_5{O73LDfnDwTQl=@Bn`YJOmmLY+Hc@Jn$BgC-TJZ+1DV-Jk0*)V`pb>=H{D3 zA_f=@mM$)RD*^Bu7eW%d;IPTS4lsc!SfJK9g_^)*(GqQ`CJ9_8S+X6eMQo*}1hQ;J zZMCKbIAZnKv098_)l}Y=7c82vM^yM8_u?2yt5uBbwru(r&kzp-uq*AKjG6 zlVODBi4Yy1VfD9x8Tsr{&a81tT@+Zgo6 zIaj?@WYbYD%oj_uG*ZZyva_^*X1;QTd2r`Ip9mEld*4juie9-?&6ei$N`8tCEzD-h zQ(1i>TfJPK&FY16E|)LmHioY*UduXb2)m9ASwRa1M#iGm88m{31vg@zWe}eJ8)HYp zSSc09GW%SZPZ8!rLq*r83L9GJtkH7=kK(%O}uIMQF4;+Efi^ zoA$5>x?|YTr!qgN#1uY%BgyGV*XDhQeXX@>ICag#Zj=2wzP92RYp7um7i(+mf@Yyb z&1;cm*SU}$e_8Vpf#*DuX)JRbmnFqSc+R8nUW8HhFh$d*asM z&d80CPbO}j{w|)}i%o8282d?%zh8W(c+#f9L%f(+iwvT7- zy#4w0Pp{uQeSYtm@vjE<1~2>|PyGE?6vST*KE&5gUw%QRs;=7xa&(>T4VE+83{EMP zz(XusJjxh-f|Z%>mYL>d2JNE5|5c~EP3W{V=;qL4J|5pUotB<@+!*Yjpv}Q&G~Jokfj3fvy2_7uiLJd@qgsEXUrPK9GPsiqEo3{{SKcdw>7{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c81a2ad074cfb985317f84243778d8419393f239 GIT binary patch literal 4214 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f32a330f8e63dd4a27ead8818c0046d5cb44d7a GIT binary patch literal 9903 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..345dcf5cd623119fa4f80fb9b3af2f44a0edb7dd GIT binary patch literal 6040 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 JEOnT$_&-pz9+vnRpeeGH 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dad1c295738d844062424a633f4ccb106102474f GIT binary patch literal 13553 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 IX-zBt7mgKXVE_OC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ba8e8d143b7114a30f28b7a4d35b08dcc5b9b32 GIT binary patch literal 1825 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 Qe!fkA$f*8X0}u262X;lZ-T(jq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1531e1e111e94a9231a11eb428a4c9378d3f738d GIT binary patch literal 75080 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee6e4354995978a42392af7ed48a6af64cd51fcc GIT binary patch literal 10394 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64f79da74b6d55dc4736f53180603e36430a0572 GIT binary patch literal 14783 zcmcIrTWlQHd7jzb+53&xf# zm%VT$C#^Hmo;h=_|M|~<{_EjC2LfIWPxJWUiJ@VR`*->%>)df)(lH26=nz{(93!|#K+>e^7(UDK~e?v>gv zMLACSTZxk*nO#%6+ex!>$3 z^{^Sud8~5G6J_(D?T>BM^W0~a!3&(U=V$x}d##xUS^pt%561Uy%W6=Jb{ zpA)iTZq0rqThLt3%UM}Tr!>d6(rR9FpP0_4bJ=7@bDoy3;3s znGE|#5kTf+5Hz#cdKFw-;Jm%2ci9|LzB_|S^H<6giNi!MB`xA-p&LlHNjVqCm za;Ze(J#LHOx_5T;RaI8h(ZWnJn;ON~lX5Drj$X166s@`9|6PN%0w6KE!(H4uK0h5KMyW2cu4mGTJ+%=9OWQ$mwis zOk@;bwisbuG?&pqb1HIvM#+w+4Bo&HMtS0dTg?n{bNn2aU=@@UxcB(+_jsij`50(d zl`|9UL#1w_sDMjwL_FziI-f`sJL)hwV%9{^PW2$U%9SF!794-!XZx5k2^%#WC;Zpjh%NJ88zIpaRr zF9&1?K}J8ca#1S}Cq*TvpL96SmSzRaA)LEG;-T|TCDuv}P@S!g7p6;seZhZI1&43|> zoe8m7XgcT9Mto@;`In_j6Gd@U@8G2Slp-(`G9@Vy(~yVB1j-1%vuk&7F*M=4#MhzXHW`rZ6Q3`3I<{?J`t|E>T*cb-L5HDnM z=aU(8l-g;iU1g$ai22JoMG~XubGb~-G{>^Z^BGyRS}^3+j&(elQL6?^UCgB+!o(

    B$cTL#`)~NZb@o0P*{WPZz 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 RmEgWl+z*wX;tZYfe*xl3$T$E1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6978b43e52dbb2ec3197ccd605a93cf823e3fb93 GIT binary patch literal 1797 zcmZux%}*Og6rc4ji`lga9|?(Q8f_EN#w4**2yKO;CMkZvdaInz_us_^F&G)v2&5 zHP_)ns`FIH?7~-H%-GZSW~M)%y?-~S$Znszfy4PTMfT3o(4)**4Cq2Nrt+HOFF&Bn zFOQ8+jE&z2%G?X%@f#~V@|OJgK}6vae&v9#l)WXHahIvPVn>T*>I$hdDppzOD$SVj z!1z`89~NPIOvLe9jffOnC2PA$eXHsdB+& z_p-wsAy`gfCb-5i3hS+1_>xn`3)NMSEW|9rEbzig=&boAM?|c!M#Hs2;4c>9s#uP~ z@%+bQ1?~%aEq2@$r$l)n_Tz#LVjf7NM`%VwZWQF>s?7S_ZupJ`VyEG&h%`P1+e31s zlb*rNo4*X!(<5(4s%K)~9N4`1WVmi#eWL>V8rhu>#_Q&dgKn)$KLjlzjSho7aB*_A zK7j}UtqPzL(7K^?W_}y(z}iTO?gm8&R7!1CgE4`IlT{p-E1ET@Sv99zxk+oviX#CUJ{YTZiZmn|cIJ|v>@d}MoU|5}u`&2+AgpK!D0h`{ ze~p5rcb&^8ZZHgyrE%+pEoaJe0N#8Pymkpkn1sgzlOszERyR&!h%*@Ts z-;)}nF?3al3hXMW37kEu<9Q6{MXrktp;}_4FX_`Y=tx058%#*H$b{Rdwp@_=aC)l^uE!*Il5KeHFCdx^xNp} z*bFw$}XdQg6V#) zSLzT0;DX`EOme|69;U+vV>{$AOqe8{>>S=>hS)GZYKu`6BojjFjS466J|l_gBo}Yf zH!G318qizpGN@o*^4qW-sEVTeNv_w)^;hJ*ztz51+NXbIZ$C5+bY0P(s0Rd&r`jPN W2Lor7t6Lu)5IA;5CXVn-zVJT+JHg!m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76e89bc9c48d83a971b73eaac61a386d5c7b0dfa GIT binary patch literal 572 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 i*NkKCwwbW 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..297e700374c31e5028d743609030c0f3ce0d3998 GIT binary patch literal 3835 zcma)9U2GHC6~5#7u|58Yoj3_eAPftkF+Yw%L-^akA~u2Dh%9A8QN4@YiRapxFhA~{ zalnxy<$`N1)wRwGX@*LREF2dhU!T z4ymYmmAP~7y=RWkJ@CL(C96DJEj5rqCh2Yzd52e$4sE4v4SLU^_E@nkn7PN>S%|=~0sKxYnHtxzHtwm2{ z6M8b6WDsVF05-x}tKODvgLP4fC{gG|C3cTj;!2B>z&uWNfon<u5{iIvK_cn*><%bA<_?CcWK-7u51^B0tk04H#P{r(~Y~89(dXnu^=ehZ*bWj z(CATiD80)8Pi^Zr6|o|wcRr_!X~qejmrEtpD5g0lHu<9qqq#HZM$e4DH*wZsPa72{ z^g+p1O+(fkezIKB@N)<${jB98E|GI;aax1N#ssGL3$lSV5QGZ^+jfOcP0CXmP6r%r z5?{BS5bY-`B@9c+Gp1pg8or1P1rw?^F*%mz9o|-L4Lf1WBzEp9u2@b?1r5W_70arE zEl1Sl>p2Y@MSI$lEt`P<4sYen5}r#o_VW=;ACO=RS4aX}CP~`0(yonmDd-#l{45iL z(1gj;jnT%#0~v)_c-CLK8D#rw$dCNIVAFNC&2YZdd@GC+SYiDWm=9KiGr{JnFDcv# zzud45XDQerf5mpQn~v_Qi=wryTd2v2sxBF&iI((`5u8LK0hPuC{DWboB5>O%r zqeKe0lUF49x)0;(TM)IZR zyBe%AfKFy5vD`Sv4^cWP{|2_@rKVJ>*wdyV&B{cjX=+KTA<0rvoyCUa=3GV;C1|Hf z(K_x*bmXo`{XV*mOQ$8>LzCI824tdP-|2WjpY&c_+vXS573LJ}~ zS~S|P$H6-*_p~p%Y_utd{)-}M7Lg6Yl+39aoVUFlr2_;~771`)ziqbbaC zV>XIFV}lm`b%0|-ECc{rfw@B;Lbgd(3FlQ=+dzON6;xuu!Q0b-D_JW|%Tw4^^RlK@ zGEN|ugFT6sEfd?irULcznt2V%4okL!b%%vY;V?Oi{yH4%cOMU2vLHJKDrMQo50r>W z17!_dHRM^fDBC6(0QAldXzJ8}2k-A^1`iEb5Rii}ggBB+jDRYhU$a#xzYbJPXoy;^f(%_N>WgIP_uaoUJg++Gp2enk^(!`yK`$LaY z{i})o2fIH_KTI$0Uu_v)4Gph@E|gfZ3tprby1Arh9QK%Lgl#UoF$EC~NF#GmZvy|M z48IS>JTl!Z&Rgo9uRCQDD7_FuS|FXMH-x0GXqarHJ|sz)`amm?!xf3DI3grfE^lgO z-5|7}IV@y8p|tC8lw2HvZX83lxzQmpx)PEt3+s^igfg)cq&A3ojYMEXXrXi1f@-H@ zgqDyuR%^1CYDQeUIhz8B?4kMxX-8w_@Gf;aA&67XhMR^(e;u-+*~o6H7xf_I9T^#d zDOyLZm(VSsR~gjy*5lUQ3*%2)JD2v|*?0ekpN&3gJ-#qr<66Gpy4Sew`$tx}?kC*- zI>+)y?zP{uetqWd^E!0zsrk+MyYl-&S_V3kt_t$#*;O|vLh{gZOhr?n$ z0=8fEqG`^ zVW(u0r@Z1fdgv5n>pzBW2^HaP{RvQm5>Qx>xlb5{F9sAr3Et!8+2*~ed0Vm@HM&U) zN=ON>h|3M)@X3Th6_k!lq(d&FJ*PfArz#WAX_=lJn~R*onr2FuO`<7t>|kclNkLfv z64A#gTNbc%&!^8yA*NUuS;oRa|V z%`~_-L%G)ttHT#GQ}zP#5V^Z@OndTp+u@4rjm$K+v*W2MNzWrZrhz$Jw``ye?-mH6G-S-v%l|MYBq7vj3zE&m6c4d4#| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06cf40144ac4b869327006904291c90d49d7af87 GIT binary patch literal 2489 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

    iCB{ub%yp^A3F~dEm>{%dKwh#JQ_X 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

    w;gp(5fSB#>+E=}=@UFjv3662J+Ggqkb3 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 YKoh^@$@Akq$3rIr-ronLlb!zm0`bat_W%F@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e927cfbd94bec98937787076bd6e1bb5549f09d4 GIT binary patch literal 33519 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bcf4790f77cc602aaa036f4852ab3ce2072abcca GIT binary patch literal 39615 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 NWH0DAy>y%F{|lvQK9B$a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..89f241d78e80ae142d5d513b3e5da93487bb9e6e GIT binary patch literal 43589 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 k-Vk0SX8k$p8QV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdeda24e7b21a7f334369245aec3d1256a9309ae GIT binary patch literal 3353 zcma)8TWlOx89pMK}DGDPHkqQq357==;r6L6Xch0PL z0}*0Z`^|U0|8oBGpE)!8%XB))=(DMKWa>bgu{SYjf8rro`wNjP%x1P$V|A^h)%B8I zH%f-aY~40$k$SWgl{`|5)#IhO#<;-~_)ZzyDYn$3v*XN;USxLcx~{U8k~-r_J8mbY zncZ_$BTQb^u17*^N?KEPFX?G%&2(9NrFDayCF@3M-PC1GhnY8%wNF~NbXhaf+HY?q z>o#fK-euj;+L7BCpopB|N5-nI=O-qbUbW$rYkqWcwprtW2CL@x9&6MZVp3E|^JpA@ zx=h656}1F~sc^9NB#|qOvyx`Bl5T4yqleaQ8$4o1=ojTt9zn0{7>~8N9LH^aDrqM! zMoaOQo=f`aNiOPDDra(r*LnFhs%FrvpcK=CV$QnUHa|MU9h0ALHiTDorpfNOjT*<* zJ_Y{T=p!zNAH?IvfyR0 z=yvn?c`v7`@8oeBqF%0<`_cW=_o@V?44O4En~f>+Q8NsnO1a}!y_QPob~2t3)#(}U ze`Opn8{sbhNA56GF4ZM3VHO(>UtcpC=QT{ho4oA(S0Q`N(HfK%0K)_fwr6R4X$DFFY@nJRbRG%THKV z)v0=xb)o;R!<299eJJZa1Pkm=hV40c?d%Qnu}hKPBzFDY9OxSC-23W#ubuk!!NT-Pmo&jPZn=DVIlE`2M~;(h3 zY{QZva5r@zmk@hM$Qi-H-FoP_x2@(3A$hmZNd>j-A=OY==Q5aP`4RHn--cYG9R&Z- zM^!5$0puaM36D^ayjxiJmcbOVZfpyk9MZI#$wkY1`kllDfa?1l_`BMW>mg|eMh~=M z$q4R%BVS+7fLo(2CL;A;dToaz#U z7a@!ja-9~jBKdkB&dY@kaZ00k+CN5PwbLsAHE;DS2fO(}@y>7w>)S_(lPg6x^C zJfvVk9U@pVf}`M15d>;X+68}nnR=ag^? z{2PEjNg=4xMXg;GsT%VOcwCkqviRUD5MGl)kfV#h-bh$7)Q0~Y9zTNz4vFkl5zcaMaHXjgF5G4_WPTZ*lba$fPy#?AYju z5kGt4)NyP0xu++dp$rHV_aQY-hI|#hop`@`sT~nZq-peXzfZ7YXqxs%wtt!J|1;b7 z2lkFzna!7vEpA?{TpnM}>|IE`73@Jx!dskdmU+ATreS7W^ M*QYPDtX$l`0rx%>&Hw-a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d734985d51b97e8aff22033fc3ad8ec5e14a7a9 GIT binary patch literal 58954 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

    KX*XzSSz@fwe7Nj5_)x(3yM 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 MOC1%?h#uMh56CwhaR2}S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..670d2ecdc9b551540c05cabab1418137f78d7ec8 GIT binary patch literal 6345 zcmb_gYiwM_6`uQA-+lP8wqu;cNp6S(zKOF=2qfSpA$Dva#4!QeR4k;+X7AWuXJ4Ir zoy6O9lp1tI^y4>u`=%F;EcTp|WBgaip=DJF!Z z7#5RKSW3!aIjMw|q$lhVh#?trqAaO~RbE#T-lQ+=OZvlpfr#XBVtB@gQFcXiD2D^Q zO@%fuEx#faS}S;~4_f`jk(IQ{2%K&rgl!NB4P0@Cl5h~ds%dcOzCy!_;)>vW2xLSU z5%lse@UvT2Y`G&IvuwF5Zd$f@^eMaScr=rVrv_~Gsf-m*r=p23aH=lY6&;+0;$MO*2yMiSKa@}hSnLu1Y&PR{QVs!M-@>=L0QEEps#_QB1CB`Q;ediurn z&_~M*@c@)wVpJF+RjC*Hd`=(s8#49x%Z4(hgafqP@KB{+G|I;0;<+nmC7-L(Dyr}q zUZCRCV6NdYNWW_M#+2fWAfHib_^E=_jX-g{Gq!xi*y<5UudXFNSoTGC;YmhLaCpNb}_sijkzl`hZ- zX&tmbI-IafZ0k;^DBo^Wv+yX|*|;^RrHX@#8;GX{DT`ZL)2Vbiv1-+$g&xBpTXLCR zHcUgDmhEwl(ruR&NX8064Ll{p4}bh#s)Z}PL~lz$&BCsGO55+%Hc# z*$TLI7m`fO$*Eea+-)BM^|3bP|=`$%aTSkU~MoWgJhiJ?)TTZ8S zJkVmo>bo-0*y-p1HCrUb9H*YPM@vY`A++|{IY-EAH3n;G#{v%ICk;aTwrrPuzA5lnnG{nUd#RJ z{B1=FR{yZZu{0N+yA`o{f*Z*e$Y45)|0R8S(0Gnza^!- z0>%Y4f4L;Xx9NeEud5HV%Rbw~s5Q(|v7+ojmkNI_o9Ced%3d(Up_Tp6iph}1h*gy7 zuP=kHw7IjkX=3dua_yCe8k9Sb3{7ye7TAv;C{gdI5vV#UQ=7!`BEt6GH;K5z_io-FW#D zkRZ0-Su=tx!JQ4W7>(hU-BgsR&!OcK`FgqzG><&wx*jeiD04zid`ob(k3e8l30-H1 z%Mv!BOn3@v&uWptCl~WVCD)W-aTvTv<+fOLF%ys^-)l zSBH5<70_XF^l1Q2S2}8d)N%pU`dK=OAM~81CDR57FkD%|6oM43F^AZ);%c>~qfen# zJc&jy1tyWEcz1yaj&_s71FebM&=s~5WPp!GeTZm+T{(34KE7fz9b@Ja{U(f~&n5N@ z*E}n1KXz~tMGN0e&lYaX)$q$((FJxtu!)O4)KS6fWp=>1C~g6m9XP_3#0j(q%=R)G zHMn##gbFtnY#r9nXz5;CiX}{jo})t zNVbxnBUEfa%H|Mc7s#y!K-*k!M?Sb?CfGdgnO7_3)cU+yKeh4lvp3ZGS@psBLmlrW z-c5Y)@XVp!xnSR$-@9yG?VD`;x$;Z@EB@)unfe|1>K!+NedC^du=;c0BOql0vGV6-)%qAGEfR$CfiuYtU9{Dwa0Dxm^WJv<0ZamKbC!fteEw0mNH$ zees6~z>y5$*fl99b3jV&$e3uz_;Z0FkRGy)>>;Lb77YAzpn1XE%jcx$2m*5?R2)>~nYc@Q!#=M~kHjZ^aUx!LmF3q#X}Sm`q5%AlzxW3 ztu3R!&o*FH1wSxDnKi;S0N6H+Vv-cxKZ7Bt_${%Au(k!W?Uj46%*YL3J)ai(ghk1xRLs|Ho;o{iUOqZ~KEGvOzHa{lZ#{Z^ z3Co3g;;C2wB6U;JO#;P|4J&b?QUym`>6KiSR8 z&%9MP6&Q!pg9{?m7Vg98PjoFx6-t)?oLO)xTelY~4egkp4_09NF?$%ZM=)E%lf&4CSr`1d0FME;A9ePQ?W^|g`VmWq zpl9{oAvl-uQG*BLa#%6Eyv0L3yww9ixe_ije15UCD2IApvsjwYf7ZdA%!@!dq>x9w?YJyO+J@C>4u{C=PJ^=6- z;W*;YT{L_Y;Gq#GfkJEhGH?wMew6GwegH?tmYbi)NfF2(`mQGX4&Dgt8Mh`zFOE(< zldsg^Yr6A|uGhNqfj!r@zu$bld9J-D-`+FR-Ul(Xw-PkBw|t`fV)>lfkXIX~o}E=2 z?;@Y8LeQdU{vK9ecF6G>el|MXWle4X)cnht*GzxR{s ztvBvHFjEa2KRB-j944;MtLtagjdx+8E`S5#s9W7z(&V5C@Dn`o`Zz(0_|KM0754v#qmipw&D*^0iX1{8f-Ss+kcm3eUudf@9;gQDn;@;W7Gn~K(9U|_=*xpXp zD036a_wL*Pnjm;?V{uUUjW~YwQSYb+90%w#Wmp!prh79>Fs{z_^-B@cc?9{d;C z@hRDM+tVfpUBV*a#jPhqK{zZ-#%~cUZ>yUHeUU)6&@K=;FrNKTTK{n%_`}C9bbc&* V$G1;3Uu^zJzGp!p@&{{uZzoD2W} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6825c5b72f9b72cea1b24f6db8e8132a4342d5db GIT binary patch literal 319 zcmX@j%ge<81VVmxX=y9Ux;mLkdF*V-74_!zMfzo_d1d-JnMwKul_eSZdB%E%M*78>C8@dviOJcC>8Zu~1(^l< z@jzuMK-EQ=$r<`!`-=4nDt~d<_wbFIRJhmRA&GH literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b53762e85d37a7ea4dc743ccf00a7fe52dda30a GIT binary patch literal 31549 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py new file mode 100644 index 0000000..36286df --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py new file mode 100644 index 0000000..1f2877b --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py new file mode 100644 index 0000000..bb2cafa --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 0000000..094d2dc --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,76 @@ +CONSOLE_HTML_FORMAT = """\ + + + + + + + +
    {code}
    + + +""" + +CONSOLE_SVG_FORMAT = """\ + + + + + + + + + {lines} + + + {chrome} + + {backgrounds} + + {matrix} + + + +""" + +_SVG_FONT_FAMILY = "Rich Fira Code" +_SVG_CLASSES_PREFIX = "rich-svg" diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 0000000..cbd6da9 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 0000000..b17ee65 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 0000000..30446ce --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 0000000..fc16c84 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 0000000..01c6caf --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 0000000..b659673 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 0000000..3c748d3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 0000000..4f6d8b2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 0000000..e8a3a67 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 0000000..d0bb1fe --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 0000000..194564e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 0000000..a2ca6be --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 0000000..81b1082 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 0000000..10fc0d7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 0000000..5ece056 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 0000000..c45f193 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 0000000..e6e498e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 0000000..c310b66 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 0000000..66365e6 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 0000000..ed86a55 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 0000000..97d2a94 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 0000000..9354f9e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 0000000..dfe4559 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 0000000..02cab32 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 0000000..669a3a7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 0000000..e559cbb --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 0000000..65fdf56 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 0000000..e29cf36 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 0000000..88fcb92 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 0000000..dca3719 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 0000000..ad36183 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 0000000..791f046 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 0000000..0bcbe53 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 0000000..4b0b0da --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 0000000..99f118e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py b/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 0000000..c264679 --- /dev/null +++ b/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
    R*9GD}@EKqF7`nxoE<8QK+KuvTB^wT0P-*mH|ZEqh%oCmVE)3jx_6 zAQSLd1rR_nfyjrRYPhS?eSRhUdPRACEfgsyxOm_VtSR9SLbIVceO2jx;0^BVZUu?I z_14~np81|7`L=vdUh%zLK2_~GboBi+v!L5-Wj2 z73q-6XS>2}8~pl({B3{(Hjn^p?M2D1Z7?CDJLiL0uuMU^f~D}7F8{^ga z^IdsX9&NzLT?r+e08$-rl+4J(R2Qd}lE=n_fEOEipBDga1DrcxCk?Xwpyxc5Y7jb% zAb{H8**ps3HxvRyex)lb3sQzEl;bf-1gU}EXrWz3Y8u}%!s%nVq{Qb9aKnhVYxUkirjqO<2_POe2d zJ}AwW7Jsr5d8(p3#rHj?umfPrv%!&HKmXcm=LQ`w*5}{6$c})@QJ683wrt?xKD5M? ziFsK+wt?&ki=p5oERAc{82b+PF))@FgqsIHbU!7!+ZV9!gV|-YH$i~c-^_zRuzZ@Q zK=78l5SkAyD?Kw3PXZhW&xeBrTLi}D6Cf7I?i>q@G}W6mRX4GpGv3Ol zC$x-_wN-6GOJ}sJ86!sdmF14WdSD_)9-G7??2#)+G@FP0er!Y82{0dr$HGIpOsf9< zl>?_&{AViCnQwZFX@(wePJ>v0D@4=Z(MB?Ys#fYrQzA`9FOuCX;o4GrpOS(A7m-Gq z+KuZ6zjTOr(JhFL!yS?aU%Z%zd0dV~5V=GfK55%5eKl{pe9XE)17YG=!Gx*Z#M+YA zvbJrJ2^Q9$iRe5$@ zAuZ8|TV4|C{^)EaaA1Q_&z=X7=(-5?HowrlbMQIxm&hyPU+F7i3Z`rnJm~oL+tAp# z{q@i>ZJ!1V?V-C6mO&EMG$2I=Y`U>>g}#}4a`QWzLr~i7oS-5 z?W=Y@KO6a~YhWf)4RkG@t^^J(C6;#_5j*kJxbpVGj61`GELfzU2=$*Y_#koW=a=Ay zZ>jL(!cS`0Rn<1tt41?h;2>8ubtDbH2daBI4)~Ee-Z1Pu%UUX)?P_{hwXYd9y_&Z8 zWSDD*RhT&eEZDHA-SAc8dM?cj-JR?r{QGdqLbkd?c~~GnIhEniBZ0$hWhj1$8f1G2 zoI--#i$|CAduLYz$12h>HzEHgfx!#M|1&TR8fSPVVQ2BH@x$uZXv}(s;udNijfZ{j z(rVy%MLO=DDPkfq$j~AdWrz>=bP=tB<@kp4*^~|UEz7-yA&%Uef8gAB&SbS8U2ig} z0W~Ha-?NqW%Ar`f%m`ZL1ZWxFw(LB%gK$PWFqR_EC`k1^FesnE(I) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py new file mode 100644 index 0000000..6af1138 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py @@ -0,0 +1,149 @@ +from __future__ import absolute_import + +import socket + +from ..contrib import _appengine_environ +from ..exceptions import LocationParseError +from ..packages import six +from .wait import NoWayToWaitForSocketError, wait_for_read + + +def is_connection_dropped(conn): # Platform-specific + """ + Returns True if the connection is dropped and should be closed. + + :param conn: + :class:`http.client.HTTPConnection` object. + + Note: For platforms like AppEngine, this will always return ``False`` to + let the platform handle connection recycling transparently for us. + """ + sock = getattr(conn, "sock", False) + if sock is False: # Platform-specific: AppEngine + return False + if sock is None: # Connection already closed (such as by httplib). + return True + try: + # Returns True if readable, which here means it's been dropped + return wait_for_read(sock, timeout=0.0) + except NoWayToWaitForSocketError: # Platform-specific: AppEngine + return False + + +# This function is copied from socket.py in the Python 2.7 standard +# library test suite. Added to its signature is only `socket_options`. +# One additional modification is that we avoid binding to IPv6 servers +# discovered in DNS if the system doesn't have IPv6 functionality. +def create_connection( + address, + timeout=socket._GLOBAL_DEFAULT_TIMEOUT, + source_address=None, + socket_options=None, +): + """Connect to *address* and return the socket object. + + Convenience function. Connect to *address* (a 2-tuple ``(host, + port)``) and return the socket object. Passing the optional + *timeout* parameter will set the timeout on the socket instance + before attempting to connect. If no *timeout* is supplied, the + global default timeout setting returned by :func:`socket.getdefaulttimeout` + is used. If *source_address* is set it must be a tuple of (host, port) + for the socket to bind as a source address before making the connection. + An host of '' or port 0 tells the OS to use the default. + """ + + host, port = address + if host.startswith("["): + host = host.strip("[]") + err = None + + # Using the value from allowed_gai_family() in the context of getaddrinfo lets + # us select whether to work with IPv4 DNS records, IPv6 records, or both. + # The original create_connection function always returns all records. + family = allowed_gai_family() + + try: + host.encode("idna") + except UnicodeError: + return six.raise_from( + LocationParseError(u"'%s', label empty or too long" % host), None + ) + + for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): + af, socktype, proto, canonname, sa = res + sock = None + try: + sock = socket.socket(af, socktype, proto) + + # If provided, set socket level options before connecting. + _set_socket_options(sock, socket_options) + + if timeout is not socket._GLOBAL_DEFAULT_TIMEOUT: + sock.settimeout(timeout) + if source_address: + sock.bind(source_address) + sock.connect(sa) + return sock + + except socket.error as e: + err = e + if sock is not None: + sock.close() + sock = None + + if err is not None: + raise err + + raise socket.error("getaddrinfo returns an empty list") + + +def _set_socket_options(sock, options): + if options is None: + return + + for opt in options: + sock.setsockopt(*opt) + + +def allowed_gai_family(): + """This function is designed to work in the context of + getaddrinfo, where family=socket.AF_UNSPEC is the default and + will perform a DNS search for both IPv6 and IPv4 records.""" + + family = socket.AF_INET + if HAS_IPV6: + family = socket.AF_UNSPEC + return family + + +def _has_ipv6(host): + """Returns True if the system can bind an IPv6 address.""" + sock = None + has_ipv6 = False + + # App Engine doesn't support IPV6 sockets and actually has a quota on the + # number of sockets that can be used, so just early out here instead of + # creating a socket needlessly. + # See https://github.com/urllib3/urllib3/issues/1446 + if _appengine_environ.is_appengine_sandbox(): + return False + + if socket.has_ipv6: + # has_ipv6 returns true if cPython was compiled with IPv6 support. + # It does not tell us if the system has IPv6 support enabled. To + # determine that we must bind to an IPv6 address. + # https://github.com/urllib3/urllib3/pull/611 + # https://bugs.python.org/issue658327 + try: + sock = socket.socket(socket.AF_INET6) + sock.bind((host, 0)) + has_ipv6 = True + except Exception: + pass + + if sock: + sock.close() + return has_ipv6 + + +HAS_IPV6 = _has_ipv6("::1") diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py new file mode 100644 index 0000000..2199cc7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py @@ -0,0 +1,57 @@ +from .ssl_ import create_urllib3_context, resolve_cert_reqs, resolve_ssl_version + + +def connection_requires_http_tunnel( + proxy_url=None, proxy_config=None, destination_scheme=None +): + """ + Returns True if the connection requires an HTTP CONNECT through the proxy. + + :param URL proxy_url: + URL of the proxy. + :param ProxyConfig proxy_config: + Proxy configuration from poolmanager.py + :param str destination_scheme: + The scheme of the destination. (i.e https, http, etc) + """ + # If we're not using a proxy, no way to use a tunnel. + if proxy_url is None: + return False + + # HTTP destinations never require tunneling, we always forward. + if destination_scheme == "http": + return False + + # Support for forwarding with HTTPS proxies and HTTPS destinations. + if ( + proxy_url.scheme == "https" + and proxy_config + and proxy_config.use_forwarding_for_https + ): + return False + + # Otherwise always use a tunnel. + return True + + +def create_proxy_ssl_context( + ssl_version, cert_reqs, ca_certs=None, ca_cert_dir=None, ca_cert_data=None +): + """ + Generates a default proxy ssl context if one hasn't been provided by the + user. + """ + ssl_context = create_urllib3_context( + ssl_version=resolve_ssl_version(ssl_version), + cert_reqs=resolve_cert_reqs(cert_reqs), + ) + + if ( + not ca_certs + and not ca_cert_dir + and not ca_cert_data + and hasattr(ssl_context, "load_default_certs") + ): + ssl_context.load_default_certs() + + return ssl_context diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py new file mode 100644 index 0000000..4178410 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py @@ -0,0 +1,22 @@ +import collections + +from ..packages import six +from ..packages.six.moves import queue + +if six.PY2: + # Queue is imported for side effects on MS Windows. See issue #229. + import Queue as _unused_module_Queue # noqa: F401 + + +class LifoQueue(queue.Queue): + def _init(self, _): + self.queue = collections.deque() + + def _qsize(self, len=len): + return len(self.queue) + + def _put(self, item): + self.queue.append(item) + + def _get(self): + return self.queue.pop() diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py new file mode 100644 index 0000000..330766e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py @@ -0,0 +1,137 @@ +from __future__ import absolute_import + +from base64 import b64encode + +from ..exceptions import UnrewindableBodyError +from ..packages.six import b, integer_types + +# Pass as a value within ``headers`` to skip +# emitting some HTTP headers that are added automatically. +# The only headers that are supported are ``Accept-Encoding``, +# ``Host``, and ``User-Agent``. +SKIP_HEADER = "@@@SKIP_HEADER@@@" +SKIPPABLE_HEADERS = frozenset(["accept-encoding", "host", "user-agent"]) + +ACCEPT_ENCODING = "gzip,deflate" + +_FAILEDTELL = object() + + +def make_headers( + keep_alive=None, + accept_encoding=None, + user_agent=None, + basic_auth=None, + proxy_basic_auth=None, + disable_cache=None, +): + """ + Shortcuts for generating request headers. + + :param keep_alive: + If ``True``, adds 'connection: keep-alive' header. + + :param accept_encoding: + Can be a boolean, list, or string. + ``True`` translates to 'gzip,deflate'. + List will get joined by comma. + String will be used as provided. + + :param user_agent: + String representing the user-agent you want, such as + "python-urllib3/0.6" + + :param basic_auth: + Colon-separated username:password string for 'authorization: basic ...' + auth header. + + :param proxy_basic_auth: + Colon-separated username:password string for 'proxy-authorization: basic ...' + auth header. + + :param disable_cache: + If ``True``, adds 'cache-control: no-cache' header. + + Example:: + + >>> make_headers(keep_alive=True, user_agent="Batman/1.0") + {'connection': 'keep-alive', 'user-agent': 'Batman/1.0'} + >>> make_headers(accept_encoding=True) + {'accept-encoding': 'gzip,deflate'} + """ + headers = {} + if accept_encoding: + if isinstance(accept_encoding, str): + pass + elif isinstance(accept_encoding, list): + accept_encoding = ",".join(accept_encoding) + else: + accept_encoding = ACCEPT_ENCODING + headers["accept-encoding"] = accept_encoding + + if user_agent: + headers["user-agent"] = user_agent + + if keep_alive: + headers["connection"] = "keep-alive" + + if basic_auth: + headers["authorization"] = "Basic " + b64encode(b(basic_auth)).decode("utf-8") + + if proxy_basic_auth: + headers["proxy-authorization"] = "Basic " + b64encode( + b(proxy_basic_auth) + ).decode("utf-8") + + if disable_cache: + headers["cache-control"] = "no-cache" + + return headers + + +def set_file_position(body, pos): + """ + If a position is provided, move file to that point. + Otherwise, we'll attempt to record a position for future use. + """ + if pos is not None: + rewind_body(body, pos) + elif getattr(body, "tell", None) is not None: + try: + pos = body.tell() + except (IOError, OSError): + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body. + pos = _FAILEDTELL + + return pos + + +def rewind_body(body, body_pos): + """ + Attempt to rewind body to a certain position. + Primarily used for request redirects and retries. + + :param body: + File-like object that supports seek. + + :param int pos: + Position to seek to in file. + """ + body_seek = getattr(body, "seek", None) + if body_seek is not None and isinstance(body_pos, integer_types): + try: + body_seek(body_pos) + except (IOError, OSError): + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect/retry." + ) + elif body_pos is _FAILEDTELL: + raise UnrewindableBodyError( + "Unable to record file position for rewinding " + "request body during a redirect/retry." + ) + else: + raise ValueError( + "body_pos must be of type integer, instead it was %s." % type(body_pos) + ) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py new file mode 100644 index 0000000..5ea609c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py @@ -0,0 +1,107 @@ +from __future__ import absolute_import + +from email.errors import MultipartInvariantViolationDefect, StartBoundaryNotFoundDefect + +from ..exceptions import HeaderParsingError +from ..packages.six.moves import http_client as httplib + + +def is_fp_closed(obj): + """ + Checks whether a given file-like object is closed. + + :param obj: + The file-like object to check. + """ + + try: + # Check `isclosed()` first, in case Python3 doesn't set `closed`. + # GH Issue #928 + return obj.isclosed() + except AttributeError: + pass + + try: + # Check via the official file-like-object way. + return obj.closed + except AttributeError: + pass + + try: + # Check if the object is a container for another file-like object that + # gets released on exhaustion (e.g. HTTPResponse). + return obj.fp is None + except AttributeError: + pass + + raise ValueError("Unable to determine whether fp is closed.") + + +def assert_header_parsing(headers): + """ + Asserts whether all headers have been successfully parsed. + Extracts encountered errors from the result of parsing headers. + + Only works on Python 3. + + :param http.client.HTTPMessage headers: Headers to verify. + + :raises urllib3.exceptions.HeaderParsingError: + If parsing errors are found. + """ + + # This will fail silently if we pass in the wrong kind of parameter. + # To make debugging easier add an explicit check. + if not isinstance(headers, httplib.HTTPMessage): + raise TypeError("expected httplib.Message, got {0}.".format(type(headers))) + + defects = getattr(headers, "defects", None) + get_payload = getattr(headers, "get_payload", None) + + unparsed_data = None + if get_payload: + # get_payload is actually email.message.Message.get_payload; + # we're only interested in the result if it's not a multipart message + if not headers.is_multipart(): + payload = get_payload() + + if isinstance(payload, (bytes, str)): + unparsed_data = payload + if defects: + # httplib is assuming a response body is available + # when parsing headers even when httplib only sends + # header data to parse_headers() This results in + # defects on multipart responses in particular. + # See: https://github.com/urllib3/urllib3/issues/800 + + # So we ignore the following defects: + # - StartBoundaryNotFoundDefect: + # The claimed start boundary was never found. + # - MultipartInvariantViolationDefect: + # A message claimed to be a multipart but no subparts were found. + defects = [ + defect + for defect in defects + if not isinstance( + defect, (StartBoundaryNotFoundDefect, MultipartInvariantViolationDefect) + ) + ] + + if defects or unparsed_data: + raise HeaderParsingError(defects=defects, unparsed_data=unparsed_data) + + +def is_response_to_head(response): + """ + Checks whether the request of a response has been a HEAD-request. + Handles the quirks of AppEngine. + + :param http.client.HTTPResponse response: + Response to check if the originating request + used 'HEAD' as a method. + """ + # FIXME: Can we do this somehow without accessing private httplib _method? + method = response._method + if isinstance(method, int): # Platform-specific: Appengine + return method == 3 + return method.upper() == "HEAD" diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py new file mode 100644 index 0000000..2490d5e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py @@ -0,0 +1,620 @@ +from __future__ import absolute_import + +import email +import logging +import re +import time +import warnings +from collections import namedtuple +from itertools import takewhile + +from ..exceptions import ( + ConnectTimeoutError, + InvalidHeader, + MaxRetryError, + ProtocolError, + ProxyError, + ReadTimeoutError, + ResponseError, +) +from ..packages import six + +log = logging.getLogger(__name__) + + +# Data structure for representing the metadata of requests that result in a retry. +RequestHistory = namedtuple( + "RequestHistory", ["method", "url", "error", "status", "redirect_location"] +) + + +# TODO: In v2 we can remove this sentinel and metaclass with deprecated options. +_Default = object() + + +class _RetryMeta(type): + @property + def DEFAULT_METHOD_WHITELIST(cls): + warnings.warn( + "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead", + DeprecationWarning, + ) + return cls.DEFAULT_ALLOWED_METHODS + + @DEFAULT_METHOD_WHITELIST.setter + def DEFAULT_METHOD_WHITELIST(cls, value): + warnings.warn( + "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead", + DeprecationWarning, + ) + cls.DEFAULT_ALLOWED_METHODS = value + + @property + def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls): + warnings.warn( + "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead", + DeprecationWarning, + ) + return cls.DEFAULT_REMOVE_HEADERS_ON_REDIRECT + + @DEFAULT_REDIRECT_HEADERS_BLACKLIST.setter + def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls, value): + warnings.warn( + "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead", + DeprecationWarning, + ) + cls.DEFAULT_REMOVE_HEADERS_ON_REDIRECT = value + + @property + def BACKOFF_MAX(cls): + warnings.warn( + "Using 'Retry.BACKOFF_MAX' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_BACKOFF_MAX' instead", + DeprecationWarning, + ) + return cls.DEFAULT_BACKOFF_MAX + + @BACKOFF_MAX.setter + def BACKOFF_MAX(cls, value): + warnings.warn( + "Using 'Retry.BACKOFF_MAX' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_BACKOFF_MAX' instead", + DeprecationWarning, + ) + cls.DEFAULT_BACKOFF_MAX = value + + +@six.add_metaclass(_RetryMeta) +class Retry(object): + """Retry configuration. + + Each retry attempt will create a new Retry object with updated values, so + they can be safely reused. + + Retries can be defined as a default for a pool:: + + retries = Retry(connect=5, read=2, redirect=5) + http = PoolManager(retries=retries) + response = http.request('GET', 'http://example.com/') + + Or per-request (which overrides the default for the pool):: + + response = http.request('GET', 'http://example.com/', retries=Retry(10)) + + Retries can be disabled by passing ``False``:: + + response = http.request('GET', 'http://example.com/', retries=False) + + Errors will be wrapped in :class:`~urllib3.exceptions.MaxRetryError` unless + retries are disabled, in which case the causing exception will be raised. + + :param int total: + Total number of retries to allow. Takes precedence over other counts. + + Set to ``None`` to remove this constraint and fall back on other + counts. + + Set to ``0`` to fail on the first retry. + + Set to ``False`` to disable and imply ``raise_on_redirect=False``. + + :param int connect: + How many connection-related errors to retry on. + + These are errors raised before the request is sent to the remote server, + which we assume has not triggered the server to process the request. + + Set to ``0`` to fail on the first retry of this type. + + :param int read: + How many times to retry on read errors. + + These errors are raised after the request was sent to the server, so the + request may have side-effects. + + Set to ``0`` to fail on the first retry of this type. + + :param int redirect: + How many redirects to perform. Limit this to avoid infinite redirect + loops. + + A redirect is a HTTP response with a status code 301, 302, 303, 307 or + 308. + + Set to ``0`` to fail on the first retry of this type. + + Set to ``False`` to disable and imply ``raise_on_redirect=False``. + + :param int status: + How many times to retry on bad status codes. + + These are retries made on responses, where status code matches + ``status_forcelist``. + + Set to ``0`` to fail on the first retry of this type. + + :param int other: + How many times to retry on other errors. + + Other errors are errors that are not connect, read, redirect or status errors. + These errors might be raised after the request was sent to the server, so the + request might have side-effects. + + Set to ``0`` to fail on the first retry of this type. + + If ``total`` is not set, it's a good idea to set this to 0 to account + for unexpected edge cases and avoid infinite retry loops. + + :param iterable allowed_methods: + Set of uppercased HTTP method verbs that we should retry on. + + By default, we only retry on methods which are considered to be + idempotent (multiple requests with the same parameters end with the + same state). See :attr:`Retry.DEFAULT_ALLOWED_METHODS`. + + Set to a ``False`` value to retry on any verb. + + .. warning:: + + Previously this parameter was named ``method_whitelist``, that + usage is deprecated in v1.26.0 and will be removed in v2.0. + + :param iterable status_forcelist: + A set of integer HTTP status codes that we should force a retry on. + A retry is initiated if the request method is in ``allowed_methods`` + and the response status code is in ``status_forcelist``. + + By default, this is disabled with ``None``. + + :param float backoff_factor: + A backoff factor to apply between attempts after the second try + (most errors are resolved immediately by a second try without a + delay). urllib3 will sleep for:: + + {backoff factor} * (2 ** ({number of total retries} - 1)) + + seconds. If the backoff_factor is 0.1, then :func:`.sleep` will sleep + for [0.0s, 0.2s, 0.4s, ...] between retries. It will never be longer + than :attr:`Retry.DEFAULT_BACKOFF_MAX`. + + By default, backoff is disabled (set to 0). + + :param bool raise_on_redirect: Whether, if the number of redirects is + exhausted, to raise a MaxRetryError, or to return a response with a + response code in the 3xx range. + + :param bool raise_on_status: Similar meaning to ``raise_on_redirect``: + whether we should raise an exception, or return a response, + if status falls in ``status_forcelist`` range and retries have + been exhausted. + + :param tuple history: The history of the request encountered during + each call to :meth:`~Retry.increment`. The list is in the order + the requests occurred. Each list item is of class :class:`RequestHistory`. + + :param bool respect_retry_after_header: + Whether to respect Retry-After header on status codes defined as + :attr:`Retry.RETRY_AFTER_STATUS_CODES` or not. + + :param iterable remove_headers_on_redirect: + Sequence of headers to remove from the request when a response + indicating a redirect is returned before firing off the redirected + request. + """ + + #: Default methods to be used for ``allowed_methods`` + DEFAULT_ALLOWED_METHODS = frozenset( + ["HEAD", "GET", "PUT", "DELETE", "OPTIONS", "TRACE"] + ) + + #: Default status codes to be used for ``status_forcelist`` + RETRY_AFTER_STATUS_CODES = frozenset([413, 429, 503]) + + #: Default headers to be used for ``remove_headers_on_redirect`` + DEFAULT_REMOVE_HEADERS_ON_REDIRECT = frozenset(["Authorization"]) + + #: Maximum backoff time. + DEFAULT_BACKOFF_MAX = 120 + + def __init__( + self, + total=10, + connect=None, + read=None, + redirect=None, + status=None, + other=None, + allowed_methods=_Default, + status_forcelist=None, + backoff_factor=0, + raise_on_redirect=True, + raise_on_status=True, + history=None, + respect_retry_after_header=True, + remove_headers_on_redirect=_Default, + # TODO: Deprecated, remove in v2.0 + method_whitelist=_Default, + ): + + if method_whitelist is not _Default: + if allowed_methods is not _Default: + raise ValueError( + "Using both 'allowed_methods' and " + "'method_whitelist' together is not allowed. " + "Instead only use 'allowed_methods'" + ) + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + stacklevel=2, + ) + allowed_methods = method_whitelist + if allowed_methods is _Default: + allowed_methods = self.DEFAULT_ALLOWED_METHODS + if remove_headers_on_redirect is _Default: + remove_headers_on_redirect = self.DEFAULT_REMOVE_HEADERS_ON_REDIRECT + + self.total = total + self.connect = connect + self.read = read + self.status = status + self.other = other + + if redirect is False or total is False: + redirect = 0 + raise_on_redirect = False + + self.redirect = redirect + self.status_forcelist = status_forcelist or set() + self.allowed_methods = allowed_methods + self.backoff_factor = backoff_factor + self.raise_on_redirect = raise_on_redirect + self.raise_on_status = raise_on_status + self.history = history or tuple() + self.respect_retry_after_header = respect_retry_after_header + self.remove_headers_on_redirect = frozenset( + [h.lower() for h in remove_headers_on_redirect] + ) + + def new(self, **kw): + params = dict( + total=self.total, + connect=self.connect, + read=self.read, + redirect=self.redirect, + status=self.status, + other=self.other, + status_forcelist=self.status_forcelist, + backoff_factor=self.backoff_factor, + raise_on_redirect=self.raise_on_redirect, + raise_on_status=self.raise_on_status, + history=self.history, + remove_headers_on_redirect=self.remove_headers_on_redirect, + respect_retry_after_header=self.respect_retry_after_header, + ) + + # TODO: If already given in **kw we use what's given to us + # If not given we need to figure out what to pass. We decide + # based on whether our class has the 'method_whitelist' property + # and if so we pass the deprecated 'method_whitelist' otherwise + # we use 'allowed_methods'. Remove in v2.0 + if "method_whitelist" not in kw and "allowed_methods" not in kw: + if "method_whitelist" in self.__dict__: + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + ) + params["method_whitelist"] = self.allowed_methods + else: + params["allowed_methods"] = self.allowed_methods + + params.update(kw) + return type(self)(**params) + + @classmethod + def from_int(cls, retries, redirect=True, default=None): + """Backwards-compatibility for the old retries format.""" + if retries is None: + retries = default if default is not None else cls.DEFAULT + + if isinstance(retries, Retry): + return retries + + redirect = bool(redirect) and None + new_retries = cls(retries, redirect=redirect) + log.debug("Converted retries value: %r -> %r", retries, new_retries) + return new_retries + + def get_backoff_time(self): + """Formula for computing the current backoff + + :rtype: float + """ + # We want to consider only the last consecutive errors sequence (Ignore redirects). + consecutive_errors_len = len( + list( + takewhile(lambda x: x.redirect_location is None, reversed(self.history)) + ) + ) + if consecutive_errors_len <= 1: + return 0 + + backoff_value = self.backoff_factor * (2 ** (consecutive_errors_len - 1)) + return min(self.DEFAULT_BACKOFF_MAX, backoff_value) + + def parse_retry_after(self, retry_after): + # Whitespace: https://tools.ietf.org/html/rfc7230#section-3.2.4 + if re.match(r"^\s*[0-9]+\s*$", retry_after): + seconds = int(retry_after) + else: + retry_date_tuple = email.utils.parsedate_tz(retry_after) + if retry_date_tuple is None: + raise InvalidHeader("Invalid Retry-After header: %s" % retry_after) + if retry_date_tuple[9] is None: # Python 2 + # Assume UTC if no timezone was specified + # On Python2.7, parsedate_tz returns None for a timezone offset + # instead of 0 if no timezone is given, where mktime_tz treats + # a None timezone offset as local time. + retry_date_tuple = retry_date_tuple[:9] + (0,) + retry_date_tuple[10:] + + retry_date = email.utils.mktime_tz(retry_date_tuple) + seconds = retry_date - time.time() + + if seconds < 0: + seconds = 0 + + return seconds + + def get_retry_after(self, response): + """Get the value of Retry-After in seconds.""" + + retry_after = response.headers.get("Retry-After") + + if retry_after is None: + return None + + return self.parse_retry_after(retry_after) + + def sleep_for_retry(self, response=None): + retry_after = self.get_retry_after(response) + if retry_after: + time.sleep(retry_after) + return True + + return False + + def _sleep_backoff(self): + backoff = self.get_backoff_time() + if backoff <= 0: + return + time.sleep(backoff) + + def sleep(self, response=None): + """Sleep between retry attempts. + + This method will respect a server's ``Retry-After`` response header + and sleep the duration of the time requested. If that is not present, it + will use an exponential backoff. By default, the backoff factor is 0 and + this method will return immediately. + """ + + if self.respect_retry_after_header and response: + slept = self.sleep_for_retry(response) + if slept: + return + + self._sleep_backoff() + + def _is_connection_error(self, err): + """Errors when we're fairly sure that the server did not receive the + request, so it should be safe to retry. + """ + if isinstance(err, ProxyError): + err = err.original_error + return isinstance(err, ConnectTimeoutError) + + def _is_read_error(self, err): + """Errors that occur after the request has been started, so we should + assume that the server began processing it. + """ + return isinstance(err, (ReadTimeoutError, ProtocolError)) + + def _is_method_retryable(self, method): + """Checks if a given HTTP method should be retried upon, depending if + it is included in the allowed_methods + """ + # TODO: For now favor if the Retry implementation sets its own method_whitelist + # property outside of our constructor to avoid breaking custom implementations. + if "method_whitelist" in self.__dict__: + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + ) + allowed_methods = self.method_whitelist + else: + allowed_methods = self.allowed_methods + + if allowed_methods and method.upper() not in allowed_methods: + return False + return True + + def is_retry(self, method, status_code, has_retry_after=False): + """Is this method/status code retryable? (Based on allowlists and control + variables such as the number of total retries to allow, whether to + respect the Retry-After header, whether this header is present, and + whether the returned status code is on the list of status codes to + be retried upon on the presence of the aforementioned header) + """ + if not self._is_method_retryable(method): + return False + + if self.status_forcelist and status_code in self.status_forcelist: + return True + + return ( + self.total + and self.respect_retry_after_header + and has_retry_after + and (status_code in self.RETRY_AFTER_STATUS_CODES) + ) + + def is_exhausted(self): + """Are we out of retries?""" + retry_counts = ( + self.total, + self.connect, + self.read, + self.redirect, + self.status, + self.other, + ) + retry_counts = list(filter(None, retry_counts)) + if not retry_counts: + return False + + return min(retry_counts) < 0 + + def increment( + self, + method=None, + url=None, + response=None, + error=None, + _pool=None, + _stacktrace=None, + ): + """Return a new Retry object with incremented retry counters. + + :param response: A response object, or None, if the server did not + return a response. + :type response: :class:`~urllib3.response.HTTPResponse` + :param Exception error: An error encountered during the request, or + None if the response was received successfully. + + :return: A new ``Retry`` object. + """ + if self.total is False and error: + # Disabled, indicate to re-raise the error. + raise six.reraise(type(error), error, _stacktrace) + + total = self.total + if total is not None: + total -= 1 + + connect = self.connect + read = self.read + redirect = self.redirect + status_count = self.status + other = self.other + cause = "unknown" + status = None + redirect_location = None + + if error and self._is_connection_error(error): + # Connect retry? + if connect is False: + raise six.reraise(type(error), error, _stacktrace) + elif connect is not None: + connect -= 1 + + elif error and self._is_read_error(error): + # Read retry? + if read is False or not self._is_method_retryable(method): + raise six.reraise(type(error), error, _stacktrace) + elif read is not None: + read -= 1 + + elif error: + # Other retry? + if other is not None: + other -= 1 + + elif response and response.get_redirect_location(): + # Redirect retry? + if redirect is not None: + redirect -= 1 + cause = "too many redirects" + redirect_location = response.get_redirect_location() + status = response.status + + else: + # Incrementing because of a server error like a 500 in + # status_forcelist and the given method is in the allowed_methods + cause = ResponseError.GENERIC_ERROR + if response and response.status: + if status_count is not None: + status_count -= 1 + cause = ResponseError.SPECIFIC_ERROR.format(status_code=response.status) + status = response.status + + history = self.history + ( + RequestHistory(method, url, error, status, redirect_location), + ) + + new_retry = self.new( + total=total, + connect=connect, + read=read, + redirect=redirect, + status=status_count, + other=other, + history=history, + ) + + if new_retry.is_exhausted(): + raise MaxRetryError(_pool, url, error or ResponseError(cause)) + + log.debug("Incremented Retry for (url='%s'): %r", url, new_retry) + + return new_retry + + def __repr__(self): + return ( + "{cls.__name__}(total={self.total}, connect={self.connect}, " + "read={self.read}, redirect={self.redirect}, status={self.status})" + ).format(cls=type(self), self=self) + + def __getattr__(self, item): + if item == "method_whitelist": + # TODO: Remove this deprecated alias in v2.0 + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + ) + return self.allowed_methods + try: + return getattr(super(Retry, self), item) + except AttributeError: + return getattr(Retry, item) + + +# For backwards compatibility (equivalent to pre-v1.9): +Retry.DEFAULT = Retry(3) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py new file mode 100644 index 0000000..2b45d39 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py @@ -0,0 +1,495 @@ +from __future__ import absolute_import + +import hmac +import os +import sys +import warnings +from binascii import hexlify, unhexlify +from hashlib import md5, sha1, sha256 + +from ..exceptions import ( + InsecurePlatformWarning, + ProxySchemeUnsupported, + SNIMissingWarning, + SSLError, +) +from ..packages import six +from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE + +SSLContext = None +SSLTransport = None +HAS_SNI = False +IS_PYOPENSSL = False +IS_SECURETRANSPORT = False +ALPN_PROTOCOLS = ["http/1.1"] + +# Maps the length of a digest to a possible hash function producing this digest +HASHFUNC_MAP = {32: md5, 40: sha1, 64: sha256} + + +def _const_compare_digest_backport(a, b): + """ + Compare two digests of equal length in constant time. + + The digests must be of type str/bytes. + Returns True if the digests match, and False otherwise. + """ + result = abs(len(a) - len(b)) + for left, right in zip(bytearray(a), bytearray(b)): + result |= left ^ right + return result == 0 + + +_const_compare_digest = getattr(hmac, "compare_digest", _const_compare_digest_backport) + +try: # Test for SSL features + import ssl + from ssl import CERT_REQUIRED, wrap_socket +except ImportError: + pass + +try: + from ssl import HAS_SNI # Has SNI? +except ImportError: + pass + +try: + from .ssltransport import SSLTransport +except ImportError: + pass + + +try: # Platform-specific: Python 3.6 + from ssl import PROTOCOL_TLS + + PROTOCOL_SSLv23 = PROTOCOL_TLS +except ImportError: + try: + from ssl import PROTOCOL_SSLv23 as PROTOCOL_TLS + + PROTOCOL_SSLv23 = PROTOCOL_TLS + except ImportError: + PROTOCOL_SSLv23 = PROTOCOL_TLS = 2 + +try: + from ssl import PROTOCOL_TLS_CLIENT +except ImportError: + PROTOCOL_TLS_CLIENT = PROTOCOL_TLS + + +try: + from ssl import OP_NO_COMPRESSION, OP_NO_SSLv2, OP_NO_SSLv3 +except ImportError: + OP_NO_SSLv2, OP_NO_SSLv3 = 0x1000000, 0x2000000 + OP_NO_COMPRESSION = 0x20000 + + +try: # OP_NO_TICKET was added in Python 3.6 + from ssl import OP_NO_TICKET +except ImportError: + OP_NO_TICKET = 0x4000 + + +# A secure default. +# Sources for more information on TLS ciphers: +# +# - https://wiki.mozilla.org/Security/Server_Side_TLS +# - https://www.ssllabs.com/projects/best-practices/index.html +# - https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/ +# +# The general intent is: +# - prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE), +# - prefer ECDHE over DHE for better performance, +# - prefer any AES-GCM and ChaCha20 over any AES-CBC for better performance and +# security, +# - prefer AES-GCM over ChaCha20 because hardware-accelerated AES is common, +# - disable NULL authentication, MD5 MACs, DSS, and other +# insecure ciphers for security reasons. +# - NOTE: TLS 1.3 cipher suites are managed through a different interface +# not exposed by CPython (yet!) and are enabled by default if they're available. +DEFAULT_CIPHERS = ":".join( + [ + "ECDHE+AESGCM", + "ECDHE+CHACHA20", + "DHE+AESGCM", + "DHE+CHACHA20", + "ECDH+AESGCM", + "DH+AESGCM", + "ECDH+AES", + "DH+AES", + "RSA+AESGCM", + "RSA+AES", + "!aNULL", + "!eNULL", + "!MD5", + "!DSS", + ] +) + +try: + from ssl import SSLContext # Modern SSL? +except ImportError: + + class SSLContext(object): # Platform-specific: Python 2 + def __init__(self, protocol_version): + self.protocol = protocol_version + # Use default values from a real SSLContext + self.check_hostname = False + self.verify_mode = ssl.CERT_NONE + self.ca_certs = None + self.options = 0 + self.certfile = None + self.keyfile = None + self.ciphers = None + + def load_cert_chain(self, certfile, keyfile): + self.certfile = certfile + self.keyfile = keyfile + + def load_verify_locations(self, cafile=None, capath=None, cadata=None): + self.ca_certs = cafile + + if capath is not None: + raise SSLError("CA directories not supported in older Pythons") + + if cadata is not None: + raise SSLError("CA data not supported in older Pythons") + + def set_ciphers(self, cipher_suite): + self.ciphers = cipher_suite + + def wrap_socket(self, socket, server_hostname=None, server_side=False): + warnings.warn( + "A true SSLContext object is not available. This prevents " + "urllib3 from configuring SSL appropriately and may cause " + "certain SSL connections to fail. You can upgrade to a newer " + "version of Python to solve this. For more information, see " + "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html" + "#ssl-warnings", + InsecurePlatformWarning, + ) + kwargs = { + "keyfile": self.keyfile, + "certfile": self.certfile, + "ca_certs": self.ca_certs, + "cert_reqs": self.verify_mode, + "ssl_version": self.protocol, + "server_side": server_side, + } + return wrap_socket(socket, ciphers=self.ciphers, **kwargs) + + +def assert_fingerprint(cert, fingerprint): + """ + Checks if given fingerprint matches the supplied certificate. + + :param cert: + Certificate as bytes object. + :param fingerprint: + Fingerprint as string of hexdigits, can be interspersed by colons. + """ + + fingerprint = fingerprint.replace(":", "").lower() + digest_length = len(fingerprint) + hashfunc = HASHFUNC_MAP.get(digest_length) + if not hashfunc: + raise SSLError("Fingerprint of invalid length: {0}".format(fingerprint)) + + # We need encode() here for py32; works on py2 and p33. + fingerprint_bytes = unhexlify(fingerprint.encode()) + + cert_digest = hashfunc(cert).digest() + + if not _const_compare_digest(cert_digest, fingerprint_bytes): + raise SSLError( + 'Fingerprints did not match. Expected "{0}", got "{1}".'.format( + fingerprint, hexlify(cert_digest) + ) + ) + + +def resolve_cert_reqs(candidate): + """ + Resolves the argument to a numeric constant, which can be passed to + the wrap_socket function/method from the ssl module. + Defaults to :data:`ssl.CERT_REQUIRED`. + If given a string it is assumed to be the name of the constant in the + :mod:`ssl` module or its abbreviation. + (So you can specify `REQUIRED` instead of `CERT_REQUIRED`. + If it's neither `None` nor a string we assume it is already the numeric + constant which can directly be passed to wrap_socket. + """ + if candidate is None: + return CERT_REQUIRED + + if isinstance(candidate, str): + res = getattr(ssl, candidate, None) + if res is None: + res = getattr(ssl, "CERT_" + candidate) + return res + + return candidate + + +def resolve_ssl_version(candidate): + """ + like resolve_cert_reqs + """ + if candidate is None: + return PROTOCOL_TLS + + if isinstance(candidate, str): + res = getattr(ssl, candidate, None) + if res is None: + res = getattr(ssl, "PROTOCOL_" + candidate) + return res + + return candidate + + +def create_urllib3_context( + ssl_version=None, cert_reqs=None, options=None, ciphers=None +): + """All arguments have the same meaning as ``ssl_wrap_socket``. + + By default, this function does a lot of the same work that + ``ssl.create_default_context`` does on Python 3.4+. It: + + - Disables SSLv2, SSLv3, and compression + - Sets a restricted set of server ciphers + + If you wish to enable SSLv3, you can do:: + + from pip._vendor.urllib3.util import ssl_ + context = ssl_.create_urllib3_context() + context.options &= ~ssl_.OP_NO_SSLv3 + + You can do the same to enable compression (substituting ``COMPRESSION`` + for ``SSLv3`` in the last line above). + + :param ssl_version: + The desired protocol version to use. This will default to + PROTOCOL_SSLv23 which will negotiate the highest protocol that both + the server and your installation of OpenSSL support. + :param cert_reqs: + Whether to require the certificate verification. This defaults to + ``ssl.CERT_REQUIRED``. + :param options: + Specific OpenSSL options. These default to ``ssl.OP_NO_SSLv2``, + ``ssl.OP_NO_SSLv3``, ``ssl.OP_NO_COMPRESSION``, and ``ssl.OP_NO_TICKET``. + :param ciphers: + Which cipher suites to allow the server to select. + :returns: + Constructed SSLContext object with specified options + :rtype: SSLContext + """ + # PROTOCOL_TLS is deprecated in Python 3.10 + if not ssl_version or ssl_version == PROTOCOL_TLS: + ssl_version = PROTOCOL_TLS_CLIENT + + context = SSLContext(ssl_version) + + context.set_ciphers(ciphers or DEFAULT_CIPHERS) + + # Setting the default here, as we may have no ssl module on import + cert_reqs = ssl.CERT_REQUIRED if cert_reqs is None else cert_reqs + + if options is None: + options = 0 + # SSLv2 is easily broken and is considered harmful and dangerous + options |= OP_NO_SSLv2 + # SSLv3 has several problems and is now dangerous + options |= OP_NO_SSLv3 + # Disable compression to prevent CRIME attacks for OpenSSL 1.0+ + # (issue #309) + options |= OP_NO_COMPRESSION + # TLSv1.2 only. Unless set explicitly, do not request tickets. + # This may save some bandwidth on wire, and although the ticket is encrypted, + # there is a risk associated with it being on wire, + # if the server is not rotating its ticketing keys properly. + options |= OP_NO_TICKET + + context.options |= options + + # Enable post-handshake authentication for TLS 1.3, see GH #1634. PHA is + # necessary for conditional client cert authentication with TLS 1.3. + # The attribute is None for OpenSSL <= 1.1.0 or does not exist in older + # versions of Python. We only enable on Python 3.7.4+ or if certificate + # verification is enabled to work around Python issue #37428 + # See: https://bugs.python.org/issue37428 + if (cert_reqs == ssl.CERT_REQUIRED or sys.version_info >= (3, 7, 4)) and getattr( + context, "post_handshake_auth", None + ) is not None: + context.post_handshake_auth = True + + def disable_check_hostname(): + if ( + getattr(context, "check_hostname", None) is not None + ): # Platform-specific: Python 3.2 + # We do our own verification, including fingerprints and alternative + # hostnames. So disable it here + context.check_hostname = False + + # The order of the below lines setting verify_mode and check_hostname + # matter due to safe-guards SSLContext has to prevent an SSLContext with + # check_hostname=True, verify_mode=NONE/OPTIONAL. This is made even more + # complex because we don't know whether PROTOCOL_TLS_CLIENT will be used + # or not so we don't know the initial state of the freshly created SSLContext. + if cert_reqs == ssl.CERT_REQUIRED: + context.verify_mode = cert_reqs + disable_check_hostname() + else: + disable_check_hostname() + context.verify_mode = cert_reqs + + # Enable logging of TLS session keys via defacto standard environment variable + # 'SSLKEYLOGFILE', if the feature is available (Python 3.8+). Skip empty values. + if hasattr(context, "keylog_filename"): + sslkeylogfile = os.environ.get("SSLKEYLOGFILE") + if sslkeylogfile: + context.keylog_filename = sslkeylogfile + + return context + + +def ssl_wrap_socket( + sock, + keyfile=None, + certfile=None, + cert_reqs=None, + ca_certs=None, + server_hostname=None, + ssl_version=None, + ciphers=None, + ssl_context=None, + ca_cert_dir=None, + key_password=None, + ca_cert_data=None, + tls_in_tls=False, +): + """ + All arguments except for server_hostname, ssl_context, and ca_cert_dir have + the same meaning as they do when using :func:`ssl.wrap_socket`. + + :param server_hostname: + When SNI is supported, the expected hostname of the certificate + :param ssl_context: + A pre-made :class:`SSLContext` object. If none is provided, one will + be created using :func:`create_urllib3_context`. + :param ciphers: + A string of ciphers we wish the client to support. + :param ca_cert_dir: + A directory containing CA certificates in multiple separate files, as + supported by OpenSSL's -CApath flag or the capath argument to + SSLContext.load_verify_locations(). + :param key_password: + Optional password if the keyfile is encrypted. + :param ca_cert_data: + Optional string containing CA certificates in PEM format suitable for + passing as the cadata parameter to SSLContext.load_verify_locations() + :param tls_in_tls: + Use SSLTransport to wrap the existing socket. + """ + context = ssl_context + if context is None: + # Note: This branch of code and all the variables in it are no longer + # used by urllib3 itself. We should consider deprecating and removing + # this code. + context = create_urllib3_context(ssl_version, cert_reqs, ciphers=ciphers) + + if ca_certs or ca_cert_dir or ca_cert_data: + try: + context.load_verify_locations(ca_certs, ca_cert_dir, ca_cert_data) + except (IOError, OSError) as e: + raise SSLError(e) + + elif ssl_context is None and hasattr(context, "load_default_certs"): + # try to load OS default certs; works well on Windows (require Python3.4+) + context.load_default_certs() + + # Attempt to detect if we get the goofy behavior of the + # keyfile being encrypted and OpenSSL asking for the + # passphrase via the terminal and instead error out. + if keyfile and key_password is None and _is_key_file_encrypted(keyfile): + raise SSLError("Client private key is encrypted, password is required") + + if certfile: + if key_password is None: + context.load_cert_chain(certfile, keyfile) + else: + context.load_cert_chain(certfile, keyfile, key_password) + + try: + if hasattr(context, "set_alpn_protocols"): + context.set_alpn_protocols(ALPN_PROTOCOLS) + except NotImplementedError: # Defensive: in CI, we always have set_alpn_protocols + pass + + # If we detect server_hostname is an IP address then the SNI + # extension should not be used according to RFC3546 Section 3.1 + use_sni_hostname = server_hostname and not is_ipaddress(server_hostname) + # SecureTransport uses server_hostname in certificate verification. + send_sni = (use_sni_hostname and HAS_SNI) or ( + IS_SECURETRANSPORT and server_hostname + ) + # Do not warn the user if server_hostname is an invalid SNI hostname. + if not HAS_SNI and use_sni_hostname: + warnings.warn( + "An HTTPS request has been made, but the SNI (Server Name " + "Indication) extension to TLS is not available on this platform. " + "This may cause the server to present an incorrect TLS " + "certificate, which can cause validation failures. You can upgrade to " + "a newer version of Python to solve this. For more information, see " + "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html" + "#ssl-warnings", + SNIMissingWarning, + ) + + if send_sni: + ssl_sock = _ssl_wrap_socket_impl( + sock, context, tls_in_tls, server_hostname=server_hostname + ) + else: + ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls) + return ssl_sock + + +def is_ipaddress(hostname): + """Detects whether the hostname given is an IPv4 or IPv6 address. + Also detects IPv6 addresses with Zone IDs. + + :param str hostname: Hostname to examine. + :return: True if the hostname is an IP address, False otherwise. + """ + if not six.PY2 and isinstance(hostname, bytes): + # IDN A-label bytes are ASCII compatible. + hostname = hostname.decode("ascii") + return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname)) + + +def _is_key_file_encrypted(key_file): + """Detects if a key file is encrypted or not.""" + with open(key_file, "r") as f: + for line in f: + # Look for Proc-Type: 4,ENCRYPTED + if "ENCRYPTED" in line: + return True + + return False + + +def _ssl_wrap_socket_impl(sock, ssl_context, tls_in_tls, server_hostname=None): + if tls_in_tls: + if not SSLTransport: + # Import error, ssl is not available. + raise ProxySchemeUnsupported( + "TLS in TLS requires support for the 'ssl' module" + ) + + SSLTransport._validate_ssl_context_for_tls_in_tls(ssl_context) + return SSLTransport(sock, ssl_context, server_hostname) + + if server_hostname: + return ssl_context.wrap_socket(sock, server_hostname=server_hostname) + else: + return ssl_context.wrap_socket(sock) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py new file mode 100644 index 0000000..1dd950c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py @@ -0,0 +1,159 @@ +"""The match_hostname() function from Python 3.3.3, essential when using SSL.""" + +# Note: This file is under the PSF license as the code comes from the python +# stdlib. http://docs.python.org/3/license.html + +import re +import sys + +# ipaddress has been backported to 2.6+ in pypi. If it is installed on the +# system, use it to handle IPAddress ServerAltnames (this was added in +# python-3.5) otherwise only do DNS matching. This allows +# util.ssl_match_hostname to continue to be used in Python 2.7. +try: + import ipaddress +except ImportError: + ipaddress = None + +__version__ = "3.5.0.1" + + +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 + + # Ported from python3-syntax: + # leftmost, *remainder = dn.split(r'.') + parts = dn.split(r".") + leftmost = parts[0] + remainder = 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 _to_unicode(obj): + if isinstance(obj, str) and sys.version_info < (3,): + # ignored flake8 # F821 to support python 2.7 function + obj = unicode(obj, encoding="ascii", errors="strict") # noqa: F821 + return obj + + +def _ipaddress_match(ipname, host_ip): + """Exact matching of IP addresses. + + RFC 6125 explicitly doesn't define an algorithm for this + (section 1.7.2 - "Out of Scope"). + """ + # OpenSSL may add a trailing newline to a subjectAltName's IP address + # Divergence from upstream: ipaddress can't handle byte str + ip = ipaddress.ip_address(_to_unicode(ipname).rstrip()) + return ip == host_ip + + +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" + ) + try: + # Divergence from upstream: ipaddress can't handle byte str + host_ip = ipaddress.ip_address(_to_unicode(hostname)) + except (UnicodeError, ValueError): + # ValueError: Not an IP address (common case) + # UnicodeError: Divergence from upstream: Have to deal with ipaddress not taking + # byte strings. addresses should be all ascii, so we consider it not + # an ipaddress in this case + host_ip = None + except AttributeError: + # Divergence from upstream: Make ipaddress library optional + if ipaddress is None: + host_ip = None + else: # Defensive + raise + dnsnames = [] + san = cert.get("subjectAltName", ()) + for key, value in san: + if key == "DNS": + if host_ip is None and _dnsname_match(value, hostname): + return + dnsnames.append(value) + elif key == "IP Address": + if host_ip is not None and _ipaddress_match(value, host_ip): + 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" + ) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py new file mode 100644 index 0000000..4a7105d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py @@ -0,0 +1,221 @@ +import io +import socket +import ssl + +from ..exceptions import ProxySchemeUnsupported +from ..packages import six + +SSL_BLOCKSIZE = 16384 + + +class SSLTransport: + """ + The SSLTransport wraps an existing socket and establishes an SSL connection. + + Contrary to Python's implementation of SSLSocket, it allows you to chain + multiple TLS connections together. It's particularly useful if you need to + implement TLS within TLS. + + The class supports most of the socket API operations. + """ + + @staticmethod + def _validate_ssl_context_for_tls_in_tls(ssl_context): + """ + Raises a ProxySchemeUnsupported if the provided ssl_context can't be used + for TLS in TLS. + + The only requirement is that the ssl_context provides the 'wrap_bio' + methods. + """ + + if not hasattr(ssl_context, "wrap_bio"): + if six.PY2: + raise ProxySchemeUnsupported( + "TLS in TLS requires SSLContext.wrap_bio() which isn't " + "supported on Python 2" + ) + else: + raise ProxySchemeUnsupported( + "TLS in TLS requires SSLContext.wrap_bio() which isn't " + "available on non-native SSLContext" + ) + + def __init__( + self, socket, ssl_context, server_hostname=None, suppress_ragged_eofs=True + ): + """ + Create an SSLTransport around socket using the provided ssl_context. + """ + self.incoming = ssl.MemoryBIO() + self.outgoing = ssl.MemoryBIO() + + self.suppress_ragged_eofs = suppress_ragged_eofs + self.socket = socket + + self.sslobj = ssl_context.wrap_bio( + self.incoming, self.outgoing, server_hostname=server_hostname + ) + + # Perform initial handshake. + self._ssl_io_loop(self.sslobj.do_handshake) + + def __enter__(self): + return self + + def __exit__(self, *_): + self.close() + + def fileno(self): + return self.socket.fileno() + + def read(self, len=1024, buffer=None): + return self._wrap_ssl_read(len, buffer) + + def recv(self, len=1024, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to recv") + return self._wrap_ssl_read(len) + + def recv_into(self, buffer, nbytes=None, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to recv_into") + if buffer and (nbytes is None): + nbytes = len(buffer) + elif nbytes is None: + nbytes = 1024 + return self.read(nbytes, buffer) + + def sendall(self, data, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to sendall") + count = 0 + with memoryview(data) as view, view.cast("B") as byte_view: + amount = len(byte_view) + while count < amount: + v = self.send(byte_view[count:]) + count += v + + def send(self, data, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to send") + response = self._ssl_io_loop(self.sslobj.write, data) + return response + + def makefile( + self, mode="r", buffering=None, encoding=None, errors=None, newline=None + ): + """ + Python's httpclient uses makefile and buffered io when reading HTTP + messages and we need to support it. + + This is unfortunately a copy and paste of socket.py makefile with small + changes to point to the socket directly. + """ + if not set(mode) <= {"r", "w", "b"}: + raise ValueError("invalid mode %r (only r, w, b allowed)" % (mode,)) + + writing = "w" in mode + reading = "r" in mode or not writing + assert reading or writing + binary = "b" in mode + rawmode = "" + if reading: + rawmode += "r" + if writing: + rawmode += "w" + raw = socket.SocketIO(self, rawmode) + self.socket._io_refs += 1 + if buffering is None: + buffering = -1 + if buffering < 0: + buffering = io.DEFAULT_BUFFER_SIZE + if buffering == 0: + if not binary: + raise ValueError("unbuffered streams must be binary") + return raw + if reading and writing: + buffer = io.BufferedRWPair(raw, raw, buffering) + elif reading: + buffer = io.BufferedReader(raw, buffering) + else: + assert writing + buffer = io.BufferedWriter(raw, buffering) + if binary: + return buffer + text = io.TextIOWrapper(buffer, encoding, errors, newline) + text.mode = mode + return text + + def unwrap(self): + self._ssl_io_loop(self.sslobj.unwrap) + + def close(self): + self.socket.close() + + def getpeercert(self, binary_form=False): + return self.sslobj.getpeercert(binary_form) + + def version(self): + return self.sslobj.version() + + def cipher(self): + return self.sslobj.cipher() + + def selected_alpn_protocol(self): + return self.sslobj.selected_alpn_protocol() + + def selected_npn_protocol(self): + return self.sslobj.selected_npn_protocol() + + def shared_ciphers(self): + return self.sslobj.shared_ciphers() + + def compression(self): + return self.sslobj.compression() + + def settimeout(self, value): + self.socket.settimeout(value) + + def gettimeout(self): + return self.socket.gettimeout() + + def _decref_socketios(self): + self.socket._decref_socketios() + + def _wrap_ssl_read(self, len, buffer=None): + try: + return self._ssl_io_loop(self.sslobj.read, len, buffer) + except ssl.SSLError as e: + if e.errno == ssl.SSL_ERROR_EOF and self.suppress_ragged_eofs: + return 0 # eof, return 0. + else: + raise + + def _ssl_io_loop(self, func, *args): + """Performs an I/O loop between incoming/outgoing and the socket.""" + should_loop = True + ret = None + + while should_loop: + errno = None + try: + ret = func(*args) + except ssl.SSLError as e: + if e.errno not in (ssl.SSL_ERROR_WANT_READ, ssl.SSL_ERROR_WANT_WRITE): + # WANT_READ, and WANT_WRITE are expected, others are not. + raise e + errno = e.errno + + buf = self.outgoing.read() + self.socket.sendall(buf) + + if errno is None: + should_loop = False + elif errno == ssl.SSL_ERROR_WANT_READ: + buf = self.socket.recv(SSL_BLOCKSIZE) + if buf: + self.incoming.write(buf) + else: + self.incoming.write_eof() + return ret diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py new file mode 100644 index 0000000..78e18a6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py @@ -0,0 +1,271 @@ +from __future__ import absolute_import + +import time + +# The default socket timeout, used by httplib to indicate that no timeout was; specified by the user +from socket import _GLOBAL_DEFAULT_TIMEOUT, getdefaulttimeout + +from ..exceptions import TimeoutStateError + +# A sentinel value to indicate that no timeout was specified by the user in +# urllib3 +_Default = object() + + +# Use time.monotonic if available. +current_time = getattr(time, "monotonic", time.time) + + +class Timeout(object): + """Timeout configuration. + + Timeouts can be defined as a default for a pool: + + .. code-block:: python + + timeout = Timeout(connect=2.0, read=7.0) + http = PoolManager(timeout=timeout) + response = http.request('GET', 'http://example.com/') + + Or per-request (which overrides the default for the pool): + + .. code-block:: python + + response = http.request('GET', 'http://example.com/', timeout=Timeout(10)) + + Timeouts can be disabled by setting all the parameters to ``None``: + + .. code-block:: python + + no_timeout = Timeout(connect=None, read=None) + response = http.request('GET', 'http://example.com/, timeout=no_timeout) + + + :param total: + This combines the connect and read timeouts into one; the read timeout + will be set to the time leftover from the connect attempt. In the + event that both a connect timeout and a total are specified, or a read + timeout and a total are specified, the shorter timeout will be applied. + + Defaults to None. + + :type total: int, float, or None + + :param connect: + The maximum amount of time (in seconds) to wait for a connection + attempt to a server to succeed. Omitting the parameter will default the + connect timeout to the system default, probably `the global default + timeout in socket.py + `_. + None will set an infinite timeout for connection attempts. + + :type connect: int, float, or None + + :param read: + The maximum amount of time (in seconds) to wait between consecutive + read operations for a response from the server. Omitting the parameter + will default the read timeout to the system default, probably `the + global default timeout in socket.py + `_. + None will set an infinite timeout. + + :type read: int, float, or None + + .. note:: + + Many factors can affect the total amount of time for urllib3 to return + an HTTP response. + + For example, Python's DNS resolver does not obey the timeout specified + on the socket. Other factors that can affect total request time include + high CPU load, high swap, the program running at a low priority level, + or other behaviors. + + In addition, the read and total timeouts only measure the time between + read operations on the socket connecting the client and the server, + not the total amount of time for the request to return a complete + response. For most requests, the timeout is raised because the server + has not sent the first byte in the specified time. This is not always + the case; if a server streams one byte every fifteen seconds, a timeout + of 20 seconds will not trigger, even though the request will take + several minutes to complete. + + If your goal is to cut off any request after a set amount of wall clock + time, consider having a second "watcher" thread to cut off a slow + request. + """ + + #: A sentinel object representing the default timeout value + DEFAULT_TIMEOUT = _GLOBAL_DEFAULT_TIMEOUT + + def __init__(self, total=None, connect=_Default, read=_Default): + self._connect = self._validate_timeout(connect, "connect") + self._read = self._validate_timeout(read, "read") + self.total = self._validate_timeout(total, "total") + self._start_connect = None + + def __repr__(self): + return "%s(connect=%r, read=%r, total=%r)" % ( + type(self).__name__, + self._connect, + self._read, + self.total, + ) + + # __str__ provided for backwards compatibility + __str__ = __repr__ + + @classmethod + def resolve_default_timeout(cls, timeout): + return getdefaulttimeout() if timeout is cls.DEFAULT_TIMEOUT else timeout + + @classmethod + def _validate_timeout(cls, value, name): + """Check that a timeout attribute is valid. + + :param value: The timeout value to validate + :param name: The name of the timeout attribute to validate. This is + used to specify in error messages. + :return: The validated and casted version of the given value. + :raises ValueError: If it is a numeric value less than or equal to + zero, or the type is not an integer, float, or None. + """ + if value is _Default: + return cls.DEFAULT_TIMEOUT + + if value is None or value is cls.DEFAULT_TIMEOUT: + return value + + if isinstance(value, bool): + raise ValueError( + "Timeout cannot be a boolean value. It must " + "be an int, float or None." + ) + try: + float(value) + except (TypeError, ValueError): + raise ValueError( + "Timeout value %s was %s, but it must be an " + "int, float or None." % (name, value) + ) + + try: + if value <= 0: + raise ValueError( + "Attempted to set %s timeout to %s, but the " + "timeout cannot be set to a value less " + "than or equal to 0." % (name, value) + ) + except TypeError: + # Python 3 + raise ValueError( + "Timeout value %s was %s, but it must be an " + "int, float or None." % (name, value) + ) + + return value + + @classmethod + def from_float(cls, timeout): + """Create a new Timeout from a legacy timeout value. + + The timeout value used by httplib.py sets the same timeout on the + connect(), and recv() socket requests. This creates a :class:`Timeout` + object that sets the individual timeouts to the ``timeout`` value + passed to this function. + + :param timeout: The legacy timeout value. + :type timeout: integer, float, sentinel default object, or None + :return: Timeout object + :rtype: :class:`Timeout` + """ + return Timeout(read=timeout, connect=timeout) + + def clone(self): + """Create a copy of the timeout object + + Timeout properties are stored per-pool but each request needs a fresh + Timeout object to ensure each one has its own start/stop configured. + + :return: a copy of the timeout object + :rtype: :class:`Timeout` + """ + # We can't use copy.deepcopy because that will also create a new object + # for _GLOBAL_DEFAULT_TIMEOUT, which socket.py uses as a sentinel to + # detect the user default. + return Timeout(connect=self._connect, read=self._read, total=self.total) + + def start_connect(self): + """Start the timeout clock, used during a connect() attempt + + :raises urllib3.exceptions.TimeoutStateError: if you attempt + to start a timer that has been started already. + """ + if self._start_connect is not None: + raise TimeoutStateError("Timeout timer has already been started.") + self._start_connect = current_time() + return self._start_connect + + def get_connect_duration(self): + """Gets the time elapsed since the call to :meth:`start_connect`. + + :return: Elapsed time in seconds. + :rtype: float + :raises urllib3.exceptions.TimeoutStateError: if you attempt + to get duration for a timer that hasn't been started. + """ + if self._start_connect is None: + raise TimeoutStateError( + "Can't get connect duration for timer that has not started." + ) + return current_time() - self._start_connect + + @property + def connect_timeout(self): + """Get the value to use when setting a connection timeout. + + This will be a positive float or integer, the value None + (never timeout), or the default system timeout. + + :return: Connect timeout. + :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None + """ + if self.total is None: + return self._connect + + if self._connect is None or self._connect is self.DEFAULT_TIMEOUT: + return self.total + + return min(self._connect, self.total) + + @property + def read_timeout(self): + """Get the value for the read timeout. + + This assumes some time has elapsed in the connection timeout and + computes the read timeout appropriately. + + If self.total is set, the read timeout is dependent on the amount of + time taken by the connect timeout. If the connection time has not been + established, a :exc:`~urllib3.exceptions.TimeoutStateError` will be + raised. + + :return: Value to use for the read timeout. + :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None + :raises urllib3.exceptions.TimeoutStateError: If :meth:`start_connect` + has not yet been called on this object. + """ + if ( + self.total is not None + and self.total is not self.DEFAULT_TIMEOUT + and self._read is not None + and self._read is not self.DEFAULT_TIMEOUT + ): + # In case the connect timeout has not yet been established. + if self._start_connect is None: + return self._read + return max(0, min(self.total - self.get_connect_duration(), self._read)) + elif self.total is not None and self.total is not self.DEFAULT_TIMEOUT: + return max(0, self.total - self.get_connect_duration()) + else: + return self._read diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py new file mode 100644 index 0000000..a960b2f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py @@ -0,0 +1,435 @@ +from __future__ import absolute_import + +import re +from collections import namedtuple + +from ..exceptions import LocationParseError +from ..packages import six + +url_attrs = ["scheme", "auth", "host", "port", "path", "query", "fragment"] + +# We only want to normalize urls with an HTTP(S) scheme. +# urllib3 infers URLs without a scheme (None) to be http. +NORMALIZABLE_SCHEMES = ("http", "https", None) + +# Almost all of these patterns were derived from the +# 'rfc3986' module: https://github.com/python-hyper/rfc3986 +PERCENT_RE = re.compile(r"%[a-fA-F0-9]{2}") +SCHEME_RE = re.compile(r"^(?:[a-zA-Z][a-zA-Z0-9+-]*:|/)") +URI_RE = re.compile( + r"^(?:([a-zA-Z][a-zA-Z0-9+.-]*):)?" + r"(?://([^\\/?#]*))?" + r"([^?#]*)" + r"(?:\?([^#]*))?" + r"(?:#(.*))?$", + re.UNICODE | re.DOTALL, +) + +IPV4_PAT = r"(?:[0-9]{1,3}\.){3}[0-9]{1,3}" +HEX_PAT = "[0-9A-Fa-f]{1,4}" +LS32_PAT = "(?:{hex}:{hex}|{ipv4})".format(hex=HEX_PAT, ipv4=IPV4_PAT) +_subs = {"hex": HEX_PAT, "ls32": LS32_PAT} +_variations = [ + # 6( h16 ":" ) ls32 + "(?:%(hex)s:){6}%(ls32)s", + # "::" 5( h16 ":" ) ls32 + "::(?:%(hex)s:){5}%(ls32)s", + # [ h16 ] "::" 4( h16 ":" ) ls32 + "(?:%(hex)s)?::(?:%(hex)s:){4}%(ls32)s", + # [ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 + "(?:(?:%(hex)s:)?%(hex)s)?::(?:%(hex)s:){3}%(ls32)s", + # [ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 + "(?:(?:%(hex)s:){0,2}%(hex)s)?::(?:%(hex)s:){2}%(ls32)s", + # [ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 + "(?:(?:%(hex)s:){0,3}%(hex)s)?::%(hex)s:%(ls32)s", + # [ *4( h16 ":" ) h16 ] "::" ls32 + "(?:(?:%(hex)s:){0,4}%(hex)s)?::%(ls32)s", + # [ *5( h16 ":" ) h16 ] "::" h16 + "(?:(?:%(hex)s:){0,5}%(hex)s)?::%(hex)s", + # [ *6( h16 ":" ) h16 ] "::" + "(?:(?:%(hex)s:){0,6}%(hex)s)?::", +] + +UNRESERVED_PAT = r"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._\-~" +IPV6_PAT = "(?:" + "|".join([x % _subs for x in _variations]) + ")" +ZONE_ID_PAT = "(?:%25|%)(?:[" + UNRESERVED_PAT + "]|%[a-fA-F0-9]{2})+" +IPV6_ADDRZ_PAT = r"\[" + IPV6_PAT + r"(?:" + ZONE_ID_PAT + r")?\]" +REG_NAME_PAT = r"(?:[^\[\]%:/?#]|%[a-fA-F0-9]{2})*" +TARGET_RE = re.compile(r"^(/[^?#]*)(?:\?([^#]*))?(?:#.*)?$") + +IPV4_RE = re.compile("^" + IPV4_PAT + "$") +IPV6_RE = re.compile("^" + IPV6_PAT + "$") +IPV6_ADDRZ_RE = re.compile("^" + IPV6_ADDRZ_PAT + "$") +BRACELESS_IPV6_ADDRZ_RE = re.compile("^" + IPV6_ADDRZ_PAT[2:-2] + "$") +ZONE_ID_RE = re.compile("(" + ZONE_ID_PAT + r")\]$") + +_HOST_PORT_PAT = ("^(%s|%s|%s)(?::0*?(|0|[1-9][0-9]{0,4}))?$") % ( + REG_NAME_PAT, + IPV4_PAT, + IPV6_ADDRZ_PAT, +) +_HOST_PORT_RE = re.compile(_HOST_PORT_PAT, re.UNICODE | re.DOTALL) + +UNRESERVED_CHARS = set( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-~" +) +SUB_DELIM_CHARS = set("!$&'()*+,;=") +USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"} +PATH_CHARS = USERINFO_CHARS | {"@", "/"} +QUERY_CHARS = FRAGMENT_CHARS = PATH_CHARS | {"?"} + + +class Url(namedtuple("Url", url_attrs)): + """ + Data structure for representing an HTTP URL. Used as a return value for + :func:`parse_url`. Both the scheme and host are normalized as they are + both case-insensitive according to RFC 3986. + """ + + __slots__ = () + + def __new__( + cls, + scheme=None, + auth=None, + host=None, + port=None, + path=None, + query=None, + fragment=None, + ): + if path and not path.startswith("/"): + path = "/" + path + if scheme is not None: + scheme = scheme.lower() + return super(Url, cls).__new__( + cls, scheme, auth, host, port, path, query, fragment + ) + + @property + def hostname(self): + """For backwards-compatibility with urlparse. We're nice like that.""" + return self.host + + @property + def request_uri(self): + """Absolute path including the query string.""" + uri = self.path or "/" + + if self.query is not None: + uri += "?" + self.query + + return uri + + @property + def netloc(self): + """Network location including host and port""" + if self.port: + return "%s:%d" % (self.host, self.port) + return self.host + + @property + def url(self): + """ + Convert self into a url + + This function should more or less round-trip with :func:`.parse_url`. The + returned url may not be exactly the same as the url inputted to + :func:`.parse_url`, but it should be equivalent by the RFC (e.g., urls + with a blank port will have : removed). + + Example: :: + + >>> U = parse_url('http://google.com/mail/') + >>> U.url + 'http://google.com/mail/' + >>> Url('http', 'username:password', 'host.com', 80, + ... '/path', 'query', 'fragment').url + 'http://username:password@host.com:80/path?query#fragment' + """ + scheme, auth, host, port, path, query, fragment = self + url = u"" + + # We use "is not None" we want things to happen with empty strings (or 0 port) + if scheme is not None: + url += scheme + u"://" + if auth is not None: + url += auth + u"@" + if host is not None: + url += host + if port is not None: + url += u":" + str(port) + if path is not None: + url += path + if query is not None: + url += u"?" + query + if fragment is not None: + url += u"#" + fragment + + return url + + def __str__(self): + return self.url + + +def split_first(s, delims): + """ + .. deprecated:: 1.25 + + Given a string and an iterable of delimiters, split on the first found + delimiter. Return two split parts and the matched delimiter. + + If not found, then the first part is the full input string. + + Example:: + + >>> split_first('foo/bar?baz', '?/=') + ('foo', 'bar?baz', '/') + >>> split_first('foo/bar?baz', '123') + ('foo/bar?baz', '', None) + + Scales linearly with number of delims. Not ideal for large number of delims. + """ + min_idx = None + min_delim = None + for d in delims: + idx = s.find(d) + if idx < 0: + continue + + if min_idx is None or idx < min_idx: + min_idx = idx + min_delim = d + + if min_idx is None or min_idx < 0: + return s, "", None + + return s[:min_idx], s[min_idx + 1 :], min_delim + + +def _encode_invalid_chars(component, allowed_chars, encoding="utf-8"): + """Percent-encodes a URI component without reapplying + onto an already percent-encoded component. + """ + if component is None: + return component + + component = six.ensure_text(component) + + # Normalize existing percent-encoded bytes. + # Try to see if the component we're encoding is already percent-encoded + # so we can skip all '%' characters but still encode all others. + component, percent_encodings = PERCENT_RE.subn( + lambda match: match.group(0).upper(), component + ) + + uri_bytes = component.encode("utf-8", "surrogatepass") + is_percent_encoded = percent_encodings == uri_bytes.count(b"%") + encoded_component = bytearray() + + for i in range(0, len(uri_bytes)): + # Will return a single character bytestring on both Python 2 & 3 + byte = uri_bytes[i : i + 1] + byte_ord = ord(byte) + if (is_percent_encoded and byte == b"%") or ( + byte_ord < 128 and byte.decode() in allowed_chars + ): + encoded_component += byte + continue + encoded_component.extend(b"%" + (hex(byte_ord)[2:].encode().zfill(2).upper())) + + return encoded_component.decode(encoding) + + +def _remove_path_dot_segments(path): + # See http://tools.ietf.org/html/rfc3986#section-5.2.4 for pseudo-code + segments = path.split("/") # Turn the path into a list of segments + output = [] # Initialize the variable to use to store output + + for segment in segments: + # '.' is the current directory, so ignore it, it is superfluous + if segment == ".": + continue + # Anything other than '..', should be appended to the output + elif segment != "..": + output.append(segment) + # In this case segment == '..', if we can, we should pop the last + # element + elif output: + output.pop() + + # If the path starts with '/' and the output is empty or the first string + # is non-empty + if path.startswith("/") and (not output or output[0]): + output.insert(0, "") + + # If the path starts with '/.' or '/..' ensure we add one more empty + # string to add a trailing '/' + if path.endswith(("/.", "/..")): + output.append("") + + return "/".join(output) + + +def _normalize_host(host, scheme): + if host: + if isinstance(host, six.binary_type): + host = six.ensure_str(host) + + if scheme in NORMALIZABLE_SCHEMES: + is_ipv6 = IPV6_ADDRZ_RE.match(host) + if is_ipv6: + # IPv6 hosts of the form 'a::b%zone' are encoded in a URL as + # such per RFC 6874: 'a::b%25zone'. Unquote the ZoneID + # separator as necessary to return a valid RFC 4007 scoped IP. + match = ZONE_ID_RE.search(host) + if match: + start, end = match.span(1) + zone_id = host[start:end] + + if zone_id.startswith("%25") and zone_id != "%25": + zone_id = zone_id[3:] + else: + zone_id = zone_id[1:] + zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS) + return host[:start].lower() + zone_id + host[end:] + else: + return host.lower() + elif not IPV4_RE.match(host): + return six.ensure_str( + b".".join([_idna_encode(label) for label in host.split(".")]) + ) + return host + + +def _idna_encode(name): + if name and any(ord(x) >= 128 for x in name): + try: + from pip._vendor import idna + except ImportError: + six.raise_from( + LocationParseError("Unable to parse URL without the 'idna' module"), + None, + ) + try: + return idna.encode(name.lower(), strict=True, std3_rules=True) + except idna.IDNAError: + six.raise_from( + LocationParseError(u"Name '%s' is not a valid IDNA label" % name), None + ) + return name.lower().encode("ascii") + + +def _encode_target(target): + """Percent-encodes a request target so that there are no invalid characters""" + path, query = TARGET_RE.match(target).groups() + target = _encode_invalid_chars(path, PATH_CHARS) + query = _encode_invalid_chars(query, QUERY_CHARS) + if query is not None: + target += "?" + query + return target + + +def parse_url(url): + """ + Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is + performed to parse incomplete urls. Fields not provided will be None. + This parser is RFC 3986 and RFC 6874 compliant. + + The parser logic and helper functions are based heavily on + work done in the ``rfc3986`` module. + + :param str url: URL to parse into a :class:`.Url` namedtuple. + + Partly backwards-compatible with :mod:`urlparse`. + + Example:: + + >>> parse_url('http://google.com/mail/') + Url(scheme='http', host='google.com', port=None, path='/mail/', ...) + >>> parse_url('google.com:80') + Url(scheme=None, host='google.com', port=80, path=None, ...) + >>> parse_url('/foo?bar') + Url(scheme=None, host=None, port=None, path='/foo', query='bar', ...) + """ + if not url: + # Empty + return Url() + + source_url = url + if not SCHEME_RE.search(url): + url = "//" + url + + try: + scheme, authority, path, query, fragment = URI_RE.match(url).groups() + normalize_uri = scheme is None or scheme.lower() in NORMALIZABLE_SCHEMES + + if scheme: + scheme = scheme.lower() + + if authority: + auth, _, host_port = authority.rpartition("@") + auth = auth or None + host, port = _HOST_PORT_RE.match(host_port).groups() + if auth and normalize_uri: + auth = _encode_invalid_chars(auth, USERINFO_CHARS) + if port == "": + port = None + else: + auth, host, port = None, None, None + + if port is not None: + port = int(port) + if not (0 <= port <= 65535): + raise LocationParseError(url) + + host = _normalize_host(host, scheme) + + if normalize_uri and path: + path = _remove_path_dot_segments(path) + path = _encode_invalid_chars(path, PATH_CHARS) + if normalize_uri and query: + query = _encode_invalid_chars(query, QUERY_CHARS) + if normalize_uri and fragment: + fragment = _encode_invalid_chars(fragment, FRAGMENT_CHARS) + + except (ValueError, AttributeError): + return six.raise_from(LocationParseError(source_url), None) + + # For the sake of backwards compatibility we put empty + # string values for path if there are any defined values + # beyond the path in the URL. + # TODO: Remove this when we break backwards compatibility. + if not path: + if query is not None or fragment is not None: + path = "" + else: + path = None + + # Ensure that each part of the URL is a `str` for + # backwards compatibility. + if isinstance(url, six.text_type): + ensure_func = six.ensure_text + else: + ensure_func = six.ensure_str + + def ensure_type(x): + return x if x is None else ensure_func(x) + + return Url( + scheme=ensure_type(scheme), + auth=ensure_type(auth), + host=ensure_type(host), + port=port, + path=ensure_type(path), + query=ensure_type(query), + fragment=ensure_type(fragment), + ) + + +def get_host(url): + """ + Deprecated. Use :func:`parse_url` instead. + """ + p = parse_url(url) + return p.scheme or "http", p.hostname, p.port diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py new file mode 100644 index 0000000..21b4590 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py @@ -0,0 +1,152 @@ +import errno +import select +import sys +from functools import partial + +try: + from time import monotonic +except ImportError: + from time import time as monotonic + +__all__ = ["NoWayToWaitForSocketError", "wait_for_read", "wait_for_write"] + + +class NoWayToWaitForSocketError(Exception): + pass + + +# How should we wait on sockets? +# +# There are two types of APIs you can use for waiting on sockets: the fancy +# modern stateful APIs like epoll/kqueue, and the older stateless APIs like +# select/poll. The stateful APIs are more efficient when you have a lots of +# sockets to keep track of, because you can set them up once and then use them +# lots of times. But we only ever want to wait on a single socket at a time +# and don't want to keep track of state, so the stateless APIs are actually +# more efficient. So we want to use select() or poll(). +# +# Now, how do we choose between select() and poll()? On traditional Unixes, +# select() has a strange calling convention that makes it slow, or fail +# altogether, for high-numbered file descriptors. The point of poll() is to fix +# that, so on Unixes, we prefer poll(). +# +# On Windows, there is no poll() (or at least Python doesn't provide a wrapper +# for it), but that's OK, because on Windows, select() doesn't have this +# strange calling convention; plain select() works fine. +# +# So: on Windows we use select(), and everywhere else we use poll(). We also +# fall back to select() in case poll() is somehow broken or missing. + +if sys.version_info >= (3, 5): + # Modern Python, that retries syscalls by default + def _retry_on_intr(fn, timeout): + return fn(timeout) + +else: + # Old and broken Pythons. + def _retry_on_intr(fn, timeout): + if timeout is None: + deadline = float("inf") + else: + deadline = monotonic() + timeout + + while True: + try: + return fn(timeout) + # OSError for 3 <= pyver < 3.5, select.error for pyver <= 2.7 + except (OSError, select.error) as e: + # 'e.args[0]' incantation works for both OSError and select.error + if e.args[0] != errno.EINTR: + raise + else: + timeout = deadline - monotonic() + if timeout < 0: + timeout = 0 + if timeout == float("inf"): + timeout = None + continue + + +def select_wait_for_socket(sock, read=False, write=False, timeout=None): + if not read and not write: + raise RuntimeError("must specify at least one of read=True, write=True") + rcheck = [] + wcheck = [] + if read: + rcheck.append(sock) + if write: + wcheck.append(sock) + # When doing a non-blocking connect, most systems signal success by + # marking the socket writable. Windows, though, signals success by marked + # it as "exceptional". We paper over the difference by checking the write + # sockets for both conditions. (The stdlib selectors module does the same + # thing.) + fn = partial(select.select, rcheck, wcheck, wcheck) + rready, wready, xready = _retry_on_intr(fn, timeout) + return bool(rready or wready or xready) + + +def poll_wait_for_socket(sock, read=False, write=False, timeout=None): + if not read and not write: + raise RuntimeError("must specify at least one of read=True, write=True") + mask = 0 + if read: + mask |= select.POLLIN + if write: + mask |= select.POLLOUT + poll_obj = select.poll() + poll_obj.register(sock, mask) + + # For some reason, poll() takes timeout in milliseconds + def do_poll(t): + if t is not None: + t *= 1000 + return poll_obj.poll(t) + + return bool(_retry_on_intr(do_poll, timeout)) + + +def null_wait_for_socket(*args, **kwargs): + raise NoWayToWaitForSocketError("no select-equivalent available") + + +def _have_working_poll(): + # Apparently some systems have a select.poll that fails as soon as you try + # to use it, either due to strange configuration or broken monkeypatching + # from libraries like eventlet/greenlet. + try: + poll_obj = select.poll() + _retry_on_intr(poll_obj.poll, 0) + except (AttributeError, OSError): + return False + else: + return True + + +def wait_for_socket(*args, **kwargs): + # We delay choosing which implementation to use until the first time we're + # called. We could do it at import time, but then we might make the wrong + # decision if someone goes wild with monkeypatching select.poll after + # we're imported. + global wait_for_socket + if _have_working_poll(): + wait_for_socket = poll_wait_for_socket + elif hasattr(select, "select"): + wait_for_socket = select_wait_for_socket + else: # Platform-specific: Appengine. + wait_for_socket = null_wait_for_socket + return wait_for_socket(*args, **kwargs) + + +def wait_for_read(sock, timeout=None): + """Waits for reading to be available on a given socket. + Returns True if the socket is readable, or False if the timeout expired. + """ + return wait_for_socket(sock, read=True, timeout=timeout) + + +def wait_for_write(sock, timeout=None): + """Waits for writing to be available on a given socket. + Returns True if the socket is readable, or False if the timeout expired. + """ + return wait_for_socket(sock, write=True, timeout=timeout) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt b/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt new file mode 100644 index 0000000..4ab2915 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt @@ -0,0 +1,23 @@ +CacheControl==0.12.11 # Make sure to update the license in pyproject.toml for this. +colorama==0.4.6 +distlib==0.3.6 +distro==1.8.0 +msgpack==1.0.5 +packaging==21.3 +platformdirs==3.8.1 +pyparsing==3.1.0 +pyproject-hooks==1.0.0 +requests==2.31.0 + certifi==2023.5.7 + chardet==5.1.0 + idna==3.4 + urllib3==1.26.16 +rich==13.4.2 + pygments==2.15.1 + typing_extensions==4.7.1 +resolvelib==1.0.1 +setuptools==68.0.0 +six==1.16.0 +tenacity==8.2.2 +tomli==2.0.1 +webencodings==0.5.1 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py new file mode 100644 index 0000000..d21d697 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py @@ -0,0 +1,342 @@ +# coding: utf-8 +""" + + webencodings + ~~~~~~~~~~~~ + + This is a Python implementation of the `WHATWG Encoding standard + `. See README for details. + + :copyright: Copyright 2012 by Simon Sapin + :license: BSD, see LICENSE for details. + +""" + +from __future__ import unicode_literals + +import codecs + +from .labels import LABELS + + +VERSION = '0.5.1' + + +# Some names in Encoding are not valid Python aliases. Remap these. +PYTHON_NAMES = { + 'iso-8859-8-i': 'iso-8859-8', + 'x-mac-cyrillic': 'mac-cyrillic', + 'macintosh': 'mac-roman', + 'windows-874': 'cp874'} + +CACHE = {} + + +def ascii_lower(string): + r"""Transform (only) ASCII letters to lower case: A-Z is mapped to a-z. + + :param string: An Unicode string. + :returns: A new Unicode string. + + This is used for `ASCII case-insensitive + `_ + matching of encoding labels. + The same matching is also used, among other things, + for `CSS keywords `_. + + This is different from the :meth:`~py:str.lower` method of Unicode strings + which also affect non-ASCII characters, + sometimes mapping them into the ASCII range: + + >>> keyword = u'Bac\N{KELVIN SIGN}ground' + >>> assert keyword.lower() == u'background' + >>> assert ascii_lower(keyword) != keyword.lower() + >>> assert ascii_lower(keyword) == u'bac\N{KELVIN SIGN}ground' + + """ + # This turns out to be faster than unicode.translate() + return string.encode('utf8').lower().decode('utf8') + + +def lookup(label): + """ + Look for an encoding by its label. + This is the spec’s `get an encoding + `_ algorithm. + Supported labels are listed there. + + :param label: A string. + :returns: + An :class:`Encoding` object, or :obj:`None` for an unknown label. + + """ + # Only strip ASCII whitespace: U+0009, U+000A, U+000C, U+000D, and U+0020. + label = ascii_lower(label.strip('\t\n\f\r ')) + name = LABELS.get(label) + if name is None: + return None + encoding = CACHE.get(name) + if encoding is None: + if name == 'x-user-defined': + from .x_user_defined import codec_info + else: + python_name = PYTHON_NAMES.get(name, name) + # Any python_name value that gets to here should be valid. + codec_info = codecs.lookup(python_name) + encoding = Encoding(name, codec_info) + CACHE[name] = encoding + return encoding + + +def _get_encoding(encoding_or_label): + """ + Accept either an encoding object or label. + + :param encoding: An :class:`Encoding` object or a label string. + :returns: An :class:`Encoding` object. + :raises: :exc:`~exceptions.LookupError` for an unknown label. + + """ + if hasattr(encoding_or_label, 'codec_info'): + return encoding_or_label + + encoding = lookup(encoding_or_label) + if encoding is None: + raise LookupError('Unknown encoding label: %r' % encoding_or_label) + return encoding + + +class Encoding(object): + """Reresents a character encoding such as UTF-8, + that can be used for decoding or encoding. + + .. attribute:: name + + Canonical name of the encoding + + .. attribute:: codec_info + + The actual implementation of the encoding, + a stdlib :class:`~codecs.CodecInfo` object. + See :func:`codecs.register`. + + """ + def __init__(self, name, codec_info): + self.name = name + self.codec_info = codec_info + + def __repr__(self): + return '' % self.name + + +#: The UTF-8 encoding. Should be used for new content and formats. +UTF8 = lookup('utf-8') + +_UTF16LE = lookup('utf-16le') +_UTF16BE = lookup('utf-16be') + + +def decode(input, fallback_encoding, errors='replace'): + """ + Decode a single string. + + :param input: A byte string + :param fallback_encoding: + An :class:`Encoding` object or a label string. + The encoding to use if :obj:`input` does note have a BOM. + :param errors: Type of error handling. See :func:`codecs.register`. + :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. + :return: + A ``(output, encoding)`` tuple of an Unicode string + and an :obj:`Encoding`. + + """ + # Fail early if `encoding` is an invalid label. + fallback_encoding = _get_encoding(fallback_encoding) + bom_encoding, input = _detect_bom(input) + encoding = bom_encoding or fallback_encoding + return encoding.codec_info.decode(input, errors)[0], encoding + + +def _detect_bom(input): + """Return (bom_encoding, input), with any BOM removed from the input.""" + if input.startswith(b'\xFF\xFE'): + return _UTF16LE, input[2:] + if input.startswith(b'\xFE\xFF'): + return _UTF16BE, input[2:] + if input.startswith(b'\xEF\xBB\xBF'): + return UTF8, input[3:] + return None, input + + +def encode(input, encoding=UTF8, errors='strict'): + """ + Encode a single string. + + :param input: An Unicode string. + :param encoding: An :class:`Encoding` object or a label string. + :param errors: Type of error handling. See :func:`codecs.register`. + :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. + :return: A byte string. + + """ + return _get_encoding(encoding).codec_info.encode(input, errors)[0] + + +def iter_decode(input, fallback_encoding, errors='replace'): + """ + "Pull"-based decoder. + + :param input: + An iterable of byte strings. + + The input is first consumed just enough to determine the encoding + based on the precense of a BOM, + then consumed on demand when the return value is. + :param fallback_encoding: + An :class:`Encoding` object or a label string. + The encoding to use if :obj:`input` does note have a BOM. + :param errors: Type of error handling. See :func:`codecs.register`. + :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. + :returns: + An ``(output, encoding)`` tuple. + :obj:`output` is an iterable of Unicode strings, + :obj:`encoding` is the :obj:`Encoding` that is being used. + + """ + + decoder = IncrementalDecoder(fallback_encoding, errors) + generator = _iter_decode_generator(input, decoder) + encoding = next(generator) + return generator, encoding + + +def _iter_decode_generator(input, decoder): + """Return a generator that first yields the :obj:`Encoding`, + then yields output chukns as Unicode strings. + + """ + decode = decoder.decode + input = iter(input) + for chunck in input: + output = decode(chunck) + if output: + assert decoder.encoding is not None + yield decoder.encoding + yield output + break + else: + # Input exhausted without determining the encoding + output = decode(b'', final=True) + assert decoder.encoding is not None + yield decoder.encoding + if output: + yield output + return + + for chunck in input: + output = decode(chunck) + if output: + yield output + output = decode(b'', final=True) + if output: + yield output + + +def iter_encode(input, encoding=UTF8, errors='strict'): + """ + “Pull”-based encoder. + + :param input: An iterable of Unicode strings. + :param encoding: An :class:`Encoding` object or a label string. + :param errors: Type of error handling. See :func:`codecs.register`. + :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. + :returns: An iterable of byte strings. + + """ + # Fail early if `encoding` is an invalid label. + encode = IncrementalEncoder(encoding, errors).encode + return _iter_encode_generator(input, encode) + + +def _iter_encode_generator(input, encode): + for chunck in input: + output = encode(chunck) + if output: + yield output + output = encode('', final=True) + if output: + yield output + + +class IncrementalDecoder(object): + """ + “Push”-based decoder. + + :param fallback_encoding: + An :class:`Encoding` object or a label string. + The encoding to use if :obj:`input` does note have a BOM. + :param errors: Type of error handling. See :func:`codecs.register`. + :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. + + """ + def __init__(self, fallback_encoding, errors='replace'): + # Fail early if `encoding` is an invalid label. + self._fallback_encoding = _get_encoding(fallback_encoding) + self._errors = errors + self._buffer = b'' + self._decoder = None + #: The actual :class:`Encoding` that is being used, + #: or :obj:`None` if that is not determined yet. + #: (Ie. if there is not enough input yet to determine + #: if there is a BOM.) + self.encoding = None # Not known yet. + + def decode(self, input, final=False): + """Decode one chunk of the input. + + :param input: A byte string. + :param final: + Indicate that no more input is available. + Must be :obj:`True` if this is the last call. + :returns: An Unicode string. + + """ + decoder = self._decoder + if decoder is not None: + return decoder(input, final) + + input = self._buffer + input + encoding, input = _detect_bom(input) + if encoding is None: + if len(input) < 3 and not final: # Not enough data yet. + self._buffer = input + return '' + else: # No BOM + encoding = self._fallback_encoding + decoder = encoding.codec_info.incrementaldecoder(self._errors).decode + self._decoder = decoder + self.encoding = encoding + return decoder(input, final) + + +class IncrementalEncoder(object): + """ + “Push”-based encoder. + + :param encoding: An :class:`Encoding` object or a label string. + :param errors: Type of error handling. See :func:`codecs.register`. + :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. + + .. method:: encode(input, final=False) + + :param input: An Unicode string. + :param final: + Indicate that no more input is available. + Must be :obj:`True` if this is the last call. + :returns: A byte string. + + """ + def __init__(self, encoding=UTF8, errors='strict'): + encoding = _get_encoding(encoding) + self.encode = encoding.codec_info.incrementalencoder(errors).encode diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f41493fe16060817bae3bf39f33f360afce6b93 GIT binary patch literal 12000 zcmeHNTWlLwdY<7$q&1W%QFr+^wk%t;b+H{MQ5f5ZEX#>wTh2yyvQg7eBhE;oObwZt zp%rPVgiV7&US|<4wx|_gi#Shp>J$k2l(rAs_N5PfAwy%u5Jr(^Q?z-iV|j~aQSA2n z&&=>9Itlh^vF(9$ICIW_?*IS&moxv|&`{4I1;$U#OawXZ7xZE$xAn03KX|yo$=oC- z^RgqxFE}P0JUu&O&Pk{2lHD=af_u`9vbxDS*&}=9ZF0RV{M0q+iE@)(+4mMVxlL|B zUN1Ky7aZKvoa}##lbaOZZKpZTWP^iK>gDF!y!GD5-UG#VKYMQ}zBkFD-1-(j*(|rA z&w$b>x6e4_4wST@rW3!dau;gateS3=w9DI3(!s{xf$?{ijo-;iccFB5S!vgjGq^|c zU{dw993s^R`7aRGD$AYMRgH>lK9+`F&9_G=t3f-PAZVI)FBL-t^UdP0c|F3w5D;_P5tn;kkiH7HIf ziunB4$mt7X;!Io3&g1&*#sMj*U-Lcl{+DPmnJ(CDkbQK?%pAhN4L^ef�In>mh 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2631ed1a8f8ee14df642bd9558a196f008d52e8 GIT binary patch literal 7137 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 DrFD02 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..172a9253900b4600f47ebb22e3cf1f0b76869886 GIT binary patch literal 2701 zcmcImTWl0n7(Qp_>}94GY)hr30f#Q3T`s#^UDH4X+CtFM2MYuma5LPA+}0DRDv&{1#aSsB5%YfC**_>qGTgt63BC1zKX6>XtI3-T@X*95gZPV z-j-zr+6X;Mvk61fvq>wGIhR(?(zNAL-g;WA2)#y=G^;Yzriwj8SL&!}P%?%#oTiZq ze@DVFb4*VT*&RxkH&u3S-?39Un^XGrjFDCPRa4Kp2Y00P1kGBsLpj*ry;ZR&ReFzf z_4M`kD1!!5G-|7Q+5**oaqxX%>;#5c+AsmfqB&fnh|u$IZaZ|-XbgU-C+RK|LN^yj zZdyxt1zp5rs2|zhyISAug{hB%{YI%B*N^Sj{G)CNokrVO!C2S@pc0 zRBeMr&(rMrXj(rTHFNfmk=+&9u`_DvHr-~biF0a_T2WIsqj6x zAHoeMaUR=CwnzzFW@WRz5CyAw!IcWEF|;B)zd4T@|j1S4n~-Q9?L# z0-?MxCTLYZg3rOj4&l&N zJd5(`IE*c}e&aJsL-M z>tdg`%rwrD4?R{#HWE9 zg%@rV009rAG4$f6fknU@0Wjf!!@f}hh?E7~v4E9PVXNH7z-A~+7_ViF$GeN&31rj@ zaWIQ}U62@et-ziKhG*jEAS`Z#N3H?NNT>__UcF|b=i2VFh}MT@x@KeF_TOs!W}vX; z<>JQuw>RDk9)2hSSH&{#v~R%+IPaivwL?;tk>zDy)hx!H;Sfeu&GBm#-bl(hFb3URTG{e4fGg#HXLw7c$gfYsWRJgf(eMoq``7d(2KYV`dT=L zt>q|qf#t?hl>IJvC+PW|Z2=N5Tvjz?Gx)hA)YXy_s;lvh_snlb&FemsKbF6Y&F=bQ z@BPs3LTGm}^y2-{zCviGw*p=ASp7%QMkmkqpYe1Q6wC~A*maZK^Cm4@sR6QGy zk4A=U+w6!&JyS<4lO`e~L#jQJj2JArM6e><=V93i#N(Qgh{xGFFtg(a&%py;34*F4 z8Pi~P4`T*%YAcioqi+mThyk8Ru6y|DylTYb;Bxr8VBbKD{|BsOb8v6vFHtAk4SW3Y zwT?ko5;4XP1sRjMCWNa?f{5FGA?wSsfa}Zhdc3xD5F=7OF?v^Q{)tFe+V3=U73J<9 pNl!^cWbLEUag2fuWrT6tuVfR~*0x~rCx5~pMmMTr;&(VE{sTx*k81z` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a2a0c2a7ab98ed3145b4da5969534adc4728908 GIT binary patch literal 9044 zcmcgSTWlLwb~EJgAzew-+jimyWlNT5y=CheOVK-$EXhq|XA`vxF2xziv?)@ZAthTY zyKcHb?Yd~ZNPuX8Am(=WgN6f?==wu|U91uJV|VjW4kv{b!asfd=%;d|4N~~S?m2hJ z;ZPPWTMP68b2;~(*L|IH&pE@db91v9D23x))4$rsF#m;(WHBUOHs|5xGlpj-8J^`0 zUUt?nXU1pBmKv=1a$)Tvkm+TXsS-;Od;hOXKsH_gJ$1V6Ip~K!g(O+Yi1i?N!+&3^jF+h3qLcrzmO2B#z z7tX=P^MgJQ3|Vk`LB8nnN^2|vvf^g1-+v)E7dMag^bU+p#Lc{bcyTkGq7WyD?@V;6 zjRd4{*yk37S-}@@dHX4m7}xjF2?}DIJ9}oZ&7Isq9FGYe8$6qXP<_T^F$QLdT{3u> zCF8Hze_&ZAfPkXc|IhVjLMeh+W= z`2%**<&gw?g;WO<&+CySK@52Oz5!A6iw-WHC0uk1bJ!ENP6vH%`o_7$87XeQuzd>CyxbzV*E3Z=cPVhr?>k=C z*ib}}nX7jK8V}g|qf<|hPTkz4c&>|%(MiWGi6tPt7#`^@sID?k z3?@_8x7PfdQ!wB;ctJ@~S zE@+IqpyB?XXiU41W8MXgB}wzwTUXSY5t5aJY`Z_%+wKq91x?N_XmWQ!lb57pD4G%BoEO(uxZEI_8uWba2=n8mz@H^UbW_Y}D(L&p`jg%4e z{cB{r(P0qLh{ZXdYgV|;Y@%|AsIzf`TJ7|@rUb7f9)z9)@JLl)zOFKlNx{v^8*e`% zhh%an)EXnlWbWAObsoLZ^@tpl$-z)%j5uV@f#lnEZY!u(A@)b4LM9dAJu%WCa}7ve ze&b{m#>5@MhC?CyqoiEs%KsZ$#}snl5jiZA!y#XcoRGN_h*P7GLyrK5l!x^%~V;TgPN+JsHO^VyGCV)^{ z@V>Z{Fk8GKfSW`M^d@eQX@gEd@NCe+8+3F!6UQ4tMjyyv16dj_JHsxqi@-ZY^A{lV zvf;8ZK$2KXnn|2tbP_dqAUBE08(!p>9IZ+#vVY%)2A5+3cyH2@n$cx$i94^YKoZV? zhm_>P>*kyZm*>7TrB+Ti;({bcokY`;>AbdfNjON<=B&RaGU294q-zfITuaQeD9JT- z$(%<8+fwc%+R2&1ZtaJiFza?cWtK~~5JPjxj57tf`&GGMV$9?81jZSMQN)uZqBpRH zcj+1MCrr~GpUdmW5y2^8L|g-E2}C@jA|8=A=k-Vd5q((^H(Nx?xKR=Uar3;(8x$n* zP3Uo0;wEY(;$~5p6I=lG2Lp4#K%8~PEvmmI#x1I^B~lUzrJ-8_MKv}yYHVCyZ_?n@ z07e5mQiE!63ifO;Ii}`orpLCDo9^Xi#a0%Y`toR`va`tY^En>~+<_AHw}IT>n-6;;SN z70~>ggx(AFhg*I*7HL-Ywkt&)D^p5Qx17`c#Dbi_Whtr%omC2}uUS@Yr5|6per4IM z*baxLVzw&TTBY@ci?3Z#Y;}>tG202*dg5_m`4*}voWn#q)l`^6s@h1ALaCnYgGv8! zKT}Zr>ELH$KOg(#w31(r&XMC9htuV6EIqQ>WteflLdAav4wK_W!-IQF4UZL;Q|}`M z5+;UW0(d%T!GPpWqNR6Xb-2h+#Wn7TiwBC98C0v6^QD0kBEJGI9!FY$Yr<$`7;WBm zn4los_$J!b^?Sd4csp+K_~2A~`0sH=9^Q6Xsrwoyqcp6bKDVkRnu2Um4H5K}p-Zox z=|Xy@6I|7EEj9rP7-2>_3l-d>T*0T+pU+1tyB=hH!;K`Gp+NY!cvs_;;@JC42t`tdf53={_g+pEv5R9?kfrT``Gk2hH(zxSGj*9Znpd zGSy}sSIuk9Faj=hS~a<^MbBF_I;&2u=EY`^o28?B9eLRq=rnIOgS?y!beeaXfesP^ z+Wc&~`RybxKLg!P@(TDuO`d*Tc9K`b7jH|qle{9nWS4ZQalX#F6zImOr`u_q1-fzW zNCy_FbbJ%l?5YTPBPNJe?LR;Ia#OWP;vQ&8}T z&a6GPVvx|-G9}Qi=g-!dWS3W<8G&cd*Hq^J^Xsd$$1x@QJ&nE9T!Ej2`Qb zk#3pmrl8LQ$hY{*`N;I0E77X180nI^E|qFQA(i35yMrsOzd0SP?vIgvnd=8ow9pZ5 zRmkxb?*8A!#U!5d1)X!LjjNC{sBI0RfLm99UF z9)CAR-j%s`^^`9FF;b~sUR21jaNzFyD9_cTkQp4-=WvfEULO+U; z8kwuXeJWozL$n%tD@N*Mt}as#rTTMSNW7e_kRzd=rsCN0w4NwwddW@}gXw`RHTyG& zO(D0bx@BmNpzy}j8Y7J7X3%lW1U02WX|$py-zcpm4Qk!OIg8JpG3a=2g%dvKrSRM| z?s;3d+tQ$0Mh1>({y*yH^&-3=4PKbe9q5bF;9KbV;xy@7*R&)JTAI$A-;)O2%6ae0 zpfIj|FB=!Y-vIcV+J5d&$p&pWFrJnON7ctbce58Nz3MMPLOjVLnOfl4?SlMNnqh*0 zB)Dh?PLQ2aBhmAIj}J25CXWvT%Ytc$6sI69?WFnxpD#p+eVKTc)~2^wD!eSw<^G)k zzZ1e*AX=n}Yo`uYchc*3!#9PlI$dXqzzag8!%%^W?yn4+qV?U%{vO%7@0$5$)~c=G zF^Oi4UJz! z8zZ)2g*Uy!Nbw+Sq2PzKz74nX7yxO*C62>u5O>A3{@Z_Xn5ldUT33fclX)l&VjuA| z{8C~%jP-kz@Zmpwbx&+VNC#AU7SDAoaNN(DGL>b zK2Qk8*fgW}EhOxYgi69-0~;gn#Yn5nwPIgoXkU0pAo!D0udLs<9Eh~_I zMBfAZD#E3qLy;>d}5p4>d=7*$Z21BKSugwt`9JyhufoN9V;Md;CCPi zeF*4-1HzkDn|l!4OToSD69(VuF>u3%X+_IF?1#gF7s`3<>ep~| z$xkpo+C`E~i1GSl<_`3{QE&Qo#Ubr7(>Ul{lUJC7S#Mzf1Rh!}r}5BTfUh_X&8_(p zcw{FnxyFN}E`?VZM-HqlA#4mVaiMccalJwsB7Le|N&$;QX0TYrjS6Xs%%}!R1IFyA z-o>2?>3RT$3S*#cVb!X+NrR0j#cwO5`@yLgIW2RiUkL`fUv_x)$Z^o^lIBfNX0TZO zsNe%s!3U^<4{W30xR})U_rVJ)_+?Px%Pen%Uk<)GXzC7rqL%Vm(kGI(Px&BUT9#NH zo$fmX92xVtln*#fH96#s)88KX+V=ZxOOp*7fx-?giFw zeZ2lfc>UJj(fiKjiW^)mdM45$Tg>x049UzjpUh?Rlqi|FE~1y!MJHZz@aF=0$%#J( z%1_{tMxcTtlGl6noz=Y4SQTMac=a80-z%ePn7ilx(P+=RO2>QAhKU%Nkhuvx)S{l3 zC~2i;b=*-Jw>X`=-|ck9vz^ZAU?3<8PN#^guPOwtnJ%lJF<(hT_Yy?Ll@c-KP7{HkndirOO-ElPwg> z#2g)SdX&Dpt8`y=b+%?%U#;hcb*C!S*&+M1?`<$907SuT;P0Q(| z-woj|v$h-0j%g&X6;;8L;l}HHsg5?BGp7A+z&3ItZqT%fCC3dJgcOKv<1Tma*f!*q`Rt}IfGvgj(7`SPe4VGEo;`Cck$4oF`mR?a2X&nDKN*mZK- zne@3t-xuM&3i9#4=aHcPlYW9pV}V9aD&L?R7r$KG9*txL2h~X<2^K!F5=k*Xw3IuQMv^RrTilA(S zS;-w6lgy-43CO{Ixf((%788Kw#foX-J7V>FVlDfU0k>_3l_lOC%xx91A`P+YxIvy<_YB zrijSJSjC8X%XXlLW*z@lP(PDW)h7oBYmvaN|0)vwLWKX`;K1>4E{3xt6%?S=g@C=-F(aMexLcn zt+(B-{!tsw@)vw`%pBjH%Ugxw9mIA@d-m=tPyA{BpYOa2=mDSyf!+=D9-xyz?*)1v z(EEW-0X+ot0icJ0J_z(7pbrB*0`w@*M}R&G^f9211APMMlR%FFJr49KpicvR2I#Xu zp94yPGN31bJ`eN-pf3V_3Fyl}Ujh0m(33!?fxZTG2IwiEuLFGp=xLyD0(}eU+d$s| zdIspbK;HxUKF|+@i@E1A7A4lfaGvI}YqAU{3>k2H3N}o&!dKF<>Wv zJrC>!U@roD3E0cPUIF$hu#>>1fxQN72G}WJuLFAn*lA#I0(%SC+rZudb_UqHz}^G) zKClmfeF*F$U>^fJ3+xkMp91?V+2S^-s$R%?&(TQ9DG~l05kCqNGn)74h)gH$q_`v~ zQny*W-8(G)2kOFeg*rdj)$5{vE;#ZU2Rv zdA}^ne-A|Dz(3YV@}{q)STz!o`{k)^M+OfKRweYSZ9aKWKE7(My?eI3yDDL=8d' + '?' + '@' + 'A' + 'B' + 'C' + 'D' + 'E' + 'F' + 'G' + 'H' + 'I' + 'J' + 'K' + 'L' + 'M' + 'N' + 'O' + 'P' + 'Q' + 'R' + 'S' + 'T' + 'U' + 'V' + 'W' + 'X' + 'Y' + 'Z' + '[' + '\\' + ']' + '^' + '_' + '`' + 'a' + 'b' + 'c' + 'd' + 'e' + 'f' + 'g' + 'h' + 'i' + 'j' + 'k' + 'l' + 'm' + 'n' + 'o' + 'p' + 'q' + 'r' + 's' + 't' + 'u' + 'v' + 'w' + 'x' + 'y' + 'z' + '{' + '|' + '}' + '~' + '\x7f' + '\uf780' + '\uf781' + '\uf782' + '\uf783' + '\uf784' + '\uf785' + '\uf786' + '\uf787' + '\uf788' + '\uf789' + '\uf78a' + '\uf78b' + '\uf78c' + '\uf78d' + '\uf78e' + '\uf78f' + '\uf790' + '\uf791' + '\uf792' + '\uf793' + '\uf794' + '\uf795' + '\uf796' + '\uf797' + '\uf798' + '\uf799' + '\uf79a' + '\uf79b' + '\uf79c' + '\uf79d' + '\uf79e' + '\uf79f' + '\uf7a0' + '\uf7a1' + '\uf7a2' + '\uf7a3' + '\uf7a4' + '\uf7a5' + '\uf7a6' + '\uf7a7' + '\uf7a8' + '\uf7a9' + '\uf7aa' + '\uf7ab' + '\uf7ac' + '\uf7ad' + '\uf7ae' + '\uf7af' + '\uf7b0' + '\uf7b1' + '\uf7b2' + '\uf7b3' + '\uf7b4' + '\uf7b5' + '\uf7b6' + '\uf7b7' + '\uf7b8' + '\uf7b9' + '\uf7ba' + '\uf7bb' + '\uf7bc' + '\uf7bd' + '\uf7be' + '\uf7bf' + '\uf7c0' + '\uf7c1' + '\uf7c2' + '\uf7c3' + '\uf7c4' + '\uf7c5' + '\uf7c6' + '\uf7c7' + '\uf7c8' + '\uf7c9' + '\uf7ca' + '\uf7cb' + '\uf7cc' + '\uf7cd' + '\uf7ce' + '\uf7cf' + '\uf7d0' + '\uf7d1' + '\uf7d2' + '\uf7d3' + '\uf7d4' + '\uf7d5' + '\uf7d6' + '\uf7d7' + '\uf7d8' + '\uf7d9' + '\uf7da' + '\uf7db' + '\uf7dc' + '\uf7dd' + '\uf7de' + '\uf7df' + '\uf7e0' + '\uf7e1' + '\uf7e2' + '\uf7e3' + '\uf7e4' + '\uf7e5' + '\uf7e6' + '\uf7e7' + '\uf7e8' + '\uf7e9' + '\uf7ea' + '\uf7eb' + '\uf7ec' + '\uf7ed' + '\uf7ee' + '\uf7ef' + '\uf7f0' + '\uf7f1' + '\uf7f2' + '\uf7f3' + '\uf7f4' + '\uf7f5' + '\uf7f6' + '\uf7f7' + '\uf7f8' + '\uf7f9' + '\uf7fa' + '\uf7fb' + '\uf7fc' + '\uf7fd' + '\uf7fe' + '\uf7ff' +) + +### Encoding table +encoding_table = codecs.charmap_build(decoding_table) diff --git a/venv/lib/python3.12/site-packages/pip/py.typed b/venv/lib/python3.12/site-packages/pip/py.typed new file mode 100644 index 0000000..493b53e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/py.typed @@ -0,0 +1,4 @@ +pip is a command line program. While it is implemented in Python, and so is +available for import, you must not use pip's internal APIs in this way. Typing +information is provided as a convenience only and is not a guarantee. Expect +unannounced changes to the API and types in releases. diff --git a/venv/lib/python3.12/site-packages/yaml/__init__.py b/venv/lib/python3.12/site-packages/yaml/__init__.py new file mode 100644 index 0000000..8249361 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/__init__.py @@ -0,0 +1,390 @@ + +from .error import * + +from .tokens import * +from .events import * +from .nodes import * + +from .loader import * +from .dumper import * + +__version__ = '6.0.1' +try: + from .cyaml import * + __with_libyaml__ = True +except ImportError: + __with_libyaml__ = False + +import io + +#------------------------------------------------------------------------------ +# XXX "Warnings control" is now deprecated. Leaving in the API function to not +# break code that uses it. +#------------------------------------------------------------------------------ +def warnings(settings=None): + if settings is None: + return {} + +#------------------------------------------------------------------------------ +def scan(stream, Loader=Loader): + """ + Scan a YAML stream and produce scanning tokens. + """ + loader = Loader(stream) + try: + while loader.check_token(): + yield loader.get_token() + finally: + loader.dispose() + +def parse(stream, Loader=Loader): + """ + Parse a YAML stream and produce parsing events. + """ + loader = Loader(stream) + try: + while loader.check_event(): + yield loader.get_event() + finally: + loader.dispose() + +def compose(stream, Loader=Loader): + """ + Parse the first YAML document in a stream + and produce the corresponding representation tree. + """ + loader = Loader(stream) + try: + return loader.get_single_node() + finally: + loader.dispose() + +def compose_all(stream, Loader=Loader): + """ + Parse all YAML documents in a stream + and produce corresponding representation trees. + """ + loader = Loader(stream) + try: + while loader.check_node(): + yield loader.get_node() + finally: + loader.dispose() + +def load(stream, Loader): + """ + Parse the first YAML document in a stream + and produce the corresponding Python object. + """ + loader = Loader(stream) + try: + return loader.get_single_data() + finally: + loader.dispose() + +def load_all(stream, Loader): + """ + Parse all YAML documents in a stream + and produce corresponding Python objects. + """ + loader = Loader(stream) + try: + while loader.check_data(): + yield loader.get_data() + finally: + loader.dispose() + +def full_load(stream): + """ + Parse the first YAML document in a stream + and produce the corresponding Python object. + + Resolve all tags except those known to be + unsafe on untrusted input. + """ + return load(stream, FullLoader) + +def full_load_all(stream): + """ + Parse all YAML documents in a stream + and produce corresponding Python objects. + + Resolve all tags except those known to be + unsafe on untrusted input. + """ + return load_all(stream, FullLoader) + +def safe_load(stream): + """ + Parse the first YAML document in a stream + and produce the corresponding Python object. + + Resolve only basic YAML tags. This is known + to be safe for untrusted input. + """ + return load(stream, SafeLoader) + +def safe_load_all(stream): + """ + Parse all YAML documents in a stream + and produce corresponding Python objects. + + Resolve only basic YAML tags. This is known + to be safe for untrusted input. + """ + return load_all(stream, SafeLoader) + +def unsafe_load(stream): + """ + Parse the first YAML document in a stream + and produce the corresponding Python object. + + Resolve all tags, even those known to be + unsafe on untrusted input. + """ + return load(stream, UnsafeLoader) + +def unsafe_load_all(stream): + """ + Parse all YAML documents in a stream + and produce corresponding Python objects. + + Resolve all tags, even those known to be + unsafe on untrusted input. + """ + return load_all(stream, UnsafeLoader) + +def emit(events, stream=None, Dumper=Dumper, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None): + """ + Emit YAML parsing events into a stream. + If stream is None, return the produced string instead. + """ + getvalue = None + if stream is None: + stream = io.StringIO() + getvalue = stream.getvalue + dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, + allow_unicode=allow_unicode, line_break=line_break) + try: + for event in events: + dumper.emit(event) + finally: + dumper.dispose() + if getvalue: + return getvalue() + +def serialize_all(nodes, stream=None, Dumper=Dumper, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None): + """ + Serialize a sequence of representation trees into a YAML stream. + If stream is None, return the produced string instead. + """ + getvalue = None + if stream is None: + if encoding is None: + stream = io.StringIO() + else: + stream = io.BytesIO() + getvalue = stream.getvalue + dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, + allow_unicode=allow_unicode, line_break=line_break, + encoding=encoding, version=version, tags=tags, + explicit_start=explicit_start, explicit_end=explicit_end) + try: + dumper.open() + for node in nodes: + dumper.serialize(node) + dumper.close() + finally: + dumper.dispose() + if getvalue: + return getvalue() + +def serialize(node, stream=None, Dumper=Dumper, **kwds): + """ + Serialize a representation tree into a YAML stream. + If stream is None, return the produced string instead. + """ + return serialize_all([node], stream, Dumper=Dumper, **kwds) + +def dump_all(documents, stream=None, Dumper=Dumper, + default_style=None, default_flow_style=False, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None, sort_keys=True): + """ + Serialize a sequence of Python objects into a YAML stream. + If stream is None, return the produced string instead. + """ + getvalue = None + if stream is None: + if encoding is None: + stream = io.StringIO() + else: + stream = io.BytesIO() + getvalue = stream.getvalue + dumper = Dumper(stream, default_style=default_style, + default_flow_style=default_flow_style, + canonical=canonical, indent=indent, width=width, + allow_unicode=allow_unicode, line_break=line_break, + encoding=encoding, version=version, tags=tags, + explicit_start=explicit_start, explicit_end=explicit_end, sort_keys=sort_keys) + try: + dumper.open() + for data in documents: + dumper.represent(data) + dumper.close() + finally: + dumper.dispose() + if getvalue: + return getvalue() + +def dump(data, stream=None, Dumper=Dumper, **kwds): + """ + Serialize a Python object into a YAML stream. + If stream is None, return the produced string instead. + """ + return dump_all([data], stream, Dumper=Dumper, **kwds) + +def safe_dump_all(documents, stream=None, **kwds): + """ + Serialize a sequence of Python objects into a YAML stream. + Produce only basic YAML tags. + If stream is None, return the produced string instead. + """ + return dump_all(documents, stream, Dumper=SafeDumper, **kwds) + +def safe_dump(data, stream=None, **kwds): + """ + Serialize a Python object into a YAML stream. + Produce only basic YAML tags. + If stream is None, return the produced string instead. + """ + return dump_all([data], stream, Dumper=SafeDumper, **kwds) + +def add_implicit_resolver(tag, regexp, first=None, + Loader=None, Dumper=Dumper): + """ + Add an implicit scalar detector. + If an implicit scalar value matches the given regexp, + the corresponding tag is assigned to the scalar. + first is a sequence of possible initial characters or None. + """ + if Loader is None: + loader.Loader.add_implicit_resolver(tag, regexp, first) + loader.FullLoader.add_implicit_resolver(tag, regexp, first) + loader.UnsafeLoader.add_implicit_resolver(tag, regexp, first) + else: + Loader.add_implicit_resolver(tag, regexp, first) + Dumper.add_implicit_resolver(tag, regexp, first) + +def add_path_resolver(tag, path, kind=None, Loader=None, Dumper=Dumper): + """ + Add a path based resolver for the given tag. + A path is a list of keys that forms a path + to a node in the representation tree. + Keys can be string values, integers, or None. + """ + if Loader is None: + loader.Loader.add_path_resolver(tag, path, kind) + loader.FullLoader.add_path_resolver(tag, path, kind) + loader.UnsafeLoader.add_path_resolver(tag, path, kind) + else: + Loader.add_path_resolver(tag, path, kind) + Dumper.add_path_resolver(tag, path, kind) + +def add_constructor(tag, constructor, Loader=None): + """ + Add a constructor for the given tag. + Constructor is a function that accepts a Loader instance + and a node object and produces the corresponding Python object. + """ + if Loader is None: + loader.Loader.add_constructor(tag, constructor) + loader.FullLoader.add_constructor(tag, constructor) + loader.UnsafeLoader.add_constructor(tag, constructor) + else: + Loader.add_constructor(tag, constructor) + +def add_multi_constructor(tag_prefix, multi_constructor, Loader=None): + """ + Add a multi-constructor for the given tag prefix. + Multi-constructor is called for a node if its tag starts with tag_prefix. + Multi-constructor accepts a Loader instance, a tag suffix, + and a node object and produces the corresponding Python object. + """ + if Loader is None: + loader.Loader.add_multi_constructor(tag_prefix, multi_constructor) + loader.FullLoader.add_multi_constructor(tag_prefix, multi_constructor) + loader.UnsafeLoader.add_multi_constructor(tag_prefix, multi_constructor) + else: + Loader.add_multi_constructor(tag_prefix, multi_constructor) + +def add_representer(data_type, representer, Dumper=Dumper): + """ + Add a representer for the given type. + Representer is a function accepting a Dumper instance + and an instance of the given data type + and producing the corresponding representation node. + """ + Dumper.add_representer(data_type, representer) + +def add_multi_representer(data_type, multi_representer, Dumper=Dumper): + """ + Add a representer for the given type. + Multi-representer is a function accepting a Dumper instance + and an instance of the given data type or subtype + and producing the corresponding representation node. + """ + Dumper.add_multi_representer(data_type, multi_representer) + +class YAMLObjectMetaclass(type): + """ + The metaclass for YAMLObject. + """ + def __init__(cls, name, bases, kwds): + super(YAMLObjectMetaclass, cls).__init__(name, bases, kwds) + if 'yaml_tag' in kwds and kwds['yaml_tag'] is not None: + if isinstance(cls.yaml_loader, list): + for loader in cls.yaml_loader: + loader.add_constructor(cls.yaml_tag, cls.from_yaml) + else: + cls.yaml_loader.add_constructor(cls.yaml_tag, cls.from_yaml) + + cls.yaml_dumper.add_representer(cls, cls.to_yaml) + +class YAMLObject(metaclass=YAMLObjectMetaclass): + """ + An object that can dump itself to a YAML stream + and load itself from a YAML stream. + """ + + __slots__ = () # no direct instantiation, so allow immutable subclasses + + yaml_loader = [Loader, FullLoader, UnsafeLoader] + yaml_dumper = Dumper + + yaml_tag = None + yaml_flow_style = None + + @classmethod + def from_yaml(cls, loader, node): + """ + Convert a representation node to a Python object. + """ + return loader.construct_yaml_object(node, cls) + + @classmethod + def to_yaml(cls, dumper, data): + """ + Convert a Python object to a representation node. + """ + return dumper.represent_yaml_object(cls.yaml_tag, data, cls, + flow_style=cls.yaml_flow_style) + diff --git a/venv/lib/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59e0471544b94cf12cf917ce48651a3d85a9b0ed GIT binary patch literal 15617 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 VkKcRAz|VgypRufOpFv8E`7c;U@qPdR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc b/venv/lib/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d316d6b9d5162793c665c0db33eb0471030ee347 GIT binary patch literal 34919 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 bIpqvsrwc~lX$7#;ebU#79{(Fh_>ukrC^1{! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc b/venv/lib/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30819831fd0d509ded8336e0783f971ec0d535ee GIT binary patch literal 3525 zcmeHJO>7%Q6rT0()IV|B{5VAkSxQ>fMP$W~C`hOWDisdMKz{&PNULRcoVr=>npr!N zQ4T%i09@#;dyF{MijZ>T*gGdnt}Ly5f*#<84J&q7BahJS2=%6pK`1ma;=C@ph~f=P@8mgvb)$#Nir3)?i9Aij#X7{g-W%ZDnsX zTOm!HD{T7Mz0vEy$kd5Pj!HxhdH%$jk!+41nLFvz+oYqEOX(nWlZl#8U9UN{rmhF+ zTc+VSP^Q$U2KV5XUU%ya7rg=&@w)4HP2Mt_E)Q}TxXC=%-eSBH3lbi)t3e8QX4E}Q zpQ=9lOuGY_Z~Bwp0?>2TeS@XmeIDDv!&U!ueCkY%)G&UH_HR`rz3;C=!+B^>{e>*pp)Oz&xNO-pa?vnwX`LXbQ!B6iEgXaN3o0CC zd#Z3qg0yWi{%YEUW2Q@Kjvs}n2cJQ&fG`UX6mTP&)H98=%;$g~2{@B_)Ry z9{!(_lX84QSA{mpd6afMuRub}SM{SViXog3yF09^6SgzTQa~ds=UqFmR^SyK}_; zkv(Cp3t?j;>--u#>OXE7bA7tprOW>99=$Mef*rkOV8J;;37xTagb*Mk?Rf2An{%oi znJ{psXop{h_#xl_!eo;xmGK@ z>luAN?3b?bw_yhA%=-c0uehQpzh%nz(@)95fGiFWiv#i!;6Z{aYY!Iv;_jtKm-jz; z{M7-0z`;CK)QRYq7*&sme)su-RChgR96N53;KO)_w?Q0{Hf<9NMoDW+FdO?OZ5d{0FIroH+32Q(v`C+p-~c(a zw{Wv*L*X8 z3-e;56={}L4XUAK?Pm~#;&_Tz;Hw}G$RKyAt31^POUuydgXJ~ovV$vyu5y?ef(3CV zSil4?Adve427nydfqu3oBQ&^Y3 zPL+wFl=jsPfd9_EcC8>7xN|}cLlq!L3iBE)N?VrW+nie#;t|+2&$0v)hQu(}g)K*p z3k5b09h%|JDcF)J#=~!b0N5_%kMu9~t{N|si%Y$SU(I*bfpPuY)&A-)#@(NdyWg$- zu<`xIkMF<8K6s%$U>Vp|g18pZziwHzy4&<2kZ8fO9ye`&6xISPvmA&%5nDt&4AB$< zgXHL{Lw=VO_3BX1s%4s3qLBmNq>Zz7xD2Z4`l!fh;wrA(p->?bB&S|>Y~N;>B2kJb zV`rKcbcOzh9|~9hwP4yRl+PpuT7+Tl11RT|MWphu<$Fddq39e7wgQ_uE@1JDsACA= ze(v->lav?M>#%x2j{h>{pJqfI9O?qnzFaDeIb(U)%9cPxQq>j5uuG^yHWHTb8Dc12 zg^y=JbjTom@!;O^&0DdYQdbgNv^bw9^mob=aD=ZIt;j73kIXCg>%I@~LA4$rPo@8x zAAQTOe`ftHNmmhzb4j{<_Cgb))^Nu^APQfq!)$`-Yp};qL~)%GbuLM7fF(omCLV+3 z-yz5EzK8s*C%$m;3_s)dZ+HP#PWf?>8Oe~Ng|hd!=>?7_>PO?_S^rM~y$%j$vj*c} zD6YZB@!x=1ll%N$5)H2Wt7zswvKx(Ruq}d_tBocM0i8YiE!3ef;hP-2I6fLzN=7P5 z)gR%HD0ziMk_!+;;KIe(Iylj8Cy(1EdmB6;di*|!-(*T@tSr$o?cRzB_Hj|8E4_S7 ipo{Z!biMaUOrVPwDb4pbV**{AqBPelzJzg3K=KFcTbM=w literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc b/venv/lib/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08b43448ad8e1488a08728973b1a1222e7c7de4a GIT binary patch literal 24711 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc b/venv/lib/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7efcb4907c51d35d29c9fe0c51e4fade563ae42 GIT binary patch literal 8845 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc b/venv/lib/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bcd48e8dc890376df4ead385607c0f58ccab5bb GIT binary patch literal 16918 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc b/venv/lib/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bac8f8bbb62ae9dd244c9ce81f9584725eb0982e GIT binary patch literal 49853 zcmeIb3s@XinjYK*-AzL`G;}xjTXP2?F1kzTf+Znr>w;`a_E@sL45C^R5&}&%k|hiy z@9xa}=rS=_vnw>7L^zv`QM`%qI-8L*$upXnB;)_teg1UQu(Uf$qMghp>*W6vj6B(W zNb)4_cTU~9C>rGTWH$T!W%;AJ&Z$$U&N<)xJ74`_dU~1#M{dWiQ-?pcSpFUTP!5}X z^7yMbxor_GqHsFtghfmelY52pNhgv7I=A*F|9zY#S)R6twr`+LAnCnie&-1*yK2YP zl=qV4Yc_Vxfom4^n*B;@U0N*VXm?j%UqFhv) zuH%xhrkgj)AyuT~u?yg~C15!rh?WycSA@DGiF(vgmmG6+cJ_6h4|I0M(mFfO_lp;M z>D<-X`L&B(y}aa}OULk9tbv_>+8DIbGmDwUuwD( z=)2U^+jFw%!j*wD{e2r6*R5{~_6!6XE_8LD>pC64y%bieGdmJBDodWmSLK@k?0_mMfNfLPwoF<{Icf7wGHk zyLkR2Ce0xQzIL%k3WzaVPoEgL9JBWJ^aWz}?*873=lf#T^O(N6l$bRb=shLTTS;C5 zJ_6YUatP!C1nGVJ{E*UdPP5k2*E7)BIp|T}x>31SO}8`vykUtJ)s9$a9Qn~a|A_Tw zdNjKLf6}79Jp4(G<`m(Nll}U3DjV{SI;-Tsol+_R!UQRwfRg~t346TcrZWN+_@DLe z81^85tMQjzH zx+RFa#XW#~#WuiwVmn|vgHMak;QU!}Ki~oJAmAaf1Msl;9N_cf^MFUhBY;Q6qkzZ6 zV}LJ+F9Lo=d3EO-u@DW{qq;~$K}B`el3lK95s5^oZS~Mo2z%IZ#a3q@%zYME+SAqBGZ^p> zoC)|9%GdrW)%o;);yBh(mm0H*{U8l#r+WKe>+B6&3iQV8jFtpro>PH=?lYai0V&XR z9)G%|0h!JOI|sTzZen(#E`0;B6#h3D%k1iPvBr z4rS7$GL);dnwROzg_Z6XZc+;hozfbxNL52ZP`Dxt32l~Fi!GMnqycrp&F>JCXc&i* z6lNY2ZWarcD}vQ>CArSpaZD;gaeJLLmf05wh~T+Wpi`dgEI!$~OOhXzV`)9Xo<7Wd zUw5D`nax@(rTa{OPj?^)e!@@a?ZF~Ae{go633Q+1%?^5%3DsTv8fpiB4d4ySqYTen zMnyQIVkV<1>dKsRm4{vBGp@?{WQ*I&OJ*~w9y#4_Zoj_$6K_E@w=h~zwqQw0_mA2i zdW*-!yXWqln=HH2H+gE-yXlj{(s>)oFz=b!OQ%)E+VA1vzrtyCFEe=pP2N$k^tz-D zHd7ezI$V<05bzVI0nlMhEbT%dpp3Og8Efs@Fje0J0Q9k|L%N#5j(T%%Zy(z}{6Jq*juw;HxPX`8MRLD}MN4@la;kF=&hEIqH3{#4yUBwew zK$lrpu{>F~TgO@_)KYDEBQU75DofIe z6>7++ol2#amg8=fO=+d)YB9EG8%saAqy1Q&O)5blCqM-tKHwf^Y$TS~7q~oNRwU7s z7-xe`+hCqD4@MF=hFgMd0FYflakgFG7WL*u-QG7}zy3N#7zjj6rY7vDnQ_#i#+<}rJS{7Q^$eGvf+rUX;*6&8mi%ET+I}< zCfK?0h^y&PYnB@88QM%$YnH80Qyb-qTw_d&FmP{Dx4M-LWWG7KN%spFJeqo}Rwb{!{%DQ-X+J_?g5z*m$b{VxQ>m zKGP+2bq@q2e-%~f8t{{asDHrE^c{a!-xXfJt|I0Mq6pl)lW`r^inIyOkELJidkq>8 z>>{KMG2=W%XGfssH^ocPymxM)FXSxS^E(Kz4UPZg$lWX*MUp$ZIWW~!TSBt;u zG1R3e$ZDIY)TC?q{BEY?1z{TsK%AEw&eIj0@49dS!zGvG>Ppm`sI?qjfpQC7m*18> zg$CkEEQ|N=WN$xI0{IfZS$`>&*CKT>m6y_~tVmqy>b)3Pf-x5_fr4_T zUsCQL=sGPC;f$s8(q32srLJD3@~Qq_5ymn3Rwy{9djrZZvHv2pRpsdydb@i1l&7;F z%w!mIkQ7H|w0lWhDN5=-6C{aAR)d(#KA5k_8oU=e<%(30;23UTl6k!LsuMGy>(Z}+ zu%lpnGrGlJLWoG3vYC0?A{}TO0P)M!ai6t~LC+_xiSR z-&}q}IKN>gzll|;343cI-nx*hF0RV@aQ^z4{Ee*2+OT(R#M>BhHO5tG4(B(|jcnA9Agazupw~HbuPaLauf3 z*Bis$#)!8$xZr(`C-4i#?i8rv1| zR)ky?y5hO~x^RBoOnyCUp(5<9kfmrgy2{HfcfB&~t&Di9L#}GI$z>jN>~80GJJ~a; z!rrQgwEr`Au9X^FROWYe*E8pwg<)smjFS|DIj`33&!Gbrh6;B*utqbVdayp6 zxi6aOyPZCke#`yXmgFv*wMrHcuW?hSmya2BGEcq zxQ!dNl0i~}#9LsfkWEgT@oUhppy+a{gadkD@GGbaOwF_u`9qGpXmqquR-K8OS&E$r;`t9NR?V(*Ak@}8kMfF_8hA{qR`sY({ z8&EqFjg>Cd6i7j00FNcR|hOc0wJlUhT}x`4S!GBY)yWts2l z8$Sn`C0L9y;rsMXHdsP*^{aVoJwP`cP5=B1tF76Lpz5wcgBHW2Ys)TeJK(>%cy>#I`K#=B9U2r5U43;YkZh5^nmzLZO zRDQ$qd4?sYV7zj!U_-cILnM3Sf+Zz&li7;%ym|TBW$=h?ceYKtD`6E><7~&i7w3HJ>mW zNi4ZH(8mld+_T13He2Jgp4pO@Nh@~|GG`%M+4P!N*|OC)FW6=N6pg?xSEGhj`){E& z5LlNbujuyGv8y3(^|W{2w)raf%jW|FvVI_9@r=5Og1gj6b>StUH z(ZbTX!nNVTwZC_C%J==k4+u zqx2uRvFg3g3L|?TZQC)@Hs`7eyQ(I{cl+PzpLT7YcUoK~>`*o2ETYfMkb}R*12bl_ z-Y;3CZu1iJ879jE8D-4Y6v!y`gdK1|31+00+)0VdI4hD-({;C#tvXohq<%bIx&TmT z=c|vANHfC7rDRSMX}BTWOJ;LuJ@XVVrBd);ccEm23&)pL2`Gf7{+a zeD84BvjY?A_PjZCedu9Md8p#42Ngf9{ZVZ+Z`0Jk_lG|i{_rZMJ@*+Rc3FUSOIG$= zW?eY5ZnE<=f69Q;vqZ?4|av*c6(?}tO%Mxw=7Q#(YBR&ot@nM9c60a+* zC*TK&*`ZjHhM2yGG{Jp+;xQ7@6n3da8^p28{kU^5TVa=RI`%$V4ku9#no$Cp@Mi1v z)~L&asf4}u+_iJ#?b8|MB!urA+j*;Xq%B%da(C^WwQ~h)!Ubz01#3szZXN&ydGo-v z19PsDu&d;I!;{CRHbzRf&bYSCr>L#WW|S{o1=LBl3Wjj9ECFD$tkht>63pfwHPN2& z(9H%IkrqC31?F;~;IVcLVg+uJ*oa@o8N^~@A&d#=Rnk~mm#Ek%5W67qq55g4XxL(zN13DhDEYbB z@|4JZChPY+7)DRI%1}61pbR5d@b#|p(=?om>_vP-l?|>=IeW;RZ^Thy+N)BP5b$xCCyPwhTUP z3QggjqpPT`U;ENQT+m!UakB-wL@w1}7ph>cxSNMrT-MJxO61>)+sDtN2cnhL6h%O> z2FuRu_jXNIPFW*`n`RuFQ7;>z3Ua7ZTr7zdk7d;4@8aakpH@udDtQTNI?)Bgp)40| z!kCkePZ8L@VTSy;ougAmkgTPuS#yaqt^+j(bK~(xt^F;U5V8`lc0$-RX;?MBajvj2 zT-X>XY@T(jTZ&6G;B3$vakAW?52(1Ie|g#T5R>hus+kpPV^24QBE~#zvguVvN^0;N zo#S454!;MB3~#SkY?hK=sri04DvGX|FfWI=1j$t3!%*RDz}o(zw}pd~t$?^_*gCP4fgXDa(Y!iOJez zuh0T1YpW!JNfi8X?hJ8Ea@T4xJ8TlX!7-ER zW^bT4ZrGBcHLoW&`~`N+I$9H;tpztNM>`d^K}rOobM$DB4$+}T=b#mSu;53v<_gG1 znym@?>Ytks{l6^al_P_W0dFtjHMkzcgcZVD=>`Em0g^GLn*auUq{$qtFj->8Mf(qE zj^a>~u>|H2f<)=Q?jBzkb`*V^;v$tGM-!yHnei(_Nxc_R_jVvuF`phGm*qY$&{&n4 zjFsL!`9s56t`0k@XKH>~bVj<3KE=E`WL&oQFH-MIOnR@NA_n5erk!t@b!`7-A|i~F z2$TD3fr#xuM5Zv1`S&BC3p( zvI#Yr##jd7-98F6h%+et4Ln?W6CmFI@)cY$DuIj_vdDx#rimqX$wVHFg6iGzPef0l z0Ir!j6Dc&818AU`3i4-oE@Pv(U_63XFr+F=)JlUz1L{N|vWD$INW|{q481076HhUb zWEDwR+Jf=~3xh2j6EB{b2T$i(F*OJD38{P+gi4L@Y_Im_%9*lg*`iF;H(HeB&@ddU zzMlkz)xI0(C_k2!^^-dWs}yGCr)Ad@2>QFE0CPRE%@c4so(V{SV|6Z_EI|u}+pAuu zGiEUL(;2f|y-#eM^hNVpqj^Pl)9<9eO;HB9b%-*^s^ccHtJkiM z58QqI&g(PodU9C~j}70tI*RB7-)-lZb1t(yoLN3o(Q<#|17D<~eKzxH+?JjdC*OQ= z>};KEnYtV)d}`LQd#RMJVkbh-mdDP^SR223?A(N2B*FkPldg6Jlfi)Jy-94#UHxYMX|sjspSC%%s1KAvP!rv=wSl z-ATYTTyzWjcrC%7plk(9-2Ruu#BKL0A6O$5`(`rRfrM3c?;d{VaLB)bZ>WlkkAE_e z=X+Zx_D?w?h1+HwEeUY39pq^_PKi}#f{B+bqk=^1-=xfZEz2&~C%9uLdHaZP8V)m@ zGi!0w z!~JICY#Laijx*8q1W#oaOtW=ovbSJB8`tGLy}JG?r;M(vqln&+PGvaaVx;ntg>A;3aw#{g;LLuxds(2aF?$HG{_;EMwc||IM z0lsa%99N{@B|xH|^g011oc$d-W4enbx-kooM(ERCq{wEjx7fJLmI7;xA{oi~B$CNN zi?8CRwylzL0M`F9AbXI^wu}dmOI(YQn09UfK}Ikrk5bg4Bp_+&BOgMUEpcA)@!(u( zQ@FHg$~xD)JB)v&yC3?B#*f~8>CQ_N!FMmeb2;K`hR-s6Jp?lZ*|fezJD}J;v<>gJ zywft{ZKT+n17io~eAQuJ^+a&4W=ptc%YEzI)@Q@`SM%({qV-c7zQ6T@t@n@q@THGl ziWIe@y=+8fI4o6bM%rdwWr(`uP2*Bt(OmA@>D;x5VVfA3JQgk59WCL+lL`r z7B)b(%x;*^F!W{PyW8K{KI3gdoY38!cXqzrI@%W3t(lsg_r(Wok(y^`eETs_bq(*k z@3}*jTSnSu@O(RD&N-JHYxIPSEuod0rk0k+V-mnuwxlwmCNE+Z=3$2XCW0Uk$3*2D zP+5*baFoAgD-yZVLT8iH1{OZl448p8#wvjy(AT0pkIi5@NA|l(ZN!%Uhh_WYGc${L)I_j4SrZiA&un@4i>|lw)@2Pu$)_AGjE@{atb>SW@8j2Hsd0WdMUh6UGT(YZ}5+O`M|2OVq22hU9xB>?3zxotIg{3_;V_lEO-Ud$ zT$zL@e`$iGzljDB9#n-t+?4F6Ge-Ne*oxE7lM)~FA?n0MocsYU7(M0s8{fb%Xhd*1 zbEA<6t_v5go2pt4d%y64e45^nrWT7)&IG{>qsy$tZhAKZP2#(#ZqQrlmSRcRQ8IBX z-rmJ{X5F~SGVHo1S8e696W>$g=!(7iX!yX8q3J5 zDf})yG-uGutWL&E%;{k!Tb=re`^R`p+^YPixL`Et>29DMY1*P(EoW{H7dB62FUOe) zMH!X+22TE}vy?P8gnXl)aaEn7u~Rdea0<+7evd|N6H1q`l{Cw8^32`VJFStzwX=?f zr4$;?@e!+3Mht(AhrCf=$(q1YQyi-kxcXu2`XSt{1zX9RMwKn7q#y5eZ!$;*bw=~^la24c3?Pk^{j}W7p~YS z>=-JXohM0=uH%NqEm{?zoeAAj>_Z%qE|jeE!LCA0B}*)K?eQ$3fZ1E{cs zS{%kjEf&kLqn3q7{60qLaT}_!3D%DgrH8oo`uMsVU!TaHc2|>qE%i?7MA_S}Q0?Au z-dF@*VT0$^s%|1qQ4*w`rj3%u_!>8EBR_B@T48U!zv)iK@KutC zE9%NgEHfz#SxmZwlsL54z)H_*quSR!XnMI-E@w+wVTIFM+@lOk>T5u7U@mIYcR4}tqROxQU0~<^DXqgw zlqu_w!rpfJ(2z;0VBP6h5E0OO5T5F zr3m81e=(7Q@_S=KOH*CkxVtE0@M^lmLdfAdD(sF zkMUr8)~u|qjjcX=$3;I?(vy~k)|Ry|zxw)cMfIApp^Uvc?e>nkvqJgLhTP901y<(s0vR!$9eZ}X>()U~ zn~-ns0(S2`Cq#=&CpO$UK3&`~Iq?3~dsjpCyQb?8Jy`#-??DUlW2HWClAVTzftK)N z3P4$Ismlbt!knPLhui6p^TJTh3lnm#)Pl5>Op_SAw?bS_;pf3LF$J=w`ux5mF@=q$ zaC4F|M+aw)7wIkj%MX6oz9{$?g^FJ|>2@7|gjK?aD}0gOz*)@A1RzQm+IbRr|ITSn zXsl%t5@I%%I3sQ$Ka1-cKVU7yrOBA5^*n`2pj)*hVYFOp8PB@j3g_>YJ6GO*ee%q7 z>1KJO$<2;vX7-5f6HhL-b=|HTtGiV{;hpwWl2h0<=K4+sm?&(FazVsX`3O81wEV{F z>^82=>gZ3Ii)hBqW4fOCNOF%HNW){dB!G8)H{kL`Y1`eR(IbMTmp8#s@7 z*|Ju5D6rJUv3z!sG7D=v9Xc7Ki{)`N=sImIVaOIMG&I+9x)0eH#ZH!}H=|9F&Ewny zWG0STDKm1+#va0BoM-{*JOsaqpMyC^<^5gpkMUxdgFi+E?D66|j&$ML2uUNHs0kx? zL0ZHOw=QsQ#D-L7qnoeq0w&G*)`xxTr&=PuUD$%I#A{r8CYqi#`oi^BS&emJ-@2(a z5#P?Z8jqC9BhRQ<9je+H_Utr6Ym`iTc0QtA4-|+zSuo?+_|T1Pj}!Y?%!d1^kP=x< zd`mfqj?yxE{1*&0MS*$9OppNqXY$qIWCR^2cPCv=I#&QPXoD((zd?VW0RCi+E3vT> zFDtRfm87r|JCzJ2iw-C$`+#Dplzi}sdtm21kc6A%OZtH1#H^RX&E_S&u#2o0xNn!P zAHq%aBv?A2BA1v30mwO&Eazb|Aw3FWDv0qLTW*ERohI0(F{kAyg@Pks*;}we8ng|t*f!_q4N?G4#joMNl176uaohQ> zv)CzUL$;!R$q?i9uc;U6o+GoS8SmdtXiv&F&>s1~dam`{I5&QDI)gG}(1z`sB=SNu zmJ1>o{zv5OM|OjzskBJucE;G>+;(l-jqT$V)6QZIxwhXIf7tU;&kxRpeb18od}!>@ zEpo4Ws|ahWfVJ>SV0#zjh2>fdvAhgV(qvZ7=*5w*haANT@b<-3;4K7Z1eEJII^*oY zGUAFlKFDz==}GvYXoIvs+|Y!RVP~Iw)%awost;e}=qm?@vond{N!qXj>q#yVZZe5P z!~JDAuG$NwH^W39oLD4=L+dZ_nz$x#=I5v*{V4&4GbKixF(6A3)wBXYhde;%L_C8;IG`=U8=+*8bl@WvqS9?HHfP^o~k1nf~#k0NUEy zI3Y0p&$%@&G29*^O5_wE2{2UK!qsW#C zd&E~0$*eW7FSpN(1<@GM|Bu(KVk!TXV?jJM@R!LF%>+x;DNA~VOyY-k|%%4iECHHKOJuP8LI*7#ZFO?T6@l2-`RN*t~-oLM>XGPK&voxpM(!EvTj z=1Yy#G*3Z6)+ZVAvLr+4&j^pq=>ZKIqX(ln`SPZUsZy%ADGQ2UWTK=+^oz+wj44R} z4L|Yu2$zZw7o{Ep^_Tt!>KMlT&v7Z?xO3#}rEw?Ul05EZ;mop$`pLmaW{Yv$jS9gR zANi4A4J9@aA{2Cyt#f3APE>2Pma~=G;FhxlwLl*5nK8qfvO@W=4JiWD>X6^mOrX3q zi;aR$mx=DPSOm-j$Clk-d?>OERNuWvKzwA z294yjM+=Hbzb=lJl;1sn=lt9KB&j!%q~63N^*Kioc7@M6N)iaxlVBgqQ6FV~R>dT^ zgaD)3uoW(eWF~&9bO>W5A4;2KWE;lU&CHxFLpD{2h2d++t`n^7%;3h2bSZHq4pzdA zbg6MAX{>}B>FlDD8R=}Ii;3h<+5@}DdY~HV^nI|4tPd#TMml{j>>}%hYNX@+AS0bE zSgr~8V)~GkDJDr`#*kfBQ4-*%j=h>|kkAQXmC7l#E^wA2K^w*7ul==l{0zU|1IaqSImiJzhZi4+Q>!;0DAFWQPFP6KL8dB3Q@%~*Ou3rW+$PnZj$)$R2`d4e)X{%zcRH0cO!Jzc{;)&0tuO^%P(5{Z^GK^j zVaKPWQ^t~^AW7{w8}xFTd7(?9P+xzSA0>l2oo$!FM9PA-q&D2z&NPT)OQ|k3!F7rh zBW?YkxQ`Rq|4!X-9P2vGeW5a`WqKYXsDDA__Ta@+6yQg6HkNiV7*MptpHVw+0t8LS zErld#A01SbnsTq`T#Kp<8 zk?d_Kj0;X+*=V=kUlYySh)lFsKDhGX>*2gTW}9+p&kQ>*ug4;^-^Di(wnclDS`0t;bq&V1*eD(K?7LK++V1qM1DYye;|KS65%SnU5ak#`lhX;c4owU#(Pon(|cEe-pN;)nqjawKkM9Wvtj(uWDWr z&53l(e0-Fr@EMVI4<#WBu?wmPvCi6|bg6oU`!N29J97l9%*RPoR}cIeUh_IbE^V~> zgg!DEFT1uR3j9vA9@xr~l17D_jbQo77X>M6<)@-%(nX}kN6i&h<3O=8KcdZShqLA@ zfg#O0gb0fFWKjpoh^vD!$7AhGuZUTst!Qj9$)C#g5sD&O6wU6zB8;vU1SB|*MT-~e^Sj&EWi zW}7Fd`xsXwGLyudN7+6!#&l!Wv;94Nb#AWZe8}#SzoCS0z+UV-7vx%x1K(gePhXIV zLI3GSHg_0mVrleA7Q7st+xgRRt?RP#xh!JN{EgDIu)|nZZ=j3vGL>TlIB0J*q7GjkdwC*j>{VpHbY_nW2$;$* z0AF_cLe8RSebZe1p>X}7Nd4ikt9GP)bpM3oVRqhl!NiG3b~AONbRspJT{l@4&aMYb zFRhp>-9bvyi;>c{u&W4nJQK~%9ZAEZAW=|;^A{r-6_eKYQ}3m|=bRdd)NY5%>diyf z4vkl1&vMjXN#8p79p}`hkbi3kp9p1=0uQJ}w1uZ4RKGXu*{g~NaC7mXN~Lhxv-gqQ zVCCKVJM|N%A_WaIu0}=L$(eEaRe>Rr--K5+?KFBz8zfHQqa>5Q_w(=NzgKwQI$gKp zGnd6zFn)HjZMvlSlcI*H%J0{GQ1@Z|gBQZ<_kU7Y7R@W6ltB~Svw3SC`3lGfJ+Wri z*DzmX$;z33T2Mz}T0aUiwcFhz8d;G;;&H5#PP5vfu* zzW(l(J6k3;zuh{yZ>r_~Wdxt%;{cht^A;gh{(veLje4lc;1OJ9-$LR6nk&g1Rs^eC zq;o@7*|?hw;~2>-)|Jd^jF%)5=B;QGVd~O*nr8-Kjq)ALbHl$+S)?;CLFgA9pt`EE zp}wEGn@y)wBvcZ?1N!71oc&ex0B^F=2+`;l{E|kWq>xg>=%&dgyw#4e;^=gC3?|j% zbBFcE+GA(+1BxM}m2t=kwkSu8eMt^AC#)2H3BV|Z|fY9;5?mhl0<%2sg3zJVxp z^_>p**EMX@o6MVe@XI!}35AlAo!zv#p#JtMNgog+eU9~{ncY#OS={kGa*I?#fRs05 zup9PdSOzP>dHVVSQsWXLuH%tK&;f$sOHZ zVa)NU&_C)>qhsV4w_AlHd#KVYVRzZXqSA?^x1SzOje3hFgtvCFFD12qoE9xQVU}is zMXw?(1J?`re)g`=fa;CQ|Yc^3DV9l+GNx zHmK-vr4?h(JSwdO`B&AjxR=y9!gf7Ki~0^Hj&6?^>v|?f-X)v3(g> zT*gC@t(n2*SLG6;4<<alON-7h}C+;<|2`cR??0H4zp4?ZDmJ+aO)&f+0<1v)PJ~c#2y-DdxLI-<);pVUN zr1htgq3Bq7SoJTQc#w{GZ z7Oke+9HBK!!7W&`TyW2U)U8>P)S#MB@y2k*#&{bXL|*#jC4D|>eYj+Oq-5hv<|Z{W z5V(X&XVKvHvF#HD)82ZR)7~w7r*L#XJ`APARHE_ejE%@nl$kR+II%V4t`8|mLi7@& zxyMd{#Q$CTP}x53Tb?Nt;unOzx@`qAsu5c0 zJdrBWDX3OKsGXX$WpJF%fhTmVJVD6fBEJFy$*-69eyFdFRUSygt=EU9(M< zu6XS6(mIivZECb~sCYv-V}qiR;TxBY;ey6ULGz4jow~V*?-!~ctDmq>d#ds6zHRrm zy|?{-#dN)K=g`tRk@}tdQ(i0t8c&IM`0FGVEfv|etg87p)*l-NPBc}iSGd}XqnB8kLn{#j-m=|Ul|sc z!S)q3*uF^7NF7VP*bj-L8&)ZafI{rc=qg-!z)9B4Zcfrbb z8Xo+y6|c!cJ{Ee~grfoDq1kXCjFFeaDkd{82l=m7u1{VLtF#X2 zsqcgQ5OY-0o*2h{O{55|=86KW4LkgI!WPeW@ozQnyB6#q*Q4)$oAg^$?ON=)COs3? zpfLfysJ=fK5+s}Q^dL|=Sc6}7NF^2KPcQ^RnLI&}P+0rl91`I1dIN2y$X>ERykWw- z%tt_J6|8}R(P$kR4)nQsnLeA=AF`1%Yo(b~p3B~*ggx6tUBI(HLa$6p_*2*#PWaXu z@zvH&o8{Gg@Y<0d)oeZ6mA)fvM8G%UbG6OeVk*KpU}0P7&QnTws!8r$<;^uar`0l` zdZEy=3A54q4j-5-b;5INx>j`=cTtZL+jpdgMW-8@~FA!nT+Utdl6D{*0T%t0nSjS@yM z2b0QQk)FcD$8t0?=k7gw+xE40o$M9^rv|H*SUWjSY+#H~RIHv)sV2(+_}+zpU;Vs7 z|0#bJeN5qUml){oIp5Vwn|MzKB!lJhQ|hg>7F`)E{mFInnmrvy;c(KYs7{)Ysm7<^HkhhTUo#Gnp02tqZ? z-#zg`&iy?Psz0K>Fn#{yOlFx}@3%8z2r$_*QTg_M`O0@P%#cw zT^E(TOO-ffy9@E#Rjtvd+J2h;qx7G+5x-sWJibkxR19dN<~~oe6qWK1WlV04 zl&+uJgIs%*!pS}Mg6dFBN9Z}2xmzEUhl|=Ch(A65qw_!Mhbye`EA*Z0Y(TpuuVgg+ zvqR*3K9!>P0$v2;4y>a_h3yXPfeNYhfZJZLnfBu8>9}>oTpC*h= ze_D7%p@Vhd^g4s1K0ALdn`pyS_5C%G?0twgKn(OTN}eRs(zCOfb)RGxDnGktGF8=% z9Os|}nK>ir=zO}Dg&fq+xT>S>?2+^YWZ?paPf>e-4)|p}bTQK8)Mhc#K^rMPEOe>K z9ObpUM9L4T|1g$9jclV6a_^Y8doGndqz-9h*De|e79AiS`;Pi2g;cc3_Rb2 zOepPZXx#@R;!(@Ze^{5=!O~+&{~Tj2{UHI$peVgWOSxhR-YK7fg$RWxU;36Y$7Pa@ zV4YwncYyAv?rXtJ9NP%_6i=@K+vrB4rJFI zqB2JSWg^MD$l_RK9RmZP9te5I`LGqO*kC_MX8MzfuA;Ohb1~kVeCBKu1qOEGPJSAMsp) z**WYtU&1*@eWCAfLEp184;z2sqja%iGv7L`>Wrtq++e=>pcfI+*=yj4BOME&_OY7csj>O)G{ z)BY>bmLup9jG``!#}^m>7xfk+qy#}3g=2-|&yN+4*x@)}brhXQp$RY(2H(5QEb+0z!-w@hzB)Vza_d9>T^IqP^6;J`T9u_{c z2xW(bNBE@4;qM-vN}4+JL54nte?ALAdf5I2nwNF`bwsK~E9=-NN)+=d3;k0}t;2k4=Bv6l#!^!rk{gLceYy*HccI@u)JICLCd2;V`aTCS8P+zRycYff!e`>n94Uhe- z33TrB=J@Ejwy8Du&qUl$ha68Yl>!KHiD^7u5BS$dIbfd`D*|dJkT8Z*h&bvE7M^a>RvaTE)e2$eEZ+{>98bu^w4!6C!rdC8vgGQ3$aa9LYN`@b zkQgb}6r?n6Sz`2>kyp*Kbevk!6eHFS(~igztQeUT7t|}LY>2%di&R4E6OXGsQRvZ za`V&+f3HoRF24GHpQb!2grt;Pw6h9X=126ES}?E7NR_TnL71-uw$cY0dPl20-)~& zHvP+GN~TWg2PFYOW-vCo%f#;JEmvR0_{Y7unY&(lbCT{&Se(8`LpG2p$M=d>1@&7+%Zyt^8A)Tr?dL?X{*=JKC-5H#{275y3H(O@CDNEUhfWD4>V#Be z%uN0#RK$oGqh3rr{28tVN%`P}i~G%KZ>jcO45o!*ORBtgw2ep>sj`e@AyE^uYRdU2 z)wDm@#~J2{E)(r`T$+`WXAX*bvd29$p7QY^z(n`tk(uhvQyT#8S3K~{wCsNn1c>HB zBpVwfP1kHEXNtv}BR4XuYh+f}$gJGRTZ3e|@vwks9_7Z2@$#PzC& z^Xg0V>3MBz5BgoW*7#2H7hq@6_Y+;D!(8ssmV2B8vjSqU_gwBNW@u;bq9Z$4+Uf!T zuxnmFYFbL+AvvY6Hac2L;p=irVSSmBQh1!D6y{?m+`Nmxf(`$>#tnH|sPzaDdgMo2vb4#1BZ9?7B>xL1ZweVS7_+%Tv`m>nqoGHkN&TO-*gx%db{R z+wd4>@*ebXYqz#bK92IeaOBzeZ4*j75fjvyP^L<2G5$FxWZ3HDj>w?S?#2R!mQXuQ zbR)XAgxb-bdhN4aDz(ECULjJqgOfVDPCDaT4W2NSa43I$*t=fYd7*^cF6#=+FQ7f< zYEbTmaLIPYEu%UGt=JnpLr}Uk0KB)zn_gZ$$jF^W@hyb zQ)0NZ)x_2RyIZECO6-U+HA7z!P6B-up%)b3f)OwW^82{%7XwG5~>Ky4SWnN?3zeQ&VG z+K*Z)ECZ@luF@iv4yWi6d#IzS+2u4P6HG=UTgVdd^_16y*DRNlk6T_7>hM($MrqP8 zyix~&uL2D2RXt~*FG|#cJ`7_0%25!~VQR^Cao|+LR(#L?G=`LGk2mOy>|~t!FdFqa zT_Zvjvz@#G7h24Y2n$3X#5^zb_0UNh`?*h&kmNWSemo_9;ZNvB63k*Y7OlWPcKiah zPV!kSIdHk##D;g0`j!`G!_$$)i$uIqQ3YOtOb?;e9r0{kx>~zKT_)f_ChwdGE zkCGx6?u4g4dnX+A={sQ~O!rXMj_-M4M3eQt$s>_`7ShbqGE^dS+^t%GyEny{~CG6i2&9@$6o8giNc#pgClW;wp@L)9p?x*~S|k@w@Hf0!3K z`jv?1rI72T|2CgYRTkOT+&K+8ayBJdFb+DR(WMmUK! z7D=?_L3%(1&(YcQ1Sl{{BCkG=8Tc`kk`+rLtxzIiNg~3-!?T?9lRomm6-VMa5&;_j z;2E5K!?IxAX{%Y-layx5UdVIU@)mq{TlIo36=ykT1Y6m{OUdar|3XQIZPS9^ZQHp} zo@(2^P>^G5S!lN79@MN_$jh?jFI1=5)-U7=$gg3oj*A+bR~G6If|FI#%MuZ5WK)`DSmSJ?e0dTIZ8- z_6TS8c^l4vGpR0|r_i~BpQqA!8WPgux|7ab{CYZ_XYg}3ooDj%EIRk_b1$9y_<1&+ z=kW7fI?tmvt@HVGUck=_>AZ;QB+nPqc?qvyO6PulUPkBTbnck1pz}(0{#g~yL)P5+ zwU#VTG&2kTK1;Fs>~9=gaMfYpUKDa{ISb91IIXO)JtJV0DsW*xE@v+^=VAocXW6nJ zW28MYHAso2bar<2_I7s0Yysl45)o0!Pk;!zM1D@TLZ$enyXe?)zF)l98`veC$LhvE z{>4|Y4ndgTY;k3e_Jz`_-bndVOZh`f_UBeXNF8nc+=4%UZci2RKeGV*dCvK4!Lwi? I$U5}D09Rs7)ur1k&-X$NjvdZ* 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 p4?l=Wb&}=syE;H!2i<@NUdAxuMGC}|V literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/_yaml.cpython-312-darwin.so b/venv/lib/python3.12/site-packages/yaml/_yaml.cpython-312-darwin.so new file mode 100755 index 0000000000000000000000000000000000000000..bf248f7858d99506542994991f8cb0e5a8d375fc GIT binary patch literal 361928 zcmeEvd3aOB`u|BoA!Uc|WoZgtDF`ksEr`k~hz9T~9tsAy+7zyuy0Rm#X{!>5dgZdZ z2XJZQf=UARx{!iOQA8A3-BM5qf+DiCVQGG!_spE0laQ18JYRqRmFFqR%scbGpU*q* z%$YN1&g9F}zcsWK1cQKoCj7O>Uv5i5c#JaeFB5;c34%~mR5;RFC}&0e*CJ**5xMjS zRr0^0qFJ}zH;X6m5v{N7l}wgWW|Y5B8fMjhEd+;}p!zds&7Lx|F)Lc1c>~kal|bMh zrM3D@Tpzg0|Cqia`>l6PyLAR~qV-+zG1E7Y>!Y+*pKu<&srTM9Qzaa&Z`u~7Z$&3& zpVHBuWD@p&QPI?yvu2dsb34zB)@S;b>3gjQE1;wm9T8ZOSyVLpp1CFW{JW^+p4;w~ z(~<4__Bp0+EU!rEXdQ}f`lL7s;;*Ra>Vm?8q7gS-KaNKWXC*=?|BFnM75XFH9r0IG zbo;%k*Yx#mM_Kl-g;cvdid{NQAi)R(98PWLc zBbepfHmnS#wffYW>>K&*?z`{3N6C-Y_w@BlpTdXAY2!m4P?XB}EGn8ZQ|+zi`)>u; z=OkkMpB7)VK57RG{)&pO8+HAdkynr6(Iz-JB9YhN>6%2ArvJ6NdI*B!QnH6~K?s7S zErbj$kw;qy_q7&;`<_BR`aX#=@Rz%^h0qaL>yr`%ahf2ITgT#${@sWmq`$%Vz5t)v zc9IKd{>yEdD4fuwm9G?zWT#$wZsCTcysJKX_2V@^+_8CJf8?3*$2h>Mv5owl`D$}Q zAILi5Px(jV8{r^bggx=!ZNb7ITrzv+j7#n+nL>Z#=FOaS>)jU*zxdztkU}B+yAXe* z=jp{QgcUH>o2Q94{p-fl;{Az&lgE@SX#TI+1I-?2_CT`-nmy3$fo2ahd!X3^%^qm> zK(hy$J<#ldW)C!bpxFb>9%%MJvj>_z(CmR`4>WtA*#pfUX!by}2bw+5?15$vG<%@g z1I-?2_CT`-nmy3$fo2ahd!X3^%^qm>K(hy$J<#ldW)C!bpxFb>9%%MJvj>_z@HczF zJiy#B+icuvs1;J`i$174b(5j;#0?3R=N>Rtp4%iWI$;z%BWr~vf=LYR4hTz33Bub+ ziNiy~5`}j}gHSlkARM;glXN)Kx?2T<7|Qvh>oiKQMfn#6Aw@_`2xYer-mxXKa>*{U zb%!8$?FnL)DN(p=V`rhzo*+~$LD}jlT`#4&0b`0sfL(tl!Fv)IeuS>$_^e0}Lp4Hu zKI$E-NDxBBf>0PRrh0Bi*~J|NZ@`%B`3hyt9aufXp{`>UeMgWVXf1e8K~HH=v6JfA zZ%p&t0$CmMYc%?68uh1nZh-#fZR_)M4tDLR=-Y!jViMQ)3*$^!NZ;rt^bLi+^w!Y# zv#Rf7)N!}s`hJSkm)C^8UWBg|^c_&@rFh;(9lVV0r8XqYHSM}vvjx*(YPahBieCtC zil;lulAoR6Um?`z;Wf{cRKX!p+R6Rxggjgnw@XN&qgyc?N9HiC&P z29n9PQ5e`BpKHV6bds64tS$1)3Btfu`1EsGZVOf~5qZEjP{8LGTxKycS;LRQ64)OY z!eu9$Ic$Zin4*@oo9=0q0D!EiS@ z=1ae2{yYV2c(JzgWo?BN@;~|BX>dp-@a3VNLgkbnc-$Qo7Oh0yAe0Fn6^EojKjLlR zf&_8MFoWsNYNJpXJT49auYn6%vb-G1s}qNqD6cikD@{P&8F5Gje72xH%d18EPK1Ae zL+St=Cinuc;RC{uaK2E5b{~>m zB}^}dt}ThczC#$Y5IBmEC$f#ks;F|ZAF{b8V!r! z&#!v`s{?8G^iV#fTcG{W9#0FiTZR1h8N7ijSR5E2yBOtU*}PUEGh~8BW>)Gw)GFkd zYw)g}(JF*^mdC^4z=w9PqWFCgI{am=Lhd;RuSrnlCPApOea6NPJIbU3L*Q|gn;oOv z78Y~2D0mj2+^qALPT64Eh_*D(E6s23;+_Xn%wrtwJ;Wg;7m7o2 z4W>Rd=$H0Bh)u+yEupCXFzU2}&uu*(sWc=CUmgB|_t}MyRFa(X%5V)Z!cW^!mg4bS zeA>%ysTT}Fh<%Eoz^w-FeB{&h!*Q#j(B4`M&0Hlc$~_zQk^irT3_gAvhj)Y=cNx59 zw9halZ-EdB+-dMS#{5STZ*b2TqU1j*gv`kIuX9S`Bkmakl>9{)-|j#gzWtIUyyu?L zPsv{@gxn7*={q0%*6)p;(J*c zt$ZZOx1p@f;7y);zWhp(kA}R+;N3C%eEA@fOOW3J{nO5uQ(M@ch5Tj%%^MnV^`iV2 z(Qf}Tc*hl=UoV^F_ZvdC$87 z*0zTszX|f2&#zxc@-pC?0KeRMzWgZ37oz@n@Qb1UAju~{UdZBe*0yd|iqk55hQ!xt~0f5OTnWCvI0|yA;_A39^63N$2DEg6#Z`_P;UG|C=fQPv9R5e%G^l zB|XH-JJ3%Ly)INz{McZh`hu-H^xpuUx1X=yNAekH-|G$DpV5Z~T+Yf&Z7o*X_YDt~ z^bte*I|!kL(DiGwP!;SYR0{Z>gTJ4QM$a$!JBYtoDbRD3F%%eM@TN>;Ivff9E1g-0 z8I1J-qvJ}#^9<}c`Wr&-(ac_>or{^BKDcIU?G#7ZnM8K3F^1e0*s(G@u2lt<3ojHa zp8)q?*BUAhtzrD#sQVDvON0Ne)!2I+yjmB?y!xPwVvq3A+(66gDzbOIF=QTze%y-L zn+~1st3vtCHY}Zlv4h(FnGd^Jw_w~cVeXP`$UIDQWVHR$nK_9edE6RW5So(6>I@@X zSA_D9w_s@+pDsA>u)F<~ADl2a=%6SW|>@%sdMP<^` zL{{zv_L)?fSXnZ$m7M39!akEKTUM4FVc+`{n`Bv1Wvj}{z3lsEQN16SWP}rb$e`<=>10^OvE%ruyXQ7Avqj-@NXRY02JOvq+7k9Pw9tC_vQ-B>x8?J~3>{2a^2^^j*GK6^ZOZOHvww(KKnJDM8=zC+#NOt-8vo9R4C`IqSHJOG`f z&wM0O-&WK!7ijeLWct2EzJHLuzAvFK1$+oYS$i>5i}?8nd4kAvnKW}V#7`CZ$B=He z+FSB#I&4zkqH8+c6F898^M@CDseVDK+3Mu=EwCfs6Qe%OF+`-D8h<()V>ZR}GU1~6 z$wiFY%i!jSv8MAx#c9N+$vy4%gv3n9=9;K z$lOLSZsBi{?xxS}ILb$J+mAfQV0~_-=dv67n@Pr|_BR1(J#KrTm)foROm<^`tAQOY zH$T#P+-ekVV;Hv@aPz0>bNe6$x7U&9&eP|XQ>Svvm9eSZ%t-5TTgkZCl|hx8Wnd&X z5otYcJr!r*XL&VN##}nA4Iep(t6y^0*ico+plt~ft`qU zLt2m95!9E*k~+$*z z=T*E@kCMl9vN%Jzk>}UJo!{qrl5{SfAIGF?jVwo~>`w?PZd2sk{WF^>|T#r#@C( zqw>my@3ie@Mp}t}sltzz&xg*w7TP4lV%cWoTHk=En&8*~z{+G>?o z4Qyz6`H|M+^*v#txp6t;_5EI?1NywaLiy;i!;d_7@1}WKWL#={iAd}5TF-eEzpwJL z_le|XLt2m5YYMOVjMr=6<=Cgs>$w=b79vl~ZJJjQ+_mi$Kw6JiDd$z|Re71@`gp#_ z?_~s}^>|HJc)1v_>EPwxqtENs7`zIR7r3x#UQTe=@^T=p$7>AdRs5F9tD;wAd%2O; z<26*_^&iG-D8=D!eO{Nu;ME;@=D)zJM#iPap&w~IUa6c{?Q1HpAZ%#+7x_|;SE9me zG2@j8UgA!DULnY%`&STowtqC;UZyBsLL6Q{LZ>_)u2gyDM)4wF>hby#_2qG6Ipg)^ z9`vsr`n)#9;Po!@+!r*>%Oc}a+e<`Rue~Zcui9r-UUv9S+g{{LJzmc!yq;sco&hia zSNgo3jKS+cst47A9^713C$LmVYtM*BiR}eO|yvUb&y!t7;Rx@7xz)Sd2pI1%{ULBEV z>(O+3nWA_Jad@@jyo%?mymF&>kuUXl)e#T6F2BZj)$K-K`9h!9VU&*^H})aVozpZg zi;PQcFA-_I_WBAs<@ts~WFZFn3E4a}9D`Q^^4#5<=4Fv_sqG~qt=C>5;E?;*Z7MH2e5Y+M z@}(ZHL#Qv08}Bn-hj!um^{GCu?@>N_+}Mh|K)0rOIb~cbF9*_kyf$%O#Ws~!1$?LF zMZVPIwN~M^f$>@kUbav4dA$~c*D~apb$H2Z93#ZWH4cVN!pWCz;+=`Ir?xNFX8eSF|m&!{-T94NR&Z~5s%FEt0l9vr> zJzm!+ygp~Vt^qH{MtxqF$Kcf)d16-6yn^7ay;lh!t;fsEc^Uqx@-oTwHTPgh>+$NS z@cNSR>PUU8TAx>o7`%>C8)r1l%L(pUUJj)7c>M~UG|nh1?L;~buWcwFJ$8JEJV$!dymDn+Y8;x8*5l>nybPks%L3nN`$lg67`)~q&z#mYuNrXIwwE7iJzft(r`%pcR9->Y(DDi(t;g#g)R)`qTgK}i z@N#U>=QRc8quc97__dc>TzD4F)g& zNBX?_#^BY3baZZ-mjz|C?Ij|u$E!2vRoYkOW$zTp%Z9WbuLOnH0mdrq^Kcy0X#7(di+FMkYP zYmnz?+cd8ll+p6?Bdy2lRnDt4TjdpO6Ui%pv>vZz3a`VA*D~;Oe4x*3VGLgLkmpZ| z%}bth+^fzxf+(lu7C>5$+r6AyPNvGuB-htm!;seFR-|w{&bSqUoBMrzZsTHb8;-m{ z%h=osG`wD5|I_EyEe5Z)$TPQS znwK4AwC!a>T8|fY2g!Xbr>)A%lo-iNKw6L2aqy7)*cry__zqx+?76^rQoiqiXB(ssPNLHxJjvlP6y;&UZFKf`A= zK5Ixm+a-NUa(sSF`S{$3PwNBVzlrg`3H+aIC8X?m&?U{<$nusW55Jj~QaslstwVX* zzx*e)$+8BSSIrE@3;U!(#pAn7BM!464;qB+**7MHdQlso&d}d#p~=LJ4=}z=e=s39EsJLtkjv95TgC>Wao3T!|Md^R_m0GWp%Ds>fD?VDuC~( z%~RgblH0$O{DZtD|6}Qgcshlr=aIi2hP;Z&^RaKW0KQq_a7icLV|jJRy8?MD;jcST zeoqL^;`$?E=8VozDxRM9m~53c^8r11ukhI&zp<93z63zv9-j< z$}LCU9+yipBmab#<*i3v##1h-3-Sti-frYspLR)U$n&mc}67gDCg=*BGY~1Yh8B z^i95h-(nT8r(V4-xi_$QG2O!29{c}7E5$ByTz-lArH`QfUT3zB!&VE}qH*L(#0BjY z^ncXg+k-Ms$oVOreB{#}K*8VO%SSs?o!!7PtCH!cBVVj?NgI&&X)JsbBk?(^IlhS+ zd_x(&*HFK@6!>0cx|7jH-!(9NsT`jhI5H4ZcXE6kIKBY%&P6`eSwr|V}s9%G8T^SAo9t7 ze&}6~e5x~_@V&%zX$l!Z#mOF6Sn@%@x8$DiJv0=P$q%nTh8%0pf?}m0oBPTd`p>*xxi6de?UuP?R{k*~V&Eu@hZj@PpG9HdK zP4O#iQ2jc{)QH76$~?lc9!44J?_`7O=i?gVg6za2ygbFL7jcZd`(t3O ziNY#;$*?*vQL*N9W>_bq{=kQr-T@egs~5YZr#aRw9IJU-gD>SlRwkdWCAhv7a;$!i zm26P`xscf)TXH`upN@AKSFFQWhP)eMV71$#{JNcC&F!ONt!~S(UW)qP%w>AV!Ioi} zOS+X~eUW2z0Ec%DD{~XdSW%`o$GVhbwZR6}Uk}+J$Og`4<@14c&wDPZ8}crQfz?zT zi8b&Q!&-BJinX{E!g-g1eW1Y#d27se*Ix905Wmcd}Lkrfo?%-Jc zutD|fAZra=-`vZ}-vq1~@4KWwQ9iW&{BfWn3ahw-VYO$gSPcmb>ps*^xtr--3|pno zx}**qtA%3~zi#lIxRaGxjxu{tW(UVQjAJ#!2G!5U+~r5eX5GQc&jnWNhc0O|^0vjm zYMB!0SNAszt0_yxy7Fw6JpWjO`rg}_-nFn*{k%*1=`0%ux^b*-;8=1SE3+PDGB8J~ z;8;^QRtIcQ{kf2NAxpWHbEA0O;F6w4-s-=ARoKO_R-~v{3+fowM^V3U3e&p-whS-1 zq$-Z}PsnH-5O!jGEoNnQql^`09^zOJp$v@!0hFQo>mgeJnYW0Sr+BS)Nz;*c-(SFL z+s&|AI;dD{k1?zh3D3Wn-s7-Uu+k+x#j$SYSZ(0?&16=l4rNxL3|>^0uLU1*tRies z{W{2Qfvj*6FHiCMu}iuJdH?(iSp9n#)?ku~we$$XdNJxRxrymb##mUo+9gfpSfA%u z{lGD60xLuFw>>D+i(_5PvASV{>gT_VITd6y2Y!Of9Je?4hM^A>7IGae(KerA{*Q9q zP$qf~9o^p?dpUli2LCS%f5Vr+eqdg9HSXFsQ!A$c0fk{@5^OkNrUea z!f)X^fPc?txMri=hq3TSU-Q1@`0F(I_c8o068@1)?@ZV)@WB2VHioq2_yu5_bu}wP z^TQP=vz+5Ma*P3#q55@@t>*a8LO1nU^BoPoUW9)**8%()U$~^lQSQlD_@m}+eg*$A z4gPN!{(A`jFs64g?3ca)`yBswkkPo}C;V5jGRskB56axm@$cXm-LOIR^WVf=g5%%H zWx}2CAK|}(>!A4m(j`qmxtmeuy!eT_$8dbd{eM`4e;dPp73wb;!t}0%{pz=1pW}Z6 zGQ#fwwpoK&ne`}>vBo9kbNs70MjLEU{kf2h;P{{CvH6aGA|gW~@ymvkY@^+TES z@JHQair;hmKWp&UF#PRNf5`x*cL(en-hq9N|3SzIzX)uz`m-{-QO1fgtvLRf9HSXF zsQ!A$k~#jnxXgc7gRe8;zm)5s_}}4@P9+E_=eEVbe^cZ&RQQ48|51Z~Bg6j#>M!ZX z^d5)(g0-;E@n6UB3&1w3FDp}rGAmGKH*C|qe+0)EKpCoE2iXD0sQ+HUW$wEheC-H- zAFhMqe;3xzQ0|LZ_{T@$_bd4KYVd!+@V`a)dojJqxUQ7?VE;7hzg;>x zDYAPTd`80Go$0s<_*d+6Nw=Zg-6#_s|IQmD@rwbD{|gQNw;BHHQGZDnrgt3d8~z9T z9RCN9$?*?tv$D8tl(C}BwH*Iij?oMoRDV5W<2e2|xJ;bZ;A_A&r7(l(m<#-SzH>== zD0d~wMB}fyE)u^`%kgj4;P){6-BEu@D$_d?_6t6MeUASL$OyjxY_n3hZIoGoGB~qD zj{kCwF@Q2uzYemV9RGt{CQNVeg@FH?&RLhzdTu_}?lOLGNi9*X9m+)Gw_h8H->=}W z*5H4c;s5;$;P1e&Er$Klk6@qU{};#aC;aVMndK<62W1W#82)h_qZ>A;em>^A$04Ks zdmWegf&T>gzb(^2>)QAI=#qA!-1o2_jo&mp62D_V_y7AE{4X;69})f}rgsPISNmZ< z#QJYvj-Rm2GO;qdQ6>ZP-1QuPPmYmnQ2n`(ZQ}U5DzX_3zN5hZZVarJDu)WQj>c-~6N%Mvh+#FYRI#osXIKwz#r^T`4985^ zGHi88T{+hA9IFF3mi)%b%taY1%HSEB90S*JJT};%`s*P(B0m>O@r+bt^Vrz-Eo|9( zMLtV#{v#4=;MWGr-6grX{kGgj0A+M}T8azd9Ix>B|=d$rJ+!RvmCx`kh;`JItZbAT~irwu%B08j7MOnDA7 z0CRxq@39wvmn-1q0#7ygW~1DR&zP=pD3^n|LPH(Xm#^qs(%^dz<;X^Vp67VB!S^Z8 z>&Nrl?grm6o|miGcop|^cs4SZizOqhlnW3p)$m&n0`Wsk%8W*a+c1f@D`akme{v90uG);Yp z)i0*{AF}$?uMOze%Xs}Sd3{=QlKJ1GsXvz0zme*{&+1dZEI_|}oY&vL>)UY8CD*@8 zQ~!EazkupjvHH}nO3~-$@cL_beKVgkTJF%)zmCc=_*Rz5Ek zXZ6(?4W4A2$wOyJ3izDJ?bM;I0@!;(Sk2#cvyyKE*r!sD{P1V6gHNFaoz0pi_dhys z^Z@$J1&HfmC@Z2Yojp3hh9X)g#~wcGO~SyPIBTF{;k6;B z3I16vEUGOR7VV!ZEcz6@+{k|&b{+7ofIU6Lf8~*G)*fxe&`X>jo(;)8xJE%7Vsy3*hUecXC6(Mm7V+OwYxrM|LYF zcahK4Iz*p>Fny50`D`xsK;j%m`7GXCtY=oA3By*V=TX%87SD>?;gfXv&xL(YfKScV zNV}wWzqO0CJIZCC&1#LqEBAL0L(ijZwo#ZqujPtKXAHvA`{1KcBF>lGF+5ZOzN2$G1#Jg?6sP}86gvHGY~wj>Z14He z(C*GJuovnML%T6W24VW>R~BY@5*M~<`&A#;6VUOyv9;$V=y{_dTsQ`QiKyQidfGxp z`Bc8hkaXul=tx4H-pC(@d;`*>9ugP#{_VjXsU;=#75p5}5$$nSZhKtMH0?ST+y>)Z z++6-VJ9t2-L`;OlMXX<@z!w3WV@z>!mSOVZ6p>mXf|_#Uqy;xq>s z0_ao!Kz-uP`b4^1CzaP3)Sh%PACExZyd<2}37^_<#(0s#``j{9XW#=>|im+J_%pECIjGD0p+<<1tlY z45cRtRXFpmD%+5D=RZ-lHQHp$!{XvL+jCu`ao(uS@Z%M>#Fwr>8y?19nnF5rl;lYr zlUzekcaT8{nGi3Q9qp@>Hl(vyEBJX{!`F4Q(pXT7{zPY!wE_kj+c3BAF789;wWfF; zLS8Dy5!7!SM^K-SBdMMbsSd_MC*&0^*d9IfyHEjQm+I5_M{TQ&LDaTv3`+OBg}Q-s zoQVp1CP6-@S?+r#0ri3NRgx#`%U>ip`j=k)WsskHz=E;sT8v@WU@RMnG3{#X?Hf@U z9+4pL?Gqdh>5nZKlj_1=%NwfilS~dN2|lEAfs+hERi;U(N(CxI&e?MpABb#Q@ddf+sBKvTn;|1P08v=@kZ@HeQhFS{?@`k zx^^I5zfQ*=#;LC}@t1|aF8HH%RN9K#QMq1F|B83L847v4I2izW8sex%qraw6f12ka z$Z^l>4Qk}tSm_CQ2IMA;(F#5j#u_amE7q zO8I)2W^?j=6bPd|+ zM0gO*Gsd8ta3bv8kFqOGY@C$a2G-L`e#ij_{(Ck%a1pXM_{IP5J=)MCx>e2MyELwJx4v2P|j=Q!3D zs+~_!#(XY3sDQ71u^3DD_>pfr8y-~6*SlDLn&*GWcb^FlDmH3ub@h0WA2=NzRGXmc z-VcAjMf#Cn8j+vnsUZEK@SvQC{7la((qA7Qvkp7hs+2f5)pI)m{R@Ufw< z(;U!^v4isDesL-+Uzb+(6fy3lc^)MD$dl)a;Y@kWtRw2u_1`AXUmRZ#LHacLkk2h@ zjaletDV{pQh*&!V8O6Kh1e;S(yw@J5@gU7}FX}#zwxE7TWlYD_GAsXNWo|>6|I(PT z$$&A#fUzq9W0(w&jRBOV{x5XsVjYY8 zY$5qD;<}LLCMOZ=a-D6gOrTvC>$NCD^=!DVu0+0aR%0%%r__!#mono!>G5+t$~Zz} z$VTWq4IBlVnNG1y7i)j$476c$XUbP}S}+e#bW)!QU<`YvjE%n=5;6|sto_3LVZ%c? z=&u#Zxm8(ICsoEl?P8YGGzU-j3sHFP}eM-IDd2A5aD{(s?O<3!(yktT5H* zje;(!Pva7`ImHmkYFgFjVNQ`k+(yE-`DoZD-+Ot5@p7T+M{7W%MZAb02AM^aDP+zDE%k5ckv>@~_($to=Q{jBla}Dar zoMZf6#{-bj8q#r{xy($+<6ZymggoB$Zz|;Ru5XiN`x&@SU4yYkVn234~2b0@!f;`A^5~NC{av1 z4~6r_B2PQ6oWvTJggnC62cNH_JmGgA2>YfZP3=xP-H5O6kPaJZj+FrJM);rwe31yB zV61!q_ptB-^&wM+Se4WczweMFOfSdWIvbxh`aKui7Zh}7^YlpzyIC<`kmq|nt`rI} zU#OyIWHeR;4`o>~*Q@G--+L*;SlByBxNH<22+&;7a*-I?i8yqc1+RFC7?Oa`jb}rpCvG5ZSmp0ByiB#c**FX-MVQ}%@$zMwhw49HFZpWgU84|3QFIXh|Iqw2)s zN!*iVoeue97%%Ok*|jeDGMvF|5OF>=oxzOryCJv1Kg8c8sK1ZlMC^%}+iduhk6pkZ z4scYxhcva31AYJsS+b=Gosv+N;?9p}`{OZg zoop|JMj@th5ofq>l;bQH@l1KaDZ-+pi393OaG#txv3Gq*LU#Wy`1}lUK5C~Jx(Idd z0{Ra*tVy@qo&RpJZA0qP&sY+W9g13u0m&^5pRz&mJsYu%6IPm~Oyt<5=>T zf6|Ar7~C(%AjW8v_xESxl{N-*5rerrrYij`rp)N)7?;1sI;vztJI_L0iYdo%!D~fK z)gz`VG~6n{jbbU4VhLj_jc1rY6qZ0Y#TLcX7L-@=x1c=5S{m{fX!7wJJyj)$uN34H zCW@;aXe;+x=Jzt-5c8>BY5tThx2qCYrI1~o$Kt9YiN#J3?O6by(ERIK>Yx3%Z=jd@ zr{bI0s4H9?-#1&<^Zs^;P)L5EITQJ&AL`0|^HRZk6MU17-+zeqjcMxtC*SnL_~v20 z8A`snMDYz9>lNQzPQC#@6Z(}B>n5WT>lvN`$o0lPs%zKOvp3f3;u!#0y!GgdAdk0x z&=c}_^QSJ52QW`Q_rSHd)?b5b{zzQ=uf`l;1m-`(D={aK=Red>gg3IR9Z+8Bhs$2i zvgUps_I1bHp(@uQ&1_vJy@Kn!Z4L8R&yyMQ{h#5_QfYWEhcx(fc)2pKroK%&AE?Z- zp1^%8{r(sA2W6g2<;EQ^m8eW%1^PSc(|eRuhUPdVC)upmvaE|wluAy>X`NP)?KoK~ zxYt^@#Q`D7Hh$A9t4Np7lzW^*;U_Te*IZ|Abu|#EoHJXXsSwWrE}4bF7|s zb(VFiMrRl?IRx?@4P3q|%Q^<~;KvxJu_r>&LHy*hgrT05oxGCy0KcJ^avHuMIjyHC zTxvLv6BtjEg))hryOZo0ve&9iI*E0%YmukD?p^>6blr7)9QM(;_9<}qFA}_pkGpF0 zFHR_v{habbmX&OsLizs@ZajC9+r2|KtMX2xvk$Euv-3;nT5JA<&1LP&*<2Rmf5>ou z<}|AJEOZRN5YNPF(LQ)4NVbU^`9RB$p7BsTj6=B%u+8RD?3(f?bkH@${YBW92ANie z;vc2{;{B!a`_zh!X!#Dv?Z87Z@fmcLLbv+@!AsYm99)BnfN?3-Hg@{M-X&P~P{x=M zc-Ps<$Kt8<9evf=u|Cf!V^y!eo1u@czao6D;3S@OpPImIJ#bA4mEO(TBM&-4h?#Ni%B1(9b1=AO zYz=$!!4>0{Ja-w<7Qcz6aK(2Tvz%?~^Xw=;NQ1%F(6uopf?XpqIKJZdH;=0ric1)V zROlE2f3Hm|lb(gnd|+7KMeq&=2F30s+)pTY4&XasFs0Pzy^Qh{w~MpT2k>2cjj}^8 z`QD82h@SH?85^UE71<6ZGZGKXtEr7h-?-#5DG0v|M!mC}n2chSWNW*YNx8s#8Dw+~ zc5>hBKN?0%Agvj zKs{|NcExiQJ$_H3Y`pvG#~{Zz<+W=tYp-h$L4F3;olv@16>oidCd$QoR&gifaqs`B z{{8HFwA#KxXy2X-uHpd)_{@M$DpL}fM{b0(GFk(>O=l_IWYTpp<`F3MZ1&w!> zX)N9g?qK^mW+Rr$pqFI!dzlRVKwfjc2eKC+BP^fbyL{jFY}ofEFCV;{m9M>>m7jt# zySU86Wd<&r4B79pu5{14_)hnIjyJ--2A=mO&+~i3zARj4lY!gAF<0Ed?5zAZvtvQo z%Tb0f*OV|>^;9M+;4)fQ)vlw`_$=7)%-Sd{Dl28zojxdw=W;&!ojy#g2bypnL2??~ zX&uCY=eJZZfV}#-@;!n){?MG(j&`tX?p=^>yk|HHy`)1~uTj=#a>O!e|3%pILw(19 zdjM_+7-T!QPQrM5FB^lVzRltwXGEFQqpw54{+#8qJ^p+{wkJPFP4?`7Jri^mk1Ugh zqpX9Er6b;AI*h0be|}BRxl0Smqy&_y!}q41R~^S50C`T^5o0iHxX-eC6k8hZxsax7 zx9uG6xA1#q9g&vXw1KU2lprmSC1K1rW2|pbUT_zFzxS7fN@~Xmx8S7bCY2qS)%ZX(CM%;yB=o{quDUEzu*Xf74Zo%NCwNO326~7oN z*MFT*8O>>344&)2Q{k9iAcoRm%RPp191dH7MvkfS{Z9b*)#QJQ|GmIn0gfkdf2fSb z6^%SoJ=da)9lp*UFHFZoCuG4Mgi$LpI#N3<6oif!&9mP(I;o9IG-U50tTaEMF`BM7 z6i0MTqU!;zBW%Q;4QeaeCujeI{RU?;VmqasdQUzm!Ql0eWZ08oTd*3?KC~7Uc~9OM zvK?~`UXrbv$nMFt9PEu8l09iCOBe_XVN$MzgmwI2>@g}Vm&6IIFBzAyey|_wqhein zIbGLM{ww&F;k~)&wkT;0ztFfcD$6URGW~|XYH(V~~ zv}9Q+zxQTg&=$nyaDpi@6GSaY0Zc1(0%sI>kMAoVAfU@(2eI!Xsgu5zC`zuwBGOs|gV!PJh710+*Lx*s?!Am&Pe=<}mK0Gvp`B0c?kni1@54-oj z3gu;;pQ}EsL0cw$B8K`HSX zc<;;neI0P<`FjjxdG`yxhrlJ!8-vlork%o+#Xdi+5>sHSXW7!IIw;J)|k@a^Is7Q zqtI^3I@2h$+XA#lYm%Xj&Xb`{NJh9)&<6(Ig*Y;^HaQ3^<{30zQ6FII#SY#Fet|4) zxQY>|@BEwM0_RJ+TQXl{ zMfgHppQZ6Q6S7m|1m75ni#MB&iyH2WIqS-#?KlI&`3U#Lf=FMqgkJN$_`W!l#C&1< zE;24Y0v3u3x@OSY?f*G0aNe!hz~&sgiDzRUiHwU~kewE4uOL2kU)c#xM6Kgx-`o`B-mq54bi^#ZG z3|Za?!S~4qlzFk~xUg_vtlL~BVXl=@a}W2$qDWsjpx3q|zAt)*GUaDz?wyfwF&K3z zF8nwDO>vQA@H&2DadBgWFCyb&EcxOx!B+-f_?I;u7f$Yr3ERu0R`7-WHtvgOB7Jcs z^a|VK`(n!<%opO0Q!@HKpd_H#BJ56f!Hq{rZc+zH$VFGTv_edzOViSL620p3!4nZah>QalWO+RV--qyl-_dj&=yQJ>-v=do zm=6Lqk#W!;b>-^??v?(I>&5ZISijiHd@v@$2a)5#XvpSt6nqcD2ab77$HA^Y%cNoO zL2xAZ!JCmj7y^BcP4Rs&YCH3RANR7jpOcjP&SStJ&mVBl^>^HNuEqS;{W0@F>j)o2 z#z7Kfr#cC~p|CH`XgUt&oGFvK!Ur{1av!XW^g%uJ*!=N*(7T5Dz`Zdt4&FvxiUV=P z-xCKjF_&|Ez+)PDXdHlHYZ;G35 zFn+wtd`A5OUWmC~@c?9}>e$+!;^mFnclC&n$9pC+ z7;@U<+|-_V+H27dWy!aeli|F#u-;5-5Ur{HTY|hclbgfi>z&B>N=BJexHoHZe11K~ z_>6n`&pu@R(tVlQFYE9OFQ{3IK-*W*y{Tw^g7aBykBgP7RYj zX~p{0jl((#(<{0Og`V%y<@I?N*5|LAS90H-No`#=tj}*T2yYMFi~V?5d!sdHTBp1N zYj2d7WDr9OaD9Lt`F$nqZ7Rf?gVX~1Fo;+1znn+@mgRq!1V}z-3jL7ih z13%S&@99jd$;e|4>u|J}O4;k!17-B)7PM|y`vIRnd?N2hYV-l@$m@m}pBnQpK2@F7 ztQ%IkSe!bvb5q3WR_K)XHeA5sbRuHj(nKGp7;P#hk0U1ikFc0L02}77l$gwF+XOcD9vfTK`Abk9Uz{FnM}pTfYXGB?($FJXQ;oweZ%*c7Xj zHjEsnr$d(ap8hy}ALP`AmUZl%9%Y=a{fOS{N%c&F`~;p`4@8Wgq31%}=R<2XeH8D% z$bA%f^emX#WauG{9M9uqIr8W?8D#k}jT~(%%aNzF>Cliyu8aZ5(`!@zj7;lDU?rTv zpLn}|7}>6uL0(7Kjb*Xhc8MV5QGDc0%d{%{QYYYhP1HD|tWh7jo5cXFl?%%?ae%!i z-@nh|z;TA{pQJUoc-L%Ni`71RiGJ=9^V*GgqxIVoO{`$u9kJ3~-tVkj(~skNAlg{0 z90V@^n%J@O3uNmsm&w(PletD^E|=-~4RVSV<=tl`R+MY{&yZ{TIQ8i}5IfO%G)DcK z?}ZR<&9v@DJsQX9{V{wtzT+9|S!lu7GAXqm-k-v`9rTQj)}84dF4i-;@FNM8xhPA| z>6YDCCe1?ZDRuP9TX^|hQki7u<@L%2vG0I%rxlh-H>0ff8GQ~o(X({3G3+Cov2+k_ z+L!jh|1bvQ8DYF~7Mw`>BlrS+-yS#gfFO!9%lZ1NADg=@=^er24UGqFtCiE;(R zF;2O4ld#tjAlrDDEd&+>l&KN=GQ2Kb_lAn!$__v9Z&zIYV8 zc^>(Lcq+c4eNozHu7uMG8|3pjw_sgN=h`y@zCYPPtctgX_i}0 zTR2-U5BZKi*?v&RM_n5C{+Y1Gr0fT!{TV0l-jtZg_y1j!DZiTreWBvs8PjMyONAaq zuW~(B;-GXM;sDRG58?cgD(tBb;aRE|&r&f4$n%x*#p*uH)%Y&^d~to=D(p3A554ZA z9AA}+FBdv!F9hv5B7EdSw~6B`VEE8CLd6#_e7{xcSf5)?5YAZi5QVd7Oi8e-Z z`E%kq=+7*B|IH0PW}=p!ii2K0Ro+qlP(_uSgnsvLq?!;1E?xeMb^F;w+&L3hUC zgE$;&Un-Nv z|9+0|Wfh<0!1?&Ze{g(#HTXI(d{@W8S6zh|#WRZx?!SE8#}Pioe^Z?*zH)pgd=*Z- zrwV*mLT}(lj_)NEpB>MHqy6X3<@kDO@U>?6y2im*ybkMU+Fmq1p)beRLxV4o;XCo3ejhh{j`#z<8sMY&oBM5~ z{|-E+;xl5tP55#jug@C|ygn}n_+Efs+czAaOT`z&I%Kr}+=Dp2WDUMk z4Bvxs@Qnw)+Mmj#vD|-qaZjo3zdg%Td?WB(j=!?{yma834ZV)9IKIbKd?x6K#^)c* z@wM0BJI3%8#=*A~_)34no^$TMx-TRBcfg_IGnVrBE3MCK2Ymm8UiUVRuT;gC3mwt; z0z)~zBn`eJ3}4?k_;vzc&Z#m<;Qq_}BGP}WA5rmb!go3T9;weW0^dKN*Z(=k_n?Z; zf@g-&_=I5`UkeSsgA8AbIQUWr;taEfGHK6A)_?Oqi}c^rhgE##_%6ra!}WQX6Q-P7 zkMXaD_e&EHw}E zLFG~zE9)dD!;~WHhhS z&i%D>It!oEt$VagqI1B>-`abgmH);3fX@;0qwH+pcKmr^-(vJ1?Y_77xJ<-#>&r$N zTbF%D!G|%g4X*3jdLAxw^a=Z}ZIrQks}-FC!oKoG8C#Qip3D5Wj&Ep`v3g4totK4u zXBuU!-cwvA^a}e1$@dQG{?+-4PF&mWZIrQk4lbj4O=Y8u*_)^6yg2MT&?sZ|W^kFK zC*Ea|-*Hpz-Kpq=&vGDZhqSPU_uq+XT-w*1AD49hN8H z;M>6PZPLM)ihgY9S}v^sJ{n)1@kEXBfW`3|w2h3_)2DfM|7;58pQ{Vxk%y|J-zY{0$iXy}jE|CM{XQ;(tl z;~ey9qVDc)&`WJ)Mt{Zg4XlNz{pUF@^IsbFJ>4i{{cZ`D3I7iJmO_?? zwD|?b({Yu`)BZwa8`J&2GPkJtRMWndjAttJ5N2(h?L?eaUsNs~K7Rf^HI<|CX?@Ej zJikbhWBS?1m^MyO+rB5hQ`=i6)aR|kx91>BF13aJ11N99x-Z3< zo_;6a)1Nn|Oe#T}67Q;|k-W>ttGrj^J8`HPU!V6bY-rm#M`=r}|BZ_3%UN9J#~H%( zTg4v`_x}PLUkB6Uo|j%OrNGYH#GRLqj!o@#b6rlkbRo*WOxzbm>Zh?)TXxsja%pfQ z2lgE357d*d(TLU4z(#BLi;x%iPi#L%^o!@qqzw3w>OG1&X4E0SYw;@UdsJ^-|8nVW z*vEQv9|vIF_$2x~%`s?CbQreiS)>`ic@l3-QQqH} z^H7=eJDz81?Iz5MZ}*}Yc5As^n=8IuWncKN)!6?FyFomcbSlpmX2-YNE{5GruuE&J z!qf5XDtoZ!yiq2-8^yP5PJFx6*P{LW3g_!a49E2|-|w8}E0dN)@!dE#zTK~4*qzV$ ziqFKitL!aa_hFedCyH;vy!dw4#;{w$`37EyZ&%sJJK@tZ$r{CX`2F$iE{$P#4Cm`u z72mG1XZF;#GU@UtzGV-@w>vk6-F}>}`L+0Vm+dZ-YOp>+Yw}&A_-=eKzTJs2>~>K2 zz8>FhUZ6}e;l7ycHsCiQBKq&c@$C+cVfUDq?_pRI-|ntpnPlO11F##>e;A~&kK&t99^dY!7xXcJy_A#b2x0uz-nat{)eHXvC#AOy6lNC&2vXhWy{>jgOC}OhWiA?r8WaGKa zc?*-3TAA!1WQ(}0;$|jWc@vWbAp3&LYW~G!)f1R(FJwu$ha#@Q$xK!|p2@z3Y$TVN zxXi$1pF>v4Wx11By_`Z;?_aHF4AaUGY% z(V;wR+{bmiuh9`0+Th#HbzBukhw?md3)kV%=r9j&@Eznj#>CN~JhOX`>v%?^!)C$n z3346QI69Q)YOiq}PK^%t^$osMjJ?#R^t#UTE=zE)#wNmHu(B-9W&zSNX7ht zo=-i-b=;=aF{!~fg6nuBj*jurLC=t8aUJ8eI&2NTNnFPhada$&4tmZrmFu`#tK+r? z-*m3ynK(LjLI*vIk+_ZlS{?YEQzzH)Y8)M@xaQLHk^-)yhgJuE>+dD5V{IHA3%E z-ciR3T5qJ^TY4P#0~BBTbabTR+Cl54w5~up0#Q2riyC|{a2*F@=xAJ{#27_32Oni) z$2P7PCM)R4WLH8) zzt2lDdoGg|_h7O-$ShoUN9>)I>-XaIb6A;vD07=q|3Y5h%w!irb|;rP|G{LX*-VxV z*)%SzxPZx4c4x8-$R6afnx0Hn-HpjQK~@GCoz0{DT^{+I20Fi}r?4pVKWwku>9?^? zr9Ho>6ZW@5uAD2>czzM`+TZ@y&o9~l45UMO$3yu&jnXycQje?j&o3He!8-FrYz=kl z9cg39pQZ1XOH)v1|Ihm87p;ap6JomBi)VKz>+a2TjIc8uJ5ZP6h0ZUkeY;#5jxzH3 zMVsg>=tP_Y*%IeLw!*oPCY%qMgtMSq2;UCPj&`g0Ox8@ zn{+0UZ(({a&hAbsWN{LGb`iA)jZO59%BBLLFdQ~k(p-+t z8d26&>C8(3fAToJ9PgiF4?uJ~ZsBJFnm{n&qC}Er1vvcq3%Mg*;3wc*fPz_>PY=0c}wKp>#xxsX6#v` zHZck88365Zh99a-{G8qrV+MO~{jlbJ9jxgthJlUbW^T{m@UVk0)@oMN6&GcSk2F^oa@k#F`()hFrvT=P4 zy0KXaIkl;C65sEMHl=vU=_wS>#4`%T@0$jJr{L)PCi1?4?}PVpAAJ?+qXp0>9E|NF zuOtj4zfL%le%^lc(_Ms+;=@s)blHd4Gbq2`O4l>|Mn`p}GX!7h z8uaIT4PJ^_x>hRJTZ&~`GoU@&v|d4ROk*U)agUMMf7Rnr=?0t~;>Q@%54va^450rx zZ{@z+8R^SBDueyPe!P<&FXpx!W&RS+X<`ok`VBbg*@tLl@80ai**`R&$kq5P7e1@O zSyY+u*?D{L5p#4t^m%^d?{O&pTie#)wH;vo6M#98rNknBvjf}}|Am2PM-I+4qUTNg zSx8Oevye1TOVp)URAlH^d<@O-P+jsPjSFFnZRA_>@f&!y*BGN0u^1))Qk)eA)2(!N z?boPF=^Y2ttqz=(LotLpA=5=H<}ogYR`#K>I@$9x%96etHL*XnZ=~KOKc`!5eFg6a zTyHYcVn0=Hg+^}yFp=Ibx!wuTYns5@yEd}D|A#VuoQn~wtt0wJfVH=Im!^N9O{Swh zaSL4af9oGgyN<(H<^G0`sa^5g zE``*d`I`1CzaY}jh5OK67YN=ds4utQUZi`fey-`MwqG&EEAsPfl%@8=e)p7`(cI66 zBK>Sb89(-)#qzT<2KC;_d`x~fZ`brI_&FW*>6+-ySKn!i9*5{1HyVe2rEv&jeB*mi z1~!({J1>f#lW~2wZDD@C6uNCj#n0-yY&4c%0@=6(gV&EIV z!;k}Po=Io9zCS_mZ3OnF<_xf3HF>qj;gEQ zg1?M?O$E9t1%gc!~+c=g@^b8k$yehhnidlXa-!~3m)o7rzj z&{$_iyT1gPxRRYs8t?q}wJ2xCTwyUjiHqMYc;mfG@*2vq--MtuZZkZu0ki1F?>b@s zz>pEbqLYY$6UZk_^gEsOo$|JDA1h<7_XF_zChQC0K9hVw^BO1Gzz<&#|F!R@Tg}OW z_iosubS~0?Wb`o;^GQi(_1#!QXZEh6@V|8HBPjm_?nkIS6sEf0i6XwnV zPI%L;?v^;Girborw9KmovlZ0XDg{pJQ=_@9T-eh3Xvw>{zMRJIRKPD&c;mk|?wx|3%I>r3=PE5#0Ts4k0Nf>K_;2GrOZV)_6(H^A3wkF-$hhx17-|4Jy zErwZdflo*u!`wF+27gzEp_KoIPwMgq6{3%Wj@f3I*gWQ(`zzlS;o za=KR6@N;2kPDFEacHPYIkWXU81zj)kn`bd&hGeAUFmDgj(|IWkTIH7jj!rPSW;94c$N7FmX6eIHQD(S>X==I^1 z=gr&j?2_hfN}TA$$N=n}4cyOSE+KXsjh&K;1~Ign>kniT$oN(imyyF+~2h zBUWe}pt|4&7HIMpP(IqatF{j>K>OUy+NTgU-OnoR6M0`V4zeBCi;Ng< zoZBK+8}Dl-K_1;cO8=$00(fcfRkd^8a8Ci<$niC}g({TuIy<%}d)sezGU-IS3EtCd&OH<{sRyDV`Q6 z6Yrhov#;Y!57fsszp*~9HN1YB=LF>O&TBdXc|43iK_2gY>F*$?`P;b%Mq_Pz6xO&c zSnIwPYu?x3w~t2Rw;$PWA1U({=Puq?zKHBAA3@JqtYwI+V)vJu@Y~TeChjXvZ~R?E z>H}!&#_{q{5$j9t)tY-$T(jN))hsW2q6=!R*K+8Yl60hQERQl8kd^5HCU^) zC`#3ufVIKYww5gcWZv)ZxzC+>vP|^-BcIIk+;h)8_uO;NJ?GrzLEchxY7{)m{d`@V zD*aLJads#$pN7yYban{ud+Xb`y6Kzj(YRXfZ*Yyy-3V>OBfd@So+G+}vZo(1W2>0Y z`mP$^O8V}7D;OA+N%w4d7HCdY+ulDijW$!c8@)%jqzk=#0Q{4npExeY8qQHh-k+yGwUvF# z`*V~n0XCB@Yo^?j^MIcyzh)+M%I|EXJmm)j@}insI_YziHPlSy!Xp@cze@XLWYc~H zKAi!G`f<|B>@)r)dtq#zTevdia@1yB6Kjjd#@xGDFSYq`jjPJ~%a13KuO#bew^O&R znX^Oak*)tt>#m?~;Vbjq8~nQ8wB8iz&3tvfcUOuz|6tZo+E&5~Xo_&=KMS1md5&jLVN@VC7_-@O$ade;{Zh12H3DqH5e10vj2gzqyMKH56M z8_c0;ox#>o{pQuI1yiq#cGSk#!H53Dx-IafJ^9tg`h~`4J^d(olf9+b-Im=tiziXf z@XM?fE`>kJqqTB}gB?5ZMe*Ty@s2z3g73e{x`}PK`7NE}VVx?V2b|q2+k}rOJ?P9D zkkGerw$P6DVJL^Si8(^@{WsrNvUN+doUU};5sB@7-Oo~WM|gE*57to^yOU}cyA!B8 zoNr^BcHd9c9q!eYz50;4(Lmj3x4QE2Ox>1L-H~2h^=Yl|-$({5-I@bMx8}f2)YV#g zqgOYN{$?izz-PfruYbe7jh*BkBnKLUpnQdPU*N8v8gqZu2aM#pa*qY>fa7!~B|EXa z4;a<~J^2p}THqew!zmvqS-czg#(L}>>$aLJTJPdMx`E7l)9@wlOP~2tPExc+^30jO zqI`0zp-7kRd};2=y;^ne15aPNV*4Xn+cqNeQ)2EaXl9p2NCBl67)f)Om;z^lv+7pwz!ozkgF_r~7vSztz9^?9SrT>0eLYS-x4D z(RSbhcNVzEfcuB))6YzwBHS%!$E@`3-hHY)#6Mp;DBY*Rf0;fV@(ub__~-(6#VLGu z)As4k?tPly<1DQDWY5AL0RGya8akc1X*%n{A-&gqJyy1AIfpDcDjk@nv+XlOXXqQy z+59AW0-YbSkIa*;JG#r(RL;T1{dw{NetW$4&%_4TOirUMt>4sge!J(GNX~kWi`GI) zSPOZPc0YR*U%A@!H+Eg1zwzGvb*fB%TXyE9bZO=%roXR&r@wi-t#!V;zJz@~v^f$v zyJey2Yt)ys4Kvey&ElM_`dY*}+1&q!9tnT*r}N#r@Hc{c754D?)4HAg*}hJSC;jQ= zQRG5{dAF_fPdskrej_`_^r|12*G97U^k>wmm}hufJ3GzWDE?SaS&}`Eu{U4x)beG3 zzwa9UUIDJY##Xd=Huazd?(OJWsV_@M-qu}~Ug0dMm8A{*7JtKMcNV`%E;-oG7yN$K z=6th$4oLCI+F{m7@UH9+6XhQ8Kc z_f22rgA3d#*qyzhFAw^bU1R8L@omi*)+Ma0Oy#%ei=Nh5JP-O5r_J{KGUcRAY<;Ld zW|7Ui8n(~N^6v5Lre9<5y;<*&A8Y5mr@-+?=xe>gS=AR0GubT7=|4laM2FUtg0i!h zPe;XxY1xyG+PJ{BU7M3V9vuX+yvTQJ)npOe$$Q*>$f@!59OaVw?M z71jRutO<-ygBhQjg5%R8wyG;*ZYbs3uh>7yzhvLiubiKa0R~JXwwS)aJ%jv$c=8i) z)?RG<;BI4puhvudEDre|h5woFMtmF*_)`I%$VF*?x<6ZI@o3JS`S=3&``|fUe7Z1Q zU$k`7-+-;O^)(lU8Wy?mvO&~=M$X+UjqL2{KM1tBRtG+&vqW(S^V?VJY@JW*z%*o#MY0~UcuSD`>b}Y zUWgvGU754MRctqxKKEstM6aD&+KwQWVQ%TdH=GU4Uk6`u5xyxpEBJH20sPGB1@6np zir~+%@cpd$R(28F6MK1n>C<`ToaO8C@=mrc&%qeq_9HY2zSEDbGMf~ z%}#vxYhWvX%3SzE16v5J^_{xegMcj%|3v$>Pvn&!KtGzdn|wfNRkCT6F>J3N#aJhbf89?5bv2)9ZR!EuX>BU<_%2U>zs^=3fZb^;Sm3T9e-mumo`uas z_iH`dCVzR0-*yFOKrDa1u6^11&|?eSr)fXPH+v>FQ~ST_qy2Mu=k0fE`R46wuBdx@ zfxCqEqXFJe`DOpSuL`!09}%Q|)}#H`y&+iFAGh!FPPt^KKJELY<|%7iGRzw@4_V-y zv+6c}Pxep4Sv_eWFFb^I-u{LzBRf6)7Hi8j=QQ88z&!z;DerD&eZW)ww>hbgHvj#I zpL5^c%r}|Z)O^)eyTBdWLrxBOwf{Cp2HKP_rM&$+v?*R!OfhXrMl;P>B{LSdd-`o! zzjno2<}7h0+1v$wqtkg_?nrZ31^M`={dRRHnf1l`nm0m2&Ag$zQe?y83(UM%d0Xyb zdd>$=jbBzj-;~weYRdMd>>a(q*!k1iahtD_U3m?=qf4+})2+K2l=DR<-2ZV#_M70eIU?cI{eZ&xg8Z9YXf7y3AJ0yqmE+0}55kFyP&ner7WUivu;;roe?&k5j* z?cCMyf{(8~!#pT^YVlS2F}m<6HaOSE+3|3CeDq%Y+~wo_EJNRg)5e)Y@#)0Bbv^J@ zaL2$I%zql|E&brJ@t~zEjvNZ#Yd!E4e7dXQA|Kx_@JXhlR~T8Hd5MwL^QiMvU{d3i zA+E7)*)^gOJ}>J1HdFBvd4%7BPi=)SHEo41G;K`<_I1CkXtpUUyug%ArtBTRtTbxM zN@kg|36$A+uA3jy!;i3bQ!$C=n@(~oqNC*^gRl8~gRc;L@6(p}{GQL3`U?$A-FXIP z7%-pv^t4>y*FV>k?MK-rzpQ zKQyMNQ^(o@*|%2i+{g!qXn)10z2!WgzH&pu#ud&zM*y?+M=!D;A;ej`0i3mS7VCUT zZtEVLJCC+<=;T?PtPa?-U<8wCbu{gY=q;Yhvb4?}d|4vp(*ChJj<#~@~kKojj zE{&&Tpy}Aoi4`T{V@_f*e6(f5kMh15@z>fiXO;H(=nk+(;w1HRwwqUeaLC_V3jYoc zIgNVXct&3N=mVW=V(dv6y}xr!tJc6cr!;yv`!h!xI%4cO&!t_#7oE;H4{*G_vzm{e zEswd4S5&zlkt-6-1;d?Hl3~HNoSIi23#DO)oek`DRqi`JY*RjWrXd4@jh+JDaw9X^ zvk?5IQEQ%4HgCZ2jz~WA_iK7QP*VIw&jO45)@5t47d+(jmC0!TtEdN38 zoG~R`6+DYC6+AZ~|BXC*vd43HV(;^xdRPB>Xyr41=bIUR-dgMV@*x|)<)qexQtu9M zygi5Sele^(&ffpLl1SGLm(cbxxt^^3nf78)t=s32OEcerXyRO*^y*E@t^>9{AkXzF zdCpC&p}gf8^KGfTX=bm+%j~6BPL6vY?`a|jq`rim^nM)bH(GxE{7A!#NR;nh!S9(L z4lCFB1g)b*d8ai%$)f!73ZC(y`rHfk6m8Y}XCG>Qfb4_@b;K?)`znzKx0OAO7XYJk zs1=u+eUgT^@{Iq2MyE-Qo5VacH0MZNu%6FWEh`|TD1JMF!au0xR5%Y1!51X#WM zocLwX*$4Ofp4&!ZDt*sQw0V3dj}$rF@ck<2aV`?yb?2m6ix=M|8&^`cmAp|@IaxpM zBfjwM$jHR?>TiG-!7))?@$J8pytAsQ`Yow(%S&7YjP&HDAIIEvi>ushWMBN>G$F6t z?sJau`yAjTZR4D>=aGq{ zCpfE~(^(N;X0@lL)c>7@eycx4A@1tNzR}l4TQ((`1kP#9)ZZhZaWZ4PC2K??mNoi_ zjddm_h#hA3SDwQ-xBEF|=|ns7r@gcJXHV{2&3n7=Mf+xJ_AuY}vE#M&P;_#P8Luqb z0jED+CTDBMYXD_801M42enYcAULz8ND9=Q{>b3;NGB{2<=t~?LWeY2OTi67zWCu$) z%Mm6g72aR-nDXFeT~M|JyXo1&PR4i6FRI)Jv9}&GihqLFkRqovu_Q2k- zO^(5P6R=$?s@y7IB}bB-$|uuu5$4=rP%a#vJ-I+0O7?Qfo<$yp?d7cU?i>xs1AOq- zvwO-znDMt|k_UK{Q67E+&m{kC@FY=e&Yy-Emv|t5Qm}_pwgs5$_Q-78mK)xu#xtJM zpPa-}%C;TotZIi|&Ci8yaQ59K-mN>M%5}WD!xHb;`t#T) z=1hz5KZ`sbxwOjNM!T9D>wuBGHjQRJVs89}U&ni9ZoHpo+5QN2MRVi-c$R&vZ(s+Crzj1yTzZ+28GRh22aYA zL&V2+3$ng-#FNyGA%o)ISq}3o`(AtYtDSwX!_Gdka}YeRc5Vk`7#=PXsX*2tn z(|C6@w*^d4e7|B>Ca@aMq$~_MmQ=Wvl#J!oALb9)N$?Nd@tK2-wC*dc~ zxd?g0_i=d^>{Y;;Ioa6w;o$ZBwRemT?FQU)57AHTm+%Mi&Uv89m5kR1`dFXpV{W1v zTqD@?RGML)m`8bkd%ka^d?c|+RP_h?=lV3yc<1^?Ca$8q0QzKmw?U)$9^ss#`Ye54 z_p2&bdwXTCOE>3w`zMNaGcw)|p1QD!C$6Qg>O8ACVP%!8^%|?^&*Cqyn^)!PyI}U+ zP4b~{sd6`wx0n5^9gusq+Q|BWAJ5>sYp>e8ca!&O492~mY;gQUob778JZZQu9>TIJbvYZ!^-gRbE@1Y!22Gy;`-L) zs`v4okSouYJ&Z2^U%cP1@Y|y!tFw3v^ageBQt(LzDn3nm-z$^s4pD#d%zf{kJwaDG zEuXWDOi3?8;MF|yH{f%rhaBsirPt=|JCmLtrFN}<+LDs8F*YPGsrG$}0EDz&pVXlP`07m3z4VUhgLHu5o^q`(6KC z*Mchd1L{L(S4&s2_@BHF#x>u84vlf_{_gXkcpj#Yul^F=?48zYn?v{HvD)As1kUGx zvt#X?78q-6f?^+ywfNq2pBd}u`(~^e|E|z;W~?6ohuXb~J`As^a*qJ7`efTYdlB+a z*%zKY%1dNHyXL~yd(-lHzYp^%FwY<-&)k<>^(=D2xER?WX18;~27cGWmoRcN%9E3H z+|ddxlFiuiWWzwpZs$3MZ)EjRbavfc<%-tTw8dCATD-HqO43GVf9xdao`@`LLH`wp zg?LsR*19CwAiV4DGI*Z`uk<4Pw&7K1wb9kfprsJrNQYkb=`8qTvf)tP2|oU317G<^ z1Ajg+)BLjfH%(dH>!z%nvKkLpUgAl9Ym92|NH*N-!x#O@z!$z|;C~3rOO)wOtesb7 z;bRTN*V+xAYj=FFJ;V6pb(YVE@rR?>Ajby~@dD4$Y*PZQ-?GFK7dEIvNX zg*)jZ> z^~f3Cr@8Yf%6y$u66sncI$kt(`7PRwlxV)z-3KNHjWJ&9x#sRA{#@>9>M;y8a zn1X{!x(?;P`lo&s9D+Z=vp2?S>(G*}gLrPDzn*=izcHR;^i@2{)ZcIicRsBdu(D^L z^84s#KK%^#aWm~Y&zL?grLERfAI%%NYs2lXFUx$PsJ#;)^XUM@;F+D;!jrpHzNWYg{l~Qjr zXYoD>oTi3lWqC=*5`O)X=bIXZ2<@& z+S|zotp0EI>5`X4e53u4+0jWS4H|Msgm1LR(f#~&oVD`%w*o(LBmL961F-Yk(D@?% zdvI-OIGqLa;CLs0(JS8=C}%G5%6X@=U|#u`fpTc_%6S*IHF-L@=~KiqdJ-na>_K1YCS<~rx#MklfmyhtMq+l-K+Hg za+4HNeIL@)SpAng$tp3g$QTt_|Hf)*0DROS=W+r*(EB z8yvLVQx%EdUFlQgn+5*NfRSv<*Hi9=nA3|(@2+Nh_E_I#)DQR=Ht>RU^*DLWf_ z)%U+qmJm<4O}C>mBwHWu+xC6%{K9RD|gM=c)chm zJqGflBG35yM`x$UpzUNc24lftd2%N>_1lhnd`*>G$UDglG`OFzb{#CQ|DehpPPxiH zpv;Vg@ge4dSN@@V3+E5r`)uvSAnFbSF0zjq7t0e{u6{@VX8K)Eza^KtM?^fgwp~7l zY5WdBEF8NMrWlY(Wu{CPmIIf-{Y*kOqu16LZrY3Ga09?lVoH$1o; z&(}Q%*k}MY>bGxTMN}p0r`o8YbJe>U4Me|rfZE%Zdhq#vTbCf zaXo$e``hNOHI0Sly60Mw4X60AXVE!+{CAd#|K5DSx#wlStn|mGtfb78y+&CVWmj9es@#(A7QGDvfYQ(2aJWKB@A|^h4 zfoH`w#D%Li?_uK89KV0WQ5oY?#cSE`oA~sZGjq#ZdiYj(#BIIajWKJ}n>zE$ZG2iL zI!evheTQ~iBQ`$m9=jb#*&6yGdG5=Ge3$a0vQ1p}`(`s|Yh0F|l3TuMh|}c^=pCCy ziOn49dGY$*CN7g6X%0HOaG@K%06iMwH2&IOFKyevT>yT3*3SO(V0^}%cB?jTCB8$4 zZuj#2If)(cw%|Oop8($}9iL$fyTxbI(s5WY#(J(a{a*egx@PXk2<3Lvo#&M4OxrmX zoMllw6{J)1l#5hI@Z8P65$iNia?WBnNTA~SmXz8Z^!+6ER{Q)3;}_opaV zzxt8`)$J*FMfoOfaM9p20K1m!6l zkPGgHEn^OHH7{r`Eu>B@>#@@R&yklIjNJ^4T|i$oH!C*IAr@NAd&R~(ktxaCYRVJ~ zdE<%f*tofdHtiimvjgvE>pk+~-ANWo!%qvDSSWZ$=#nDh>mnl$2SI0Std)m!Y_0XK z?@)Flu%(Pg+#e5gp{q5gcPylLZOB{qSSUa77x?P@pmX9lVj=mz7oNtwBlJ=GpR68N ze8(A&Pw2`Y{4r~0JYC>)~<;kK^gm#4zJzY@QSmV-u;lsOjlc{;D#kW2If`f73KCO@jJ#E zrRP(T+Z)ew1<#rzl-oPZFPA(ims!JeE#2RET`MY1uXues@2q?lb|lMY@P6Iog>K7*F;_mG`~>~hyfgfmh3?LS zN>+Z%`*p`MA6;bLZ$ytnv>{mO`5fSE9hIrgmXV#spHk2Ir<&8`i|E`@*T98te5S$m zA7B)hX>YIa^@JDxBX?iu)&rjnY=3Zb_J9uHY(M(K)fisrM*X(MtEjo0gcc4zS;)D>*w!O+EA{uI1E5nMJFtBnQX z0PL#WQzO}ry=UTp@F3%ZDHf~i$i7&yVidf_hsw;sSDi;cqiO~U3c6< zx5zJ(ENaZ!SyLKI8)n_y=-|oFBpobZ?NMX)#l4JKA$J{}n659`JjttP^z9<*c>4Bf zve@>;%2#8LdTKWw$WiIekj>0vn-#zKvBzWJ^WquemCdxZhL{0+ovIhb=BnOym8a@u zCw>vE2mjBa9^;mZg=DK0H*NCT$xSTw;Ik7ukvr)}Iq(|Wo^h6eAC{={;WNcU25w~H z79VZ~_~HS4vSI1=MxV=dA9~ZQzl+EH#ZTvgufIJ? zXHl-Z$ui{tPoccO9N+Pj_ZQzCBmDH^t6NSajyZvN=6K?oYi)+Z-E^tk!4TODv!~pPsp|av%|COzy%zYgU7Jh zqg{PVP5Ryw?(9)%x-_PqPW&@jd;&D8US2A%V07|g+LS-t^sDq5vW;)Tv^S9QTK1Qy z-JWd?|5my!$#&_+Wbx^=Bl{O^GyR+SVfJBq-nGoR=YBsnJ`0?l{d|lw6ud*P-SePJ zaP^;X~q zi?ZZ=#l{1Xo!yY3-I1j|kSW$}Z{d4AQ_b3~;%u$menlNG_B)=t>WPiJc$S~zoWL_{ zw_A9YUsJ(amVBL4p`(@ctIv5C?PJ|m?@HeZtvu_?0V{WA4Njl~pD z<7H#~_;_9*KBn!0w~bz(NBd2sHa<3EthG(q-E%2>4p`X@>$e1bp9?9!k@&cRb<0(y zf%y2{obv7DpCf(5$MwX=lho&ttYhutG{`o~hp@7uvrIYz^4?Vo-5r<2+`-%%pgz}K z3jKbZ9KBrr)kx!8iI+St+1`B}^KkWx_hBdPA0nTP$-p|~dwd_~#X5$J-;o9S!BgT$A8c5i!MYbna`yD z7VNq6l92()dBNq9fl0|#(eYPudd1OU+G_XPfTyYZ+FP4* z%Ktz+qT_vj+c>(t>6_zddMT&;2_MHqek+FVTxw$IZScI6ec?UjZ7J~1;U;DY${hV~ z?Baej@qRQp7Kgp;vR|^riltAbUMqUrG|pLdJ!9I=S*F~*7}r2t1D_i=^FHo>eV)s#rskE)wJ;pZ?;^+|TmR{_RoOZQsQS3e{ z@o!)rXWpwIcAv&?t#`z}ZRo8aem{b;8FT+ZB&%L8#^{K@g(JvtHST6<9X??iRZcRllBzTSFi>S z%_$tv?BmEy{8If#rdvVsO24i@bD?|7#W8m*Fq;`)eG^)-iSDSdI%wQ70>2Ua zP!ys+#HD|St}WCv^?TQo9c(|#)O|isw`h20@!Q{^ZqbiS-E#tUOY=L6u`S5F_M{n~ z=Gl8pELq!_Y*5}Jli#8I*O|Z;aMnmX>kn2usy{p3{vW6t#5-XQ;}m7DDt!KcvSYv- z8RzfsO>(Zlzwc4yvVo<{0bafcyAXTJ`2F?O#wS&-pyX2H_m2Wku$_jRkpbFyi8hwv zk1S;#x(B;ybtaUxaHT`omrzcsL3k8hd{U?aJOa z{UzBT|6wQcq&$ga!pg(m)UjpSD{O!7T7qr=9_J!`c=6WOkqm_^18rjyJo#b&^{L>n zeQl^-=$?c8R`IUk?uG8rmm1zy@+{dthv)Xi3q4)9h2KR>3{J)7UHBA|_Y(vQ4bgi{ z*+}7_OfXvxnz~Z$mU3t7VZa$1GMN4k_U5~T=)ae<{5$<$w$K|_<@|+%`aVgLfKK^YyCJ`yanA7pDb_G7xAa`-rh8Bw7l{27DXWw$1CP& zC6_QyIO&Ug!fC|(9v?HnUgyJR$_*HtqY{_;aMFd8ZMk;JO8JVT@bM*2Eq)tu*;3}D zP4Hz0ebSsL8QKDE<=~NADL3Bbm1idkl;>~)zMNxxIl=$Xhu^YKq;Zhn7i+WCZ)39u zC8hwUoJDIq+uK)j!3#rAmkpO6yPkG_(qeKJBfwEAS_AohgJVSEaB#4vB%^;jmh%4c z6@`@dm#-L3d4Kte{V4Cx_ZUQZf4)VCa+B|vMr>M2jCvxm>IuZG$CK|kZY43Sm+!E; zbk+i76g!8_l;c z3gCfaT8F*$eeoa+-kQr7y5!dyMU!%hvVVtz@AvelVs|s&^i@}Iaq4Q$Hg$6o_P+l5 z9~u7CondkozXg}>hYaGe^MmYAG3|x?@v3+**>H)UPx;uto1y3|gRk&3gKs(bmiYOU z(lS$4a;hm?O4*;hd`foWU;HlMUezVwm+rN@2Da^o26hqUEtG9O?GNNlxO-u$vpC#Y z!WGEQ_yYL()h#8+?aSU>28uaD+{fVX&FDL?Hu;n*sn49=u!{UaPx$5)3*9M~#oU5R zOy&YT^Q8ya! z@1iOHE<5oZ_=o&;qq*>rh3+iseL^3TQ$z1`o*zO72hgW1`a6(4{-MR;VZ&go|-HXUTrkq0d4bWz82{;E5KOSxT@>hYSZU3Br@h58i{K6}gWs~<5 z&NCU4Onh$vu5x;{d;5)?$G_5yTh^Us+`3**-YebJoc+};$HDih@P7(6kn^ll&3V?! z)2iJm)cuk%GQOdq<8bgw9-N)YhDr2i&0=V^_UU(N`_w*2xmj}#OT6a3H18Z%{3s*q z_y%2t`x_heG&q`O8yYuM8yXAGsP@jz-AjD7ZBug9GUT$|_siy+Gg#i(>1>w9q=hw+ z1E8m`ajAmlri*?23k?1?x7wXW|DN%AAwEVqTlPHt{U!9o7>^MA`z_Dy$VQ9b_6p8o zwU{{|H8&zVzRk}`TuNK^Oqlin@8!!4w5Q^F@O4!%M{MTo(&Zk1^Aj_ur{^fo;@bvj z5Z@{~k`0=7B$xGv8{X9&V)_yT=6%X`UiBPvSBUW&z&K_xp6Jjm+&RKnCg&HvqkHUk zvL{LYn1|Sjbr{4?@`$9ZC>>DXtv$i{)b>J!ZXJ$No$?ONz z@%qPpk~M$pj_)xKb-5W=1hOME!Z zx#vFYjpm0dY#H}<+`zph%}13eFJMNTNC^Paut*~9xA zgEtGjwN6)x&c5&-0^X;~o$=Q)-v?Sbn#e zzbgLKIZ^yB3U?MC@3+5$vZpsE$Di4Q{`gtlc^>1r=U5S&dF_|(VcM(UxqiTuM)@xC zVFvqctfvjp8Q$H%aVK3_5$)9v7|=M5|B@~F8|^2g^A_^EHDAkzAIu*<^A8G4zV!e&bE9(cFwW0U`)9$AHheoImeT`$I_%Os7 zALM`dz3x14c((r1)~~Wz|J^u)Dg*L&&32}x`nuPFZ?3@YYalrFW*x6 zk$l#*PUZXcdjBBp%I1aECOtfDcjT3)^yuyG?N{(DKDO-0_Qsc(z^fDYpIiAJt|t%M z{c`X7xH*YYv>{!qAaAjmT(RY?cb6qG$@CcU%FEU65xW_FHFIa9r6Js!romgoW(`odD``NE)V=RUDD)4GQiRy=LOVeHSd3U-y$>|jEPH-PU-@L409g(Tz`~AMG z{I5TLXLRq&*bei)Iq8%=Ltpkmr{nl#@kV3;KP?}hqTS}s7?1qtjh+2EWvY=+mrA(g#cb0o(oc#tb_0U+OA{aKtzxPg*BX z+`kX+ozI;H@T7E0{+`JRu!chUrjwnTp*o_vBoE!tlnVysXN-F zQ{ktKPPP12b+Z$N*aPX5Y_v{qwtf7UU|AbR^9s49LEc^8FyIGSA^fQ|3XLh3A<4;cF^CP-Ftg)h{sLPprH)O;_oY-RX*W&pC-a;E{`` zTH&>w-}|z+=K?ox_W@rn0*+Yuul4Xq@G)dkv=v^RZmXSlR#wCVtu?pu&f4OdcZ{6q zyM0?ZPf&|Ydh+AHpZTiEZ_Cz5F2ep@N*c=@@JMlh>_evUIRaWW2g!zSC%(9eHFe=1 z^)~JDKl_dB@*T)to8*ohq4ex?a!86_KPMmS*-hkgW7x@={cyxPU*GYk?DAtnLpnn2 z9sY#5`i=cV-d??tb8hHFcT+Jsy4$#RcW3cn2$`>5ZoW03QJA69_;AX8rMwbakuh8_9{Z~x6$ zDR(dV>fpEPHtk9_c(#lwuD?hq60LINwlO=`1dVo_5a`an2XKS_dv-Ek-a+%&FRQB7Cxi zw}8*NT5-RVXoruMhwbP$IfAkv{ZH_0=|4rko%H(pSjW&_7@&P0k9K{lHk4RQJE9|q z?{RO>HRCzP>3Z)@)34ao(93wJUzX3#`fUf zq_f@(XKuPHNu+vhB$q@Ead9_}R?`J=3 z-WNWi{WhZ#@u88%_Nh+eT+aJfUX_mZN*@*Od@pYz+!3Cmfq5=CKejSHTC?7P?i8R$ zK|J-%X*}ZnR&0DN@2r1z!wTquACo+~@;X|{rHl>@>)`x`@eS&I-@v11WXj(bO;3+? z8n6x6tL((jph4p*nHHV#PTxmDUkkmn3E7EffcXRRkNmjs)Z1TWzq|2=9tN`&DFK|6VvT z?%q%nbMyW4ZS_k{y{-83;-Q`2nD>1DXk@~L)=$v=t$RE)LTxpVNz)nUJEE3boj;7bYoYTC6eR(?|U~{l(b*q^lk+XJey^*z?#PiS;`Kyt&II_mM6SH3kS!@1WG;udJ zFlQobnj^Nu2l2BlFF@0aJ!s;22X;*MNU--UFuK2Hes;NNmCVUb)_VW5eVNNo%%UBg zX)a(aw*|&>?)7o^nV)h;AG}pP$(r=S%9`}T#wx!DM^M&g?wh7lF<&=X<5~2T&NH$h zpZr+j$|mSKHY>X$=IO%l#AI-a*PYmmNDn!idvn~)yEEpV32mw?`4U_v8T%QyddnC* zX3m$4{T3OkZAi!2!TiZn+_f*+s=v)ybuF@m{qy|H`S>_X9H&8gn$LIYu-T27bnz(7|aZQPbc{!?+DgI^~<)xMuPhy8^3l41O=FfoAo?bWC6 zYpJi_Vf?U6eK?Fh=pKKqbzDRLHMiLQpGyBLo^={p0{w4E$yHvWP<8QVB`+cF+tm1a z>ke0@WvUZ=F`fm}#@&g^Z>;}5w*1P@iLH(^LGNe!??2*wK|S}Z3~1rS!7b!REVUJR;;Elf59Dhw&_G%+*EVA8`NhTf(v|W4~zU9N!?l$Pu{V1PT zXRVCx%JtS{b3(L#IQ@VQol8FRHP-XX3>{VAXnkFDr0+-9-fH$-x!-{HmJnj9II>@BA?ipFl9a8=twjz8v&4o5!)A}8M|Hc{Fsc)>7 zj30Wn=)D{qc7E*XzvtnI9)gej zNB?`>DRdjb*MLX8y?v2bWca%$$Iqb;+K;5vNyz)-!zq+sik8Xe4kNo z=+HXJys3J)@LW%WbXGtl+It!5ora&!f- zlI7MzGt1C)#&zd~)$YU4r@M(XZ+UT>^3#+}zNp$wViPvkAj4L^xMR-BS3NnwAWye5 zzr{xQ^#340f1#m&4S1}K^pdey%$@sEwHt#LjeF<~qd)V$hiw0*bD~q|jDM8ze;9iH z5}>E)sWd(DCwkKp@xNgmJ}OO5-6%uPll{>14D>8-sdja4SNt6A^Ru=eer}a)#H!uX z{5pI3bqdbQJO@*f?~w{m;PMjkZJy}jDKi8hq~Enr+81t)vFS80Bh zzDq9t>h~p6J4e#aCScz^E!l7--v#b8cU8M_=n+iM{!dqaYYF=A_x~8b z|H?a8{IG8x+(4b>_f)&rQb+Py$Nh=&-+uC4WPUNXFSo$XzYP7wX9)>FY=6 z>+5}#Jp;Wv(aV=8TNO{sW#q1aT;A1NE}QsHo@j~ZrRB1)Yd>#}T>_p={FzY{cZ=~2 zBYywC0#-SI2=i31j`bzCB9n9f#QYC@`!j*@mEVrPlZU@EeG%ikry1XA@YA`Y`}j8b zd%a32+f-x5_k+=y$M=*T<7;WT0i9a@*J^iPXt|(AA1%yUU?#s`?e5|C?=|3L=L($e z{R`#|mtp5-Tw3k!=wp0Tww$sbsjSEPlYEi6=u$Cb*habR-tTBnu}15B&U48hAx_D? zhVKC^@a{wYxpLFNHHrAq$>LVN$u)s`)+SZlmLB^sczVu#75_40U%z{L>`OM9vCrwj zmta3fO(#D?9-`T!byVUuU^VvM`e|Nw{#bq%-%kHOu69@Xb*`a~Y4y$rH`a#D(@I0Q~AhL{#@jw%lKx}i`uzXrp$fo zt-ee>P1zDZZk*bWOg#&n2Tl_ z%QY=#zT*36^uh-8ILyS2OnwH23qGxo>15+owAk$Xf;TYd2FanY%Uyz2pcqhpq)r0duwbAzQ0& zorHi>ekB~h6V9@^lVOP{H9l+XL(@DU~-ZWj_1J;+*7_hc4 zL76Dlobgt*dy7xwB=Be)n#QL4)6hRlT3QEM z&h4!OwJ#eTXn#Mg1C`Gi9rz`9g0u&9U}tsQ-HHyJ3@!2rYA@qnGX6)`4J{w-uy?GS zHA3`S@1}jgJN7bFkRJ=5MZV!jtrK-l?uYbQdfiUHTYhBnR24VombYO$qNAA8&o(}{ zH>cs>wfpPI8!0ae`F4We=Lrusg?+3U^D1Wnlc_JG?qpo=in+u5v3QSuOSWnc=sp%! zW_FgN|IBH70^fd3KqmtFT+FuvV}CR{Q7HP(>RTrYC|d)p=>Kg$^dH!ReoM;>Cl-Xu9Xqi?$ZN7=a3 z4c)i*L-#h|EZ;31AC*8eYa!41G|#a#^L^r;u#^2<`;$KGmB4zsd_o_ve(w7bU^}aN zw>u-ooQcdXr(Eq=dgkt^cBeBhFXO#^_mMxB-p#v~Spi-J#&|mS)>k}hcvTNw&dGiA z>QTxz0jn{d*blEB2hR3CXe;KfAk-6h}7Nb+tEz1 z^QC^PeE4!u1)*r@{Yg|dgGPYf*&Vb6X!7N6)C zXZ+Ct7|*8)>|@!wA+mB4dH$X3o!HD?p*pQGkcZ#G-jf3O^f|dmefwDJ5-JzGV7uO) z;_VCC@%Yek<*(IlC3ic@CVT4y`$z`N`2^+K6^n94f7MIu1@r9qV?)ay8CtqsziSfu zJ#Bj>ZNJ3+4y`Gf{W`gc`=MR-Cbm!J^XXfG(HhgI)Kd)Wttl`z8_1=OpNyZqr!!u2 zi*k#SDUF%dJhcZ@Yj*AA-ZmXFb>+q}QIy=h_7O?HbPv^5c(YDC zCAYefcP9Z~3cv0Cpi<@z!^goM{9C{ZuD>&%uL0BF9q}(xK0@ulUz<-aP5H7T5)G91 zci!>|%KJNS`76rnvwrNIHCg@3q2*)gkM3Kn^v*_+Tc2OJ_^Vrv=iJJ1oL`yBIhHA$ zXDQ(<=IiEry^J;A^ti{4b<=;-_S5XdJBHx)nU~k0O(j4R-&wz3=5el*#9*Jv!N-dj=Ns+cU1AtzRv%{!$3~&c>^=4FBwp{g(R$IY27QNGaqY+cyVxbW z8bq_LJ8Fcfo9)+KW8tE^8eIR~TmC!cgPluvHOvjv-?=~Y3vFllu&)GQTY+8bzkf0C zzV`B64ZC3{f;?MExp-D_nHeML+DW{t80D<8_RNl%rF|>0+bD8S|D=!h-3#9`^nBv? z`=LO)6_@R5xU)yQclhnr-jHthyS$4H@7}J(uiVHeawDtNCh}loN#(9)EUk7A;(hSl za^4-_(=s+{CzO*?iT4f@xUe~K*PlV0oh?XW=K9Ar6L@p~Wfz3R-R?vJS# z>|2iCx2DJY?)#p8dF&}uu6q@pP@gy>EnZj}ZNDbtck&&r{6~PP4Zzs)8NQEK(u0ow z0WaCE<*xg_#^7_m+<87t#~r-m98aHg?5v2pjnHvBFa-e^OUEeRXBiD0n#=01F>y}a zW&0hb=NR?$Ei(OXx!RO9Uuw$cQ1%bXQg%*x-21EDot*~0^eO{iGTXpk0ldDaAzaZb zP1($-DZ7}m)c3!xFlCjOn6mRJJISwCf4M2EyV#VKQ#R8tYq`vnHD6@P&QN>)*x3F` z)+BQqd>V@`HFXLvG3Wztt&=+^D)w`B5GQiRC&b5aUi)K}^Hm?`c;_;*6Dz={eud97JP5JRP~W^~56XVw9ic|& z*2t30w=-ALH^oYVt^Fbgz6?)XMP1RMGWmkmS1C&QD#H_tfYF$Uk6NET!lS=)qWWCF z+3c@SpG!7te??y6Hp)fc)gFC$iJN&AFPgWRGf1Ir0sc=)^Ivqd^4#L@OI&l-Q1S%X z-hOYCTpkj(0a^7<+aP``*Ls zX$cR~o*Vh0`QHA4g8iNG+BYZ|yA^RZ3? zy1`tPml)&ow(viOw}t;o^ENsz&0CFo1 z=e>zLauP36Zy;^yK7i-={VwMhy33lmPp*|Sf!*Jm7);-+Q@m5KH93KA6L@2-Jv-hw zZc8@IBH!)t?|Xdv!V(7E%9BQopy&w%Md#>Mwh z*GMmh^DXvc*DC*2aJb}&dzU!NqIXS)nLF9^uAMQ_-kXB)PQ$~M*qV^jV9!#9{X5>m z4sjNDygdeeb_^?hof=f=EdH5KcguJ)pUedhGCTf8{##rvUnPr|1841E9x^&^Ip3ct zuW`Q%pGNQHe7T+YcL@7UWiz7V46ahiBI8NIk2yyr*pK7w7ZGlKd$c9g`Fr7?eb~_Q0_3jda5MKEJa=DjFAwwAm(xNu540cT ztSt2B(^Kh(@Lvn=Nf*|*nPl$!jDhH~ZT5Gs&lq4wD*g?~FY@inFLy&x-rqgR*_5A+ zKPy_o+2*{Al~v=b!8cx!30S8uyMq%EnRl>r3~%mu z#q5&^A7I9u*tV-~pvhhTCuVqW@oxhEeW%yB(yeWjrSLCH<8LqMj=#X-A05CSGWg%` zf&Wa#_@)^(?$kbbaIM;&R^v|2Q1$_3bC7ZIrz(fH>uz(*9g>{U7_Yr)8uwakO;eWHNBMisFUm$occu4I zhM2cBN6v@7FML{u@LTq&_08_Idh&i=jTg+xTyJ&iLynlMZ^i^E&qxdTZ=?i7mYM+LkP1yR_cDl<#1{kDs?d zd;LqvVrcfx16v-+W{iW6>htinGg&CWWguCH-S(7NH+M+1RwnSx!NvjNfsXu zzG#5f@IHpt$3<(7GkzLnYCG!Z?^>82)Q0s(#=|d-Q!#z#n`#Yv(s%nTxDoy2j}BB_ z$~7)_-fB;cDp{K z`6T4qBz|v&FC+M?#V^npm+tP{XxGTa*gcFbotNc&d2lHHfYy834{=tuO)~Fy&NFet8 zPV`6p)Bc~HWs}Y~WtUT?KDKP%&s)EKoIW*eO^$z*|G)NeTAqnk;eB?NsjGXqlCKQp zp7FiN6YfpEa3Au9`;tH0k9%*1uKa5Lz{Oj#vbghR0CyFp<2E(MhvFCh*(tjLd0P9nv+6p0CG3Ld>*|~4asPJ~K1)=#g?pE*e`0y^AvDCc zC5w~Ef!-ac8b|fd%8&9fGvhVxiic#+MkbmE;iC|jSlm;HMdCaQzqJ=ZKVd(3J`Ovi z^U9kKRlGX-h(D@L_@T3>)3L`K>`r|LMDajeelvHZjpFX_mGr^h<-C%1?6+pc3++eW z&YHtGaOuvZ$R|e6KLNk?$Lq|QIh(7yKFxip@^zJ){s@@s-!gu-rJH{EHk363%GD>` zH*3p-{Sx2mv60(3vtY~XQ}uHbYbakg-NgIjHnAoHE_(-46J?TX(Ghmiu?h9{orYAr zFMND!o)|H=qly3Hke?u)-+-s}Pu~oW?h+E73jU8H<__Xn4xR|S$V5+H{d4niNFTcmLU}j#O)}3$<-Pv>q`5fL&@W;XCUCyJO3f>3DAnfQ{zb2OvY_|pd zvh8~InrEwztJfHP+=d_2_7|sYF8cTaXUncfALD_zk+Jo3Q*ooGkAB=JdADVX8zl#s z^ywIAHu{w7-JQSrHh*1=e&~B;JNIUuBu3Wv$?Uht#Gj4V=9C{CiZq_&$J_^poW@Jh z#X)Bu+-Y@5a9iKnuRL4)d)4UDp0wBcw$^yfz2f$MbjivP%HBh6yfO9XvTLGGN3qt1R7ZEUWTNd;>dj*vafg3yv+~@uY?XRvYm8kM4C-4$4=A=XyKOH5vJ8`;$}l0_Ve)Gd`oP=*<`qJrNL$_pWi?!9cctCS$8*oAZ0f*I4?JNxsw%*=qH9 z>+}1S?__MA#{RWoH)@|Ua`qG2ftScxZesI6ny<~CF4=3z#nqHQ2v6usN;cvtS<6Y> zNV)p0Ii|0^T}8Pk!@j%?;n^EM=*T1ovw(SNz;N$er;VKDCjNJ; zk+Y^jT@ytE?R#>jI+8R0otM8uxBWRLH*pg9C1;zEvn|l&wMFhJHSSNDad&>;lx>AC zExtTVd)&OA`IY>hyu|yQp}QHm7Vjp2Q+B!SFUEG(ofMFBPwA6{df6Ss^n=>=yF+ zXZ3jMVd?%|z;E?0epqMmLUMBQHFfW_+H0l{mZvT3#tHJYiDxS(s~AtNk$cdG! zX%G1F!%4npxF5me%aLiErO&2uDu)u`SummRG{~i7y1syr_k^Z{4kyE+^oCrexLTaU%1fdP-3p;GtL|T-f75w))^o4 zExwQMso3#{8jroqeNipwoBd8>3%b?j-Gz{sxE2_Fr?DM-XJzJg?huIgGq+w$9qX&= zyEOZ&otKpLa-7O2Kw_HP^d zISzczB4hI=fWP)-Gq>u_n4ry*Z5l`U_05@W-cgiivR$ehoL}FDud<^RoKde2*wFfb zJ^BuH=4B1{&Z%pTto7&BmOIV7THw#C&wxuhwHcdLn`P$Kc5L2|z}%{`OtkH(c6__{ z5cV|^xHDqxB40LT8bQI zL7V*2E}kXJGxO8(9u3I5$0MG_hbCy~=3i8G_b;xaUHO6qUv>8KFZ#O|;!Wy(LjQ}H zYX|NYA7SHAeFJp^y0IADsNgJowjYmbeSPxA_) ztNh+d)?<#PE$tWjggFv_v#cJUWjOak75V;(>}L^eC>IxYdgoLYfWP&&$dZrgtNKzv zU%b2`>sw|$jc@j0hc-Z?w>E&C@Mzs(;tJ^Rnz_TA;l2i3A7BSW%jdLPzjxjp!@*-| zc?Gz?Q?4AJ^kUnY$FJh(>ksG+2u~CjdWAZb`M0#*5bk@G+G%R^NZLe&OAjF+Q z(!j4OKD zz8kLSZTouKy*1#em}P8Ur+D>F-|@sY%9i3&vMQct|fzz1FUuz|Pvw1J& zhonP$@u$5=(y92-i(K{rG}f<-xu0{NpN%_IH&Z`e1HZM6@&{#uQ}gyrW7lE_q~C2k z$G3GKnR^~(=hU{oyP^IRazA9L?|(%Dv9t7Q3$~E_ma%p8Q}FHQ85w{XP=9 zG$%O&`tNhmDW=cu3C>W^XW=ZJVQ_BgC+4aK|4V(^#5~U?)^m4bL5nj!CuI|J5>L)D zWATfdy%?oo2{}Bq*Ss~|=XT;r>mRAliZ88QtU1f@ZgXI*dZYiY@O@(&HNM&WeN)?b z7X7ff!d1lKvhiB0<{tP4*+$X##u@v0Yt<#(8LT^gPGaoh$mhs8b9&vOcO+}omfk_s z(>{fn2A->H*Uq7hfh+D`Pj9Qef{<8l+EXU5YOhDy%ZhzfjS!#*^-=4Nq?mK9mE`p7d!CR zyg6`dvY`?g6ps&n$0>X8<}`oDuwJ|pyRSB<9q;QEbCqy-dX7wOL|&TyO-^MW$J1Ba zXU#8`H@d&~0}nPYQM8*~+a3fj26^k-vZD?-gwtEw{=)3f*@1s(-_?HUH2iB0XV8dw z3RsV9#pZ^Y7uAorzYiwtaL*U}U|ysxz5gY&TN#)M-MVvW5NqA@{60mGF}eC?@H(SI z<6rRcw_Y}NrNv#!nz#07iFY@G*Lekd&u{5@k>uzjGe;FMc9q^8Cxa5wHSR(7_*VJ4 znR71LAKiQI@I-=!($~!9Ni1i;gsOmP$|H>n3Ea@Unfq zwe;^WuF^kiQ?<6BG1u6KFEMr|{5apz><6wWYT$~1W38uAHd^-a58Rs*9$?nm2Tj<| zTWcR%ysx)c?~T|#z1G@ASKTG1{3r0TgZW>y^|JXDzWsa5wD&9jzP`E_4X;MQlZt=9 z6ZQh>E{5O3lm2q=B{!3M|0VnEz|-SrM%Pom?y|;n+^&m697BD^q|IqxJ z-jAv^SIt?YDa-y;vY4HCa$n}sz&smG&9m8wZv)pKO>OgQ+*$s5z>Cl|5q|UsAG)K) zUGKv`1-$I>GU_PLS}{>)O?$6B$mX^!sc~BHRxoM(sNr(J6ipCTU_9$gHNGPPN9ca1y6$1~UK)3C%$`Xsy4bVTMpRW7S> zU#8xP*d@s!G`Y{SXH-6esBhOgl%Li9 z$0MM{o3D>dHmIGxaC`S(g16ued8a zwZ9^|Mr%LjP94!$!Jd8Df^fdE1&l#gUDrNW>)pNJ=xYo#mX*IiuHeOH?y^}9ToZY! zOf>Hayy8FcF%!*N>k+@-fOfTAQfqYf&{62@Tix$MSj|52dBOfwr~B7Vem2;@+HrpW z_6_v!f2M!u_tU?+FOk(>v9Fu{^~D1#`<3%*+yl_Bzd`qp!54eOtbaS)J7@Q_gvp%- zX_5`r+Ld#-p{;00nzrUI3~iJ8p=}C2ZQY@Z+@;VaeO>{qbVq&di`L3I^rbH5)_Cy4 z63c*>t|-44Q61*p;QFes8-EQwjIE*GV(N{dj+Li^xq-fM&y?M-)nm!?8 zU4{QNeaZrdaDSb?mD27>o?k(}i#m$kV%%@immXOijZ;VdeiVA8pY8Biy0kefoS4Aa zsDIMepQEqR@t*qB{%GdBG<$MIec99fecBw^_zdG)_#0##ehp`QAEQlT zeQ)dvt_X~8;NB_uQyOE9@7Z1ZmN!lC<#)@zsk8OX@0+oXgD=?U-}th+jrST)hq}RX zjjj4BKcn6s!+Pk$|4EJAbMRkvGL>IC7#PaA&dTZrQIuc)grf7}~4^ZjYr=Qp51 z@*l%K2Wil_hz5K%Jm$^fkvs8%!Iv%^K>Q2#v8P zoK^qd_Aa5WY{D;mKF3aG{QuK^j+gyzdyTnp1$T~ecVqjafN$g9m63;Ub3=mj&8@~C z+bDV->+ah$`Mym%W!C~L-{z*hGy67Q0M}C%MN8<<*r$hMuGU$0V3V$gCiUTR;FSY+ zO1sOj>Qugi>{4ePx*f!+vch+3+`sbvzc+Mm&+B(P_8PnXr@rcSKnG>V(0*UONdi|;N{r9XTF8omz=A9yhr^n(2+lbL-6#`4RL->I@p)JYv10z zZS_y}U!=b3{?E71n*;g$x9OK`bW=%YUrao%-hZ>cAigvPn`|Q@hs}p?Z3#q z#jC@&Td^YrcX|6dUGaS@bBy+FbC!d=wkeO?Np6z7nsUWq@*9JQ8&;E(W!>jX&h+~0 z5#hwUv>zjX{XL%!e3n&Szf!pj<*$|3^7Gf+g&HNNQol2uzb@h1b(-g!!J#`DGtJvY z-(KXB8}R0*KIe7Hr7LmzYsb1?ai5>(saM?Rt+nKGMtKOazx-L< z4EYu8j`ej$(kIbu@hB%^@Qn2EbozL9fah)x&qyE7Fb|LNENkIm3$(-o`&bJ-TJrq! z)uLsuM9izN-{ze4jxm|P0jzHYZ=%k%ULC&aM;rBwlg&fbr^aco#HGOWx7T$R<+6F2 z6SOATc66k1{UMRY+V*|CIDA8LZ!b@9cOrQ&=i}Hnk(cOr__&qYi?|J+Z!7%VQR*~Y zf}P(+S<9J$Iqpbuz^qp(es8#i_7p~owEqz8+cs?d1BeLkIeqnf@vBp-Ki7#iJ9YK!~T!CcaM*%y8ge_r8F zH*^ACg172`lBz8eY3rbEEs7V^$|Q&m!P=rAimfDA>&#gF)~`fOYc+vdqqer*wN_1_ z)nL3)5E2yUd4JA6XXY?WDE&RZ*Xw!ynAe=M_u6}}wf5R;t-bf!`=o7L^%dzkhil^^ zNpr_dd!w;!ns?MLHMZ?viw?}TX|F)zw3_xcZVz*4Jq8=h%H z|I<9A+OucE*`|@dhHs7G1DS^yzQvABdnuh~Gz9-f zxeF=N7u-dxIr?Td1pfqFUoiE+RGr%p`~xuA#&@9B(0M;}W~*bP%GWdmA9QH=l|w^_ zxl}fIji=3&sXM#FZ!lC^tIL)`g9&;JNIG1;}m^e70Jre8Sj1dZ)d-T;Cke{BBM>U z*Y*Z;onLWI0o~D8`5BV$84W@1CD}`ERle>`Q(ku(d&?`Y_HEXNs9R^6GV{vbF?pAh zxB3dRXJX+C*y}=zhS~SxyfKo#m}^bB(#e-kV*5tUKD+H3v4y6inDofTJ{VIlW3O5UTMI0T&m4O3dM# zFS@{~%kQ)$yqF^ZKQ_@%@U%A?depAU&gL7|Ub~{XTD!BS({+Uzzdh*D3%H{}b!>O~ z)Wxm(^JJylzHk!`W2tj8G9j2QmnLX-@!qUDXnzVYQ4dTs1yhuG(}9@=OqT~nyfgKT zO#ID(nF>tI0~1TZ6epf>V2%Z*8Xmj&RKpij&zQuM4$LvYRCr)2QZSYT%wowGT+^G(k1oW)%~XT~|xv$8dJ-fN2Qzf<+m zN4AW7l5D<%F{eIg$u}}(_aEQkk`7RvBY~IQ3w0%%)h8S2$Fj>C?6nu!$6fT#Vf3Rr zj$GY#5pYeHHUxX9C!6gGebwmB9%R{DcD>5|2-{1&8mGgYx+O#MrBr{#d?Q0$*ecfs z2=8X?&#`|mxz9F+z6C8mxtzVz$;L;F1&!|)yT{B8md`FYLgPP~v-g>^s%0j99%Y5A zcWy7A*Ttjadue}0_-K##=iubG_KlmW1Q%Pson>%v_f(rAX1;Qgr>(u(`0n0q$Y)eL zSBZAdx~=-kx0y9BbnZCYKBo5=@1Sn2Hk9g>?txr_JgQu+Q%*7_-=OsSUpB{W9Eua?lV_*>@XO{mNwfPYU~sNG z*5JHrp|$D|)}AB}ea-j1^PwKt(l32 z;o!8xp&>TS(9m?Gq2agSa~iaI+jQq_Ia=S* z*=xxguyb!-yib~V5#Zk6Z1v~Cj~juBjM|qUu5RjVT^^j|880c^GzXp35LC>>f$+th zgK7Tv0`+NM>v`ICWh!*bm(3SDG9UfABR>^}M;8P4D0$v~7T@e~xi&j(nwPZs8-jnQ z-08puM)Xai-~|6yV6*XQJ-V~$Jm&w7zwPp%9{ub4A^!gX@F480Q-u$12;NFN-m&1- zkuma*reD0YUg^+k{W?3X>c|zOJ6GzMvs^Q3k%QeR215 zqQGcQuQCTA%ljMS73Bt2{1^eOJ+2Qn{r%@3v)4Vqn(_?)^BrD`H_{CijxKlcTH)kp z;v!i8yoTUR@@@S&&eUC2Vr1zR>R#jIRgX1!RmCRnFXZW5vdV?Wn7rB|llLd`rZEnc z7aeW#>IzNXQ{*jh@?xV*UegGZ_c(cXJLA{e&o)ht4RmRmPTM=a`6TCueepdrt(B5* z?Q`cf%{XR(WmWp0#z*Z(92GjHmwH2-m6Gqjgzu_mvzuXLA~eQ<8Iv7mo?s4kU=Gd> za~?2S)AKbco}>`psS4j|W31E~kDpYScv-l7p0s0g#6#=z|+230EOW-2|%o)x05|ef(X^Nq-NDtvxZ{wYBsc#TJ+M${CY5PpVMfl;Y zPq!#7{F*PmsKm18B&|zyhgD&spYX;nEu|jSm-6rNPg%QGY@&%1q@F1A3*J+{5bwRU zwx7>8l&ME|OYFIB26R;6Gj4M3ge*)HkmuI3g)_sS(AV3Kstb-~OirF$7tG=R3jSlB zx?`!jixWv`<6GIbAMUO>+ilzH#eDmSd_Q%he6&>A!o;WKy*#BZ82QNfWD|nsU$kG8 z9|@M;ms}&?<3(`F?1LSgOW)3Zt^5beZ~9+0G{k;Eqh-;5d(+y897Tw0cVVn#a%v-T z<4p^FndB4ekzi)oOqo`D8b?Jr!)g{GyDt9}Kd*l1D}H_h^h%x=AwePT!Ra_}tqF4u%FJWJ#ittN!Ot5;bfmIK7 zEWPpg&ZWza_v6=hO|yDOTHn7%^O1k{GyWdu{2!KVuD*=1lZQTFF8(%o8dq-Kt>kr3 zcLzS(Yvd`uz|Fgvya0K<^G}Iq@Ebo#%^R^_`qJbF|dBVUE_KKFL<5 znlg)}cRcWZ!P6hv;E#9sd<}i|5HcU-PMw{|Y4n((cFfdr%Nmxy;L4*X=H;&_^-1@X zB#wa=n>OUBt$svJ`C#d&lEgvO)d4?=x3$N9&j9O1-4`->OkMD2{Lkk9r~F^R{|f$H z{;TXE)Tw*+)PGGkr0evnPW;BeAae$G)IjUS0V?}0vNEqX>&qV*ygCY6r%NWD8ftArhUYvr z!rB%=Up!S}Z402+w7wwRs}`l(e^c#KcO&Z)YG3(n+~w%<>qX^*180`f`HR!}&nh2T z?7-gGvdne>+c3W?@d!j z*8^6ZIO*P6C;b8HnLM^G7x^}%k5`6mJ^p|zv@?-$uRDf) z^v#~@&Ok?;j;=TjoiU5`hUz#v#9nK-5#HVoZ??jtJ=Z;j4&k1?*op8H_FpNeac!`4w(3)QC5C& zAG*;8ojK5(3*G&|tv^1Ek2_JYH${Qob?`HCu(9cloTIv%ca39fJbM>>6Lbyl8iO6c zw9-eP^4`j`?05`)oD+{_@e!03MX$urJ^Pd;En05b@=tsqbni(!<3{VH;)Sc*NBVxC=`7C%!^ z6Zzc4qEv4*vcB_&jNJ*=lx_TH>TdCEyl-@OC;ccM>A6nN@I=oc&SYq>X*=-&{%K~c z7wwV15a_L^-{cQ$r2SUzdQyM+t+Z{hbv-<(Bj1i+;r?Oqb07Yb)(&qZLtQ70NXga~ z)?nL5a4z4mAGz@OO?9X82d= z@b4mzE!4Na*oMP_ z7cDipR&yzJpMlInryZLWC}Xd}xeKog8!p+^c$VC@e&ED!#m$&O&-7N^Vs!misiX5U zXrV86;D>3iSN%Hm$8|w`o0N{&^|0!C++ z%DxXDs4w($hkrW^|Bi6@CVI|$}nL;e#JotD3H?3vLDn$x7j`3Tj?< z`t&o>d!6*z_ZHN2L373SWaTf(SN~PbuM2LZ@1EgZd{@7S@7BA?X5D=(98M)oIB5M` zu|dgA){EYGqx7=co!wYabD~vfe`jIhx`LX1!)NVoL)JN0vnm8VjG=wLCwm`tBV+bB zSP%ch$g=zb)i>*I<6HQNW14uAp;bPFZ`n}WxA_fpcP?R`waoYk^WQi8F3*9UrsNvY zXXeFb&II1Jj_^h5g0h)C^Pa#C`mlq{f3L$%lW+5Ht)U}O&UtQUE>^+3psU>4a0j}9 zezx)5gg(CG8`wp3wP<55SSh~=S!!|9V$ME~-$K5CUjV(2YMvyW&Uw0-v~dS^)va?r zFzBS_1?)|#9{Fs4_Bp<^Gr#x=bO$P}X3C^w99T!jOA=?(hV-o62Irq9l+gxr_{=tD zd)jy;qmA#rK%dB$; zbUdngtm^Dwhb!a4sY%xX{)U2b$yrW(zNg5#~*Qh7mH`Lms$7Q)UEQe zFYf&)(D!{Fd{4#UC4j z=Q+=}Kiv?V?L2S)Q$z4lvi@PpK%iFyl zCg*$)T$CSj=<5JxBW166-rc7tNqmdE)cEg6HoG$JmE)&@QMpGbH;Fb|;bR$T7XFcF zH*&xoIHYNgr|}SW`cd`x?0zgsNcKLXAFg<$cF1$%8BQpYGePm-0%8Vg^B0a8GAn-zGV6*nuFQ?C3DC2T&q&N zZ#ut#`zs1{rYU$B^|A)Hu#5Ww{ENrW);Ea#_pKX)eO}nX*pB*4{FJ+XDnH_{mzX}R zIM?){?_}fit*4(XVwt?KntQ9Q=aHwTrd8Nb-10*x@G`c22+kTM0-9CA8kKnCiAm9u+{X3{XU=f)!0?qx8IlY z9!9qpR}p`}+$~aVXqiY|p#gixjwwb_GF3s|xxhv}eHBghaZ%zMJrD#)G z$*xPAyKdi(4)x->dAGTn(2MIv(x|H?h41d9z3-y&sx^_H!++uTcjQ2G8-26jNYX-< zwL$N%@UH%^s5bppHp7g)DZnVsBa^?b|7STqZpBI1K79ugT5LI*Sy0ogKF_tL#IS*R z!vihxoKckvtcq!mU>haV@wuDH_-^-|Y!7^IS)~4@4~yu-B49$tnzkONOe9xrNvGNJ{!+wg?=kWgG0xRbVfQS6 z#J1!b=7qUen|eFXtP7S?@2OepwfQs(S<2+oXu~Hve_WRQgG_!h zH;47pT>QFz_;>yB^9C?)9LT)U$DVLM&S2!SZJx}aww_i+##)I1S+pNMQP$SbY1fZ2_oHs11e2bf>$ z+0R^dBERw6?b3;?tbxBF{OO2gO%*QxqD}m;=IWmXdfFM!YFG8BjxyR3uCsEBo)^B= z_~K!7uxz+H$BD5%o6ITd*4$q*M=1 zQ|P;s>BEy)>z^5?Pi@^{mmg{HqhZ$WY{x^*>v|UJD>Nit=QR2tEi}z7yZiQXx zZACsZaWwvnY*c!#Bbts{KsM4#qcfwZ`R)vC$c`mdgq*}ymt_f!T!u`s=pk4n~Cd{(5*h7 z=-*pMSB)|KRZJb~hs<)K{YR?*i=^E*r|B7=t*`$0i2P3cIN{dBTD0t^+70Ix*fHTg z@>{=1PWhBO;FVsHW8_A(YTXN+)Z12K#>-oj&Gb)PIaJx|dm$A5NxH2FKKa}9a7?@2a43+=#cke}2AjjlXO-o1X%XvT(3=kB5QUSXB9 z9{V)q?Qxp1E~z$L+aK?RH^>WX&bCgPNF91_M1FL)O%e0XsMhxIX{)TBN9zY#Q?-xc zrB{B25Qcp?d2jmz1BpINTF5P|i4Pjr)y`Z)$jS z>4Oj9c_%U~n3z2#&AM~M>Um7E>$7|-{@}=M>?6bbQ>hnwF=Yn-g5l7&y`C)jmJaZ) zsk;5JSG*M8%n*(b3TNzN=S*zm1Z(9K-l4Y_eX9G5S3+-Zh(dJfMW*v9+m zk4&AhSB%jSrfrSQ5aSY`aNigs_(fma`!a&D6k`N`ylElYYJ?x&wAMYOLBBVxRB6!b zO^bYSfbmJ-s_|d+_RyL|^e^(d*Bqz=9Q_tD?5+)3X3hN;@dX+d(ccGJW{Ju`<0AV1 zK+9aNGVov#@^GMKzNa$qXc6*ppk-=Q1|BX#UNXzHIy`V~xE~%gqBpQ**uZq`l*Vsn zT5@U5i#_uO;2#adPx9m2<`El^vvQZS2O{3bUL5MgO^xe$DtBDZ6#U4|U$L6k4Y0QP zW?6H#qw^jiU3tkR{o?kwTt`~_=&(l_)ADam7y}+(v8Ft=+t;G{r*P+BCQXg#lgifn{*3LKfMr-1+3C1pITy%_wUf#3GK|VAmm7jZIPhYa)14g)a9L8AdL!NrT zLGj2P6Z(evL@*Pq-lx{)*mPa<4E6^4!u+qx8P!ePGvCMHPIvy5KJiaV&+CqG&$#sR zV#;?M)iW(L9NX=YbM#$HBRVb{eJ@ew5ynLad=kIb!?*XoXZY20UYcJOho<>uua(k2 zrKB}7MzYoW1ob|~*hvDnKbrs7p?QD2iwg$c?XM3Sfl(j$o&5yaJwN*f(i_?ETLt{% zj0MHQt9>erDT@>um5>3ZC)45I#%xBAl(0 z&dUaS39#&!2fK(Xi!t6Mi~IX_)pvlW?|Z9{G<(!x**flNmwum1p6=O^40W(>+3|65 zYRW%;B<<_4C;w^J!Bwf)4)K!pg_gehx{7)QAEUoZow>na(nMPb8IimQr*=oj3a47? z6iynOqKO!ePs3wo9B`Y5P)_h_vjYCa7&F_Mr@HjaiWz#!h{rt8u~0yr8Vj}c*2;_U z&m;>K9y!>;cSd!0rQ#S@8)DLL83wX)*{`h>6aFmYSPk((&FzT=U(0aCD)bI4wdiZrU zbh`R%)2qoj55d3HjmR>xIGO%xMlR3e`71nE9A&;ESM1{+2i6Z`%;`olr`t7@c)y!X zzf7S1#sYUu*?iZ&1HVvf73Jiu2KFwUMOdO%XScLiLb4e)vWIZ zoHv2{Qyz2Vwhuf1rRvgF zZZz|!iWd$1B-w+Peeu}RAx9|x**e2xH_o-pN#DlZ@4n@A!PfsV?JfPQDSr|AXt2{( zZ0Ut|jO%jRm`MM*F|Hazd#;;>Pgjj^cPeXNr^NB~?0LiUqS4+PF#QA+R*b3W&cf{H-0wOfA9F& zQr5Xtw)!i>?f6+ecTtc32%l|36icgE1pgFYui~@qxLKYRM;l>IZNDGQJ8`s{-`nrU z^FG`ifTMMppgEk94ej>Q>fsq^qCYO)T}#Oqr#>H)ZOMs1L5E zu1hH!_SmU#%1#v~zKTpS*LX>LNma+t_Tk*Wz;ox<>x1=_)%OtgougWb!lTW6Z}ks{ z)-2JtsgYA&@#i%+=mT6+vYC~ zmLEebCH&k0U%Y!PTGw%T()C^O#C#LV#X)>9ZKUUU+4vBkKl`Gq4Loo6&?P>IuG`^n zX5FF4kROjnwkJGbaPR!l(%?pL?^?6(UXfzYv&Eh3tdr=PF~Vwg>2TM%R@0{HzvJ6O z`TkW&w-5R<=~3*h^p#7`Ui03;>~lkl%C_<>x$bgwP1F0sYGPVrW&YScT=O9lLoQre zdC$Z}=NYeLoN2whneUIR%Nf}nV&8lxeo$8F83dQ!_JKW>@C6yoE?={$L*+l4 zoi2ZoJw~h+tvM<$N}e0z?dqn!>O0Y`@0_7EI~hY!PrK37*e*&;1@2Mgsh#|=Cze)y zCA;%A^6fT=|I)WZCi3p~N!@ny&9HONO5-fNQZ#3oV~nP}`YJO9+>QU%{#ysX(R`~x ze&wYfCFdlU_~Q2Z;(Y1W;zTZe=_g;`_r>;1k)F`Gg03$Qn`ZOrRAa;1ziZ^%UW2bT z&jpk#ro7@{Rab;}$xMX%CaP{;8q7J)_$O7@FAZLFY$O;68#|bLn;9czj183+Pbzwo zm4Bh0>aL`1|DK&Ww5Aljn^$Yv+R9!{*(s*{X5h3wlesn{y_T{a6O8Q`5iqu6d#%TI z48nGhKjZ*x$5?1Gwj=E`xc)-tFO~+^A0G)uE;4?|%oT>N?mPBxJHFA2P6(MY_bxYO zI@c`?ZlxpZ{}iyd(+D|2G@i8x4=CU_W#Is(5A-n zqlahM4i7yk+u_i&kL`e#Y__AV`Tsw*<5kAEYdcmSlGdaDjqUg&b%~U7wj)+{ z;I`wpZhfWuw;jI*ZhyAp9`e1mV=eC*H|i7Dc3e3wjq`u99SxK}5ZloZ+Q02sOnzUs zBUWr|NA(mV-?AN@B|~gKDMC4~?bybcrHEG=*tNqGe&M( z-M8)7I^5Wfp29y-aTe_7U<1Rut6GR%Ur3DgoJH)jN%z&4 zz<>GCz-dehHo`n4ir!LeWErrMo4_#UMV8TJ6G-#!Gbq2cAe~=M%(vfC+*aC0ZJliR zv!%w+S-a=P;Kp+z!GZV-9Y>kGTqm#7S{5u1MuOjj7qSc9diFXBZM^c+ zcu96L@v>hW+MjLuscq=8;AU`X{kq}vmY~7EA`5QPVSSywlni+LBamlJ zS#9@0aiWYquzg;;56oPqk?-3G|Mq_Sj>(w%hP>X~p*1=iD0)j>zuBh6)M1y;8Cugg z*39kj3wyU>f8D!<6-ObMM&HnyCy>*9aOh9$nj;5oiXY`!YozSi9w}ai@moJbW=PLE zAG)79_qX=Fj{Iz6b@#FtaG4m1r zlkl4{2mfKhvf#bQR%A?7@0NM2ZE)Y6)+!?hSM|QjyJEL2(jw(my>IcZHO3I{t@!^_ zz)SOuM&6^9={3NMpjqqcN{emw#UFiV-}Cq_oDr$;>?>5Tr_oYw)+49 z_h516F!Z6pznb<+i?r6J^Qk5VsFk%g$;_$ZA+YpAipTiQ&U$=t;wZK664F?)VpPLTVFS1-IanA$A-^pit-A zBSD=bEX_Ums1F>zS&z6&m%O@e1i>ta7J?_0<8OdMzp z*EdXAv-$0;(N(>N1AD0x(|9hOxkqPymD0qo|3D`N6BW@D_l2! z2l*@DTeQ5Z&E;QR7K~EIZ1Ubxo^yt?boQ{+8O|u{zmhT83wv%(eUg>vTSM%)9eCbb z_T*sOCjOo}#GA6OFAF{iU6QlI!9)Gh!I?+3yWktkg4MuO(x%QE9nF18-t$H?{ps^Y z^LbWZMg2XM;>GgG%Yqe@?K;di@o23L6R+s5&-lT^>|KpYETzp7^4t69!|TZ3-}%-n z$bXgfB;l)jF{Qg)IqQZ-(PO~}tzG|=_WU>lYW$pg?tLdM*X9wGB(U*Z|J$dTOKk=--EajZZPf62Q zAK;X0|BETt_KYc43+%JxWv=N}UuJYsA$q8YnA#q z$2Bre<+BVT?-6*cyt_Z^d(JovxTfFU6ts2>9wxf(Eirh_0OzXPUB6-P7&dQvOTb_4 z5tnE8R~hdibXXa6y1sVBpA5}qt)}infKmRIEObXN_RxLM-gK8bYp*X*zAw7}LY_V6NHGV(=t za;D;BbJ%Clofq6KK^($%Cmvd|7W;6Ian z63!LOG=2ta?7i#wE#arKeeE$`4*!I6U-_3PpZ5C7zleNr7@@VLFE0BX@yXfm>exY? z`7ZeCp8N4TG|CQ!v4htTCn352$0OM0+;QEsH%Ip1+8OyP7u+_ZWpOZnW%!O6En#$# z;^hR}S)JD3VSGaAZuvwZo^{UeF8CASxtBCQG^ot-|1q}TH`^ zv+gx%ovblaM=B-_8d?;mMgQy*llDG!`jNM5h+9#AEV(16C9g2hV)`ft-+2_@#Ppv& z-Z%16Kl?c&A6~O|F6*qB^;hIZ;G2JiuTE=!ig)46sOs*6m(P;7205+}p1zTT;6uwS zo{3q#w23~7dhn0#2mi;Y=X!9T0u5o0?Lz)i@gN#g#f;;aCqI_TFHZcLeEA=lYq|3A zzqssA_Ssq4(H{WEeJ8e$-dA0>15+Vfh#g7E=N+bBLaZ}~k25;B2-{O!hTJ$lVhLyE ztd++0{E#}BTV?gNg~O_W8Vf~^EY8zMgGlg|)|-OzA&S~=vd={B*mzT)_gS1v zdv3YbryP6t&Y-jHF%7QER@!&X*?r{a-iKe%=6bd9^i8%O>Gl8Gz(xLFM~|_4^LcMX zhl-w8o-_2kPkGf{ajRqhqQ(w<7ucQTW!ik5-v}`-@|-hR3Cii5$ceuEZp(Mt?f`em z5ceG%&%4fFDqZz|_R}FXAMifjD(>E@bpE^fzr>fHe_FmZjj@sM=U+B`18s-!A%wfi zR^LLu18-5c;-gyGlTmu!iXnE4U4VDd-AFmvJMAfZ&zF?3?~=zksY(3iai0H>(N(`Y zWcX>jYX?|!29*X{77U;9@+AJx7@jlxMBm^`o0$K0`zoecoE_3$3-pYb$iLd&4$hL5 znCGsbD)3VK@6rBv;08CcF5khobbVtkZ}i==_7ctxmQk1d@59OaDtYtBtMjc`dm{7s zR`lwLtkrb#pKk?@Ih>#F=;C=X&x_?_^4!96%RJwpOPhdWZD*U-YbL|59P-6;`8=8X zkvTufyZbGJ*FxdGi#{dpeXsjI6jQJL5pU>-d)s7+HIkd+=o^_kl&$uaD#AXU zboFVRuhRNR74}N!iquAR&fh9^mP+Lwkd0#uPYPKpPbcnwiO=e8kHLda~@F`_pFcf-k)m#U9B^QI}hZmstuh5(H z4e7Ra@(!)wy-hfGfy2j)6Yj^|@IoED0?&7Wt0PZywgZXxuXf`7AExiTe&5l&hZ!GX zv-h)7_9Mhvz~JF~rN5|jH_ksmnb3P$&mhkKJu9nyEkK?^A3HD~XNMUen14Gk|IQAx zM{VtNV0LDQ*&&$S4$SWCFx`R~;Kcb4AhyKX*C*HvOc=Z5Z^B1pY|01A7U%zM;2NDc z|G7MO5C;;cA2N0CUUB~aH2Cc|&L4h7kUtm3Qk*~h@ur0o=MO);X?C1H^n26nIDhE% zrX6scKe$TfU-|Zsnnm<4`ZMKIVQX7Dz%d*DZWE88VG;d(pksZ^8UI)M#JeVbCUs<{C71Sl@r%m_ zGrt%@EZ9)yIt9#mhB0RwPP~6VJKkS*QGHMm9Ae`AbH~`RWmC@?Qj>hWfBdu82k;xn z&(AL}{@Gls_h_93IK*o9E2eXzwXOX$V|Q15b4X3zUB)N*0=w7XvxXhMAbj*`d4pDT z@viT^DaK&O;e7vt{}1`~^81`$z&HN29hKa{O8s9P#diW`TfJRh$A9{!)w^{PYu2Y* zy*m$Ot?yK;_k;34?+4WJ!A$DmuAc4_t=iwW$QKB4reN)qxMYXHRmCzE4VQ#gVeLfBzQq!h>~|OZW8f4OZYg4rBb{e+4MB z4S3BNUHBJ(4;|#fk52qT@DmJtNPe1C(p_r*GjGMGmJdy`tARNgnAVYLm|9@21uwe~U-Gpm9#wpZa95++;~Y2tj`X!_2KFP;kI)T2uCW}6l&dVlC zRp2FEIGwgixr<0XwRBxJ*h;~o1CJ6cYqB;hIxZXR;i4D*NdH;y4g5yvOKVRo_k3HY z?h`g`7o z(UzCyrT9pH6x=sBqj{*2mmQOa)U;n=bkcJ4QT~E!?E8zQpQMvM;3u8r>LYy%dGkol z$)JxEU!-#b7IeFFjxz4_bYtBANxFTfZ@INWV`U9@9MjK5d8C)+-W*)NFcLhjEhN&ypwExzsA0g%C?2`-%ZZ>oVeo7%A121T^R`; z3~bxcHwWu^mb}*>Mp3(ed)_fo^lUF5ksReX93oV9KwadD4EWcX+cR`8K({=Z!`Ew5ZX~oZ#4&8+u39hI(U0(+_%}c*{bQ*g145!Wwg=ttX zocN@=njTKKRjIb{D>|TGZRt*J)pz(aCQi@yi!|)vE-XB=Vd1@CpMToG)~-*(mb$R; z*@neN3-;1K8rV8dy~Qpp_FS;qHxcZhO$N5f1Do%{(w}y{<4wH}v^n^4f22Jok+URy zX48h>V8f0zu&1{g*fQ=Hbzyh7u=pB+{ldYa`$-31?$>l-w>q%W10DD%f)~CVn4Z&C zU10A&9Fl9s$maRn!3{23SP%N>W8$3ne%bC%PLB89e@eXTM0}dVkhu%0kvn{w(|O-M z%l1)r%nkIuq3?{*R*&K_a*VE6?lbE>m-tve;ok3xhofs}-M4P7`t=gukeYxm(3_uY zU>`Ws$mb;wH>~|&3-|JJx6OhtP1@F6=2po;N2uKEb2-ob#ZAG$bc6HEGYm{QI_uxJ zn7g!ZL$>O6-4xW?fH$tcYrx)d{ShbDw*A-UUToE0ksMs(|EHCT>)(VA;cq-B?r%Ie z?(dh5w`c#i#s8tXD?5T8V84ILJ2C#O-JACvyc6S}dhg+#82^BqPkmWq{7Y#ISZ{lo z?Pul-_xA1J{!8pL&rO#Uq~iazUba>CMfCLy-Y3RZ>7iYNYqVaFoSDN~3U|g_$NAda z9P=#^#o{nu-%Na_=6v8kMRVXz-fuh6*^{MTI(%019O7?OU&jt`VSR@=y1oC6|4&R! zHFon<_ASiWj@mWR;O1M6zOK778qE0_YYi2qUzbid{rVHrr^M0hUDl3$L4MqMC^*?? z0RDj7HXdr~n17t9qwel#a0Yc>LS13z^3gr!p1p7m`@D9HGkdzouGTU-?}`S?fmPgQ zws=wVPjv7C_!)&~ z?!H7c1yhuG2bj7|^xJKb;NjrfJ~unA?W&7C_x<5IakGOfwo15`U1xCpql+uwV^H6@ zczAJr!ol@~{owitFjeiy0l0=r%-;U|Nk%^Yxx#$!MD%*kA-OTdnrGDJo9fS z;K?t$rl4jn`H>RNTXK(w^8Lty?slyEbu`FYY0-VOSL(zygw8;B^<#X_V$G14AFYjO zjEdK-e0xy5Y=3329oImg_tri(=*LQ1Mjd5srthAh?yHz*?)*5p;Y##(yMzCH<^eJ1 zc`480e=NTTGi(*@*cc5K!^;Ug*Lm>iI5mw=82R$z)A*^ur}}Scd^-Qv;8RN-oli%D zce=QIvNtXhm}j`S%;Z_Pg!6hTze)QWo{0v}1sA1dlaDF%ed_?z=bOfuJ{Mj(d(9f* z$hwwj@S>H>jd;$~D;?ZdDqi0I5o5ZaspH;Jj$U~p8eC7gImnON?)oULSL%rC*ElMs z?FH1^jvTo7Z~V-h-RTQoKV{TMGv;dyC{Cj!k?1yKww-p|`4e^acA$s012ZI}jU3id zW6}kE@Z=Nttu{8#OSiGIk2W+%H+a^5-rLlpJl(OX_cxt)#cY&4 zz<2}p5S}}o=Q2IR`}1u$;?y`7JJ(4&*GUTz!*P|;eisea!(Y|amoBa*&QE%{j=hie z$=UT!jCxz~;rFY5o;3Q0eLP$LG|e^o=T{C-#K$6J!R37z-nYVg>5NijBTBye?baxH zO-|lw+SYk5wXO3FPYh1$k4@8!?R@xLJKm;w196oVjQ21)M19lxyR;20$7k?kLp2wY zTrHtqwe54-uKprf+4c(dlyMOFbdc@W&CfM*`kMwfrexpq61UN|t4pj&>9HI0+;cD7 zTRBT9oWlQ`9=pEPX6#;09knk-?K5*#Z_wwrM}mqGkWP8@v%SahO!lH;u6{9bnY~f= zKaPN|Y-9Ii_1#uO&z3Lp&lV144xP`@M&@|sUO2m-e~;a;x=gtVpPO=3Zy`_M7KR_{ z&+xAFc=a(}#MgD_38R3<4N_s3k`9b#aiq4;-@$v)O(0Ca_ zS-ppO*SJ^(FU9Xbce43cq&2;XZUW~OJnt{&BDtyDo_odO$P9i$jP=lzufo{S7-`}z zkJy;(W8_`hwPx*qjO5*C#z^Z~W{lLGV8+N>4y~)c*|&{;nffKK=h81x4<9vFjL%V& zcn%nSuR;68isjSy0M~pN4fd=;-$*`+vg7_+$^}l@KkgIPIk=x@aIZbu;QkvI_tX2v z{Z|g|hwcaWyR+avcUv@g^lHu`y<*1UmiLStD(-GGbF4otPp%K*9=arbJZ?1>#4}q%KgPZ z=$mC)KVj|crT83VXgc$A)}cCB>(iKcVikO6O;OKldG0st{M~x~{q1_bV0RsKjx+qgM{D(OhE(bw$~CQn@Qg)Awc2S#!qw3hgym|5SXR6Irw7?2Mm( zTQ7o-{2fOQSjBhY9)*rcx3x+-22DAwUdAR-rrPM z3chz(mK_W6y&Pl`J)vn%YVM2g1@L{xWUD1b8#F~|S2TsB>!B%j ztf48)zi5&l>e8freBn?0{I>bW5EmmFn4`HglvCFr56sM?!JEAWH{VOgF&;X;mO)3p z`t-EE>3Ey`9n-9q?VE`2aroOY%JgZY{Xe!l#QzV0`+~KF(i!-@qpT@Afpu|FT$szp zYk-4?54TRyw=Meq#?e#2ts9WD?KI%ju6$t0MbA86eEUGN*Cct_y2On8rhx2cphe?N zG2q^LsjF{xbLT)uA@{?uKd!QKZ=fvy=Pe#w^M=-)xL4H5J@GZIx5#FWfN#2MG_NTT z7hJ=2n#bjL`ji)KjhuTZwSwE4}RR!*&_U=dhpYlvf7v=9(m~e&|Vu5-o=T_T)c;3L#2zr+s9gO zOn4)2=g+iOKF*xwYV5T7K5>*a=lW~Y{XYNGI1 z+nu(p6V$f(7KZM{RNJx(el$(((6eY^G)UL}e9s8>Eo0cD;ErhVnczi~FpnRizlz4tsf@~H8Z z{ohLa%1y@^U-^FO$n?r77-ty$XG z^>H-#HuYz={rdK3um&IHb@Jq|pZD7sK~m-3D*XN$j%C zdzZbJ@5{JlH}R~pT?IXr*q)-tJ~h6P(pGGX_GUX>w zehTGXe0EvL)g6)Gd7P_fJ#i%Wj@omsBF0MbSB$@+aXNb<@lrF*SlL4xrIYrK-_$sf z{{4cyB4CBjEnEBck$o9_*_E?Acqe#BpL{=~f3M!jdJ283ym{my*Qq(p#%=pwA9x>p zWYaEscW7!2V)^^o=QI|2P;(e7qm6oW9(~Z~8pI1u8#(_-xAEgX+6b|at~N?CX-p!& z(0`bdu6e^_yQ0Cz9lBZHwPjxEb9h1%Rj+bY|xaq@PuavL(^=Bw>B;E>AyN3wD& z`469CY^;T!E}r|39&F#eyo0k8t>dgIE1i7#AAXDYHqYHrJ@cyYcZeCmcWJ|BE(R~% z0it&|@1HMKwb=K$F~8l6e&52LEdd^@EY4}})LP~id^gc_46zLGA(x`hwM<4t7c7L&-e}W6Ec;`O$^QWnA*~?FIZ)XL*m-HU~$dT(;neQ#$ zOTV2-JxU)r5nFIqBzOmDdY^kZc8B-dc-LH7w7Gsau@Q_>KbEx3q{+AY9{*aqh}@8D4v?<2kdxNBlzK^f?5ofM zPmZIFxl`dgv>a{YmOejvDrKY-8(&X0yY@;xF^n>7HV+>qVk%4Om?ls^tV;(D>Fm|GlzAs|UK8)Te#!gIyuGZnkPH0@T_HoAS za`GN=&Y0yOCwvU7+rV9++I%9Up0ni=Gp!+nJZt8UDt{!CQuIg{-K2vm)FS@gRvr&9RZ>Q#eVcRCo zXo(U7R#9U5hdXicV{*{X{zNDBN&cC~HJ3lcx$)Z?f)V83h57KCPCovN;{MdHW!HLq zMdG5QucQwedDfgkFnI&bT)2((5Bs}#tnqr!scyl3bUD7B&O^npVeWY-KXX<$Pv@b! zj4zS$-C`-+x}&;Qr}3DetwKJ7dD%J`9I|EZ~lG1O@r=nN`FJb z{a&8V%d8{c#r-_)*K^zO^5G6(X3&3ScQgcDT%{9#=I}#wU&Y?Mz70@f*GGSGr=iN! zu4=I3m^MEc3AX)=aa?J9`%NdAHN?kmwC@eDdEwsE<5~Z~S(DogF(SJw7?leE;_f z{&hy=5&rFdckX49jF@%PlEgIX-ru_DH^|>#{~tzv>sJlWCmdsVr0=2B6U$Nqk1X(c zg?>}KM9;kb!~zZ=wjmuiq48Gz(IB%Hzf^aPbGPdRt9J^q6zhgs+v>}$=CbLWcNxq# zXNdJF^|wy%Si1E166^c-NPY*wQ}I!2VWO!5-of+c&xl1;{`tI@PB3dXYAbZ>&>G3s z1Eg!;Sm!WCHbusS%6q0oJ>w_}j~bba?IH%Dls-5f_(-{_XS-$nHvGS=XZbweX(G-= zY0H@#R`@Jik3`TlYU|mh@S)7C$*2u?45$s$4@HSrsecjWrGvCb?Jt!qYKJF zcJz+c0>k^6Gqh1(%+ppZ)mCxhcjSpTh5R>Cr*x=z6ZoFN_g2zNNtaCag>M{~eQ|TG`ejE?|tFLzR0Rd<`sRlc?%J?_#vrv z4Ej=b!?rySyK(ebqIMy43fvzYXGUMt^sR`J-zG zXZ_XCgRYt*n7qFXswov8n9po|EdR$!+sge!ZI9;LbNXY?g7=T&Qw%Xa#e~s@_vPq< zbK$*olh)&1nYgW!_zun@`z`v!!P{?{Z#@hLuQ0rlyl6ghkt6SVC%rc|-qVNUO&|87 z%r3kBkqIBqqJ1`Yi1z>_88(HorkUf1NnN3#hm4{)V7@r<-}!9!hbnA$SMxC))VPXD>{= z<@D1d+mp@u22fqRA-EoxYn?Jv6Ai&fc~?xaJND0~J+%|yyPtMHJvqpZQF#;mmWitNgB2`_5i-uHUpT9kH4IdcGc6 z-kfZ{k$PO6FJ7#H9?ioCf$r4Z&*qC0D%V zxq@f$VAexsTz9dj)BZmOw*};J4^6z{LGwQAB+q#NjY&HJ8Vjjw2Xdi${J$}>8FR{9 zLLIsj+y8)ppE$$R;ogZ|moVvHrJmXMHUtCR4u5v#*>fc zPWm=Z8n5l9ZFI)AGM)n#?enhr%)j{8``i2rUeEt_o-^mpx~t|Oa1DywnGS)68g!5Ox_=g!&ZeZE93I4X+2K5@W}(81pjsXW`Ng;;Pq3^?k=Ie7-{0` zCHz#r+Gpw%zq~%YJ6{sNb|a^m{i%Kw{p!oDSByW3zI8riYse)?-KYe4j zlNhfkJb0F$@UG?ED~}QS>=@xmUsX7LHBs;MQWPJ0e20d;U6;TKNbAO{wvqf27W+q=yxXlX2H)GkcNNGq}K_4{eU$5YbO0V(&?w5i%+JW zJG~k`IQI|Cb$y%>$cgV+YOO3~9Z9mG@f;a?x=q&t>Tz-L(mP-HcF*#{=PZc}m&w5H;I4G_?-6oS-*=r#Ti<*Vp2PQ<*2)O7EuQ-=))j|a=Zrs@?<|1tf-m#z z`AY--zk7x`fd3z2E+-sw!O_O8o_6YytDMMm@4Ao+*LylLj{g(+GTAH|J89oNOB2y} z_$qv2eX^Ek{%t?fAL$>juyR)TrdZ4=wHDH5-;whV%6`J{pZqdqXFK{euk_To^e6h9 zd7YJ*h>nuInR;aXTIuIb^p;|^JHRP=f^1Ilis%V^ubQ!?b^j~TAsT;~Jah4-A8mXq zz_*NN{!{o0R~OH}f!`K>Z}9W-S~v=?+$man@!4@$4~ajt8>wW@#>nNjp7b^cWo?YFG-nRb6ewEVCrw(+it>>*VM$e;vzpK1UTs)8sAPSrR(3%G20R&(mettZ?1=wx8rF>a?1on@z=xKFy#U&oN{>RtnX zrVT&Y10TBeEIaM%f<^w8pnI2~do$&*Axoce);g^-Z=Gq^GtN`D7xxlRy4^nx?!!o5 zv@s{G+sn^L>(WN}c#+k6OolGa6|Rm=@zS;Dv^0N=44l;yWBiM+p{p3{H)QC<8`3)Q zW6HWZv0KmR3+b9Jo}Y4TUg!m*f3}cj^bb0*9-UZ^POL{K)}s^a(TVlw#CmjMJvy-- zomh`f+)G#O?Y~Wjx8AYZh%b@Si$lBT>Qm#y!(-|rC7?C8tK zNMBT571v!!nj0-5HfbFBVb%^-&Cqu?{N32+IT6QJJpg=!vQ{#=A;z=roKjt_=pL;( zxb-$U?TJtK=$ZN&(GR*)X%T#1M7m^q4S7p6wrqRiwGZk0sRzIVS9jRD*`Gx>TfVr@ zpA*j=W%Vwx(mKya*&=><8GJN8ua(GaoDtU^c>XZ@4?n*g-8|1K>fQ)1t_L?u{?4yw z#L=n5CU74sIA2A2c#OS{+&j@%w1T;Wqo30_yZG9=8GQHA&BAwB8qd#8;m$bG$-lS1 zH9yD&H&-v8Mcd;o;)3_5i)pXj)y01KF-E`crtTrMk)w95dy4aq*2-4t;%gjTd`(&x z3$7#sj`{7vu7P~#==wC=NDqu9+vB&+nFY_rmstxdj#xg%A4$VztFNMQ-TD3-(=gup zgj=f3Xc}ger_Bg3zFX3HW69Hcf$O^^lU6)gfR05kOUA|@fvj2h>=r(|Wj!e0m40pM zSlW8L;!*vFkRMrkeCl2BMUm+~ztvI-taKms+xH;k_t6&PC2L#N2iR6-JL)%mx9W?_ za=42jmvxeU?8o%SM;$=l;)iVVtxVCWZ@)1I--S)@L3Z?gAIyN4Gq23A7-CgE!dkP%dT+}t;vd*|m2LcNAa`2i1optEJ>zpnc3Z@;YJTurV5EaM zOSIwooPH}m#}4VP_%MFk;!CagDE>dkr%{)0{m8mh@BD4eWatT`CcJofpxwn-gUP_3(sr$E#aO`-xtX_ z*XI^K-^E;e9WknZX8(2d=SyB*muqcnDp|Mo5nJaJCT^i@Bje*xaMrlGp7#*;eylZa z#W<^Yg=qT=dQJ3e{YrFHafgN0hyDB{NAIGuTJdLDcj0F}sCBnzH7`PrwjxK*9!h?_ zkt6$E@FkJyue@Nz+lN}cT>}Fx?d3+Mba#YeV->rtIN4XgP5k^h{eBm}8~HWylfFD1 zT$kjGwdcX1f_XiQ;70(uPA0vG`|&l$zrvw2K-yyad30hr&)3?|V-m;mEWPIaHd)WS zlaQ^M-1C8a=bH1&C-VKCZq{^|W3CW=!YRL>?!x09H2Sq8H$S20jXdifyh+IuD^JfG zJ7S41cVQi}b;fXO#Oah9Lb=n2j2m&r@PkI2nP-hy*Ot5RH@s? z5#w`m7P3D(=cnHrGx-zZu|Lcml6Zl8(|qj3s7x(*JhjKSFt(fbA@2M5g%!Mu2TO*V zd;FfN3M{PeP0mqlnbNgZSL*!#H~J(>ng3ILauj`>d6%0zt^>&D4*BN%OFktFTbQew zF;tXT%~~fqjqrkcI!LzFJMW5tpFMwf^j#P^4LNcu{TCKIavB=o+BCCg?e13> zg5x+F&jZs(7IWtwbkP>u9~{U$V*qQM{S&*imVaeex!fux-t50-(ui2_tZIrPReaYCtXY0l1q<0TH{`0-HiF12c-kr;b%MJ zUcA%T*O+gIr>S>%*$&+6?^*G;KJdj~4fdb-@=<2o=OJqv^HQrmAdYqRd%#agQ}d@o6yO?yU`_zop}>3}cVvptn`dtDg0 z+vW7p$tl>8iCtfEmfN|b>3GsR&|O#A^pqq@c^3@~D2*vwZ$1St8qu4L=uPDH!7lP+ zj@}f{V(_lfBabn`!^21Gt@wtsawnGBJUJQLcM>*mCbkfLwbW@n7=0`u~vM$E%&0(l^`}cX2=ZeBXGKWYTAUTR6a({9Wjm9$UZUqGt}w2Z|L~ zl~!vcxELOm@?8%3Ka-Jn`9zCI3vj=d#!F9O+9%T7QSVx#*)`H?nU^~{lD?f27YYRXhEy=DECIfPeHBdh$YS`4jx>tj-U}H}WwyaWH*uadui~ zjJ}^rAD0+Kdcf9?V-w#dT{np+dmqQe{_Z& zXHc9d#zz|O_(;<}=R3~WnQ4@_@T&@~Q7cB_6N#43uq`{NKg_)Fy34J&&IIZE8KS!r z+bMqN`wM=4%X3EAYrC$#bp54Q4z=R1oac+bUY-;Gfcv()Mh04*D<3eiV` z8o$YTXZ*`=(iqeo9I|hR@vrj|@|lcJmVOt1l_y+Wd{svCD#c4_|5q>%pJc6ifnN*1 zjr=tKO6C-DC$cpsG!(zenIC^b`W)uEszdkfxVm~P>DSqMZfxQ`p0Br`$0fG#tTC9m zuetl;lklx(ruH{8*SG@CygsBo3+BgKGcKjS^6Gqi+tTVS_MQK@_2RYm8trqm@zhXj zVWWJTd~0Dy{{#5068>(Hvv%7CjPBG6fY*~eyK6U^hbygxv_<7J?0J6~?JTnKFG@Tj zSa`nge0=Y9iEv4JeLy^mIO_xVQa<9W4>aHmr5$u<-UJ_xXBnJ>ai9r1Pl5E|a@FRYq{S zU!iB-0BpuUYzKG$T$jf>bB=uu(*Ia~I*!fJBaO_XG=Hk+e+Rlm`(*OFV&lwSH}leM z#lAY$Z@FUwI?Y(+91eF9cGz>4;>0!L1^p_$afjoFTqU0H{@M)z#}6q<9I7(-F6{%- ze#l(l0{AZ)cg7DXNz{;*yrlBz(zU5ykH${NCgvKsk?CEWM_jO;^P2Dt z{UZ5UDft;+n)_%t3AbUTk(=1R&P-m^Oc*c9^5)Rz&C)b7GKrUS>+6 zm2-l5UqcS+ZaiM{xPbn(_aOJ2{PKcxR|jXE+kCn8lf1F=m&JpxfScsr-RocQoBY&X ze;xb1-g{@f-@gt~?+47+SRY|;G{5@?l6mi5DE(SW-5Sr*OT)z%WabiROyR_S-z@fN z^ZMnjSg_uThjOf5#kUKuB(_8P_6^?qAqPYFeeBqiY%z_oU%Rq!5HXE8ar;~E=wx@j zsA8yz3Gnv651icof8+~SR~ILGXr~d~tNzzM+-BZekq7mE@P+_ztp{fE z4IIkJ{%7m2io5)D_F=l+^Sf0a-!Tf9gsYd^NG=YAvkSFXOF!N$t-@8-U`mHESoFC*@^6n#~W{HxsKl(Pz|dK9Nooe`%o zS}-1+6ktB_IeG*=v!M(9m52Z4#%FY)d)i%H>BKXzS7gUNsGT_NOdKBQ{f9G7-lm=o zY-6^#l6-hs$nVP;)~d1m@4oo=_`W`DSPnKU{f(bSd`$6m5b=D{HQD%D0nf$P^BlfD z=kk>`kv4cP{U*K+;#s_EaQGUvd7hhCvLBwm0ZsWo6VFGbc;3o*uHX)P@ng!FmOXEC zdHp8vrT+!58$G<9n89nm`wp-D@VS&*Dt;zfbw~#dGa#m6w=lgtpmgJKmY}Gz~_woB<9y4=3=X1{cyw7_-?{m)WCc5o-p0B_z z=A3tLJi?YHc@?f%6@CRcO>L$h~J;?4v! zYXSd@OXnIl=**-~#p$)itk_k!-4@RDiCzTuI^Ou-`ZMERAB4{isMHcA1s0QME zTXT#`$%bHhY;6%S!O_{VwX6BQ^V5@;G#xeh^hdLE#FOr8b#D0ho^ z;+qu{?f#$6xNj|TYSy-#`_^Vf>Soo_cU|_;;~VPz^=0HPFF2NVkIgx~qAWCS74MhM zfY+vN&8;)1WPbL6&@$QJC1s&S4d&VPn}Mlhc4$%EZRV1OJ*D;Y^}o@_|MVpdujSTn z)*NK}>Z5#@G?KY-n_0huvyXQ9Gm8UeX0z5stvS?h=CG9b=N9UQ7h_WsBduL*DF1Et znT(-yPo9-mQFvR%l7MM0s-@0C>eNvOIXF9j9xTi@PM7ah0zNYNUwmT5>2CQWK4V7F zZKIbI0Y@G0F6G^&yc^-&T;3@r9$ZB{xCR@rL1(!jqe_SiYYxumqjRw$(7Wie;`QY8 zC00M-vg~_eqIHa4czas6Szxwb`o*x2A*#t zZe2v2TJP75Ysx*5y1~fxvrZxw{i5lsufgVy5R2YGf4lv`j#lpJP%K(BD*D!3MEKVD zuLG7UpcCO zz1A#$SnmgoH|`dnicZz0NGU0H_BODxlyhbBFfB!*;M zhD^RXM2vttYM`0$=kU)y!+++WTK}O1_n&S{y@0dm*mC*gs+7)u#G@Lk}|?3$}~j5|Ube0P>@SaBC^f6ds? zaGKc}zR!^n_gS`@WgF(fvnFTcRDWc2>g-&DISFcB{3i24Zs2lkFz~8*vHjo)9p}(5 z@we&WACUK_`GEJsKLk(zVb4zpd9sU`nd&cCXK*hO_9?P|A$!uAfp;N$be7%}8j$Rf zoL|V<1a;=&ElY2(%dY0GpoQt&$&1{r!iMEur%CEZbdW`x0jte`ZS&IRD%#9Urwzu( zT~wAV(!OocMm6KkcKAD#-Zi%zyHxQ5#Sy|h55vR3PMek$6X+!-5H3b9IA!4s^vp8K zj`PQ>$FpX1X4l;6Oy%1RUo%Rs97XJQGIrJ!?AKiE*CViBj|6{55rY}kqI_@h_?BYV zmz&ZroQCgO(BIB_g4Syafag1klU!m<|HpiPOW;FjAm5liWwXB}ccs7Oh--W;)2VYK zAGMYE@4&a&vpM&S=9hW|!_kuJgNsdYl8*Qh|**osZ%V{NIkOv)(VJ?>=+Z8G|~HIaxrNY^`E+PF0G| zDMGK5qEmFgTJgJI{jH_DX*U&K&NjI}{~~D0g|pG955dEk{<2Q;eWsTlYu`zB4EkCxeUwgs3qCPQOlj6K+D?id>R zT`^fU<`RR>9+^h zZNQ{hk~=PMAB|%J7Y^$qg=gX;@QiRSp7HWX5i}+q>hLuU;yeHk1bUJ)CSGcGW`O5b z_Ci^D!*6Vm%@J5)b_SYT`ZDS>-vr`eYM>fg`(PR6vf7W1047UhzCTm7Hn^pBouLY7E=<$o(+#cC%6 zjn3$(c^g)2{>2<$(Nj6o&yWeSqqUj(m8(0*o!quIQ}~^Yqcw#9K6TS zz97aI+OUEcXdiF}XJ8`|gEq?;XIXSkbVAqMrjns?1|H`3IAeS8VPhcB-TJuZS7Uh^ zdT(tY*K0R(gbwRM*KYxiUgD++biVsPR>J&Fh|U!(TlrYJlYKuuE6d`VkDbJgW-=#j zA0%hwg3qw(;OA{|c&-sVfB0eYevKo_JyotuE+Y4$fbo{zYt-ilLLU&5sVqL$SX6Z_ ze3L_7+%JvFZL0#7ZM~Y@_3Lk`y?J$TOmmdnb@9wye)duDeoX5a;8OldAUQU!x$7On z8AU&1+>M`pJc7Irc7OWuChkeiYdq@lJm}J*$(7lUw=%ZDac+h#H{UVG{olI;JRBdL zdoVQlKKDjeA2FOJWyb}rxq=pt=$ae%U;23JTqTZY4wr-mu4Jwa>KoV;0c;8v=dvk? z(R4;`vTX{@ZH&1M0C&4nW-vDa*|_kRk;QM(EBAzTLWdTwA3lVOI5-zB(7)5I{u=)} zC(u~cAIoBn9UDgd_1<9j7tnrFWL^wAMtugpWS6^rp2vBYE=~vW=J0diOT42w`4aC5 zCjDN{?@O)U+d0#GAaD_Lgf45EFl%NJV{I4AOUgP6-%8FDpG|Q1EZgC;N$}ZhctJLp z%MViyzz?Z>Kb#+`EPiPJdvfMTyby*Lsy)2m%Bq-$7rNmE#eVI*sy07-33^Cm+Vmj0 z{~hz&{v)GucjL(PEW2da9Aif59(!%Fw2!>2Igb9pcIkzeWNR!a*t)i)>-OhLjIOtk z6T8aJvh_@U9pC7k#z$EbM91Wz>#NTs-jr_RGw_Cu&+L83t(o8y0-UIE30@bslRg35 z7QQ+%Zrj0a+d<&gD`$=pUXe3}4qvpdyxdwBX?iYrS&@k>A@{BOXp?o3Ph&4%h24B5 z_VX3k(U-H9d>MH!qb#4!Yj28AQ|-+NWwO^&bty6H<}h}EXiBo77kwf*(Mry&;lq!A z6B~x-ZLEIoyjZ+>$%K zF5O%t+piY;Bvf?8GAoWq+)Dmx=|<=SdD;9(D83-uAiofufv!x@p1r?(V#f?%sb*c( zZMPzA$j(k6`(67w%6slOP0L;({=pam;!F5maiLYnheE|e1S9|dRnN<5Uvi?H{tKPo zh5Q!&D1Q_GYM`6DUR|55V#ij6F3D0W_o*v{mV#BM>ejxNg^$A90<3d{&D$n6p z-22g1ZcH~9+A$85Jw;jcVq>}sgDcAe3+y_Qt)e5*kYsD&0!QXbmLt=9;X?zR3_lM9 zSi6>Ne->CJ)5Ar`bYMFlee3c-5k)M?{9@BfGAeV_e)8GY>UeJ*jEC>yL8ef>0gv=|+=if_$NK02yU zItm=g4sr3gWv+uS=_p4pUP??#vUGvTX-3!x4a{L+u~B&f?W``?w)VuX+n+lT*-4CX zS7;IUc++Qi#it+dooP(>%Kz#Wf1MLvL7$s_*aVGp-2blp_u8lhvXNJ&wWQjqZ$V#O ze@t3-@|Um1{`!XYM}MY2>weC6%e2-Rw(a(3ZYw)B`@wwnIoi1bXW!HJitnfK2OfAU zaANSmKrqnkd+pZW7C}n^-jDEpChxO8v8}Km`@tZ1wQY=j+k>)sMQ5^kgV?@;J%BA4 zxQ8=&7~|En8TFy#$yso5{5`*ayLilxUij7&)^z_jY0+E5ilZL?ifm@l;3#8;OEXPB z7@G6$w`^Zaw3kj@Yd$!$vUf9gN0C3`&hrA!8`3;y^6j1H5)VypT|d;W`G(`e0h5=e z;|~qh>G``|r-nKwdT6?7-B6wG*X%lt)Y%_R-jHdJGd9JB&!xNA@%Da7@vm$1h<|&J zAI`sn&m7*p7}|9475vT+JY{`0JnIesPg<7cSIn+Lx0hYdx-RDo;%CgR!nf>RN^AqY zzW_hJ3O_#jWU{gb``Cp!e4Iz-U~~3ja|-4yg?9Oq;Jg&uSTbzMJBx*nh5L}>HQ&l)r8%+cHG_MCmstMKKc@MUe$=m(`2N(#;@DmIVqcV&2CV_tuL z<9FxCzeq0RoYB%D`f%-Q*}mMn@g}x_C7;V^=P}OLZ#%)((-!P+8ubN}>^tFSyl$Vb z%RbkE=2*hACe6% zlUa-Z_vCc(wfH+IJJ+$v`tBH_@q*{<@g7KzB%yID9)f+-jg1n7re*7NU(D|@{1)uz zj%*8eonutGeFs+z^65P@qS7fuVZy`Lo$?~IS=iLELSksGTgl6|ZB>Q$lYx0dAY+Vt&zRB6 zvv=tC9qor>ZYqdrmJ-8UH->d$+TgGeTShP!ieJm$b?2gbJ!?nQ2@u2B^7nwX4ryK3SG*+wMp*!LgQF_eStkB zgET4{F2G0e(rNV{l9g9MFOpv_j`FZ!TwPokv~7aGM>gIbpuIcM=bO;yJwuA90s__>h_zNd~ zkeqZUW7q_Ln$Y!9#&Gq)(8#Mcjkr80TTt{j175Ot3*NTm@OAJSvbGLc+kmX?{#>&1 z9(dE@EvHTaWtr4*ZQpg*CM$nKI|oI3pU@nC1w2;Q4aeiw5oj-%6085y0Be58jy7=T z>Yf_-nHaET!$v!iFW@t^P8qV$tz&Q>H2Z-ku7;+yPxMvn+|}?Jc58DTycA$v>Q(qH zhOJnrH7d%=S+i0sC5+4svyNHFylEXX=-Thd)pE)d7YjNxs6xxala)c?##6`AMV>mLe@|L=WEfu}KtIY~NcBaU4#F3C&GAJx@GaTv#zQ8+d;gSg zk_^U^$x-p-dFb|rj5vEE*aDpvPo8WHo?$O^Rk`nF3_kPe+40EK&lr!f=V@^-ww@dN?8QFIBnFyAEVP%si9vq% z{m6{x=>Ih5e+l{f#8d++%R(Od)2+5$xhVPJ#%El45~E(!Ps|9rQ)^P~%(?8#M*6=* zcWGQf3<5tX%t!XeD%O&;25++N{zLhe_#W0;F7|kt@=4`y^BdpV*6;kzhc>pR53c*o zuHv0__%4==;&-EdBcEg&RP$T5f^sW~{S;T>&)9MOZF|KS6{Ecq7}PdOcVe7x#Xa<` zv%@o?J=quQ=zk^ktpCuf;!&B<;h;QZ%*%N$oV(+6a|gPpD|igS1uX4+D<{(R4M%qk z`G(#3MkR*%M&yR=N6NP0eFK}qjYEhBG;X)=e9o(ty|Rk+CTpENV%9Gu#;o-XQ+sW| zXYn4^{NVopZ4LTk*ymXsN10{pve!8-;+>!12h#pm=-+CKHp-kfBs+yK$;o`J)iahb z{q*AF6*2C@f-P%{7)ud;F6)=Oh|yP`K|7^=X8ogj?|QR7gkM>DqiN0E$$CbAWjs59 z-vP#?n1bX$A^%-ppp5@s8%yxz>)qGP`mXu3_pVtV<@;xhUp8(48p|W5Um(~{xBr)G z?-RVR6S{X}_b(k58hDwQ^%uC~t@<3EPdhiBfKN^G?8kCf%2~{R@A095zLV|s*f!|Z zY6D&wYy+Bp8QKHt#VN0d1m zl=l|>46SEqEmpCVUG!f#!g|M{KHrV*K*w5Z8e!>Q=0xioh3GTMBz{|ZxElK>g8Xvh zP>K=7cG&A2WzcWQJFHdgNX~%&2G^w2w(hDIz9O_I+B#JD!jgL*<9+3FY8=Sb!8{&A zu#%r)wGB+xn*OIb+XkMy^Wjm}dVVwO`H!-mUl$zRT+Mp^Bz#rLVdY_!`xh+BBz~yz zMZjH=-~)FRd>1j!R68J;XWIcY!HxJo0WC-#6dVt4I=ovh>;w;F>GS+y+)2`px zeJr+(bVN#Q?$^p|V69~)db)4@xx?vA{0g7yEaxkrH}(n)j#>Fcqv1*A4t0&^dj>o| z)qzL+Pg(C-4z0r@IzKA0{_ME;Q#_t6`kq!kyg%_OJh}ru_&3q_F~j>?P0o}0%ja%Q z^|y`~fi-^08i^^DZ2Bac84&ZqXt>vd$ANJ}NXzG3j;W@OyPZ0sjZ-l(AcU#@Gu-;!6k#1Xswqx4AnlM2yR&$A4xWRC3mWm-!hH-cR_sbhYf7Lg?R;7tntp{Nc(D z`H5co88)BrN$PxR-g=yzGR>)C50=g(pJ{OZ@F|APA3n*j`Q!iK{6R|=KA@!$@o|XH zMSGHgUO20Pb2f0g_IeNUL-x92xGrDIU#Nl4ytpV3ZuUj%9^9y}1UM1RoAjN3dt!** z9l6~5hvdemJ+YfIV340Ke)Ynj@_qK{;jd827(*_9IsJv7Pj37n{f!i#(42}F1$W`^ zxC@+mic=TH$%pWVI7=Z=x2>HsdXxk1_ibp$R&V!Dd_3wWW^qK+inGR~rxjaS`E@(C zBE7m0y@TG<{;Jr+Y4JkZZznej8k??ou=MYd@Q~{>NUu-Uf5&%_T``gW+J~Zd1H|4E zw0W3S2VVnSsy4Dx+8CA61~;Ni3Onz&-#W4%*L&-MV|P8$NlrWAWh1v!zTA#+{hhk| z!?jnhEl`dZapy367(}mG>j>BnBjx3EVc)s)5ZlK*Sp1F7&xa;7A2H1Zcv`bQEq*Yu zn=8Oy6uUA8O}Ozc#izvI(XW$p_Ko@E>~m(@9ma-y@G;|kC)R*26z|ty+qyJN?jC1# z4b5Mh-@iSAj*-84Jns$aP1(C1y_w*QFU137E7zcRMUUnE?89^LA6qms{=*j@cpeqs z|0?&HiFWP62zIKesVY9C;6T| z7YXj4jwOD(+XFMcV^0P$4SJG|QvrV$IlqheooeTZ&Ps^SC=RRrSfA(nWa2PM z;xMlhhk2bijN)*=Hovh}=ZQ6&cdjipr`%9sHk12n$6ZH+Z-NcqD#7=+j|THqT>8~q zN{(1^136;FWRW8y(Qn`S@}l9V{qVEH1c>q9Z8d_>wjf^{osQ!?pN?i`dZyqNFL zy=Ti-*Y{|YoOFE;WUKJ)%FuO^lO7qG&pALYOzqP~hN<@$n}>9ljyoSe0EeNi9(jWA zWaS2e%L3@+U}LFXTKOdQvNRzJe-E6BqxE2$En}``MsFWR({B7J1fHt!ALNs3?+URM zHwKhjWlpm8uP9bw;m(OSo#FnMj{zvO`?2!RJ<-IJxhGsvmm5cN=`(p-kk!VYPLy-2g-d4x&RJm7*+>4l+QzyR{+hZYX zNXeCc_TdG{9}bd7oJl@$7J0>^*@riVeR%#BoiC|H65Q4-Hly|>1CGWl$JSCi*M&hcSMemQY)}|BKalIwPj*7AQow9xH9qeRW$}?!V z#O&05LhUc?MNTDTFcE>r?s3#48hIAkKAnx96_#lf_*nT z*z3^uCC*1mS?ki7J$*+2&#}l*auLHn;5YkHB0n(Lms0h3c(K_TdoMXN*}z)Fm7LcE zZu0S63i08~v$XdrI@kU0j<210@8hEwpq+=G52w4HEj=hZ zO6yzh`lZU2QYL#gbuDcvYiUa_GzPNpsUwA-ge2*>z#FT zwRwTl&-Kur>@$^J@AOlL{npT}_(^N-^;)w7->c0rR$l?_x2CT`ebZO@7-EI=6{D|D zV$CkbnjQCmS$=mo2+e@w1UR;EpJWcEiH6A0VNZ;8?h^ZBL<8ZwiOa3Bac;uP*FX=| zQ`1^%pb4F6F&&(TpmX6|ehGU{1|}YeHkju==GmnU`75%43i%daw6DCvKL2P*;Iblk zOnLqV^u1^K1@Pnf@a01Ia{+u>L7sm(dH#MY&p&j!_Jr#kqyY6ezifFX_mlXB@ooF3 zT)sWZ;@fulz4RNogj_-Lh*@-l9~wKwKk8R&o_e+w{;n%t9ACa-@9vfseB*#{oZ`v?vz=44_#=#uz~EucChykvv2rIz;?hjK;}^M=jJCW zpGS67f*3($>d-#F8y`w38JRbh5TL)dsUv%f}d|)G9H7@KkJ0-6p$fvNz0j_Gn6?tctjH*ROA-h{@p>>s8 zza1H6$#iJG78$h=y5Eglk9gLoCD+Bn5qL{7T)Y*bOgtQcw@TqH?G;w;3Fnr`}_aE8c=6`U`0p**cOTzG?u=vn886hnzB_np>mk0syX4&AYa_JX!aU0IUwv;K`N>*O8RKa+09?igGzRoplH z<56Ff-xK-Ks88uzV<|RcYo&kLU)<^PrFebIkL**{ zUuyz3+(hOfoB7CLUM3;KCUfsf#-Pm>IFK&GzDZ1?A4m2yt#)M3B>Kd5vEXsa_NB|} z$^Virn?V~lB2P9ooDokpjE*Pklq;1PPge2$uwms&J;U9!Z7Z|;6P&>#8Po1RV=(9G z7d%T`gUwOv=0lAheD>dZ#-5h^h%1}2tY?xDHpT(a_|Xs2|8odczB#q}!ES6$I}9%tiFSNc6jTM_4X zgx~VvT-dW{=Mna*)?(-B9JFp|RWZwa;F8>{BF?pivZ8L*y5YsX(+{p)#kn#A_P!z6 zrnT6NRoINOu{7=gW#q(lVjp+jpy$|+RoIW-vszMd@C))*s;{(hpz#mFhi@YIy7_kL zuzan}1L32|o%8DAaeC7gyTEHE^DWyxlliW7e%JDQ7jrK=f0skI#pLR^ zu^Y*q3fdSA?3x>WyE)UMSIHXDYekB!uQ-n8s+YFCI`(p4PF#SEw%)hB&+l*9wccmt z9PUOQOV^h0DMat~p6rWP@Vi{Uk2m9@ap79|DQ=9_idi`{9Hg&((X;5zjm3W)yVd2v zxOLvVt=o=O-V`zUGnI2jytSM7=b7N-7Ctkan5zrB8*|NvCKZQN98NLUfcR^g&I`)6 z;;kowPdDx+yK{#7e}s6eXe)S#I5^Z;Yq1k+wRq2pwc2C>#9SH zwTf2R6Y^#+v?sf*3_SlFI6~x_xp;PCt*f0_Yd$zqthE4J%)+bkagbXL(2Rl3mhLpK z$@sRFZ$tdWl7+;TB*>qcbO68B%!j$TFnxa$5(x`c>@)WM}6R-$B3rRJl>;eK+>n z?TNkC=(i_^uGp*YS8{2fhS;kMtN7WCyBffn%DW#Y?yC89;coX&M(^D}hggHShmF<=19j&hW4WGd+zbI?0}bd&No}WH{Z8ibMsCn>zUfem?8r%W4^jh zSrVZ^TMckxXOg7Zd$#f4LhGun_rJCQ+_Elv)_%M<3s z-%emlkVmHX6WAKP*V*}wEhn*#ruvL=sD4@e73$}6{%vCYf_MU(#3Xm@Yt(h&6pYee zf>ANXTR7KNaW(h3D-%MFOo%!%p%9tS!5LyD$Po5KT5{o2yl3V4I_ogfq1Jy#E_ic= zI1{|`k&>H+`5l7ah5atzt}YnjnF#t`eBR{{O3<2bh1^UIF?KJHNyH7L8HIT~&6BxgJa zu2g3zztEN)8+l&M{_?){=MU!kt+!+gc>|;7#n0CKP9DOO@(N!CH=?VMa<`Bx-Q;Ci zYmJnx1Mj_cw*S=!{cs+Wg%imU@t4cTJ@OTl-v^Cbup@6|cSuHX7NfO3W3ng7n-A7V zf8IGZ`S0Snk3KaIyXbSIc{tSPMZ(vm;FLMu@=9_>eA-RJa)-UN^x=#6ahxI04lT&< zj6(}SCwKTH{E89rLA_!4aPl3cpWSs^6FiUjt_PQGIye{^wJk_a z%b$}o7SQjz=Y=}CljPJk`W;C&yvjJc@YS`x)(f7k`%B=Bk>o-Tb+G}b3x~bP1Pe^URZ`*rfd75#{qgpl z_W!;TV_*zr*7*ZG*BXrW3H7ZU@~7WN9`}vCsDCW=;v@Lfj{I&B-}X~Ch)+F0&Q>93 z?jzT?7a}{0kwvc(OMDGqL1zPg5;py<_|0xSx(}JPfRA{s!XzGan9(WQFn>I@$f)St z+%q$*ILpvJrU}+QrenyF%fHK*E?Z3cDF~cTvyZ9iZu`7e>6~(GP}%kJ(WL83$vx8< z+m?;T?{3Z;lntoz8h-1Hdg~eWd$h+u&-mS_-|S_Qo@i4$_z?-d6%Uh*A^Xs~*9Kc> zRT}3db#X@8cc4Lc&te(>AK<^cf390OGM>G2W&Cg9xoczZCdbD3I`)+_zSRB?bY7ES zJpv!eYrjl#|Bqn581p!16&Y3f9q@$BVZF!ib=bo3X*UnoMbKyuu{`YqxD48jvahjy z4W`&8eaw}mFQGT>d(fF3CD2$FzjbEEGgubBP<3%I- zpWuABHQ1V^^=5q;NtM$+QaWJK-YC9C>pGGMyNkVkzbHok>5LPFzf7(mRT;jJV&I_U41L zkzkhn^-bOz=~)HOn)dOmkG+j6_VJ9fRA+N%+{kT`2PGc!;w{MC2YZ!ebDrD2+R&N8 zDQ(1Q<1_oJe~^6^(dPxU;m-dN%;&;=wAqvuT|93e&#W_#Q{W3u;<7cc<**y$YU<-^a5!&$4*t;^9Hy3+|(CWDq`R1zwg+Sp~iA zLT(}}TXsX!C6bl!_z9Gc=J%b@_Vu0|oF78lFA_f%9lJR=KZLelB<8C!HwR|}vBOQo zd9AyZ$rDii&1l*zf_IwuhId*Ni-|Zqw2FQ{3EjVnn0hAdmyb1OmYPRc_XCNv z$>h*PIlo-E%0>?b8Q(6-rI%k#kB)CPv$DeD0$D}iVgdSHI=BS5mJ%OtMPBVhhc8Vx z7qw0?>aS+3&tyc$%f4NDhh4UU{j|?yM#pRaLnimO1i2@pw2b>zxO?X8mW9jOmXLqP zy&K5Z%2b)YF<_k0EO?lUBEBW#fuW_2PXPE%0OkO4D8Sg<^5vt9Hw|Kw&6Fw53*44G z8V$^=KPo-LmAjf3$=x@AOY$x?4@>z|nzu*I)oWj&P9ArF#CRvjT`WbWxo86YBU@$! zo%>ZpU%}hPFDWWB7ImPTL_3eHoZMdl?OXDJyHQ3g=f0K^%emJ@GA5IDI%p?II~(60 zHB)#fWgeQINLK!yyg~7e%C>seOP(N4B*A`JOD8h!U5Bw}2R+W6kCoC_TgDh0Bfu+r zfV)oyV~jPl^$718rS=|4y)XPnfI;-xr+MJFXtctE*QM}+=0ZMgDt;yB4@RH3^Qd{6 zL0hfFAC{s=MPvAIm96N+9@YXa+k-OYX-3FbtGkK&6M#uM9d#d#jaQJnraTVmCFPu{ zEv+xMVy8r*-B$Fo)@(dY&5pZYR>&=UFWOsVvhCBqr79)!KP`%euXFZ?h8Iu zUzx!CN${!S?xJP&zncEt*v`4i`#EiBK8tmBHTzugQ!BN<_59^S`&(ylZdem@rg=)8 zGtmj<7C!`mx#>uIJtyC>TM~@jvgeL*;yjFEfsv$P%U7zilYSUC|ylDzB zcX8HSHhC)XX*UjwIkn+W?fClH@rVD!xJrh`rI^z*ieWRqA!jdZ4g2~BV@~WlRlFd` z*y8wy*4jcgkQeR!!d_!O6 zkwbkIP}c6h)b0zPw8GI7dSA4qc}l_uQDQPZqwE-0l(>xei|3Xfr+Ey&mE3q2b7}bz z+BXaRb+d2Q8}BOPzc=31%^uny?FX2nIO8p5yd8|U5E)>>&;Nh+`F-%??nf35+U7f% z^8~qGJH9?IJ|7$4QpPYjgiL58SIDj{1jkuW76{dDj1j6W84^F z0Xoe)7Uit(lRg=nOP``a#SR;t*x?|JA_oe=SNJcs+jkjd`|K-) z7u4T6Xa8?%Ux7a+H*VXReF$UN%(EiWWD5+|5+uX20+m-GkVgFN`OMsTdGwEnjf zbCf@{9$E6zsB^dXBa{`~!`XvYvfJpO(V|0ak` zXaf$l`R+8XNuFK4KK-ak;RGwk#c{*LW??v;b^-3%+2$6Y^^{ET_l54E?^ZKM2K8HXz_ zwO1Pt*lp;3rGwRV?io(vGf(?goGZ2c_O*8V+FRuEr0hlUWIpe^>qTB(aocRadt{im z+-b65j1hPL#_+hi?)@ut=q9n!Y`GRabS-7c&F1zGuJaL7_Y+%BBgURij#dVF zre@2#+==S$i3wB=&%OA7e5Wq$pC&&r2idXpDPkk6PZnZZOroF5(B;Zo(3)&e^gzA7 zuTDOq$UGx!CVtJ}JII_BymJLUMH}CdgUBED+JgUV{(g_-(@%LC&(o>LTrMBQJ#8jAcYb875BX{D zbJG3Ziu)f1%_R;acP-bxZ#`h;*7~d%zH(;UJ$}!v;3=Oq&H;SeLgMPOaZB$YAA<8H zWHS!tiDux#5LYK&HG5dT+ur%Oc8;fPB-$(h_t(&ep>s5^F?4{Pp|(I1mK5--3*oK@qt zeJHkA5xP`5Q~T>=qwHd=h3E;ZE&l(jo*xu0J^8YSYre>ry$V`vUu?^~iX}FEy~x@` zAvvCH(0ZKw&Au$wr?9VOn?#^t$!sr;mpkvfdZn7&M&+Yeci@qmGM_#~3+q@*-gW%E zcoA_`-S0P_xPuq(E5Lgfw#EOC@NVUl%U&Fmv4@2Q<}psml4R11b0g5ep5^DkkLSXd z=fIz5!?*L}@T0?afus@e<@LRGXjWHz{3%NLt^{zKsrof-p`kdb%&xKEQKT6(w<4t18l?k5r_;ca4 zDIMv04_`I0eqKBv+sT}~oAbph-y=slFUxpSyje5KXgOk(v3&>q|K(Wjq0YnSFpp^N z&BKOHkwaIo#@kkGOrOJe&#FncY>XW4yjFbMl_QI&6Xm=o>7E104)tGr2R=V%#liSPPLO7R+9G`bj_Ef8M=C z&+JiXDSR)vQE{64bBR~|1pNHMs9!bh>9xDhTlCX~M&d1ZU%&Z&vT_@^@0&J%FgCDR zGTnox+rd*8cSpQ4%IKWPybaRz1mp~BqMG9j+9={##M$4qCWAZth*NME>6_>wOGhY% z_DAv#+JH%W$;y$#dH34qaFxR|L3D&-4m+uzm2NI-;92vuZENeYjk`a~`elNc!~)_` z3#r%O)H|Pgt<+mR?U}W!sdqc|+Bk!IH07(&FN(d6KGqoLE4XA?tg$J#g7WkKVl2Ag z)7GO!@pqw*i>p;s>+rO%d9=Hk({^L799JEKCKqVwLr zCO5u?KfH_o3-fHdOlQ1i71+8`<$)t@{TV;fF4H;t(x1chC2=a9Z77>ida{oF5vh7o z=K#EboYgrgeWOC+cS~*`NBREv=dtJEAN0hQNj4mj$u=CyF&L)D9e&yuT;-GO_gp>x z0(cnITfnr2er&zvizkssdzM$AJIc`^=b=l^MW>uY?#5#>=+`aMubb2Q6Ps7g8T{|qLpM2lc(gZKd!@p zOMvse_S%o%haVza&Ak^$`?>?{*ACxp3`}CoBf zE-^vf(eBzPh2&LrO){o8bEh{p$MmK6N8H^~cLDU}+AYe(FlO4V`10RO+Upf>kjsQkkw;l0zpn=u zf-}T?2yT=6M25w)|8CzE;hvey9T}CbjTZzC*?3wfMn>&r;~naA=`R;o-Me%?`N(vB z74>S7lMmw4MUa&Z{$O4BS53L#t^Tv?E0&R$RH@&A@3-dSLv-ddkID%!`0hnN87BM| zL_Q)b6FP@P^Gv;>x6;2Te$%-UI+H*;Z_C?unPL~xFE0OBcckMh`f1md#i{ZkRj(*E zl^T=cPU*+q##gD~TX&B%oMy-As(ro<)jpFC_a6Tv)ES0GWAIcjJf-pMSw0jqabqR1 zRb`!dtnmd-F)CH3!k2!y#?$dp^6-*d!d5Pi@_1sWm378wPiNSb$?n|4-2lkva(p1@ zrn3~>6`W+Z5nW|=DsCvayf6V*rxEO$8=Qh%KaOWBR?Zpxuev!=;kc7KN;_M*mp+E< zx7J(kBhE-)!Sr(;FAdsvZZ&;mbjI#72DUM;f~kkNiO%Sfz2g4Y+5D+vCI@<=cPwKW zi{!uB?>*igOHmNpc^rH4poylZES)B+K5h+Y29S zJm!wijVlcPcj(B%9X4~paYiNgI&u%wX702bibDtwP2iyjo@oLPt&CebO=CYH1(s>N z|3FIFf$*_{oJ24DPYeFPJMiZ@b2}T^dn`7D3!4M`{$LZ1enwl>ui9+|jv_A>I>|c+ zJMC2VKL9IvmAS!CY;nYBy8+o$TMZ4Cqpu_ny*NJ57^ZNijdu(W&~IC>-Ea96XAJb) zSa9fL_!@16{${t;%N@?{7-EIqG2p8?W9T}bJvEF$G1NmD!(%C92-9zLhuv@CgrPB5 zdru3t=4P_2xPU&%waq-{fzUFYOMfWyQ%KA+2A@i9Dc&X7rPzwr#Uux|{g!bbX*@FRpX_mkM-Ppw06lmh zdYZ<&i9guy#xm`9i_D`>E1e7fOkv%GF|A4IFGutDf-`>s9OAqM zxj)J~z7Np5x?586B%D4pzHa4~?1z^{E4z6&@tiY0zdOD>Ykc@Tl}!&_I(Ucuy}pc= z6+6;fqEFdp+w5Sz66~vK$L8iNo0cZzRTKF5W(q!@6MVmM;8RXDbW|F0^l#`}X;)R}7<U`hM=+boOiF*F-$?b|ZXyHGEs`@a;R#fg9?$V~L1wfmLH^=R551M=LZE z#lDNeA5rYPurr>nO#Jp-_zM1rVoweJSAFcM)~}lJR`^wP6rE~xehYeNKn{f++bWDr z0o`?OnTMZ@O`$PtCFi?~{4S04rg6q&8fP9hN(i1M23g-tenc;{u`k%l_XXRE&2zRK z2doZksc?kp&uimFfJ-n5_FCX}$JSc{oSZS(?l-sl&D(yuZoRSnA$|+?Z-MiK{Fy;} zbwbCzjK>H%bB7MF#*@uBwAQ+xxw(_MiE^j;NOL3nYy4e|X)9xL&qrPF z+1*dwM*qLxj@>lv)_5Lw%fesKbD+a8s`|H6uK0%0Sk?b5zvI*~knwHAu($(vcMo*2 zg>r*_MmpQ8P`ILB4jLJZvAx9aq(6=LM<%hfEMjV-iLH$x#>V+h%MW9%*55L~x=cT@ z5BWOp;^z$UV|GWr_9ehK{{_v=nS>tm$7V+dZjZxDI)|}+A3CPpfh&p} zj>&g}hvbt)S8kpYBge;^(DnI%H@=o#l*LZwQ_pB5bo?fSoR5)UcU3{r?{MvybHs5R! z9MZeb{}~&6w1X$?EvqhluH#O&wSNl5-LbnoRRG*7m%kgt-|cgF&Gmmj37CEYOd)iY z=I%)N(SnKbH#+10IOAQb@#61VbP+H%l83<^NybFQ&GZ`|>$!=1bf$#*z5H-vdY=3n z)0kb<5f@)B^ZARUi`Bp2$mOFrfPM=e>Dc%G zN48RK$Gg^dPRHBU_oR+D`L=oMBKYG%_~Zik<$U;NAu;F$te>V?>!;o^Zh^nl?lR8s zDfhGInEcrP#Qypj_E&>{(ryF(t|nHZwaI6WMo;m4`Fx`#={sV#?gbNEk{j*tZDG{5 z{n|a}ytFIdBWlZ(Hewv@k}1v^ukF}`ZPb?3F1~C5{J~<=zXg1JEGazf6ueK`LFfg zBo}E5hu^bsm(%eO-|z7rGJiJvZR$UON6ung@6)H|LNqYtjpPi)wi4Lbd7N(?f*daL=m9XAn-Hv>x-wp36w;y2hMWlT(MXUhR- zOF2EM?}X90`=ZA}+LMeu7g~TX1!7wneRnPj;Qf+JJ{oRxyvYV~v4T%yI2_ z*72sM7YX0U;m&o~zj+1V9XN|jgZ&u6;w`2zGZoJ8e()+BO<)YH6}{=sUwN7_a~3cP z7h|E7>QS~mf3P}a3-28)-eub_D>ke>u+bZ_@1OGhL;Yp~lPeR%vxT3t`Azc@|C~)% zTHBJWZbFy1wnh{0#=&hWUv9ZJg)bdHBbR;(c}G0`68Mx1dYs?rZz~5bHO@Gg_l6xj z6`F`y@juRaAaAaVy9;C=MjpC+&?mid1-9+g87zS>8j=Q)(wep7;YGzLBfuDWjo=WRnINOB3z5esB|fDgQxu3lM*F;W*g&5e{^RkYG~Z z#q?cE-#Q<-2)ogx*}>R?$2Qe?7A&%9UbtoNb%)~U?Tc(WRt#PCmy0v^jJ?#@ZkNC6 zdCBxEq4WLO_4hMZUGF;Q+Y&30&s79IzwDZA^M;pS%FncQ#i8=c zr3c`bZOm0Fzr;u27sYRy|Kae9UpWwa=ihqcEb`~PdgT#vaOJCfB}K2?G)%ALbUX|^ z3Fv!^hi?+-mA;RuSDKXrOx!~>-tNSgOHV}hV-x*fk+IhyWADXQ7hKhxIU#;-WSv|x ze`17ow3Fq-OD1I*GpJ;9!+1!^xYsA-_IOOnLQst5E_Uu3TIQpm~e{cQ@6dZ`Z z_J&6~N%`o9$_u^Zib{qbh!B49C zjz{zR4ES*E>(o4TH%C1=U-##XBK8s>1`{L}lSxb_i5mexAzPwW+|Ck zI6d9T`OEE3Ce!1A3|o%$>ddEfdn`@q_BeaFuQHirPf9+1^E2?E@)(2oBSsqc$ot~$ zgK_Qbju(|n%-ky0brp3cKpVZp94C{HK7~AV#WsRt$Yn?;mjT-^kDLb94l3EJXWcWt zWVEp{mSx8?lyekg|9*fw4irnA$AA2@#TCGy`+ySIe5xy3UG=cXJCz@^_H|DT(Xr`Y z@*CV2myI2*y!RtIWJiCMbr{*YedNBod3Xt6?IACIhwc)jpDyM9UH(Gu^+tTt zLB?Fw--F;o`p1g>^(QyZ0Y2fx^?7GG|8>5I%BS<)ztd=W065I7P&^+WtdQ7)*1_f9 zx#N&sbD`j8FJ^%Av)VsOZmdMV-QzO`zJmXmAlFrJD{h{zbs);O@HxxrCklTP#~5rk zMte;=)2#K>0Ch%u-eW&+2j6jz@8ibSloJh}whK?j1r71uZHyh?_1%+evsp;8=8Ip7N^tIcj+ zTbJIvb}7HLcW=WKWBf_{KFJu{{CVO6KfEol83{xI{D8s^~_GxV49nEq1@6xQi zImIdVEH8tPo@$rv_w7l>n(y=ZA)f=~`)Zv_^ej4#-?gw`d%U-B2EOE_^1h=_`C1x% zoTCa2@8sECqDjugv*>u8+0yhm)~_-`8?MF|GMkJI2JyA(ua#}MI;U%HMGQ`|y(D}2`e#in_Dml*M; ztNA7u{*pz}#rHpC=NX5d@>_Yv*TrSyI zis#kxon=nhR<~#VJ&(T7^xW$2JpR@*O@Dc7^$UG()!jDw!3Of($3RD|4MtqPjj@t3 zA(sp3gPhhy(r4|9IG6Xo{TA+<*soMe&SFt8vpJuf#WSrngWQg_lZnSSYaPUB?n5VO z-gfzmix(UyYXZ&eQK>GvV%bXMXw^o04ZMnd zl?MOkk~^2l7)sWgEla0v%_U!XQ7d;mZWy;Jx7Ez4eKdVluJULXG_KCwHISU1XJ+jV z-Hxwz$GMNc1Dy%JwOQJ0mfKMejEOt;4pZiw0A0O~9N5@bL!IT=4wBdL3FzrE zW5%;iy?dyaM$V`Aoo>^9CqNE~-uX7~pmS!B*D$e=^@c#HG2=Daf+g5F#Jmen4s~w% zC^^0GKg;5=CvxJ?^1kw&GohENPH3EQh&IeiIkSp9=>~o`qEAcMU!~t|JlEQv_QWKV zV?TxUef;&mk~d@3rw#G9RiEGM;GHV&IerycSmN+Z7T<1}^3G3;Tt915Bkysp)oiOy zba4jXqxl@hXB?ly`A9#Re3CPbPT65Tb8PeRe7}s$`#UmEc7)zPF>=eSO{P&lK%e3V z)&nb_IMNt@Ws?12AEGaasV|@Ur?vF`+!&+dtue-~w;KFocI8tp7*)5F^@=~Fx8_#u zHtJ9E-<7Mjs=i^bxg`yw{uOl2dHzwg&r;`j|EOY>)$vyPA{S#pMc)u#0fe7~$QP^SJi8Fqi_M`L~% zIFp6ojqz!m#>CcKjbAq2G}GVQVEA^Qn$w#5BCxIIont89iH-UL-g_~MykTA+J~DLo zbyI(}Hfdz<%IClE`TcRTW(xnu^7%I7c{pk;dPRNRYSvG~CbaqukSnkH&`9!DUwtop zb_#W0jQQ)yBddH-&)IKx9M4~z=&Q%4WdEBnvFhKUv3HV{4?~j=zhjKE+HGfVAMaT0 z{+HjP!Q|uq`VeKw$2c33Z>yiEuYNs!=FpDSuEAN6%-M0!=C5wf8-EGqR=t1tELoj= z)mLA@930Q{BxT*;S2=z9|H|aN@yULlwI=fQRiRE|QPv)a*Pty6jx^5lroQkg9BWL; z>A+6^*|d>loYDtL##unwF^sd7al(7}-Nr=gzu+U@b`1S}UH!FjE*5xl=W0DTRr~Ti zlpmu14fGYFy$1R+^vyiE^IO3DPGikS^LjY*+RD7X&b(^QG_S|;tvO5Ma}sU3{oL_- z=^39595KGt;9gf?p3n1}!N2Os?$h@&{$Dft$ngzP`wX}BX6xE7ICcIedJ*ir`+a_^ zKk?e8BaItgfj+;_o;{WSfIeQN57iU>oWo}{^?pFRFVe1Cel6wFTdMQ@!#Urt%Wu*7 z_uu*IZ;Q-ybeL~jKuf?MIKYNgJ(hNq_faqT8EdsjgZdMpci!yl|_ zrhQ@?CxUC`L#X~H_G%jVexIYSPGBqbLrcuhS=9LeU#@}nwt(a7kp*h6n%{cwZPpO~ z8yhNN-(RMStJr_pjalz>(lo9ruhy)wzW_ zXHw?^f3SH2ZEsq~IcDHqeLMnO*RuCjzePVTZuR_f%Czrw1AXf}K$WR2(aQ$SwR4tZ zCuccYa+*Ci-Hh-1Ivdh6cj8mG-5%OV9e2U5_xX38`+MIx4a=*mke8v^`VaJqXi<5IU@F~8f zL%-nsZ~dCt**i1T$sMr8R-N07_Y#0m4R&b3N0fadPS(Sm^{#`0;B#K@Ls{(HLWl@ zSA8winR#UY%&PQY-Du8y3$h3DFW_G`hhigIV;tJskjps((Zzo-jWuhjGr%6yLh^I8 z&$)>Ggo7~?D`$t83FX&rA!aheIYUA@-;0NGN4^ErV=6y_HU469UXL_p+{4&+q`>-&&sg&%PnqET6=k3Ilxa-o_>DCYPnqhWm)3mN zDO-1I+85;;t9&eFvfqT)*wJO3P2h~NTKnb%-%kZ!iEXF#EVJKJAMTiD>p5p291Omu zfUgkeF9@$zjy(7Z65~3<1FPD88CYj~$^>VEvgw{O)tjAWtU1|Jrh3yUlP(kNH8&28 z(}h=ju4lIbciS=cxC*{Jd|b!Sj$hBG9o)Ef{)*g%V~3Ax>)@J+O>2TpFsSWxJ}+d@ zem;3V(0`zf{X|zA1J^yBykCBye8TRQWaaz7x|Fr16VN5nJx`CBHB)w|{Mq}=ufd~t zg*u_h85VEe#rmf1XE(fK{>1GTsA5<6ZXI&x{_YtRl6rRkD8s`EDgqZ4cz zS+4&1T~7TN?KIs)j>cE*y%Y)dX(|@j^i^Vkk%suozf{aBw__*Y@6n&T|FsMqDgQuo zcmbc+|B;+@0Wp~KiNUm@W8`mq105qBq*%~u^BZeVi7cI!cZN}4KlOid4d(V#pOJaY z+R(C^Z<7n2iJk>N-{juy!!yXQ%kkB>J(#St-dSbq-oa-+pXKAcZZ`Z>?OVE)_AUJ_ z8h9XCIfXv+m^1hOzIEsy7vAf6wi$S(?<~4OXY2WZe{@GTq-*@cG4AdEi32Rdv+wZ}_~*`M)k+bQZ7$3%WHQKD5eH1pZ5= z>ATl?*1On_WfrEChd*VPPfaOrztEOvT7UJn6S%;RY3DfQZr{S2w_f>KHgCud_Lj%a zvisBgdCLnc>~>?s-ZYK_?y2>UydJAKtMpR)=hCe88lAaQXrPaXmsT^!S~ux|huj~8ZACF!UvS>CowOt0TsRJc|H4`J zJHlBQ9jrb@-!(Jr_BAfAtXPgd!snUZV9AOJ9liYTvf>#NI==V;Yr_04WKAoKtjMPi z*@oW!!l&DF6b5HHV@Tuf`%K#4dVra$^?;Grv%f{GJ4TE-4?PiO9642?xZ?3$#8KK< z580wz+dIG&es3?ogGNqs@t&$#Rg{@phZ=3X`3Q3MY0gK}T<-Rl6xR`p;~bslDq@{a zG46%7F(|G=}o^#i^;;iM#JCAmlC= zq~NdoBpZLqYjEeVx7enEM=0~+I#6QQ{eDV$d5K-WHKn}pM7#U}%I}?uO$!V$gSEQj z%B=Ma=DAWd5@U{Qjv1Lg-ez2(HZRMZ zZ-MBrz=kOR9`2u77T38V@_}Xqj2VhyH0ImSQ|WZO@cWt#2Qis7ZR`hj-wz>I-#vQh zJ>`sgY5XbP&EK7z{vNp?qA&KruGs;Px^sLB?d9*{Ik4(E`f=EE&F^#6G5YNO^VGlg z1w*^<&r_~@V0YO+?7Ph-^Q`NYDn~>hAo@d{&ckM5*`^cBt3Vv$2qrMOyAbbO{dy_RM{@3D{6x|lj~gCwM|PbE zeBHSt_cNP!+rXvZX~(_`<3mJ-`4AI2)~S8$SmCo`bw$7AcRTo$Pi5m%cMxWGj02y< zkB0IBfMY9T@#cjJZg-w!NAFoak2x-5&2)3SpICb#Ws>LKa;*a$h!%P#42^H9rw>!( z!|pr~E$sL?_95p*{?oL8d>uv${6AD$ST|;94Bq+uAAH&<`8J}3e`7rP{H_^2GA;aq zy7|go-3Ki!gBEHsNABl8c$b*zh_vt;bgll6R{zTLc4T~6V5lwO-KF34w3T4(^guLo zJ9w}5?h%A$Dh7S8;khxc@8zY9n^B1fG`+&F+{ezH#t@|&k;+%lb__XD1}qkTrJ+yu z!(ZZs0Dgh|C@-JYVHdf4mJe;nZyWZUGMCRx(as2csO>)5F55XWZ7e4rDTK~E5FcK} z9CSfrngf>)gZs$cbLCSG@E)k$b4Q@Lz7c3n@>K1LzrAvA)_!R2gX{j2{38>c>O;5s zv7ge&tutGcSLfynDMzC7t_%C$frr;(yO;WNtv!wXtO*r3IYajy4vrXm6*)z2&d|E2 zv>#A5}~0&%hq$?!3pWF^|5ezZ{>96`P%1oYNM=l2+n~j#Y$&Y%Mv1)&`aAM~{nH^P(Sz}Uvv8m_?bkn8exc=TZsabI? z`<}Pp?v>bmiZQ+X9{LOUw*@~8}3%&slO zdY?4gv{gLrkMdV7^+^6prp1!t7I5|0{RN(==1?4aM>tG%(bH(v3$;V>$e zjK4iDcC^{~qHogf0`%RzQ;{u>j!^zn17}8R-y?E8Gj^P9yYE>(A3V}Ya%I~9wNAE-D%KJ^v5Y~(u(9)jBA#$3hWN5$7`R1Pg{L7wT{z0^AB zy4l{c3Y(8-2cXvm@E6H-{Dxf9f^QY=WiwXMwfDVjwd3GD%zGLOzKAuJOwOQ_Z@(U& zU3%_3#*+V0a)#DF^3#mNs_!=Th(EkC;y`wDARj*kyj{#$gd{pl6wU_wvFLk3$BCLJ zBjNo>+K~SO?^`^=dAxh^NW`H(?Qa#2#Nd%NBk;&b_4X=* zN7jtMBYV}OkG;xxcds&dWDPu$TJ9Zxt1sK)k%qhN^EOiF;U8ak0(oS@6Fzvu504;| zmvc`7XAQXVFwyiiqGM>SmpJzCI4?^$y=ki1@-yhAKZA99K7YK|_bJ&s4+@`~@iCX@ zjxQp{qx;fJBdn|OZ4@n7rt_%7_mJlmG3(38eQH8yFQ^O8a`U^qb7jZrCv^PeUDkMr zldJ6yk!PAKWShkk%JV#exsksc&N^azo+IBycBEy>2GY1^82 z&)kJ495p`Ak#7h4?q2OVbC+74I(O^1qx}lTwVW{*!bh?>+%eX`3+0qq{OXKHWnsz` zD|X@R<}TbAWk=%o3vVOw)8)dituF@U%%l{)AL+e?yeA)Dc!=aN&yBwN;?uvCTQRO8 zD--;QZ!9_Fksl+qGh6+m)2((6qaEx-s~ut-`)cP%&i8weT+wfjG8XAff|1&tCiw7I z4kRb;?MrSP;*oRUgR|j>`S8U&_@j(`>0eqpBROAZyZR|h`+w|x4SZC^x&GPRfB{ic zMMXtj5F{YbsHmuj;Y&dgV*pDP-E5MDtR%b3W&^>`sHhRCVv7|OOHi~y(Z&{Av|dG} z6)je@RMAoe^;Z0<)K9D^|K~mPyqnpRU6S5=dw>7m{pBc`_nCR0`JOp*=DcSXVO^lp z6}tEhipy~RJib$svEtA7Jr?Kz`?LbzV_kas9xKFNv)VO^y}qoqCtPLLs|(QgkBL?d zm)}+`hHazFq1*HEjCz=FSk*xoZ-@GZWh>XmpJV-pu=dLJTt3clIu7=3_rtywdyQ2O z!^K{1KKcXRx6dAkciorZnRym)NU-mwLn9dLm*6?Hdw2Y1FYZ6Gw<~)`uy-C7y%PIR zcn)>B;0!$QMlrm6^mz0)$vX}wUhEv?8z%Ar_|5pH1Cd8?*UKJ`*<-`|VBF_$fAcMK zrZgjtdyq#5?soi>J(lL{%zJxTJKc>iiR)g(TYP|t_gkr-{d33r^xfE>MqCTQZ5(85 z{Thejyv*mYcMkt&q_14lwj7tBe#W8f6C@vS7k~@DVW%Un%Q3E^*N=Kk$}Qni?m_d8 z+&_eO?tL(yU9w=*V`$4^m!Pa?`ML}eIcnlLsXOWhbI35MOWBK&yfmXe8dIj6gGBFv zo-3m_%lp9t9;lM??QP2X4CDsL`b;LjXV93j$0g6ZJs+617X5stS;t2GZJ&4Lc`P4m z5`EUKy4hVvxwf|J@oe<|C1&nMzBA4Tt$XAAl_~T?nfuW;C(MyPgfdoj$=)x|M89;p zw%;%31bnM|qug?K$glke-82{Xk~LVL{1E>xh2NdnbCW)CINC6UJk%i%qw39?TIxuj zr}LmQ6yI{=eAHpD?sit=_Z-|ff66%5cXeKt?>-(wycgi#F4R?5*_(Og{FUM_@h-1x z`z$8$_CmZ(yPaWQ;P=f}KWfIz`>;(t(bw~)xyig+@t))54{+Y?JmmdSzwg#wxCefL zf1ksqegW=NXJZbNels0*_tNja3FHsLy1VCu!<_>LU+tW?4DUGZLEou{&D}&icZX_x zvlpT*t_tJ5J8ZQczSv(N_tS-br{KlttlHD=7`h3c8-;InG110TXuzic0Sf# zXW=)2(RX`x%inpD@Ns_0l-NaPj#-E{wfXPM_dqyj1KA1w2{P)iryJ%o?^h)(AHTPGB;GF`p*vh?j_o+8*J>P?4m38ok3_{xql_VACG6E34FG3&)Kg# zVzR6ust|v^@5V#%Y}T_7YaIQpYRQi`9w~>cAE!ZAf4_PZ=GSa`(l)XNkvtU2+LLRL z3E;{Ys7Ah*`#j>AXjq6y$9n@+Q9pEp@aV`)2ZNwjFbLBkHnn zm|3$tkNmi8kM=A^-&uw>4sYK*Wg*J541PYyg(#E$cK33oZ`Z%%En9uG@#DJ6>z|J{ zIvn}X=il%Uob&3fU$)Inl3(P_{Y}@ek-v9PZ{SZr`=5>W$8SOGe-+k$H~E$wdKSKC zk>}*g@oj)StG&N<_Y@iDxW~SHBidrnfyKiY%slk?U9eF`-MHVgcei zI0H$Z_j1+mvIG3Hdtl5gtM$!pJ{+noV**sEB<3!-hzGIZzOZ_E|c79P?o-vcis z<$FF059OP(2i|#7KCGW4KXzX^3+bJ)2i_Pd-|yP;9zc4-_rN@UTa6^81(*2VzcqA9La| z|3M#)dTRHSJF)&)wmUF8e-HEQ7ym%{f15eacH7U)vv*;vN?E+~$W2!jOvc=Gf{yQZ z5l7QwnQ^Q{dv!y;?!sDVZ^WUxuS2(ZjYk(_%+(Dvl-hH7XY4W;BE4&^{M*mw zdarZOD}x=^Vt@WkqCXeZTDKN9K+c2Cu+{!vH+}IZ-^wrWdu7`y9DJ93 zzyt5Xwlw&FGwe&q>u(;rQ`S1qUlVfQhhK|zsOW@Hzxe7dz1QfJnZ3p`adH288t!^) zUq$vB9rRbp)2QA7_Z^GGW3Rs_iCxnD+4J-i^3-tOp7V4H@>I5>HBV)8OrF+?i#+w2 z+crjZ-M7Fv`}z>{3mYE_Ec=~R*zc6}Nfq`xv1f3roDWxz{o!SS zgFbA)Gh<@_>z^x}*$<(A9*K2s1J>9_VvV{DYuOw3!f$BE`V+ROH|~wK2-cscWBpl% z^~?hFsUtB4^6E@U zn`a;PsqFM6&-bD)%ex1uYwx=U%!}?g{y_KFP`^v}Zu{;bn_e3~w8zr@+P-^eqlYxw z_<`HTZ$HF$0M07#}$0DLe}}+*au;qd-u3gsPm?qaCQRww(R}CkN9Lxw)Y9MwO0h(wKtkH z{x7wGKHuBrzlvkn_xA27-(p^nI_@v!zuJ_4JD%yJEu|es$+(f{A=o%JeF~fNK+g}$ z;M&hcALE&+5q(A4wgIxlcRkvy_$m|M_`S??jjVh0{vywM-u@zS{Qusk?Ru2+Q)MoE z`Zau$h%a#W6Z<6n9tB#(yQf*W|L>%4Z_hj(R_|=g0J-Snd zy2m|cInv9j-`~>5{8Sv??Vdk(8}xNt$eiB`W5UKV|9Hpiqj(;Z-_g1p{pBgF#fsz3 zlx94q%A5~-Qg^Oji}~E0`|*vMwEuFrRe_%PPN}U8S~H)QuRa1g*0}d$?+zMB`^pZcI5 zHe356%Td=CYdG#5WtfweavpklC+3$b>{DjBM@>aO)?zPO}eDT~-cXrIW|-z5)^ zVsGOZtDh`Ky?V!m=(X`fo*%`UP1dzC-cFG8D@^*^dzkSnc~~uRTkE$r@#KiRjULu- zkK)~#*I)J{Wna=B7c#%3(4W2aZsTnIEnB_r{yWGkK#E(xH#9~;B8Nu{ohltk88hQX?()?H-EkR;PqTv$U9V7>&x20_M1RI+3&X3 z&xJBZFfLsCwugMvxB8uLcaC*d4}`z&ofO0f3S?t;@0sQ&asBy2YO97i$=%iTI^}dJdJM>%o-l9T~;ak@6a!AH)#PD4=iUh@OS8|+!!qA%zZivjc%JK2eOImHZiJ;LV>_4LB+=s> za5d^Bn_e3~j+dh>uGD`UJ+wy~KXQwNYt0L7^m1_9=y5Lh`gcP=+HUPh%bDo^&h)(V z&?Ka1_ksWN`1&!&*Fa~rJhNVif0yImAr13OPk}4r1p_=|tnDc+Z$7>h{2sQB`>i;$G~0do z5RAFvVC%XIHVx)}D=zN0@|ywPwj74E?D^+v$q(lrS%--|iq1ch4}1QR_aITc6PC43 z9Ck=$`0em!S&L%5EAN(M?fC)R3-F$BoK{9UsH|K<-QNDaU8)Uop)JuKgyC137 z|4Vh?ornMSFRp7Ev96IgWNjmBq9weC!ZzymCcHPldamEKwUz$whn{}xQ7GXUV^_iU z?O(Cu|Ms%+u<1DywmoOS#%COCea6E6XAI6uG`|V%wfW3n0-G9~EA85T7UTWuY_q-^ zG~49sNT2Kx-FT`o11ykK`NrnF# z@QdL$s?xNpx1Ze%PBHpq5W4mmfxDk|Ubepz)Nd>bapoiTLQXy%^Y|ce&g%30oqIRT zf8`k5=kTrUg0XiL|I>##^>nUnPsiF;)^GT3)3vz>VvdtS!IJJq8`%smC z^vU^8<6Zoz&dIw^cTV1Rs(D9XkB>4bD{N@x`^Fpl7O!mV?tCrZA~xaP^a0+}V6XgT z@jL4uq2XtDIdp%ypBCdh#!=HvJ%qR>58)m#mcMx|_e8lz%bHy7(LUTiyYv1m`928Y zE=F8owLz?nC+YN~0aKyR%2PRK4 zpWF5JH0wreRV00RCc*DtnZ11Ae4H_%^%e#mkM^iSee{`{eNH(bqpi(1f@o*=cbam2 z-=OWj6?T6$IQwBO`lo#7P>-`7=3NQ98+^y`H0mq$>VYc{ME>NPW;qX4%6qVT*5Sbq zgur{;?|e8Ae)^q**nP>FkryJY3^vye-i_fs%-2(Z8)5%c*7v}bm;Tb&{dPsX+of!H zU$T9QDVx~W<@z?^+smGUJtO+eLq7MNPxxVaC?-pNEWI z;31>;%wag+%F=6k!h~;o(75+LVf02%5ZkQQ__i{9`2$Ap+6Ro@HT@b&KehCl7#?29 z_#X7R_kw4jC*RI%{>m8Mr`hN|yV8{F9_YPk>20O|w)?4fze)G)qZ>*$S$a*)hQIti zqZeTOeFrp@zF_H<{hal;f_nEG?1vuuK{|gy>h-yodiR=i`woPCoTaz*KEvO(JRP4~ z-g4-zvh)(Z_GUgkA~homR|7+Q(xg_)LUlK^&itvy2R3R?lpRSerEJ4n9sh@ zyV=qUGT+;lruE$Za?fCV|7_`Py~m`p{4S$+6!GX|VgG0875|p`yOZ&)GWed$U>{-W zIm=CaeeN)N_p%(Edc!QevZcm< z`K?Cps3j)d(Ia7ZVCe5hh;-_k2)zQZ>ey?1Uk@jWvN-xc7SULC(%Z)g4% z7`=NJvAkm%O8;)@l~He7Bh$Tw@r`XLeb>_4%646TgV8(cX2y30zGJZT%6@9n4PVdv zEo6LWHk59(^qLr7pX(Uk?JVz>bdp0?OMin8}-hIeUzn#blq{Y{2HToFWb$3 zK||>;Exq7vMlXD|(R+4@aYs*YC~da%w*JKE^=UBS+F#0{_cKec>BmNI+m%Ld%ukp< zq`TPCOV{5OM(^HRj9%aJhSCL=9_l3_{V067(W|(b@m0$C+O6$d#(L;;nbCWexEy+O zEWKiuciTLp_s&fwK7Un1DeTnJ{l#IwTwc#~S$}<@S8nN{UflKw&!ygtCcg4mL+Lb2 zZ>`qf9HVzsqtSaNi8JIay(Y%DEyes@&+^tal#aFZ8mPCt*67`Pozc5z9?lxH^wRlD zGF_Ide7>AJ)LLG&n_G@P_{B@9?`zrr-@YC;FP2`}twwKKocX)Kw735Ty!Wv5f{Tpa z@|e*JT+93+-Tf`St!(#j4fDtG_Vz;9#9DeyZ1+CZO!sEvzI}5;>38_9SI2pf<8a$0 zCj4HGx3_P_o{**2^dsgkYV;~@GUa&YCk>?^SbD|O3s)JvqZSyww||PW-z+_6A?t6Z z(R=3_Q(ph=4W+MIdc~a2wndmf*55UE<98-3y#~g&yps95-lW_2UVMLG>8+(+xPtk+ zj^+5d?4!5VOT$gfUpe)d4}Wt*>BE*@@dBf_t<2~JZZY^8=&i8yoEwe*@{rNPICA^V zXz1N(>yaP6nCUi{{9W@PeuLi9Tg!UxbCJ;-!}fj#de>WeS})r!WPH4Tjb4R4O-rws zSIjVaqoH?}rMLEv#=p-?Cf+eqSbqoN>_khi;YH)W?M0(^ zRD|OVdMDa?ZyNt?ZyNoIX^bxq=hIkv#eX$=%l~S^?Zn5M=mYlHU5=$05OK!2`MV6efC6`!oktG*c z@{Zks*8XY9Etb5C6`!oktG*c@{V0r{FdBe$%`yGVaX+yTx7`wmb~K|D}GCEvE)UToUr5)OD?kH z0!!ZUPb+>)Zn5M=mYlHU5=$x@=KI=LWWJ18_ySzq36n< zLjIo5$e%#|KIM-fkEZ-S?BpcaU$P{0wBAYwzkj1^G$JPeA@FWz4ngkG)yUH! z525@+$Y)SKA9959WXM-iM!odJw`guW=Rj_ud=_MUH|hGH3Hcq$VLjEh|qapv3@==fv$Tx8Y zAs11W{pE8g9}0Ok<%1zFri@9T=PxOL5Au4-`$GO3<-H;2cQf(BtLL$lQQbW!QAQW< z8G(H3s{waCzT?cN+~4mkc-rUQdQI6H&gx$^3N&nfcz+BvBg|RSU`>4==+&(o3EdLrvCx|$Nr&#c%UWlkHB$xSLGehWoDOOcXtdD=P9cZ_e8?>gUI@SW?w%723&b4U065AEw5(D%e)#}zr_e>iV$ zUG406&8#Tin-4mn`0Vo!Jm7o#?bAKKD}FJ?sYoSb;hKo!%nR344-Ls*SNy&!4o%Ff zcWP6~Xl!O}ye?T0aYj`~!?ok)L}Do;PKnQo#GFyFimG^$atiw8b*ad>WHO#~Mpwrx zW{rzgnn0pda-N0H2`3UrVR9;*Oj+KOBeUxwv5JW0KW1D_G?j`ZoiQchWUaXInnWCe zNo!0zhRoJgq~i1#8%;(kQqegP6Ybb|MO_WDj_jBsSRR=gZkm}oRyLRmljs@M@www- z=@JQKfzqY6{H$2SSId~8s-BkagjfYi8cs#at0TdRsz}AG+Pa$BU|~^x|N7t@S2%t~ zc-RT$Ck_r4)gO0K_@wX&6(XKcQ8c3xAHxPu3l^5w&6p8M4h~kttLtiFgM-mnWu$&^ zusRxx3=T>!7#vK*qcPO)z=6)$5jIh4VN87xPl{JY9J}Q-G&##TCsGqn&NJ0x8j5nX zVpcW#MTy90^nf^(VYrd%8ABtc#e+318JgW&8EGUL4Od4mO-GPQM#43%bcIaIg;vL#-0ER8 zri?lhN7T+Fn3rHpo*%BRvqcmB!%^o>nLRgq+{l0(xOQ9dsfVcteMsQ);U2v<9yP(^jPwl)-U zDx|}PqOnja8Lo(whbv||GB{)!fRLU6oXUtN)ljH1T9HBw>{AYAmv|-W077M`CXAjN zap$av%x|@hmNkfSKno*JbBU@7BHOGuQFQxcS_mP+R!}Pwn=@iYv^p}-hL|>0rRMaJtG67N%)fJh6qNCDe5=M>8jHD2EDuNad5Ir_yc zBvcbdb%&gq@FkehYoamy4TWUJfG32=T)44#P{*pNMR+9KSvsf~E#eq2IH`&%#|&0P zf%{Czoe|iPjgL-rR6zHst4>%fr?jQ7u5PDu^U4_Xl#YnxY zl%5ly>vm43){J?lHiFJnX*YvAAG!Ij44HZo)wnw?K^Glc=Au*_{iS4Hswy4}#>+3k zXhBy`2Hm1cUqd(LtYC>Uw8GVr=Xt?+B7#Qt1Xfg|e|tS8ZEA-?wXL1O?Qo_;o1yKP z4wnkgbnq`&6^>P+H|vy|9;OnO)f2TeBU+y|O!{F8voLBiC2N6NIPqXjI5sbc=xUu2 zoFdXgx-K>=7M~kqPjj12z1#?b#w$^Yj_uT?W(+y@#3AKr3ByMGhCA+zWd63z7n-6r z8jm@1qm`*DXKpfzsNAJZx+he)4TMZv6_@sNZ;b8;z=R_AN=#UC>vVW~bTIHjOao(C zrcv9AU9m1^x_9UtnOV9A?90J)+;!j~y|Ipy3yU}R!h+1b0(2E?_-bdhGpOsJuI8^u zd-`v+^OWydpXjc3Hu(PR6W#yB-!BkdF5X^#6H?}%S|L>)_FWRh+Gs!o}Xa0(` zr~lBvr|=Rf4b+of^v?`-Q7gZd(kekElhYdHN=W{#K*#?Z0_|Zr8K*jq4%8cyHY1{@(nBm`+7h2lN?7P^!wrXy;nBBw2m9tmeU$8aXSaW z4E{*x1ZR|UhI2OdFQz&dIF~sM&UMZL=N9Zh{KYqT=x|g{Ucu45oN+G2{WC6oIq*h6 z8n+SL@HV~~9*%S1_eUa~xc(3v0)p;%MlFCON@v6*Uo2x5U5 zjK}b-izi<<7nNAdV}%)y;c3i@C4ra{$#_MiwsxpBF^p>T3$1)e5TBI7wwD$MqpHP`DClSZjVk>Xgsq3LSzkS<_GwJcd7xDU0i zi|0w#N78qNIbnCl%#~*(BN1RjiBwmsEDulag9x4~64iK0wYJxWy34`Vx^nSQEJIUC zRHUpdYh%$wB9iiQpu=aE^g?wUpT>iz#}jJ@2WO(``VT!0RqCYhSlK37Nk$(N(vb|9 zgx)j-k5B{jc_rNm%4;i<(S#|9m1FaCma)EdBbLgH^)3rlFp>56DJ}uc@B0rz2ewNai6XwrzP{wb)PpwW590H zd)$W_bO7mLp*Eq?V{-80v5%_2CL^**T_j77oO- z;Vg{!{zHf3&!v^vcdW%U6pw|ggBZE)CM~)&YEc4bqW8oGI<>9rS&?~j zcG%p+3+W~sc9gKQXiYom%2Z8P0rwD@@b)};aieAi?ow%e%mCP`k*NaP;6r3ma&N8? zOh%4-e?WJ@R*kgxfc}Uddms^aKdusYV{GYQ=BcfX&Wy<$g*|2yRf~=0P`kyc>7U^os!j!OfYO?KOAxk{jmIGPU+D`cH%Yu;ENla#RFTNcc8sc^^Cp|mfw2GNb zWMVLtsB46H5F-Z5VvJB-N4Rrt=0HnFV|LC>uS#z}x^dM?6j-TXkrymX-w$wC8R*0! z81Q⪚Y=s_cr8G+#64tmAz=`P29FUnVE85GB~n3ix(C$%+i#sF-l!!4RB+~R(B@W zY$1D2Y0n)aU8PwTirLai-}0?MEK2YqDO=x=e(TvcwRl#jT@_hYo3g}|+n{-pF$<~w zlW{}Gf}!@5{%Bl@mhZ4DoT8z}4L!m2())1h-P;K#qC+e6wS>@Ar!s;^7jpwrFD#z1 z_L0JIxz@+r*N2Rht^0I|U6qXVT8Z-H=(vCEw9?^NDaziw8Bun!>33D>B-1`_MACuq zJn1gY%=?A(Yp#rNyHv`N)Y)iSE(Q%5>298=t$nD=Znko!`yZDILl*i?#H2(_sYciJ@xrPn|?s@TM%3#Ht-(G}93 zqEVgPv6!6NLnd7j)(oP4o~k0P$m5-HUr#S~-N&+IJkF(3W)}%pR>}$uw?t{9QzUR` zJUMeP*1gA_f-dPv!BuA!Wg|ppXCbgMvgjkktB>sobnJ9n;q_V#?r+9iCpa=#B>hxt zWynZb;nWT_9rBo9T5rT@ZFExcgp-wbp|XY?d(lvL4*)$|tQ$g;$DKEI+@vw%LX*xN zJI;}uw3h)_Cr9F*dN<|Nev$}B@%Gy+z1vGf)pDehy^tieDdRb#N=hb7I@1&p52o!U zE-E<^HVdqFn#d^Sh{3HQbK48mxo>H)5$L`hm3v?$nZB8}xhW!ASQubqKx{68Q>UCU zWH?^0r?Ar%buE#Qh+{Kh2IOw|n8>x$r1?{gxr%JM!gd6= zOK-}@o@j+x8wfDk!1FYWL$H^H=RTA)3$sdJVcQDYN8p1gx7lx$uF&D}d!Mm$lPa$5~78;s%V zL{+#P+trwATU(}Ww)@M(6HLdLBY%~6Rp91sz|a9!Y$j#20Jaz-*w~krP49EZ>cj#r zM})eAPNg=r*&lV>Zmz(BwFVxCA~{lNRq)hooAhuivXaXdoFj<=eFm^nWg3y584hNP ztTohAG?P|qFvvNQl4z%vPRI;}M-aAQ;RK%l%=}{-#oY_4h{Na#d&SwNsVr()XQXnm zc}>q=LG;pOG}2~-2VEmF>_N+9fDVzqwO~MXT-lwg+gJBC5B9Z<$zGNK*SakGplcl> z(mT)-Va!xv_3jLo%r&hu!ANcN^n4T!vZBn=#;RR0N#pyd7;N^!Fz5|pd4XYx=kg-X z7Sd_TThqqQIkx9?Lr?i`SC@@`%}CqfJi9I~FW!(XSzwu5STlp(s?l7`N?RSQhUC6u zo(|gd?d%EA3d-$=t)c<~;l8gr9awq=iFz!1D1O?T7mk#LcjBL=yddwFio(`%_5 zDG$a5d@?xTA|2(ev$IRzbE*T#zG8ssNVDq))Hy@OO&aT@HRv~a$|(H$OCP6CpDa&9&d{Ml9k<&##|}Lf z|BiFy?&J&^GNd)4vFDDNdd|2>Q--)vNyS*nnZ+)9r?&&Q_AT>nOO{k(^k2MZ6hf!;dju|y^ zRO#TLKBbuo864yjjY3q=sEHFsO?C!3M`K?W*8FH8DGn@+Ws}dft`53y=iPO3EsW5k zGon}}_Zb0Oc4N~%#5pEQ3rGWB=nTdw)0a6{IH$v0$K9yl+i3S~Sw@-6Z83MS+#K!D z4%TDaXgf%hT5#|2S^9%(htwPPD)?jzUlN&1Trnkr9ZMdJsPc})KZN7!IrpD`Ke#9S`@X=M z&wP1HKlgQ6`?=4z<4d2j<||)d*FSx}!Qc9v&%gBrhU3t;HGY5BRo(o)?LGYdrtkTE zsRR5@@1FiHiw}f*u-~@{KYl*;5Wj!XQU1K8{rp|l_VYU%`uly;hx+{m#eSbN+8?+a zhmvd>>-X&#=MSWCkjY1r{9PuV>-X(E*B|J89(2$5J6q28=LLV@_bvQ^KX3gH{7#Q) z{=CX*Nbf?wQ$O9G_r!F+Q+N^lF7i7|;MRxy{*S``E}xhC^U5mxPJX4|za-)hG|lkm z<A>YT74M~b-dE=Z+Oh_tA5fSD16rM z-?-i1wfXOUfA9-`VEk8pfAu%u<_G+n_6zv>9TW)c>K*V84hFiG^$9q`j|%wLo)`!e zo*M9#jSX~7j0*&Yof+_bJ|W;QoE`8jO$MCexNbyk$Ew`qVr6;W2uKRmw8dI7vq~uJ$xUTc~P%~dSU7nWNKls zn{pITZ#MPtO=jjry?p95Qm8;tKjnvCk&rK}vTkXW>P;W;&dP}J1`-ACMIDazpV*YkAe?8mL zYoXo%>g|&mTe>}_G2LO*%T?at)Eh%Re2<%XF@J^B`vLV1%G64yTSUDY>K&LvFG#&> zsF$n%jc0$kgL=s}@fnX|#<%wdQ_s2j-$v^7q+YJ^v4eX3sF!Q}uBToR_4aR*KQrD+ zSdP)u>ykrn8uiX>C*212gURjal`+0hJ9<^rn?=1yoBSD%G95?l#J7=pTd0?7T(+?O zK5i$ztO069NVckw4M0YQ14Xg<(d!H zGJlh(m#d#HVtf}GV88kq^}GuQpSv=3oCMRo zhkCijZ$0CCkb3T?@pfP3eAPg`N2!;qzl>+PYunLlWPE?1o_G9eIZ9YB8{5g>BF6Uy z^<*8MahYkuSwg)n?dUa8?@j8N-fzXo_?oG=Ek}G*b6TkP&*x1{>aQ^>UPHZia>U2x zb=J0{r}3?)-hZ|e-^OX~;P-YiF4fDY-Z9k6wQee)-pSOH=faGOP@3wuKB8v zdWZbUlp|NVMbxWee7VXyoO;(%&s$#2UorJ=rCzRiV?6clYDcexdiPN;*E~Lrdi%Fi z-bT(FYZzay`ELpJo~B-|`&${)eUW;(=J6`(z1dE>%}n<_>g8IuCm7!+?Zj8#j-Jk^ z4bX#UMy9(j^#*3frqi0Uh-tE-$J_l&J#cYpL+3$1p z)8W)Bq+YIZw4Uic#B_7j-$v>^PQ6_9vYC2MQ!iJ$t(j!z-502rtNzwf@6Xgb!qZ>0 z!)#@`pXJD(KA&%=-d?PiT>W_m_5R8DyyINkV<+|YVSL{8i>B*LHs#%WqZvoJ${S?6 z9Ynoc^_S21j-+0$auiUne>-};sP_feCArGci}^dIo%{tE-!SUsn%4@cH-dV(>bZz| z=TOgkAJq2P%z5Y{>gB4JdX}Stdfxu5?KYh0UeZo{#nel*6W@611=(M6)k_KW<}$uq z&%e{CcO&(3&1+@UTSC2DDYCV#o~ni*dY>UqndW4Tpr-d{cj}oa@BJo(;Y`W@3_?R7Ey09^>W>hhEuPS zdfxSw##ca*^y$5sX={(s$y+^3$-Otwe8mYIQdb#GmMbz8aPP*&4?tHZ!y+ZcCE!4}^pNpvX z4cAw>=8YxHU)P-PQ|wXNDR zbf?fQqgze4p6-0Qi|8(;+e~*g-L-T#(A`Y;UAjBy?xLH&p6yRJNOv&Z;dIB+EulM| zZWY}W-3Gb~>9){)g6?{{o9J$(`w`upbn|FGS3tKn-9oy<=oZtRNOv0DO1e7c)qYTM zE;s)#rarvkOK2y!c}yEi+YD7rrx(tBkt_XOYOxF3{MpUxn!lQK`*k%8Zz^h!K0Zgd z+A}ZeVfbzABHN^#>7n0)1P@K;I8%X0zo#i~M^C?#S<;T4e%H679X&Yym7 zQPqxK*1~1+>_vNQ{hmm_1DeL~fePu4r=CXf@jIqHn~%-jo?kG0Lyqw882;{Y+4=eJ zn)r7epFR8lhOZlD!o9uvNQUPR&(0sn@ZibW!;fe9@Kdsfk7T%WYWDQcV))pR+4)l$ zUU+);@QWF~E=RbImo;Z(=j(WBIn#vytK&uO{@b*7ID2{%-!m<+f#Kft&SUuI^6dQc z8D3eHJ$yRDt7c^{kJd-;E3)&oK6+l6ov-E09m@TXq}$X{~pnJ!Y%G!(ZgVdn6-pu+P+=>do(xiPisq+RarfZ*U%M z@?@i>ugBwmIzzeQ^VDZC&PJ1KC*52$_1`)!vwhXSqi)sFndM$rl!-eU&%dgdt9^!Z z-YW29qp8&6@vkQMU)A@tPvI1kkF9jui+1Cg|GoAp!MS(#wX`e~+hLt@XAN}LKxYkf z)<9y*`;ktiq~o5)Y}Djkjg&al!NfBq=fPyE~d zcSa&V!}p8}M@=^R;}Qjll0=~!YawE;2X62I4)=ib*mXu0hf3y+4%bG`Ex#mEkqS+j zmxws$&2|>K{_|3iTI1#7F=y1pDpJvS%<>yoUlAIWN+qM^b*ad>WHO#KT=5?pNhBi` zVPX6roQy?dGh4$Z)Fk4`l!q`ORvD@H_)QAec;h{HP9!;_IzHESmnfcMY!4%bbh$H&Q_lotz`wewKXvwn`u?l zIgwOVywdVujh`8bMUv5qGb1UfMw7uQb&2YTr8+eht%z5)`k>81XN0S3Ba>6fx{8#L z#A{MK=JA=5tV{cR4@#lhRJdYRsG@3CXl7kFSqWz4yy{AL*OiCLqo{u5K)OcKF+IcW z0cRxRHAo5VH!4;+IeKXXI>~%jVGN5kDKb|)3yfztQCo)s(6g8ElmftKTumZ1PjrK> z_t+?U-PlMqny5y63tN3rCE{yRmawAMFh)Jx_NhljILYExugN9?@g3jBw>8=lD~yGk z=6a#MLu0BVVX2d3S=tL-JCcx2eNH%4Q5C6`(5iIk84-AjSEAJ`o~#MGnX6Cxp>T+2 zLTpA{bQ^rF0ns^;Shge@TXiPI&xzE;lWsLGvb~W`HHwg?OWaFZ70#`ws7odzXm%&r z)aqRtsZGU`ZmTx8`l9x%9JXWxn7%8~tjX|it<<%x{xbH*)r<1_OwTjY^|FxxTC*V} zJ|!8hh?Jwd3UjkjI3tPKK>O8J<7Z})(5TAFbK;fgcA~yLBM5bEf~2!a@Q#dN6M@l~ z7?~5PZY|wTD#kE@U@pVo$*FKE5|XYtR$^-KyA9_K{ZWZTB<9v_qvgw zxk2blGJGf3qU}O%4x2Iprp9WcGh-3VLWb6Ch05Sm{}zwGj8zlg8gEEzQfo~RdQ|9~ zaCLROLNd0#)w48`_T5Ndx1PsFW`rihqHcCK+W}HLTGLxI0#FyNb-UdJO{%LYk0cRO zNj2IVt>`w8Ck(d*@!px?T^gwg>y(vj2)GS#?&MHyEP<&iHA4uE^ffoPF(`=mE^6a@ zMl|LQoTSv|*wz9s$OQRK4W8yW5u$dIL=L#GhkGmDR zBSQgW*WAj`VA%p%i`tN98qGA1HC;Dm25?qhWPB$_X4gex6_L=Gcr1k;;7-6xOxTpF zWF%af9;8yw3!{!>7`ns5crm=Ri3BXWk4P4YVur-TIas^tYY|7M`AX9Fvb>$)1ZZ;~RaS~P< z!M&^&H%lGWEeyr%bAALN@tAPd(05`aJSWnIvsOZ}baGcAGO1&|5jr~-pBvLrw4NGS zS8G3rrmA$N+vrtv=fDzK(qYUoP!^b>iShWXx`cRdr8gEp={a_L7k8l+uC0wEQ=w$a zEyWJw*}8h05stbeZ>I#5Um8i8Wkgq?84O(c|%_kJCMSi0(R|D%>SMjFq0cYW*jESpZaDbBN1n(uh#j_hk2wf5{lHP*;+NX2JG zVxh`NHE#LNp92x+k-W-yMO{rKmI^szCP#x&OlN1f+&v_Pepa=8uGHLeBE8dCmqmajL!Vza$=wIiL9RoXu{s z^Y3)CuvGqTxEopMY8B}D0IT4oK&|taKwY9z7C+^6GtkGJ_qxrHr7jvIiA9D~SgrF} zH@6O*ue;?ro0dtOJMNXg+wYeOK&v?K2P(ob=i_b;@|mbhIo|~^m1F8el|7h;>T_<$ zbMAw{YP=(FMifiBWqF9>=MvMBmG0jM8x*-H}r_&J_`m8{EG;+`o%|Bjv>;fQg|^=lfGvbmF$&ucHUFfQQbu z2JEgm*uUH>D|^jeRvrF6pLMt)Uj~@-N`Bb+483^%V-kJCTKW5t`*-m(d&uan>`7gN zm{$Bw;#l?E9@vlPXU*tZuotg)i}`~5o&N{e?NL+AN*anR{k!!JN>iI z3oq@lz01=3eXIRjy06Y}>E0Y%;a_@-Z-swXti`{sZ`0vRkJ!-nUEjK{>yj;pZK~ho zn;*D*lW%i=lds?U9_xLZ_uJyz>Te9J@&~6)n-&c2gtXPa6h4arYkWKWTYA3h>$k+e z#J?UBzri=Qdc@eG!qtH-{`r2$!-@*~4er;kcXie0d5!++X5XSf zqrVFOZ|u_GA78jAuO-kD*yR7*zpKZ)zSX`Ke`9>zUYolt&U>QU{KHoa-56-h-`S%% zZ$uUezK;wYz`3v*bcHQa!Ja3VIU0@9|+|qUa_|N^T zeLDghe1-pmm)Swv&vEv};X!(yVozeH*aQzI?)?*kPa!T@Z15!FRd*O%M!fZIgHyx> z_ZqyMc=)dj{yp*Z)dqh_yz?7_dl#7e_5Rl2iNs5WnG=t$AYOlh!4DAkIMd)aiC0ZE zxF>p~ly`ll!4rsk&N28>;+@1RiAP*&!rvfn_?5wX?Qh~MdfMQVi1mE33yJkyv8##o z+_3vKoacwFC)RVmJ|Wg~zV^cpq)Yzw9Ltl5_1wxRv7S?T7xA=x%sEFJiHi<2_&wqt z2N~?^Y2vRw*x=s8pZ7BOL}ES1@*-kAukt!#J(qG7v7SHqXJS2P@;hQZPqOeplYS%5 zmmEjjaJWgolz7z<246zlBWUn^;=(=#-$ktFkv&7K=YoAetmlL6caTY6&+$5$SkLjA zPORrnUPr9wO#Xsc&y{?GSkIB%3qQOr?WgBPop75*6YIH;+llp@ z#{+wr`1M@JVq!hVF-ffFHr`LH=QM61ZXR#yZwK+`6AbQoh>3sIB!dSNHFGIL1Bsi%CjQC9dhX+;#Cp!-a$-H#@daW% z$MGv-J-2c2VJ1C2r?G;#$5kf1Mq)h&@mIup?%`|1>2nTyoA?@TGW=e|gBKfo9PuXN zvxwK;-Uox z|CV^z!v=3AZvKVApAt`RG5C-^CO;E@Y4GvHy?$kIDRD7z4RICm4aAFxR}rrvewlbH z@t4H;tC@aZlYSBL2;ynPA>sz&D~Owk?;_qv{21|0;x~wckDBzpAs$bB*ik0^1o274 zONh@SUQ1k0yq$O%alx+xj$FSd9!~rraT#$zKa*Y~@d?BZhk6W0+tzcKOOMqEhz z8{!h;*NN+icM&%c_wH}fUr&50@ebnY#J$#-^e!VVCcdAziufhsMZ~*^*ANdp+N8IY z_Oah#J`rfhW#xRLk|#4W_15N{?f7--UWo-pwrOI%1i zg}8)x4skv4a^fc94aDn-zarj2+;@;kuh)N=^d=G)6VD;8B5opHMEnBr8sg81w-O(8 zjEO)0NfZC~iHnHG6Hg;9CvG6VoVc0zcH)i1za-vC{G#AI$LafmNpBnR5aKV0hZA=n zZ1l$x_a&Z8d@^yExRiJ{agw-^_$S0o#P<=eB>pw=Bg8KfKSlf=@kZj^#BUKFGQ{L} z2l4U5zCW1qo=e=5coy*h;;V^=5#K>PhWOXSKOp`yaSicj#MclXFx2Gd4&u{@_ujz# z5cedmBJM|g1#uDa65`Rs_YvonfM{%V&Xp%Pa}ShxQcl1<4k_9 zB@PnbN_;%=UBsh_?<2mLcnxua_-W$nh+iaLM*Jr6L&Wb9KS}%v@kZjE#BUS(UNZIZ z58}OueaD;f>`QzM@kzv|5f>9rCO(IF7V&iAdBhdOKO&A1|AzQ>;#Y|uBHm8?IPp&6 zr-{1{Gx>di_)y|M6Avf;jCefpKZ(P{dv7%LQAd0b@wLQ9691UEKk;(nV~8Ii9!C5m z@d)D0#ODzIgZLt1=LA!p3gQCdONfsoP7r^ecrNjH;v0!CCSF3EB)*UMI^su&Zzq0& z_(9@75I;t|k@$Jy*N9&yew+9s;vK}k6HWPc5${i&_p+(~qlkMDk0d^VxQe)v_;TVn z@jb)~iPsV@Cw`mwapKR3pCisc$>i@9;$FnB6AvJMi+C9EJH$UE-c3B0xaTXTd`pRo zh#w$6fp`t^NaFRxId5-*vr!{0ONa;gbmOMEo(dg7CaHxi!>T-`|0`<=tkk40Cp@-N3cXs2&uNnhUwolU-C zad2-%tIOe8tM| zy`@{zF6^p*~-^=k& zF6GOd~Rl7AZuU*De&FE)I|${*iV*sXjU3t!*2Ruvn*V&$)Q*{ysV3t!*Q z-bub<``nkvSFHRkhMq3JjfJo8fB#0lV&#{KfJ+=n-^Rk%_r=aA zQ+~ywFLm800xofcZ)4%>`{lz%8NOoC7ye)oaET*)8w+3GN1rgt@D+=`@Pqg#mtf%s z1>h1ae0_gCeU#xVmT=)u!#}wM3*W}V*Z1A?M;X3i(eDUf-;X~?zT%GZ^?mv#@)avT zhto(!s7T?CgS9^(l#~?imD}Oqk z`E0(8g|GG%!^u~y{C5pKoqrn(U+pn2Bww-er4Hm0JPChnEPS=!m`}c9<@XW+mpH<= zvGCR2<6-g@i@u~~>u2MueaP$ND^|XJzYxBSC4IFg={nZbzhdRv>n-8iSomsxGK_r1 z%5N|KYOhj8zT%GZ)xKpR`HGcqmp5Da)gIatt;HWt3x=bTQyV&#ACS%27A_-fBHn|#H}-|0!;#==+opZmyH z+)=*T3;l(B#mb*30xoeT;g5|aeYG$8gnY%K-w*%RZ)4%Bz0>LBD^`BJ2)M+Vgg-VGzS>8Xldo9xrTq5&Lijdz z)2BVv0!^P-`SyG-d>ad2?XP}CzGCIu^S$tGEPS=sdYyd5%Ae?&|7|RMweQNqK7-sp z6f3`n2)M+N^ldDBwFfICU$N**{mDPMly76E8kx4N%?Ioe6{y` zm3+m@pP!$Ze;W&5?F0Q2O#LZVe!VCEiVueV(Rr=*4#yCyy~F9mYVRwr`kIlK&Rd?{GG;+B-}qR(ppU zVzqZ@BvyNeUlOam!|#dJ-r*x+wRh+~#pGA*9R?Gty~9XiwRb2bR(pqXVzqaeO|13~ zR}!ne!@b06@9;FS+B^J>SnVA?Csun0|5TG-wRhN`SnVAK605z#C}OpDxQJNo9p(|M zy~B;fYVWX=SnVBtL9F%;PZF!W!;8df@9;6P+B;P>>oaQIn(}OC%>;L{-IevE7tWhvg}@hW&LhrS%2p(G!Ga*Bww-e zdwKXa7JhH?XOXX1`F48Q(k~>xo_xj1x6>28jV1kJ@~ zjC{q)U*)Mk8%zH4eq`$Zm*gu}zU&FeC61Ke#=adY(=8_b56D-n{N5%woxY8QzvEV;;J?6>O|kOr{h~?mw6XB3eq#6s zk*`?!4Q}pR%Wq@hZzq2s`HGc4*2A~4@b!DPGs#!1{Av&1#=>91@881YD^~sp58uYZ z*YD@9AYZZa?fg!Hr;UZ*>o!w=w~?<{`9+@eZ7lrpactLH_T_SFHTi zBH$87@^53|_q*NX|1I(ri+(@+n=S$_afEMU;WsQX{Ljf(Ec(LF69Jbv!nd*T=kt5T zy)HEUSFz{|->z@r+gSMez2gA#6)WHFFT%I6@Q3mH$kF60R=(X|gl}Wv>-Uvq z|27tW@1>^xO2}8N{3=iSHWvPT@{{B%R({GvpKd=J3tztnUP8WN z<=giw$-j+-?=+bNR+6t+`F44QZ)4$Clm8<5ik08&DZh<{-*dT1{{!+BD}Rv)xWtk4 zZ7lp1_ZWWuMW+1~i@x+dyS&1;vG7;jYxqOSSFC)yy@YRL;rCo&_@(44R=%BHw)A`7 zXZUl;SFC(Hy=>{vC;v|J6)S(Ei9TI_HkSNPX*LS0$ycm=muS_$ja~jq!+$~f#L6EJ zu3Um8|27u>QtH1=zGCGUy6jfIjfKCC{N3a$R(^q}{5BT;rU#9}As3teqgeSZBH$87 z@^53|&wt49Pat2h=u7{z^|SGZ{lf4|$XBfVDI(w!NBB0D^c!0YKSjP`(U$XDD^zJ5=C1^J3Q%GdAjo5)w(QNDh!|19~6JIdGZ`?ry= zxTAbM4`4U>iaW~J^8*eqGwrXqqkKJYU?lm9JIdGd2}0y6?kHc+Gq{R;#U17A`3HBA zuehUpJul%=@)dWKujealAzyJv`Fb8hAZ*%CaYy-je#0R06?c@c=RKTDzT%GZ^?ZmF z`HDNr*YhOqAYXAu`Fj4uW8^FDC|}R3c%6L39p&r!7GIOExTAbM596?M)BcJ(%GdKV zP9tA&NBMf*Mj82vJIdGdIU2}U+)=)s=dp}@#U17A`5$Y^SKLv)o)_{K`HDNr*YicX zSD5xw+)=)sM{+#*iaW~J^GnLeSKLv)o_F#i@)dWKujivYPQK!f^7TBG_sCb=QNEtP zvVWzif5jc;>v=6FlCQXVm=)wJ?kHc+n|Yah#U17A z`82!8SKLv)o@Y}SG3}?gqkKL8rj&fe9p&qJIkn^~?kHc+*I7)y;*Rq5Jf26%SKLv) zp5OB-`HDNr*YkcpBVTbx`FcK3!3@)WiaW~J^Mt-nzT%GZ_57j9 zGdy3YqkKKz=r-~dca*Q^A*~@_aYy-je$pG{EAA*?&s*v;)0AIvNBMd_QxW-!JIdGd zoGv6^aYy-j{?qm3EAA*?&x>jyUvWqIdcM>faU$N--!@tIp@CTRjZ7h5}U-Nh5D^~uxKqlYD!q@XS zKO|qV@;95}rPH^u@b&!8o|l;VQ>^@+9=?r*ujhT9O1@&{KarQ2e;W&5&j+1KzGCIi z-#3$QW8v$0qIKjeR(`*OGx;_azMen2n0&>`-zWkuaVFu9jfJo0l|DtjV$qlO$BFCi zrFEG4_E)U@exCf>SonHA z-wEU^R=z#nC&AOk!q@ZsCXuhWBm6zhA2ShOrKx)NZvr^m{82yLl>a%VuUONc(k-+7 zY%KZL^Jd>5U$OEVJ>%EL!k@zPX?KyYSosV0%1qzJ!q@X`d*a2K%zuiNAM~VeW8v%h zwv_DZ$XBdtZeu_2y#sj4GTI-o}GlCN0#Jv{TjjfJo0QLi9hvGR*Oad2&)=R(zGBfA z{%{d+i6eX)3t!LcPLQuy^o8Fj0xofcZ)4%>`QEpXuULYFZ_jtax3Tc`Jn&zTuUPqc z5(zHB!nd*T_5ASX$XBd<`+c$SZ7h5}Z~R^I6)WFfuM6MC!q@Z3zaw9<@^^@UOB~_b zSonILdH)3J%fg~BMc;sbatRi`jqUkEhS`1y*Yng01n&)d6Q0j@9K+SVNY-;d>+ z%UAn@`NV2Z&_t~7=bt6k_xNspeVk(2(@Z5+d!9>))js!T zVtw9xh*<4^e@CqA(apsAeER{h+KcApnf$2z>0!ib4|@`^+UHIs*8PG6vDz%^v2mj53zwqEZJcrrwALzmTJ@`})KGTDzcyOf$U+Td(c<^Em zUgg1$dGK={{JIB!>A_v`++mkD=)pxEe7Xmp=fUM3T%p&j@OBUW z+Joh6QM-J7J@_OKKFfnI^x%{SU+=+99{i98KkdP}3HveOHcU8z3HM{dNlbV$6JE%Kw=v;EO!zDlzRQH)FyVJfD9iT& z6RyvMTQcD;Ot?Q29>j!)G2vNEcpVc?XTrZR;ag1jB@=$9q_TXqnQ$-@=9sXR36EpK zvzTxi6F$U*Z!_U+CS1CdGQU-rupbj{%Y-9H7`iO^*N+LCnea#^Je~6fTaM-0G0!+0N4z$1z;<{Hh}E_-vR6ZKsJ6C zz;1v&0DA%U0i*-`0PrKg0f2)5$o?M&I0Eo9z)^r-0Dc8H25=nUB*1R~rvOd^oB=os za1P)+0Gcyg1o$1`62Kn-mjSK-WB_CWTm`rWa2?>y}0R9E=65tI$Hh?eK@_YdK0SW*V1VHnZ!T?18iUJe^C=O5p zpd>&kfQb-yGQbpol>n;%z6Dqfum)f)0Gdaw16U8R0bnD*CV-s)`vHCeI05h{z+V7= z1H1xw4d4T5lm^J_8~=NKqq+~gh8`}xy$w%mdwF!5yuhvTA~qq4PiO1krCs{2t_sOP z-q}^7(3f{v8hNx=kV#(JRcCQ19_M9vgm;Y@tm;F<3=et;8NVs4f|ni~W{9#kl^Kf0 z>&%1;y;O}}x>n?tBJnfUNwm5#U_tdD=gU-}a=C_qheU{FQKm!Y{&;KT&(qm*YJ!^lf)SFp~%GX@ETI zo0#Q9|bFnGYf-(Vlyo%L`UsUUTRm0plEqx zu~C%uB~X=*$P=MSF5bn{m+T1&-cL7~ta>4vL^F84Zccc`v7JNhi#$12KM?ha%8WpF zGq`LtA5O@Z8LCRDnWHr*Jaat33i#XUL-5qrfzI)stUhm{$ z+%_I5>W*$F@8H7hR&%ryi43wBqK!jjB+3{Z=CbIWMyo}P8XUnp6RZZV8$TFH3f9>i zE)y>X;mLILcc|IsbR&9*5t0qzP2uQia~kf%J5iXVEn)?UI7T-<#VHb^2|F8RqSFF| z+U;DhiPzZ?KMI7V=y@9|Lxj$$Pv9LCAI3va3|Q@E9ZnKOfeb>da7(iRc4G`r|08fXrhF|?2u{NQAsJeAcG;oYJd)m7z7+NKEa`$D8myn zA$8@Gd6U#I;T9+nR4Dv6+NpE$r~`$EptxO)4ks6cXB%Qr=;)Y42U=Gv4B{XM`oVl8 z80~;g#NkW`46zo6aiE2VYLGFaf$V`m<3Sb`4|YZzO&oeJ7a^$4NH+>aQ7wvsc)W|e zxVl34cn;0>P+m!mpd!->6EILtsfxO}%yBRW3AaR=piQ9OQB)BL{Yw^(;>|iV3BbLz zdo<^;*g#7;;}MIX$$}xfOfbx7!Gq3@iW(vnK#0*PmrZgiIGO7C<1FaWn9$tWth%72UbBslyFCk-G%$2faqq$RV;*}jQWINs~HTU zoJWT3Xtl~~1x5gqdjaE-SHM#ZEu=-&X*8Yx23svoXceqJV-moe8N{xR3WSGRM`Q&% z^CWvQE}LW+NFY+EWD=rX3jIRcM7!dgf_=gm=tahOBhi%@0iDu-b!@D~s7Hn-$PpV8 z)&ixj#K_E?=L%YA4DBXpODDK>x|ID<(PpkogIdA+z{Rl);gXiRt~1-I>3?{di-F! z(Fv7CXWnMstT#g@(XS196#Sa4$-n@S$mG%Cv||qV#gjPrHSv%Y__ZK{!EG`?z!k^E z35trWcWrJn%#HLQ2c;*+@hQBX!&5zkk94O9hL(mvBg(85;ehFtFrT7a4&LdqK{gF8 zy(mAPYwFgSON)iT89QlO)Eu~7yvx^F^a)nGu$!S;xiaa{F^$+tEBKu@Sg+urr|ioS zIy)F;BGWclNo$IT(CN{b~c}Sq(>_RZ4ULs0ytRG8l8&NEIgAh zc|z)9nhbbx!YwS(rsiS)IQn)CTVaZ3$CQHU=|DNwO}B z&8SZVGmR?~MMk=o=q{wA(4HR5UmYBsIa0+W7zt!`8VA`2!mL1r(%r%XO(KcYJ!f}2 znXi&uKz-QkR-3XpNc&n~&Q9wn2R5XHVFu|{oXKd(jX1s4o7`ZgzJ24g?6G-G?j|(W|h^mz=#?yOy>}L znAR8*%mpoj<^b~KQyD`H6WdEg+mx%3lv`oV3`Pes2($>AsW!Lk26J*lr^(q8+8k6M zY@~P<8W3RP`NZ5ZH-Q}pn9Af*bTgD;g%Q=vaX@pFWrfPt=52|yoIB>m0VK=02x;BsIseVDM>&)gH*6jA|p9;bQAd zvgx@S%efZkZ8S>>H|JrBLyN1Ozm`^;_Ar*D1qA3#IVcesV-s-_<2~^Jn4sjc7s^rq zyRX^}ku_qv961w__c_GG)_lMIDjyUIrJ|TUAYRhl zg>G%aTU2;yLQ;f^&>5thVhTF4QNs%{@WM?kiW-6FDVH-Iwgj+nVF4tZ93Wjv?X{dt z&PVW!T2RZLRJzoF`JcfE+ootE)sqWtfO0T*Fu`6ssc4-YI;eL>I2TZ3BQt9?N*o+< zBqCF0Li^kr38;~g^%FaS!3cZ6PS`x)EO>WLDG9SWbpwU!*C4v=MkU1#qNn!%r0zsz>y0sxhI!r zZWTOCEozA(Y}&GNQ8Y4;*K_*(w zkr@fmrpo9!GBs8vuP&*H786qHUJ{d7G?S88v=YiW4MNotPpB%A>2bEEa3uqkPg_{4 zAt_z0z3|jpII&eGOJku15G=h~TY6z*^Qa+>R)&f+sV!*7%#kUF1SLt@$$6^-Lf1}& z(ADHC+fJ=4N)EL&M6VX@Y!dUQO~-yE+GH0w-_T~j4mV0NbPMERfNg_^zk@2Pnlplu zQE7#}NX->9tKviyc#grv$hSs;4<7-sNXGGq3hjv2uAvqK!!Dp8?v$LGYAvXZn{ISFC8(P}atb)%2*i|^Pwz8BEx^!kT6Jpi7%uruY zKBnGe6pc7I?;5ex$`wjhhfJQskQWwO^)jg-yikjtl`kWzrG&_|hSeies#@%D3p!H; zhp#x;>%p5e4wu=%HA>-9xMcX1>Kjf%m|ROaW-3M?bi>;Kw7ulL#DiZtN=)Ry#|ixP zn3{{k=jALCpO2{_p*wQcc(j`a9R&FhfPWJll(~>oAK|b}~q~#KvGh`Wo-5si;B@qT*E8nntE3;*SVU!}$ z)t?-LuAazs2d}gdJTi~6?9;|TwMmYvXwBd<$&>?dnv8ns2m?8g6AW?`mt}!s9c1H= zRt8#1OI-1&#T`z!0*6}&JeVLIhFekJp9}l$;t%@waM21N) zBrf?hC2~ds*QkjslSVUJ7{Gudu_Oap)WM+xcn&wh?|WTc@TLNaI%344jfWc3wXWIJy&Hj14WpXG3}2IBW2km zOp-*fdvb$7+%05eI7W$7Gco9Vh1yCbI}ApbNmj3jlW81;a$-M0T0;nv?9_n;mV}|> z7-dL4!j(>DiJ$|J(;0M8c@)u*$&pxBNC*cpOELsFSc2k!{)c?wEs`f2oM`Z-cv8=_ z&yEE=E*ULB zbhs?P%8`jTfNA4EKsaQ{K@}q=ZAFc!&=~Q?l$@DlJr%Bi$a;|z&FJM+s})LQaigtj z8CozY9%|iXNkmSh!f;jgJxaq#F#VD&o1|)j(>pF85R8!rO5Sr3m&|rzLnuWcc2T>o zn8VFPPPpbpn*;CVOXAS+01ZK_qG=xtB*0)NQ1DDomMKPX|AgBFpham65y3f3R$?b2 z>CmPI0uBo3^#OmR%D_;F2vD@5DC~*vP`XLU-OZ4ehW~3buxGu*$4WfF_a`-AbL;E_ zk(w0S-K>@}vxs74d;0pkrFda^Lrc%fmmQZ=w>-@R*tlxv*J_a?c>6%!(8*+t6Z|%i z8Wk#o<_lRh#?;vmDhF$aNVJnFlJE~`-qfdIEa)IdL%R!2<{RqpQL@8N2y);lme|nd zMxB!W;J?XkgunjnqsO_7CPPEmDzZW6(_0-WegOggjr??Wb6`_H@Q+50hki{08aKr0 z-~&Z}d@m~8G1WZxXL2DbAkY0-{l-|H`?F|J*fS$`^r@^qavaOKUd(tK%~Ha7?$2QV z|J&W4>7GK~NvgO_&z!B~oupF5k;uu?UuuGHOyr%U3N?{;l8O|C@-z!!@=j8*{#2fo=AEPxtCDw; zDteXBLoPv`pdDK}*;SmRV!C)zN?Ali-qESr;UuXv)sxv=?>2}Vk(vpx8z2AK(J4M1 zN6s1em>cilOCLo-!{@*5aMfgt!{?q3yS|~1&Sw0-oUqDe_(Q>L8KUx`Hn` zx@*AR(#Dk}BM7YYTUMA1jxMr~p2|K;3!_Z&5mMy50G|%R?qxWpFbrj%4+UoyxLT}W zQu)j(adU!GZljZY&qwJEPcB>tIO6xAKnc;=dxb&-AydeGhq?Rh5s&!5;i8~F)vl7W zag;elS&+Q`upsII=219GP!xq6-zrgp3z^3~J7xLEol)^?5sI{BQQ0EqE}D=O&2kRK zL?oG4rbjjuce&;A6kkV{6>D8C+Sgys^7(tRjZicoGfnotxElFA(<4IWw<=thyi;-RdR*JA`SDZi2= zS6xa9t5pP#xVK;eA5>hWIZA4x#e}qim&7C%&7>q2t%Pz;gHW}^6RL`2s&F-hD;cPK zs(hqAtQ0`$YAq>O)9SHgDwi0bw_;=Ss3DD32F}oQ2G`E^w z6=TbZ9%<8AgtE%SxQHxHCNy}YIYllRJTj4Y$NGQojx|~X@^CZ!?cJJlT67Ci#dWtZ z1ykJNR!+RUd_znTllD*H;>$msc`BC8J;Ez9?d9c{ybquKH+}dFH6QIc%7uYQXzW8e z>ObA11gUI?!f0iW!YJ{oCs~!MamZGTL^$z<=Y$VrQ4@XLd zjY%H?R7hg_td=OkrY%eO;0d~@r}ddXva|R9@mqNGnN**bmrJC>%aaoTLEla-3pjX9 zzPQsTA3Tbl5B}%l;{@mpfd2LNDLAA<^?W|?;%qMdfe8AKTxF8oaPl+g?1POKe}~m) z$`1!iMFf>}r}@{MzO?RG*WvRe8n^3HGqH#BX|Hg1<8|vsq;2kPJ$O4ly}-GXClm8^ z?_Dr^*w$e~#$Mbrx%0#ZtGv_VM<=a$%CvcQfV z32A%ozc=sw(bbd74VXA-YnzK>e~!=J`pBSBy3}iZE7&)GcIsGcX&=kN6`w>E>bJN? zwPS6U-?277lK)PL^mbW2ZXH=(zI57&141T(N#dzt#5{WKEgdEGDJ=!9OeXo!FGWboxxyC8f6dwpg?|EO5u-1sAg$ zW=96@Sg^z|`Gdn--ru`3cJcGJi(ZwVdAwqq0uR4@y7a}`eAcPX;0Ko;+&`Dj#~$kQ z?y$^h&sP_T(M_5>CvfqpJ<~>%zt-KaR^=0)S)#|Uy7yOwlSLj^>hWW*LwnC%`z7U% zZwI_Q+|M-h)@Q3GZGAmw;-J`h1M+>ndTsB!!WmQ*Zm!bVm4i$yZdU&h9|v8^)EQ`Z0PCsbMg(`b=S7GhH7vucg3a$&@fl%n6SX<2^k zh<=~sKQ+2|$xCf-F7CIbXuE*0TTy&e)mbm+r!*OJtx)LxsKXn+>^$?K&(z$^Hsw$ zrV%?web=gf`3mjhA60L*I^Tn)d%hXnDx}BFCR--gADTS#)}8NKor-u8-L~Dq5BkN8 zozP?PHyw;~R=c~O{4Ra|tX^G~ok&_9lj)pf`Pg@Gt>g*sCe>@u@BaBNLz;DV&ud-o zO3{opD-M_~f7WyQ$G=l5YGc6-hB{gO_jZby*nD%qgVSk^YVM5~J}>j?%5`aFPyAl# zY`K+n8$~^@p-->au2S8)DGR<1J9?$UgS6&X{vJ^Kk2#NvCEfdNVTHMqxhY8t_2sHf zopkZuyobprI&SY!x=AI&tc@3{*A86qbNd02*9Q#wH1w~_)!Lm|f2Hu&yVF~3u{^zP zT>dPePwL~E15Y3EZFGx&I@fZ)#+VKt$F9sQSuJGFx+rFvEmVAz|V%^IJ zj=COtv3X`z_lJ}1Yif4e9Ao&cQ2V1>l1nBY+}UT9yOi(6PESuR4f!nPecx$EYn(oF zyk`l^sCi=^6)bu!qQ!S#W*yp7BqKl9_OboOk`uEx^ql+A;&GgFk*V;;nz#4v&9Sy1X~ zm4}%xqPb#CYM8HZJ=>4n{Ot7J3Bkz;wRfeiO4$6x>A7=Sg!#2jzO?evmC2KW>;HNn z;PIgMn(rQ1bp5z?qcVQjQ)12GSzn++F&Um%u ztNeyFmrfL^y60Gx^974vYiKK;64&?7uDyc)-v7m@b8~%WHt&4MXH4ngt9NWHK9#?{ zVBCbv>))^6n7Q;#1>ZI=T;I8^+&1v2A+&KIL0q^{+Un z%aKuq|9J1umnZ!7_s7Rxu5u$}dB(w=g`fDGt1oKQZcJ(#27u$JN;t6*YF>Pm>3pN;Nfl zU3KraH4`>f{rhTInWBzqODv!FA3eZs`MciTV)@$KJNc&O$tBe*W<+*qT(5RO|4&-f z4H+^vf1eoBzz=_lDY*KP?dx6H>#EFZHge?BkwLW!H(U96SJz&?OYqj(eOwnlKeqYO zjlyBcew_ytne)8oudSPI`ShbZPW=6K}-1cWzZ&~tQqZhHoO3q&9 zySMMjhkT7a`L3^6cV=0~%K9R&ejPhArRFx@3BltxRUJO^SgFdssZ(c9efi~_|MvCyr~cO18J)TeTO9JH-Rq(Lu1J@&QiYP^mRuP7P1C03-UO6+ysk>I z!($HCsx&uyaZ0M~-ncV|=6`&z#kJep<6KFF*8dnZW7Cd7t!kG^jd1ktdTG(VisAF@ z*GIkF8CAaZuOBUI;J3QJ-;nX27q8zeu0n}dwtU7N9o&Iu+XTM)*i!L(->wJEgEN09 z^)TXC@6T(rt@h}}+Tru-jX57%E`RoxXMKzG`8xTf<4Nz#15x|-`xid6Y(WbgDLU%aqm6AMe?f(DO{0+os*y7LGf$zmKJ2 z2!D8N;VaLYrhW6th!0mcpE>fYkqbs%zqDq++RPqN<~>&ozXvp~`?6R@#C*fXpG$vI zd}ihJ_lsrKy)gZ+cR#vta!Ry&)yLg0mw7NGtHb={Qfn5*f7+*3_?eBV<+t|U^nK_0 z?hyZ3+j}SO-~IF16RD%S4X>NEa%Pgd&_rjgWz%0Z{Qi84?%iwcJpX)9C&T=zyLP30 zRddwV9y{{yxS87j^LxvKhkf_;ylaO(+e| zUvHj%Q6eZh?ZTFIHP@{=A8^bt^3CIquI~6|3STww-6cb(1fQ?_u3v%5e+^l7vr6q} zJ%4FGdtb(mq+Ss*9qN2}#FXazrj=ti_bh&Pnd!9(#Q)y^>ZT`tUp%*z4SGGKQYpjI z#l`!M`Z_xKj}~J>4|Sh!-&1Mxl7=HpQMDR;9CCYT`k@MUE*ttbu{XT%BK~2aooQ1h me9-ymfzPJ-NBF(yf3DZgvLEmPt;)=qvd=jv+j0Gmn12J*wVp8m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yaml/composer.py b/venv/lib/python3.12/site-packages/yaml/composer.py new file mode 100644 index 0000000..6d15cb4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/composer.py @@ -0,0 +1,139 @@ + +__all__ = ['Composer', 'ComposerError'] + +from .error import MarkedYAMLError +from .events import * +from .nodes import * + +class ComposerError(MarkedYAMLError): + pass + +class Composer: + + def __init__(self): + self.anchors = {} + + def check_node(self): + # Drop the STREAM-START event. + if self.check_event(StreamStartEvent): + self.get_event() + + # If there are more documents available? + return not self.check_event(StreamEndEvent) + + def get_node(self): + # Get the root node of the next document. + if not self.check_event(StreamEndEvent): + return self.compose_document() + + def get_single_node(self): + # Drop the STREAM-START event. + self.get_event() + + # Compose a document if the stream is not empty. + document = None + if not self.check_event(StreamEndEvent): + document = self.compose_document() + + # Ensure that the stream contains no more documents. + if not self.check_event(StreamEndEvent): + event = self.get_event() + raise ComposerError("expected a single document in the stream", + document.start_mark, "but found another document", + event.start_mark) + + # Drop the STREAM-END event. + self.get_event() + + return document + + def compose_document(self): + # Drop the DOCUMENT-START event. + self.get_event() + + # Compose the root node. + node = self.compose_node(None, None) + + # Drop the DOCUMENT-END event. + self.get_event() + + self.anchors = {} + return node + + def compose_node(self, parent, index): + if self.check_event(AliasEvent): + event = self.get_event() + anchor = event.anchor + if anchor not in self.anchors: + raise ComposerError(None, None, "found undefined alias %r" + % anchor, event.start_mark) + return self.anchors[anchor] + event = self.peek_event() + anchor = event.anchor + if anchor is not None: + if anchor in self.anchors: + raise ComposerError("found duplicate anchor %r; first occurrence" + % anchor, self.anchors[anchor].start_mark, + "second occurrence", event.start_mark) + self.descend_resolver(parent, index) + if self.check_event(ScalarEvent): + node = self.compose_scalar_node(anchor) + elif self.check_event(SequenceStartEvent): + node = self.compose_sequence_node(anchor) + elif self.check_event(MappingStartEvent): + node = self.compose_mapping_node(anchor) + self.ascend_resolver() + return node + + def compose_scalar_node(self, anchor): + event = self.get_event() + tag = event.tag + if tag is None or tag == '!': + tag = self.resolve(ScalarNode, event.value, event.implicit) + node = ScalarNode(tag, event.value, + event.start_mark, event.end_mark, style=event.style) + if anchor is not None: + self.anchors[anchor] = node + return node + + def compose_sequence_node(self, anchor): + start_event = self.get_event() + tag = start_event.tag + if tag is None or tag == '!': + tag = self.resolve(SequenceNode, None, start_event.implicit) + node = SequenceNode(tag, [], + start_event.start_mark, None, + flow_style=start_event.flow_style) + if anchor is not None: + self.anchors[anchor] = node + index = 0 + while not self.check_event(SequenceEndEvent): + node.value.append(self.compose_node(node, index)) + index += 1 + end_event = self.get_event() + node.end_mark = end_event.end_mark + return node + + def compose_mapping_node(self, anchor): + start_event = self.get_event() + tag = start_event.tag + if tag is None or tag == '!': + tag = self.resolve(MappingNode, None, start_event.implicit) + node = MappingNode(tag, [], + start_event.start_mark, None, + flow_style=start_event.flow_style) + if anchor is not None: + self.anchors[anchor] = node + while not self.check_event(MappingEndEvent): + #key_event = self.peek_event() + item_key = self.compose_node(node, None) + #if item_key in node.value: + # raise ComposerError("while composing a mapping", start_event.start_mark, + # "found duplicate key", key_event.start_mark) + item_value = self.compose_node(node, item_key) + #node.value[item_key] = item_value + node.value.append((item_key, item_value)) + end_event = self.get_event() + node.end_mark = end_event.end_mark + return node + diff --git a/venv/lib/python3.12/site-packages/yaml/constructor.py b/venv/lib/python3.12/site-packages/yaml/constructor.py new file mode 100644 index 0000000..619acd3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/constructor.py @@ -0,0 +1,748 @@ + +__all__ = [ + 'BaseConstructor', + 'SafeConstructor', + 'FullConstructor', + 'UnsafeConstructor', + 'Constructor', + 'ConstructorError' +] + +from .error import * +from .nodes import * + +import collections.abc, datetime, base64, binascii, re, sys, types + +class ConstructorError(MarkedYAMLError): + pass + +class BaseConstructor: + + yaml_constructors = {} + yaml_multi_constructors = {} + + def __init__(self): + self.constructed_objects = {} + self.recursive_objects = {} + self.state_generators = [] + self.deep_construct = False + + def check_data(self): + # If there are more documents available? + return self.check_node() + + def check_state_key(self, key): + """Block special attributes/methods from being set in a newly created + object, to prevent user-controlled methods from being called during + deserialization""" + if self.get_state_keys_blacklist_regexp().match(key): + raise ConstructorError(None, None, + "blacklisted key '%s' in instance state found" % (key,), None) + + def get_data(self): + # Construct and return the next document. + if self.check_node(): + return self.construct_document(self.get_node()) + + def get_single_data(self): + # Ensure that the stream contains a single document and construct it. + node = self.get_single_node() + if node is not None: + return self.construct_document(node) + return None + + def construct_document(self, node): + data = self.construct_object(node) + while self.state_generators: + state_generators = self.state_generators + self.state_generators = [] + for generator in state_generators: + for dummy in generator: + pass + self.constructed_objects = {} + self.recursive_objects = {} + self.deep_construct = False + return data + + def construct_object(self, node, deep=False): + if node in self.constructed_objects: + return self.constructed_objects[node] + if deep: + old_deep = self.deep_construct + self.deep_construct = True + if node in self.recursive_objects: + raise ConstructorError(None, None, + "found unconstructable recursive node", node.start_mark) + self.recursive_objects[node] = None + constructor = None + tag_suffix = None + if node.tag in self.yaml_constructors: + constructor = self.yaml_constructors[node.tag] + else: + for tag_prefix in self.yaml_multi_constructors: + if tag_prefix is not None and node.tag.startswith(tag_prefix): + tag_suffix = node.tag[len(tag_prefix):] + constructor = self.yaml_multi_constructors[tag_prefix] + break + else: + if None in self.yaml_multi_constructors: + tag_suffix = node.tag + constructor = self.yaml_multi_constructors[None] + elif None in self.yaml_constructors: + constructor = self.yaml_constructors[None] + elif isinstance(node, ScalarNode): + constructor = self.__class__.construct_scalar + elif isinstance(node, SequenceNode): + constructor = self.__class__.construct_sequence + elif isinstance(node, MappingNode): + constructor = self.__class__.construct_mapping + if tag_suffix is None: + data = constructor(self, node) + else: + data = constructor(self, tag_suffix, node) + if isinstance(data, types.GeneratorType): + generator = data + data = next(generator) + if self.deep_construct: + for dummy in generator: + pass + else: + self.state_generators.append(generator) + self.constructed_objects[node] = data + del self.recursive_objects[node] + if deep: + self.deep_construct = old_deep + return data + + def construct_scalar(self, node): + if not isinstance(node, ScalarNode): + raise ConstructorError(None, None, + "expected a scalar node, but found %s" % node.id, + node.start_mark) + return node.value + + def construct_sequence(self, node, deep=False): + if not isinstance(node, SequenceNode): + raise ConstructorError(None, None, + "expected a sequence node, but found %s" % node.id, + node.start_mark) + return [self.construct_object(child, deep=deep) + for child in node.value] + + def construct_mapping(self, node, deep=False): + if not isinstance(node, MappingNode): + raise ConstructorError(None, None, + "expected a mapping node, but found %s" % node.id, + node.start_mark) + mapping = {} + for key_node, value_node in node.value: + key = self.construct_object(key_node, deep=deep) + if not isinstance(key, collections.abc.Hashable): + raise ConstructorError("while constructing a mapping", node.start_mark, + "found unhashable key", key_node.start_mark) + value = self.construct_object(value_node, deep=deep) + mapping[key] = value + return mapping + + def construct_pairs(self, node, deep=False): + if not isinstance(node, MappingNode): + raise ConstructorError(None, None, + "expected a mapping node, but found %s" % node.id, + node.start_mark) + pairs = [] + for key_node, value_node in node.value: + key = self.construct_object(key_node, deep=deep) + value = self.construct_object(value_node, deep=deep) + pairs.append((key, value)) + return pairs + + @classmethod + def add_constructor(cls, tag, constructor): + if not 'yaml_constructors' in cls.__dict__: + cls.yaml_constructors = cls.yaml_constructors.copy() + cls.yaml_constructors[tag] = constructor + + @classmethod + def add_multi_constructor(cls, tag_prefix, multi_constructor): + if not 'yaml_multi_constructors' in cls.__dict__: + cls.yaml_multi_constructors = cls.yaml_multi_constructors.copy() + cls.yaml_multi_constructors[tag_prefix] = multi_constructor + +class SafeConstructor(BaseConstructor): + + def construct_scalar(self, node): + if isinstance(node, MappingNode): + for key_node, value_node in node.value: + if key_node.tag == 'tag:yaml.org,2002:value': + return self.construct_scalar(value_node) + return super().construct_scalar(node) + + def flatten_mapping(self, node): + merge = [] + index = 0 + while index < len(node.value): + key_node, value_node = node.value[index] + if key_node.tag == 'tag:yaml.org,2002:merge': + del node.value[index] + if isinstance(value_node, MappingNode): + self.flatten_mapping(value_node) + merge.extend(value_node.value) + elif isinstance(value_node, SequenceNode): + submerge = [] + for subnode in value_node.value: + if not isinstance(subnode, MappingNode): + raise ConstructorError("while constructing a mapping", + node.start_mark, + "expected a mapping for merging, but found %s" + % subnode.id, subnode.start_mark) + self.flatten_mapping(subnode) + submerge.append(subnode.value) + submerge.reverse() + for value in submerge: + merge.extend(value) + else: + raise ConstructorError("while constructing a mapping", node.start_mark, + "expected a mapping or list of mappings for merging, but found %s" + % value_node.id, value_node.start_mark) + elif key_node.tag == 'tag:yaml.org,2002:value': + key_node.tag = 'tag:yaml.org,2002:str' + index += 1 + else: + index += 1 + if merge: + node.value = merge + node.value + + def construct_mapping(self, node, deep=False): + if isinstance(node, MappingNode): + self.flatten_mapping(node) + return super().construct_mapping(node, deep=deep) + + def construct_yaml_null(self, node): + self.construct_scalar(node) + return None + + bool_values = { + 'yes': True, + 'no': False, + 'true': True, + 'false': False, + 'on': True, + 'off': False, + } + + def construct_yaml_bool(self, node): + value = self.construct_scalar(node) + return self.bool_values[value.lower()] + + def construct_yaml_int(self, node): + value = self.construct_scalar(node) + value = value.replace('_', '') + sign = +1 + if value[0] == '-': + sign = -1 + if value[0] in '+-': + value = value[1:] + if value == '0': + return 0 + elif value.startswith('0b'): + return sign*int(value[2:], 2) + elif value.startswith('0x'): + return sign*int(value[2:], 16) + elif value[0] == '0': + return sign*int(value, 8) + elif ':' in value: + digits = [int(part) for part in value.split(':')] + digits.reverse() + base = 1 + value = 0 + for digit in digits: + value += digit*base + base *= 60 + return sign*value + else: + return sign*int(value) + + inf_value = 1e300 + while inf_value != inf_value*inf_value: + inf_value *= inf_value + nan_value = -inf_value/inf_value # Trying to make a quiet NaN (like C99). + + def construct_yaml_float(self, node): + value = self.construct_scalar(node) + value = value.replace('_', '').lower() + sign = +1 + if value[0] == '-': + sign = -1 + if value[0] in '+-': + value = value[1:] + if value == '.inf': + return sign*self.inf_value + elif value == '.nan': + return self.nan_value + elif ':' in value: + digits = [float(part) for part in value.split(':')] + digits.reverse() + base = 1 + value = 0.0 + for digit in digits: + value += digit*base + base *= 60 + return sign*value + else: + return sign*float(value) + + def construct_yaml_binary(self, node): + try: + value = self.construct_scalar(node).encode('ascii') + except UnicodeEncodeError as exc: + raise ConstructorError(None, None, + "failed to convert base64 data into ascii: %s" % exc, + node.start_mark) + try: + if hasattr(base64, 'decodebytes'): + return base64.decodebytes(value) + else: + return base64.decodestring(value) + except binascii.Error as exc: + raise ConstructorError(None, None, + "failed to decode base64 data: %s" % exc, node.start_mark) + + timestamp_regexp = re.compile( + r'''^(?P[0-9][0-9][0-9][0-9]) + -(?P[0-9][0-9]?) + -(?P[0-9][0-9]?) + (?:(?:[Tt]|[ \t]+) + (?P[0-9][0-9]?) + :(?P[0-9][0-9]) + :(?P[0-9][0-9]) + (?:\.(?P[0-9]*))? + (?:[ \t]*(?PZ|(?P[-+])(?P[0-9][0-9]?) + (?::(?P[0-9][0-9]))?))?)?$''', re.X) + + def construct_yaml_timestamp(self, node): + value = self.construct_scalar(node) + match = self.timestamp_regexp.match(node.value) + values = match.groupdict() + year = int(values['year']) + month = int(values['month']) + day = int(values['day']) + if not values['hour']: + return datetime.date(year, month, day) + hour = int(values['hour']) + minute = int(values['minute']) + second = int(values['second']) + fraction = 0 + tzinfo = None + if values['fraction']: + fraction = values['fraction'][:6] + while len(fraction) < 6: + fraction += '0' + fraction = int(fraction) + if values['tz_sign']: + tz_hour = int(values['tz_hour']) + tz_minute = int(values['tz_minute'] or 0) + delta = datetime.timedelta(hours=tz_hour, minutes=tz_minute) + if values['tz_sign'] == '-': + delta = -delta + tzinfo = datetime.timezone(delta) + elif values['tz']: + tzinfo = datetime.timezone.utc + return datetime.datetime(year, month, day, hour, minute, second, fraction, + tzinfo=tzinfo) + + def construct_yaml_omap(self, node): + # Note: we do not check for duplicate keys, because it's too + # CPU-expensive. + omap = [] + yield omap + if not isinstance(node, SequenceNode): + raise ConstructorError("while constructing an ordered map", node.start_mark, + "expected a sequence, but found %s" % node.id, node.start_mark) + for subnode in node.value: + if not isinstance(subnode, MappingNode): + raise ConstructorError("while constructing an ordered map", node.start_mark, + "expected a mapping of length 1, but found %s" % subnode.id, + subnode.start_mark) + if len(subnode.value) != 1: + raise ConstructorError("while constructing an ordered map", node.start_mark, + "expected a single mapping item, but found %d items" % len(subnode.value), + subnode.start_mark) + key_node, value_node = subnode.value[0] + key = self.construct_object(key_node) + value = self.construct_object(value_node) + omap.append((key, value)) + + def construct_yaml_pairs(self, node): + # Note: the same code as `construct_yaml_omap`. + pairs = [] + yield pairs + if not isinstance(node, SequenceNode): + raise ConstructorError("while constructing pairs", node.start_mark, + "expected a sequence, but found %s" % node.id, node.start_mark) + for subnode in node.value: + if not isinstance(subnode, MappingNode): + raise ConstructorError("while constructing pairs", node.start_mark, + "expected a mapping of length 1, but found %s" % subnode.id, + subnode.start_mark) + if len(subnode.value) != 1: + raise ConstructorError("while constructing pairs", node.start_mark, + "expected a single mapping item, but found %d items" % len(subnode.value), + subnode.start_mark) + key_node, value_node = subnode.value[0] + key = self.construct_object(key_node) + value = self.construct_object(value_node) + pairs.append((key, value)) + + def construct_yaml_set(self, node): + data = set() + yield data + value = self.construct_mapping(node) + data.update(value) + + def construct_yaml_str(self, node): + return self.construct_scalar(node) + + def construct_yaml_seq(self, node): + data = [] + yield data + data.extend(self.construct_sequence(node)) + + def construct_yaml_map(self, node): + data = {} + yield data + value = self.construct_mapping(node) + data.update(value) + + def construct_yaml_object(self, node, cls): + data = cls.__new__(cls) + yield data + if hasattr(data, '__setstate__'): + state = self.construct_mapping(node, deep=True) + data.__setstate__(state) + else: + state = self.construct_mapping(node) + data.__dict__.update(state) + + def construct_undefined(self, node): + raise ConstructorError(None, None, + "could not determine a constructor for the tag %r" % node.tag, + node.start_mark) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:null', + SafeConstructor.construct_yaml_null) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:bool', + SafeConstructor.construct_yaml_bool) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:int', + SafeConstructor.construct_yaml_int) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:float', + SafeConstructor.construct_yaml_float) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:binary', + SafeConstructor.construct_yaml_binary) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:timestamp', + SafeConstructor.construct_yaml_timestamp) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:omap', + SafeConstructor.construct_yaml_omap) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:pairs', + SafeConstructor.construct_yaml_pairs) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:set', + SafeConstructor.construct_yaml_set) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:str', + SafeConstructor.construct_yaml_str) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:seq', + SafeConstructor.construct_yaml_seq) + +SafeConstructor.add_constructor( + 'tag:yaml.org,2002:map', + SafeConstructor.construct_yaml_map) + +SafeConstructor.add_constructor(None, + SafeConstructor.construct_undefined) + +class FullConstructor(SafeConstructor): + # 'extend' is blacklisted because it is used by + # construct_python_object_apply to add `listitems` to a newly generate + # python instance + def get_state_keys_blacklist(self): + return ['^extend$', '^__.*__$'] + + def get_state_keys_blacklist_regexp(self): + if not hasattr(self, 'state_keys_blacklist_regexp'): + self.state_keys_blacklist_regexp = re.compile('(' + '|'.join(self.get_state_keys_blacklist()) + ')') + return self.state_keys_blacklist_regexp + + def construct_python_str(self, node): + return self.construct_scalar(node) + + def construct_python_unicode(self, node): + return self.construct_scalar(node) + + def construct_python_bytes(self, node): + try: + value = self.construct_scalar(node).encode('ascii') + except UnicodeEncodeError as exc: + raise ConstructorError(None, None, + "failed to convert base64 data into ascii: %s" % exc, + node.start_mark) + try: + if hasattr(base64, 'decodebytes'): + return base64.decodebytes(value) + else: + return base64.decodestring(value) + except binascii.Error as exc: + raise ConstructorError(None, None, + "failed to decode base64 data: %s" % exc, node.start_mark) + + def construct_python_long(self, node): + return self.construct_yaml_int(node) + + def construct_python_complex(self, node): + return complex(self.construct_scalar(node)) + + def construct_python_tuple(self, node): + return tuple(self.construct_sequence(node)) + + def find_python_module(self, name, mark, unsafe=False): + if not name: + raise ConstructorError("while constructing a Python module", mark, + "expected non-empty name appended to the tag", mark) + if unsafe: + try: + __import__(name) + except ImportError as exc: + raise ConstructorError("while constructing a Python module", mark, + "cannot find module %r (%s)" % (name, exc), mark) + if name not in sys.modules: + raise ConstructorError("while constructing a Python module", mark, + "module %r is not imported" % name, mark) + return sys.modules[name] + + def find_python_name(self, name, mark, unsafe=False): + if not name: + raise ConstructorError("while constructing a Python object", mark, + "expected non-empty name appended to the tag", mark) + if '.' in name: + module_name, object_name = name.rsplit('.', 1) + else: + module_name = 'builtins' + object_name = name + if unsafe: + try: + __import__(module_name) + except ImportError as exc: + raise ConstructorError("while constructing a Python object", mark, + "cannot find module %r (%s)" % (module_name, exc), mark) + if module_name not in sys.modules: + raise ConstructorError("while constructing a Python object", mark, + "module %r is not imported" % module_name, mark) + module = sys.modules[module_name] + if not hasattr(module, object_name): + raise ConstructorError("while constructing a Python object", mark, + "cannot find %r in the module %r" + % (object_name, module.__name__), mark) + return getattr(module, object_name) + + def construct_python_name(self, suffix, node): + value = self.construct_scalar(node) + if value: + raise ConstructorError("while constructing a Python name", node.start_mark, + "expected the empty value, but found %r" % value, node.start_mark) + return self.find_python_name(suffix, node.start_mark) + + def construct_python_module(self, suffix, node): + value = self.construct_scalar(node) + if value: + raise ConstructorError("while constructing a Python module", node.start_mark, + "expected the empty value, but found %r" % value, node.start_mark) + return self.find_python_module(suffix, node.start_mark) + + def make_python_instance(self, suffix, node, + args=None, kwds=None, newobj=False, unsafe=False): + if not args: + args = [] + if not kwds: + kwds = {} + cls = self.find_python_name(suffix, node.start_mark) + if not (unsafe or isinstance(cls, type)): + raise ConstructorError("while constructing a Python instance", node.start_mark, + "expected a class, but found %r" % type(cls), + node.start_mark) + if newobj and isinstance(cls, type): + return cls.__new__(cls, *args, **kwds) + else: + return cls(*args, **kwds) + + def set_python_instance_state(self, instance, state, unsafe=False): + if hasattr(instance, '__setstate__'): + instance.__setstate__(state) + else: + slotstate = {} + if isinstance(state, tuple) and len(state) == 2: + state, slotstate = state + if hasattr(instance, '__dict__'): + if not unsafe and state: + for key in state.keys(): + self.check_state_key(key) + instance.__dict__.update(state) + elif state: + slotstate.update(state) + for key, value in slotstate.items(): + if not unsafe: + self.check_state_key(key) + setattr(instance, key, value) + + def construct_python_object(self, suffix, node): + # Format: + # !!python/object:module.name { ... state ... } + instance = self.make_python_instance(suffix, node, newobj=True) + yield instance + deep = hasattr(instance, '__setstate__') + state = self.construct_mapping(node, deep=deep) + self.set_python_instance_state(instance, state) + + def construct_python_object_apply(self, suffix, node, newobj=False): + # Format: + # !!python/object/apply # (or !!python/object/new) + # args: [ ... arguments ... ] + # kwds: { ... keywords ... } + # state: ... state ... + # listitems: [ ... listitems ... ] + # dictitems: { ... dictitems ... } + # or short format: + # !!python/object/apply [ ... arguments ... ] + # The difference between !!python/object/apply and !!python/object/new + # is how an object is created, check make_python_instance for details. + if isinstance(node, SequenceNode): + args = self.construct_sequence(node, deep=True) + kwds = {} + state = {} + listitems = [] + dictitems = {} + else: + value = self.construct_mapping(node, deep=True) + args = value.get('args', []) + kwds = value.get('kwds', {}) + state = value.get('state', {}) + listitems = value.get('listitems', []) + dictitems = value.get('dictitems', {}) + instance = self.make_python_instance(suffix, node, args, kwds, newobj) + if state: + self.set_python_instance_state(instance, state) + if listitems: + instance.extend(listitems) + if dictitems: + for key in dictitems: + instance[key] = dictitems[key] + return instance + + def construct_python_object_new(self, suffix, node): + return self.construct_python_object_apply(suffix, node, newobj=True) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/none', + FullConstructor.construct_yaml_null) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/bool', + FullConstructor.construct_yaml_bool) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/str', + FullConstructor.construct_python_str) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/unicode', + FullConstructor.construct_python_unicode) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/bytes', + FullConstructor.construct_python_bytes) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/int', + FullConstructor.construct_yaml_int) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/long', + FullConstructor.construct_python_long) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/float', + FullConstructor.construct_yaml_float) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/complex', + FullConstructor.construct_python_complex) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/list', + FullConstructor.construct_yaml_seq) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/tuple', + FullConstructor.construct_python_tuple) + +FullConstructor.add_constructor( + 'tag:yaml.org,2002:python/dict', + FullConstructor.construct_yaml_map) + +FullConstructor.add_multi_constructor( + 'tag:yaml.org,2002:python/name:', + FullConstructor.construct_python_name) + +class UnsafeConstructor(FullConstructor): + + def find_python_module(self, name, mark): + return super(UnsafeConstructor, self).find_python_module(name, mark, unsafe=True) + + def find_python_name(self, name, mark): + return super(UnsafeConstructor, self).find_python_name(name, mark, unsafe=True) + + def make_python_instance(self, suffix, node, args=None, kwds=None, newobj=False): + return super(UnsafeConstructor, self).make_python_instance( + suffix, node, args, kwds, newobj, unsafe=True) + + def set_python_instance_state(self, instance, state): + return super(UnsafeConstructor, self).set_python_instance_state( + instance, state, unsafe=True) + +UnsafeConstructor.add_multi_constructor( + 'tag:yaml.org,2002:python/module:', + UnsafeConstructor.construct_python_module) + +UnsafeConstructor.add_multi_constructor( + 'tag:yaml.org,2002:python/object:', + UnsafeConstructor.construct_python_object) + +UnsafeConstructor.add_multi_constructor( + 'tag:yaml.org,2002:python/object/new:', + UnsafeConstructor.construct_python_object_new) + +UnsafeConstructor.add_multi_constructor( + 'tag:yaml.org,2002:python/object/apply:', + UnsafeConstructor.construct_python_object_apply) + +# Constructor is same as UnsafeConstructor. Need to leave this in place in case +# people have extended it directly. +class Constructor(UnsafeConstructor): + pass diff --git a/venv/lib/python3.12/site-packages/yaml/cyaml.py b/venv/lib/python3.12/site-packages/yaml/cyaml.py new file mode 100644 index 0000000..0c21345 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/cyaml.py @@ -0,0 +1,101 @@ + +__all__ = [ + 'CBaseLoader', 'CSafeLoader', 'CFullLoader', 'CUnsafeLoader', 'CLoader', + 'CBaseDumper', 'CSafeDumper', 'CDumper' +] + +from yaml._yaml import CParser, CEmitter + +from .constructor import * + +from .serializer import * +from .representer import * + +from .resolver import * + +class CBaseLoader(CParser, BaseConstructor, BaseResolver): + + def __init__(self, stream): + CParser.__init__(self, stream) + BaseConstructor.__init__(self) + BaseResolver.__init__(self) + +class CSafeLoader(CParser, SafeConstructor, Resolver): + + def __init__(self, stream): + CParser.__init__(self, stream) + SafeConstructor.__init__(self) + Resolver.__init__(self) + +class CFullLoader(CParser, FullConstructor, Resolver): + + def __init__(self, stream): + CParser.__init__(self, stream) + FullConstructor.__init__(self) + Resolver.__init__(self) + +class CUnsafeLoader(CParser, UnsafeConstructor, Resolver): + + def __init__(self, stream): + CParser.__init__(self, stream) + UnsafeConstructor.__init__(self) + Resolver.__init__(self) + +class CLoader(CParser, Constructor, Resolver): + + def __init__(self, stream): + CParser.__init__(self, stream) + Constructor.__init__(self) + Resolver.__init__(self) + +class CBaseDumper(CEmitter, BaseRepresenter, BaseResolver): + + def __init__(self, stream, + default_style=None, default_flow_style=False, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None, sort_keys=True): + CEmitter.__init__(self, stream, canonical=canonical, + indent=indent, width=width, encoding=encoding, + allow_unicode=allow_unicode, line_break=line_break, + explicit_start=explicit_start, explicit_end=explicit_end, + version=version, tags=tags) + Representer.__init__(self, default_style=default_style, + default_flow_style=default_flow_style, sort_keys=sort_keys) + Resolver.__init__(self) + +class CSafeDumper(CEmitter, SafeRepresenter, Resolver): + + def __init__(self, stream, + default_style=None, default_flow_style=False, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None, sort_keys=True): + CEmitter.__init__(self, stream, canonical=canonical, + indent=indent, width=width, encoding=encoding, + allow_unicode=allow_unicode, line_break=line_break, + explicit_start=explicit_start, explicit_end=explicit_end, + version=version, tags=tags) + SafeRepresenter.__init__(self, default_style=default_style, + default_flow_style=default_flow_style, sort_keys=sort_keys) + Resolver.__init__(self) + +class CDumper(CEmitter, Serializer, Representer, Resolver): + + def __init__(self, stream, + default_style=None, default_flow_style=False, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None, sort_keys=True): + CEmitter.__init__(self, stream, canonical=canonical, + indent=indent, width=width, encoding=encoding, + allow_unicode=allow_unicode, line_break=line_break, + explicit_start=explicit_start, explicit_end=explicit_end, + version=version, tags=tags) + Representer.__init__(self, default_style=default_style, + default_flow_style=default_flow_style, sort_keys=sort_keys) + Resolver.__init__(self) + diff --git a/venv/lib/python3.12/site-packages/yaml/dumper.py b/venv/lib/python3.12/site-packages/yaml/dumper.py new file mode 100644 index 0000000..6aadba5 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/dumper.py @@ -0,0 +1,62 @@ + +__all__ = ['BaseDumper', 'SafeDumper', 'Dumper'] + +from .emitter import * +from .serializer import * +from .representer import * +from .resolver import * + +class BaseDumper(Emitter, Serializer, BaseRepresenter, BaseResolver): + + def __init__(self, stream, + default_style=None, default_flow_style=False, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None, sort_keys=True): + Emitter.__init__(self, stream, canonical=canonical, + indent=indent, width=width, + allow_unicode=allow_unicode, line_break=line_break) + Serializer.__init__(self, encoding=encoding, + explicit_start=explicit_start, explicit_end=explicit_end, + version=version, tags=tags) + Representer.__init__(self, default_style=default_style, + default_flow_style=default_flow_style, sort_keys=sort_keys) + Resolver.__init__(self) + +class SafeDumper(Emitter, Serializer, SafeRepresenter, Resolver): + + def __init__(self, stream, + default_style=None, default_flow_style=False, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None, sort_keys=True): + Emitter.__init__(self, stream, canonical=canonical, + indent=indent, width=width, + allow_unicode=allow_unicode, line_break=line_break) + Serializer.__init__(self, encoding=encoding, + explicit_start=explicit_start, explicit_end=explicit_end, + version=version, tags=tags) + SafeRepresenter.__init__(self, default_style=default_style, + default_flow_style=default_flow_style, sort_keys=sort_keys) + Resolver.__init__(self) + +class Dumper(Emitter, Serializer, Representer, Resolver): + + def __init__(self, stream, + default_style=None, default_flow_style=False, + canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None, + encoding=None, explicit_start=None, explicit_end=None, + version=None, tags=None, sort_keys=True): + Emitter.__init__(self, stream, canonical=canonical, + indent=indent, width=width, + allow_unicode=allow_unicode, line_break=line_break) + Serializer.__init__(self, encoding=encoding, + explicit_start=explicit_start, explicit_end=explicit_end, + version=version, tags=tags) + Representer.__init__(self, default_style=default_style, + default_flow_style=default_flow_style, sort_keys=sort_keys) + Resolver.__init__(self) + diff --git a/venv/lib/python3.12/site-packages/yaml/emitter.py b/venv/lib/python3.12/site-packages/yaml/emitter.py new file mode 100644 index 0000000..a664d01 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/emitter.py @@ -0,0 +1,1137 @@ + +# Emitter expects events obeying the following grammar: +# stream ::= STREAM-START document* STREAM-END +# document ::= DOCUMENT-START node DOCUMENT-END +# node ::= SCALAR | sequence | mapping +# sequence ::= SEQUENCE-START node* SEQUENCE-END +# mapping ::= MAPPING-START (node node)* MAPPING-END + +__all__ = ['Emitter', 'EmitterError'] + +from .error import YAMLError +from .events import * + +class EmitterError(YAMLError): + pass + +class ScalarAnalysis: + def __init__(self, scalar, empty, multiline, + allow_flow_plain, allow_block_plain, + allow_single_quoted, allow_double_quoted, + allow_block): + self.scalar = scalar + self.empty = empty + self.multiline = multiline + self.allow_flow_plain = allow_flow_plain + self.allow_block_plain = allow_block_plain + self.allow_single_quoted = allow_single_quoted + self.allow_double_quoted = allow_double_quoted + self.allow_block = allow_block + +class Emitter: + + DEFAULT_TAG_PREFIXES = { + '!' : '!', + 'tag:yaml.org,2002:' : '!!', + } + + def __init__(self, stream, canonical=None, indent=None, width=None, + allow_unicode=None, line_break=None): + + # The stream should have the methods `write` and possibly `flush`. + self.stream = stream + + # Encoding can be overridden by STREAM-START. + self.encoding = None + + # Emitter is a state machine with a stack of states to handle nested + # structures. + self.states = [] + self.state = self.expect_stream_start + + # Current event and the event queue. + self.events = [] + self.event = None + + # The current indentation level and the stack of previous indents. + self.indents = [] + self.indent = None + + # Flow level. + self.flow_level = 0 + + # Contexts. + self.root_context = False + self.sequence_context = False + self.mapping_context = False + self.simple_key_context = False + + # Characteristics of the last emitted character: + # - current position. + # - is it a whitespace? + # - is it an indention character + # (indentation space, '-', '?', or ':')? + self.line = 0 + self.column = 0 + self.whitespace = True + self.indention = True + + # Whether the document requires an explicit document indicator + self.open_ended = False + + # Formatting details. + self.canonical = canonical + self.allow_unicode = allow_unicode + self.best_indent = 2 + if indent and 1 < indent < 10: + self.best_indent = indent + self.best_width = 80 + if width and width > self.best_indent*2: + self.best_width = width + self.best_line_break = '\n' + if line_break in ['\r', '\n', '\r\n']: + self.best_line_break = line_break + + # Tag prefixes. + self.tag_prefixes = None + + # Prepared anchor and tag. + self.prepared_anchor = None + self.prepared_tag = None + + # Scalar analysis and style. + self.analysis = None + self.style = None + + def dispose(self): + # Reset the state attributes (to clear self-references) + self.states = [] + self.state = None + + def emit(self, event): + self.events.append(event) + while not self.need_more_events(): + self.event = self.events.pop(0) + self.state() + self.event = None + + # In some cases, we wait for a few next events before emitting. + + def need_more_events(self): + if not self.events: + return True + event = self.events[0] + if isinstance(event, DocumentStartEvent): + return self.need_events(1) + elif isinstance(event, SequenceStartEvent): + return self.need_events(2) + elif isinstance(event, MappingStartEvent): + return self.need_events(3) + else: + return False + + def need_events(self, count): + level = 0 + for event in self.events[1:]: + if isinstance(event, (DocumentStartEvent, CollectionStartEvent)): + level += 1 + elif isinstance(event, (DocumentEndEvent, CollectionEndEvent)): + level -= 1 + elif isinstance(event, StreamEndEvent): + level = -1 + if level < 0: + return False + return (len(self.events) < count+1) + + def increase_indent(self, flow=False, indentless=False): + self.indents.append(self.indent) + if self.indent is None: + if flow: + self.indent = self.best_indent + else: + self.indent = 0 + elif not indentless: + self.indent += self.best_indent + + # States. + + # Stream handlers. + + def expect_stream_start(self): + if isinstance(self.event, StreamStartEvent): + if self.event.encoding and not hasattr(self.stream, 'encoding'): + self.encoding = self.event.encoding + self.write_stream_start() + self.state = self.expect_first_document_start + else: + raise EmitterError("expected StreamStartEvent, but got %s" + % self.event) + + def expect_nothing(self): + raise EmitterError("expected nothing, but got %s" % self.event) + + # Document handlers. + + def expect_first_document_start(self): + return self.expect_document_start(first=True) + + def expect_document_start(self, first=False): + if isinstance(self.event, DocumentStartEvent): + if (self.event.version or self.event.tags) and self.open_ended: + self.write_indicator('...', True) + self.write_indent() + if self.event.version: + version_text = self.prepare_version(self.event.version) + self.write_version_directive(version_text) + self.tag_prefixes = self.DEFAULT_TAG_PREFIXES.copy() + if self.event.tags: + handles = sorted(self.event.tags.keys()) + for handle in handles: + prefix = self.event.tags[handle] + self.tag_prefixes[prefix] = handle + handle_text = self.prepare_tag_handle(handle) + prefix_text = self.prepare_tag_prefix(prefix) + self.write_tag_directive(handle_text, prefix_text) + implicit = (first and not self.event.explicit and not self.canonical + and not self.event.version and not self.event.tags + and not self.check_empty_document()) + if not implicit: + self.write_indent() + self.write_indicator('---', True) + if self.canonical: + self.write_indent() + self.state = self.expect_document_root + elif isinstance(self.event, StreamEndEvent): + if self.open_ended: + self.write_indicator('...', True) + self.write_indent() + self.write_stream_end() + self.state = self.expect_nothing + else: + raise EmitterError("expected DocumentStartEvent, but got %s" + % self.event) + + def expect_document_end(self): + if isinstance(self.event, DocumentEndEvent): + self.write_indent() + if self.event.explicit: + self.write_indicator('...', True) + self.write_indent() + self.flush_stream() + self.state = self.expect_document_start + else: + raise EmitterError("expected DocumentEndEvent, but got %s" + % self.event) + + def expect_document_root(self): + self.states.append(self.expect_document_end) + self.expect_node(root=True) + + # Node handlers. + + def expect_node(self, root=False, sequence=False, mapping=False, + simple_key=False): + self.root_context = root + self.sequence_context = sequence + self.mapping_context = mapping + self.simple_key_context = simple_key + if isinstance(self.event, AliasEvent): + self.expect_alias() + elif isinstance(self.event, (ScalarEvent, CollectionStartEvent)): + self.process_anchor('&') + self.process_tag() + if isinstance(self.event, ScalarEvent): + self.expect_scalar() + elif isinstance(self.event, SequenceStartEvent): + if self.flow_level or self.canonical or self.event.flow_style \ + or self.check_empty_sequence(): + self.expect_flow_sequence() + else: + self.expect_block_sequence() + elif isinstance(self.event, MappingStartEvent): + if self.flow_level or self.canonical or self.event.flow_style \ + or self.check_empty_mapping(): + self.expect_flow_mapping() + else: + self.expect_block_mapping() + else: + raise EmitterError("expected NodeEvent, but got %s" % self.event) + + def expect_alias(self): + if self.event.anchor is None: + raise EmitterError("anchor is not specified for alias") + self.process_anchor('*') + self.state = self.states.pop() + + def expect_scalar(self): + self.increase_indent(flow=True) + self.process_scalar() + self.indent = self.indents.pop() + self.state = self.states.pop() + + # Flow sequence handlers. + + def expect_flow_sequence(self): + self.write_indicator('[', True, whitespace=True) + self.flow_level += 1 + self.increase_indent(flow=True) + self.state = self.expect_first_flow_sequence_item + + def expect_first_flow_sequence_item(self): + if isinstance(self.event, SequenceEndEvent): + self.indent = self.indents.pop() + self.flow_level -= 1 + self.write_indicator(']', False) + self.state = self.states.pop() + else: + if self.canonical or self.column > self.best_width: + self.write_indent() + self.states.append(self.expect_flow_sequence_item) + self.expect_node(sequence=True) + + def expect_flow_sequence_item(self): + if isinstance(self.event, SequenceEndEvent): + self.indent = self.indents.pop() + self.flow_level -= 1 + if self.canonical: + self.write_indicator(',', False) + self.write_indent() + self.write_indicator(']', False) + self.state = self.states.pop() + else: + self.write_indicator(',', False) + if self.canonical or self.column > self.best_width: + self.write_indent() + self.states.append(self.expect_flow_sequence_item) + self.expect_node(sequence=True) + + # Flow mapping handlers. + + def expect_flow_mapping(self): + self.write_indicator('{', True, whitespace=True) + self.flow_level += 1 + self.increase_indent(flow=True) + self.state = self.expect_first_flow_mapping_key + + def expect_first_flow_mapping_key(self): + if isinstance(self.event, MappingEndEvent): + self.indent = self.indents.pop() + self.flow_level -= 1 + self.write_indicator('}', False) + self.state = self.states.pop() + else: + if self.canonical or self.column > self.best_width: + self.write_indent() + if not self.canonical and self.check_simple_key(): + self.states.append(self.expect_flow_mapping_simple_value) + self.expect_node(mapping=True, simple_key=True) + else: + self.write_indicator('?', True) + self.states.append(self.expect_flow_mapping_value) + self.expect_node(mapping=True) + + def expect_flow_mapping_key(self): + if isinstance(self.event, MappingEndEvent): + self.indent = self.indents.pop() + self.flow_level -= 1 + if self.canonical: + self.write_indicator(',', False) + self.write_indent() + self.write_indicator('}', False) + self.state = self.states.pop() + else: + self.write_indicator(',', False) + if self.canonical or self.column > self.best_width: + self.write_indent() + if not self.canonical and self.check_simple_key(): + self.states.append(self.expect_flow_mapping_simple_value) + self.expect_node(mapping=True, simple_key=True) + else: + self.write_indicator('?', True) + self.states.append(self.expect_flow_mapping_value) + self.expect_node(mapping=True) + + def expect_flow_mapping_simple_value(self): + self.write_indicator(':', False) + self.states.append(self.expect_flow_mapping_key) + self.expect_node(mapping=True) + + def expect_flow_mapping_value(self): + if self.canonical or self.column > self.best_width: + self.write_indent() + self.write_indicator(':', True) + self.states.append(self.expect_flow_mapping_key) + self.expect_node(mapping=True) + + # Block sequence handlers. + + def expect_block_sequence(self): + indentless = (self.mapping_context and not self.indention) + self.increase_indent(flow=False, indentless=indentless) + self.state = self.expect_first_block_sequence_item + + def expect_first_block_sequence_item(self): + return self.expect_block_sequence_item(first=True) + + def expect_block_sequence_item(self, first=False): + if not first and isinstance(self.event, SequenceEndEvent): + self.indent = self.indents.pop() + self.state = self.states.pop() + else: + self.write_indent() + self.write_indicator('-', True, indention=True) + self.states.append(self.expect_block_sequence_item) + self.expect_node(sequence=True) + + # Block mapping handlers. + + def expect_block_mapping(self): + self.increase_indent(flow=False) + self.state = self.expect_first_block_mapping_key + + def expect_first_block_mapping_key(self): + return self.expect_block_mapping_key(first=True) + + def expect_block_mapping_key(self, first=False): + if not first and isinstance(self.event, MappingEndEvent): + self.indent = self.indents.pop() + self.state = self.states.pop() + else: + self.write_indent() + if self.check_simple_key(): + self.states.append(self.expect_block_mapping_simple_value) + self.expect_node(mapping=True, simple_key=True) + else: + self.write_indicator('?', True, indention=True) + self.states.append(self.expect_block_mapping_value) + self.expect_node(mapping=True) + + def expect_block_mapping_simple_value(self): + self.write_indicator(':', False) + self.states.append(self.expect_block_mapping_key) + self.expect_node(mapping=True) + + def expect_block_mapping_value(self): + self.write_indent() + self.write_indicator(':', True, indention=True) + self.states.append(self.expect_block_mapping_key) + self.expect_node(mapping=True) + + # Checkers. + + def check_empty_sequence(self): + return (isinstance(self.event, SequenceStartEvent) and self.events + and isinstance(self.events[0], SequenceEndEvent)) + + def check_empty_mapping(self): + return (isinstance(self.event, MappingStartEvent) and self.events + and isinstance(self.events[0], MappingEndEvent)) + + def check_empty_document(self): + if not isinstance(self.event, DocumentStartEvent) or not self.events: + return False + event = self.events[0] + return (isinstance(event, ScalarEvent) and event.anchor is None + and event.tag is None and event.implicit and event.value == '') + + def check_simple_key(self): + length = 0 + if isinstance(self.event, NodeEvent) and self.event.anchor is not None: + if self.prepared_anchor is None: + self.prepared_anchor = self.prepare_anchor(self.event.anchor) + length += len(self.prepared_anchor) + if isinstance(self.event, (ScalarEvent, CollectionStartEvent)) \ + and self.event.tag is not None: + if self.prepared_tag is None: + self.prepared_tag = self.prepare_tag(self.event.tag) + length += len(self.prepared_tag) + if isinstance(self.event, ScalarEvent): + if self.analysis is None: + self.analysis = self.analyze_scalar(self.event.value) + length += len(self.analysis.scalar) + return (length < 128 and (isinstance(self.event, AliasEvent) + or (isinstance(self.event, ScalarEvent) + and not self.analysis.empty and not self.analysis.multiline) + or self.check_empty_sequence() or self.check_empty_mapping())) + + # Anchor, Tag, and Scalar processors. + + def process_anchor(self, indicator): + if self.event.anchor is None: + self.prepared_anchor = None + return + if self.prepared_anchor is None: + self.prepared_anchor = self.prepare_anchor(self.event.anchor) + if self.prepared_anchor: + self.write_indicator(indicator+self.prepared_anchor, True) + self.prepared_anchor = None + + def process_tag(self): + tag = self.event.tag + if isinstance(self.event, ScalarEvent): + if self.style is None: + self.style = self.choose_scalar_style() + if ((not self.canonical or tag is None) and + ((self.style == '' and self.event.implicit[0]) + or (self.style != '' and self.event.implicit[1]))): + self.prepared_tag = None + return + if self.event.implicit[0] and tag is None: + tag = '!' + self.prepared_tag = None + else: + if (not self.canonical or tag is None) and self.event.implicit: + self.prepared_tag = None + return + if tag is None: + raise EmitterError("tag is not specified") + if self.prepared_tag is None: + self.prepared_tag = self.prepare_tag(tag) + if self.prepared_tag: + self.write_indicator(self.prepared_tag, True) + self.prepared_tag = None + + def choose_scalar_style(self): + if self.analysis is None: + self.analysis = self.analyze_scalar(self.event.value) + if self.event.style == '"' or self.canonical: + return '"' + if not self.event.style and self.event.implicit[0]: + if (not (self.simple_key_context and + (self.analysis.empty or self.analysis.multiline)) + and (self.flow_level and self.analysis.allow_flow_plain + or (not self.flow_level and self.analysis.allow_block_plain))): + return '' + if self.event.style and self.event.style in '|>': + if (not self.flow_level and not self.simple_key_context + and self.analysis.allow_block): + return self.event.style + if not self.event.style or self.event.style == '\'': + if (self.analysis.allow_single_quoted and + not (self.simple_key_context and self.analysis.multiline)): + return '\'' + return '"' + + def process_scalar(self): + if self.analysis is None: + self.analysis = self.analyze_scalar(self.event.value) + if self.style is None: + self.style = self.choose_scalar_style() + split = (not self.simple_key_context) + #if self.analysis.multiline and split \ + # and (not self.style or self.style in '\'\"'): + # self.write_indent() + if self.style == '"': + self.write_double_quoted(self.analysis.scalar, split) + elif self.style == '\'': + self.write_single_quoted(self.analysis.scalar, split) + elif self.style == '>': + self.write_folded(self.analysis.scalar) + elif self.style == '|': + self.write_literal(self.analysis.scalar) + else: + self.write_plain(self.analysis.scalar, split) + self.analysis = None + self.style = None + + # Analyzers. + + def prepare_version(self, version): + major, minor = version + if major != 1: + raise EmitterError("unsupported YAML version: %d.%d" % (major, minor)) + return '%d.%d' % (major, minor) + + def prepare_tag_handle(self, handle): + if not handle: + raise EmitterError("tag handle must not be empty") + if handle[0] != '!' or handle[-1] != '!': + raise EmitterError("tag handle must start and end with '!': %r" % handle) + for ch in handle[1:-1]: + if not ('0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-_'): + raise EmitterError("invalid character %r in the tag handle: %r" + % (ch, handle)) + return handle + + def prepare_tag_prefix(self, prefix): + if not prefix: + raise EmitterError("tag prefix must not be empty") + chunks = [] + start = end = 0 + if prefix[0] == '!': + end = 1 + while end < len(prefix): + ch = prefix[end] + if '0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-;/?!:@&=+$,_.~*\'()[]': + end += 1 + else: + if start < end: + chunks.append(prefix[start:end]) + start = end = end+1 + data = ch.encode('utf-8') + for ch in data: + chunks.append('%%%02X' % ord(ch)) + if start < end: + chunks.append(prefix[start:end]) + return ''.join(chunks) + + def prepare_tag(self, tag): + if not tag: + raise EmitterError("tag must not be empty") + if tag == '!': + return tag + handle = None + suffix = tag + prefixes = sorted(self.tag_prefixes.keys()) + for prefix in prefixes: + if tag.startswith(prefix) \ + and (prefix == '!' or len(prefix) < len(tag)): + handle = self.tag_prefixes[prefix] + suffix = tag[len(prefix):] + chunks = [] + start = end = 0 + while end < len(suffix): + ch = suffix[end] + if '0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-;/?:@&=+$,_.~*\'()[]' \ + or (ch == '!' and handle != '!'): + end += 1 + else: + if start < end: + chunks.append(suffix[start:end]) + start = end = end+1 + data = ch.encode('utf-8') + for ch in data: + chunks.append('%%%02X' % ch) + if start < end: + chunks.append(suffix[start:end]) + suffix_text = ''.join(chunks) + if handle: + return '%s%s' % (handle, suffix_text) + else: + return '!<%s>' % suffix_text + + def prepare_anchor(self, anchor): + if not anchor: + raise EmitterError("anchor must not be empty") + for ch in anchor: + if not ('0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-_'): + raise EmitterError("invalid character %r in the anchor: %r" + % (ch, anchor)) + return anchor + + def analyze_scalar(self, scalar): + + # Empty scalar is a special case. + if not scalar: + return ScalarAnalysis(scalar=scalar, empty=True, multiline=False, + allow_flow_plain=False, allow_block_plain=True, + allow_single_quoted=True, allow_double_quoted=True, + allow_block=False) + + # Indicators and special characters. + block_indicators = False + flow_indicators = False + line_breaks = False + special_characters = False + + # Important whitespace combinations. + leading_space = False + leading_break = False + trailing_space = False + trailing_break = False + break_space = False + space_break = False + + # Check document indicators. + if scalar.startswith('---') or scalar.startswith('...'): + block_indicators = True + flow_indicators = True + + # First character or preceded by a whitespace. + preceded_by_whitespace = True + + # Last character or followed by a whitespace. + followed_by_whitespace = (len(scalar) == 1 or + scalar[1] in '\0 \t\r\n\x85\u2028\u2029') + + # The previous character is a space. + previous_space = False + + # The previous character is a break. + previous_break = False + + index = 0 + while index < len(scalar): + ch = scalar[index] + + # Check for indicators. + if index == 0: + # Leading indicators are special characters. + if ch in '#,[]{}&*!|>\'\"%@`': + flow_indicators = True + block_indicators = True + if ch in '?:': + flow_indicators = True + if followed_by_whitespace: + block_indicators = True + if ch == '-' and followed_by_whitespace: + flow_indicators = True + block_indicators = True + else: + # Some indicators cannot appear within a scalar as well. + if ch in ',?[]{}': + flow_indicators = True + if ch == ':': + flow_indicators = True + if followed_by_whitespace: + block_indicators = True + if ch == '#' and preceded_by_whitespace: + flow_indicators = True + block_indicators = True + + # Check for line breaks, special, and unicode characters. + if ch in '\n\x85\u2028\u2029': + line_breaks = True + if not (ch == '\n' or '\x20' <= ch <= '\x7E'): + if (ch == '\x85' or '\xA0' <= ch <= '\uD7FF' + or '\uE000' <= ch <= '\uFFFD' + or '\U00010000' <= ch < '\U0010ffff') and ch != '\uFEFF': + unicode_characters = True + if not self.allow_unicode: + special_characters = True + else: + special_characters = True + + # Detect important whitespace combinations. + if ch == ' ': + if index == 0: + leading_space = True + if index == len(scalar)-1: + trailing_space = True + if previous_break: + break_space = True + previous_space = True + previous_break = False + elif ch in '\n\x85\u2028\u2029': + if index == 0: + leading_break = True + if index == len(scalar)-1: + trailing_break = True + if previous_space: + space_break = True + previous_space = False + previous_break = True + else: + previous_space = False + previous_break = False + + # Prepare for the next character. + index += 1 + preceded_by_whitespace = (ch in '\0 \t\r\n\x85\u2028\u2029') + followed_by_whitespace = (index+1 >= len(scalar) or + scalar[index+1] in '\0 \t\r\n\x85\u2028\u2029') + + # Let's decide what styles are allowed. + allow_flow_plain = True + allow_block_plain = True + allow_single_quoted = True + allow_double_quoted = True + allow_block = True + + # Leading and trailing whitespaces are bad for plain scalars. + if (leading_space or leading_break + or trailing_space or trailing_break): + allow_flow_plain = allow_block_plain = False + + # We do not permit trailing spaces for block scalars. + if trailing_space: + allow_block = False + + # Spaces at the beginning of a new line are only acceptable for block + # scalars. + if break_space: + allow_flow_plain = allow_block_plain = allow_single_quoted = False + + # Spaces followed by breaks, as well as special character are only + # allowed for double quoted scalars. + if space_break or special_characters: + allow_flow_plain = allow_block_plain = \ + allow_single_quoted = allow_block = False + + # Although the plain scalar writer supports breaks, we never emit + # multiline plain scalars. + if line_breaks: + allow_flow_plain = allow_block_plain = False + + # Flow indicators are forbidden for flow plain scalars. + if flow_indicators: + allow_flow_plain = False + + # Block indicators are forbidden for block plain scalars. + if block_indicators: + allow_block_plain = False + + return ScalarAnalysis(scalar=scalar, + empty=False, multiline=line_breaks, + allow_flow_plain=allow_flow_plain, + allow_block_plain=allow_block_plain, + allow_single_quoted=allow_single_quoted, + allow_double_quoted=allow_double_quoted, + allow_block=allow_block) + + # Writers. + + def flush_stream(self): + if hasattr(self.stream, 'flush'): + self.stream.flush() + + def write_stream_start(self): + # Write BOM if needed. + if self.encoding and self.encoding.startswith('utf-16'): + self.stream.write('\uFEFF'.encode(self.encoding)) + + def write_stream_end(self): + self.flush_stream() + + def write_indicator(self, indicator, need_whitespace, + whitespace=False, indention=False): + if self.whitespace or not need_whitespace: + data = indicator + else: + data = ' '+indicator + self.whitespace = whitespace + self.indention = self.indention and indention + self.column += len(data) + self.open_ended = False + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + + def write_indent(self): + indent = self.indent or 0 + if not self.indention or self.column > indent \ + or (self.column == indent and not self.whitespace): + self.write_line_break() + if self.column < indent: + self.whitespace = True + data = ' '*(indent-self.column) + self.column = indent + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + + def write_line_break(self, data=None): + if data is None: + data = self.best_line_break + self.whitespace = True + self.indention = True + self.line += 1 + self.column = 0 + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + + def write_version_directive(self, version_text): + data = '%%YAML %s' % version_text + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + self.write_line_break() + + def write_tag_directive(self, handle_text, prefix_text): + data = '%%TAG %s %s' % (handle_text, prefix_text) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + self.write_line_break() + + # Scalar streams. + + def write_single_quoted(self, text, split=True): + self.write_indicator('\'', True) + spaces = False + breaks = False + start = end = 0 + while end <= len(text): + ch = None + if end < len(text): + ch = text[end] + if spaces: + if ch is None or ch != ' ': + if start+1 == end and self.column > self.best_width and split \ + and start != 0 and end != len(text): + self.write_indent() + else: + data = text[start:end] + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end + elif breaks: + if ch is None or ch not in '\n\x85\u2028\u2029': + if text[start] == '\n': + self.write_line_break() + for br in text[start:end]: + if br == '\n': + self.write_line_break() + else: + self.write_line_break(br) + self.write_indent() + start = end + else: + if ch is None or ch in ' \n\x85\u2028\u2029' or ch == '\'': + if start < end: + data = text[start:end] + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end + if ch == '\'': + data = '\'\'' + self.column += 2 + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end + 1 + if ch is not None: + spaces = (ch == ' ') + breaks = (ch in '\n\x85\u2028\u2029') + end += 1 + self.write_indicator('\'', False) + + ESCAPE_REPLACEMENTS = { + '\0': '0', + '\x07': 'a', + '\x08': 'b', + '\x09': 't', + '\x0A': 'n', + '\x0B': 'v', + '\x0C': 'f', + '\x0D': 'r', + '\x1B': 'e', + '\"': '\"', + '\\': '\\', + '\x85': 'N', + '\xA0': '_', + '\u2028': 'L', + '\u2029': 'P', + } + + def write_double_quoted(self, text, split=True): + self.write_indicator('"', True) + start = end = 0 + while end <= len(text): + ch = None + if end < len(text): + ch = text[end] + if ch is None or ch in '"\\\x85\u2028\u2029\uFEFF' \ + or not ('\x20' <= ch <= '\x7E' + or (self.allow_unicode + and ('\xA0' <= ch <= '\uD7FF' + or '\uE000' <= ch <= '\uFFFD'))): + if start < end: + data = text[start:end] + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end + if ch is not None: + if ch in self.ESCAPE_REPLACEMENTS: + data = '\\'+self.ESCAPE_REPLACEMENTS[ch] + elif ch <= '\xFF': + data = '\\x%02X' % ord(ch) + elif ch <= '\uFFFF': + data = '\\u%04X' % ord(ch) + else: + data = '\\U%08X' % ord(ch) + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end+1 + if 0 < end < len(text)-1 and (ch == ' ' or start >= end) \ + and self.column+(end-start) > self.best_width and split: + data = text[start:end]+'\\' + if start < end: + start = end + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + self.write_indent() + self.whitespace = False + self.indention = False + if text[start] == ' ': + data = '\\' + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + end += 1 + self.write_indicator('"', False) + + def determine_block_hints(self, text): + hints = '' + if text: + if text[0] in ' \n\x85\u2028\u2029': + hints += str(self.best_indent) + if text[-1] not in '\n\x85\u2028\u2029': + hints += '-' + elif len(text) == 1 or text[-2] in '\n\x85\u2028\u2029': + hints += '+' + return hints + + def write_folded(self, text): + hints = self.determine_block_hints(text) + self.write_indicator('>'+hints, True) + if hints[-1:] == '+': + self.open_ended = True + self.write_line_break() + leading_space = True + spaces = False + breaks = True + start = end = 0 + while end <= len(text): + ch = None + if end < len(text): + ch = text[end] + if breaks: + if ch is None or ch not in '\n\x85\u2028\u2029': + if not leading_space and ch is not None and ch != ' ' \ + and text[start] == '\n': + self.write_line_break() + leading_space = (ch == ' ') + for br in text[start:end]: + if br == '\n': + self.write_line_break() + else: + self.write_line_break(br) + if ch is not None: + self.write_indent() + start = end + elif spaces: + if ch != ' ': + if start+1 == end and self.column > self.best_width: + self.write_indent() + else: + data = text[start:end] + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end + else: + if ch is None or ch in ' \n\x85\u2028\u2029': + data = text[start:end] + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + if ch is None: + self.write_line_break() + start = end + if ch is not None: + breaks = (ch in '\n\x85\u2028\u2029') + spaces = (ch == ' ') + end += 1 + + def write_literal(self, text): + hints = self.determine_block_hints(text) + self.write_indicator('|'+hints, True) + if hints[-1:] == '+': + self.open_ended = True + self.write_line_break() + breaks = True + start = end = 0 + while end <= len(text): + ch = None + if end < len(text): + ch = text[end] + if breaks: + if ch is None or ch not in '\n\x85\u2028\u2029': + for br in text[start:end]: + if br == '\n': + self.write_line_break() + else: + self.write_line_break(br) + if ch is not None: + self.write_indent() + start = end + else: + if ch is None or ch in '\n\x85\u2028\u2029': + data = text[start:end] + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + if ch is None: + self.write_line_break() + start = end + if ch is not None: + breaks = (ch in '\n\x85\u2028\u2029') + end += 1 + + def write_plain(self, text, split=True): + if self.root_context: + self.open_ended = True + if not text: + return + if not self.whitespace: + data = ' ' + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + self.whitespace = False + self.indention = False + spaces = False + breaks = False + start = end = 0 + while end <= len(text): + ch = None + if end < len(text): + ch = text[end] + if spaces: + if ch != ' ': + if start+1 == end and self.column > self.best_width and split: + self.write_indent() + self.whitespace = False + self.indention = False + else: + data = text[start:end] + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end + elif breaks: + if ch not in '\n\x85\u2028\u2029': + if text[start] == '\n': + self.write_line_break() + for br in text[start:end]: + if br == '\n': + self.write_line_break() + else: + self.write_line_break(br) + self.write_indent() + self.whitespace = False + self.indention = False + start = end + else: + if ch is None or ch in ' \n\x85\u2028\u2029': + data = text[start:end] + self.column += len(data) + if self.encoding: + data = data.encode(self.encoding) + self.stream.write(data) + start = end + if ch is not None: + spaces = (ch == ' ') + breaks = (ch in '\n\x85\u2028\u2029') + end += 1 diff --git a/venv/lib/python3.12/site-packages/yaml/error.py b/venv/lib/python3.12/site-packages/yaml/error.py new file mode 100644 index 0000000..b796b4d --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/error.py @@ -0,0 +1,75 @@ + +__all__ = ['Mark', 'YAMLError', 'MarkedYAMLError'] + +class Mark: + + def __init__(self, name, index, line, column, buffer, pointer): + self.name = name + self.index = index + self.line = line + self.column = column + self.buffer = buffer + self.pointer = pointer + + def get_snippet(self, indent=4, max_length=75): + if self.buffer is None: + return None + head = '' + start = self.pointer + while start > 0 and self.buffer[start-1] not in '\0\r\n\x85\u2028\u2029': + start -= 1 + if self.pointer-start > max_length/2-1: + head = ' ... ' + start += 5 + break + tail = '' + end = self.pointer + while end < len(self.buffer) and self.buffer[end] not in '\0\r\n\x85\u2028\u2029': + end += 1 + if end-self.pointer > max_length/2-1: + tail = ' ... ' + end -= 5 + break + snippet = self.buffer[start:end] + return ' '*indent + head + snippet + tail + '\n' \ + + ' '*(indent+self.pointer-start+len(head)) + '^' + + def __str__(self): + snippet = self.get_snippet() + where = " in \"%s\", line %d, column %d" \ + % (self.name, self.line+1, self.column+1) + if snippet is not None: + where += ":\n"+snippet + return where + +class YAMLError(Exception): + pass + +class MarkedYAMLError(YAMLError): + + def __init__(self, context=None, context_mark=None, + problem=None, problem_mark=None, note=None): + self.context = context + self.context_mark = context_mark + self.problem = problem + self.problem_mark = problem_mark + self.note = note + + def __str__(self): + lines = [] + if self.context is not None: + lines.append(self.context) + if self.context_mark is not None \ + and (self.problem is None or self.problem_mark is None + or self.context_mark.name != self.problem_mark.name + or self.context_mark.line != self.problem_mark.line + or self.context_mark.column != self.problem_mark.column): + lines.append(str(self.context_mark)) + if self.problem is not None: + lines.append(self.problem) + if self.problem_mark is not None: + lines.append(str(self.problem_mark)) + if self.note is not None: + lines.append(self.note) + return '\n'.join(lines) + diff --git a/venv/lib/python3.12/site-packages/yaml/events.py b/venv/lib/python3.12/site-packages/yaml/events.py new file mode 100644 index 0000000..f79ad38 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/events.py @@ -0,0 +1,86 @@ + +# Abstract classes. + +class Event(object): + def __init__(self, start_mark=None, end_mark=None): + self.start_mark = start_mark + self.end_mark = end_mark + def __repr__(self): + attributes = [key for key in ['anchor', 'tag', 'implicit', 'value'] + if hasattr(self, key)] + arguments = ', '.join(['%s=%r' % (key, getattr(self, key)) + for key in attributes]) + return '%s(%s)' % (self.__class__.__name__, arguments) + +class NodeEvent(Event): + def __init__(self, anchor, start_mark=None, end_mark=None): + self.anchor = anchor + self.start_mark = start_mark + self.end_mark = end_mark + +class CollectionStartEvent(NodeEvent): + def __init__(self, anchor, tag, implicit, start_mark=None, end_mark=None, + flow_style=None): + self.anchor = anchor + self.tag = tag + self.implicit = implicit + self.start_mark = start_mark + self.end_mark = end_mark + self.flow_style = flow_style + +class CollectionEndEvent(Event): + pass + +# Implementations. + +class StreamStartEvent(Event): + def __init__(self, start_mark=None, end_mark=None, encoding=None): + self.start_mark = start_mark + self.end_mark = end_mark + self.encoding = encoding + +class StreamEndEvent(Event): + pass + +class DocumentStartEvent(Event): + def __init__(self, start_mark=None, end_mark=None, + explicit=None, version=None, tags=None): + self.start_mark = start_mark + self.end_mark = end_mark + self.explicit = explicit + self.version = version + self.tags = tags + +class DocumentEndEvent(Event): + def __init__(self, start_mark=None, end_mark=None, + explicit=None): + self.start_mark = start_mark + self.end_mark = end_mark + self.explicit = explicit + +class AliasEvent(NodeEvent): + pass + +class ScalarEvent(NodeEvent): + def __init__(self, anchor, tag, implicit, value, + start_mark=None, end_mark=None, style=None): + self.anchor = anchor + self.tag = tag + self.implicit = implicit + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + self.style = style + +class SequenceStartEvent(CollectionStartEvent): + pass + +class SequenceEndEvent(CollectionEndEvent): + pass + +class MappingStartEvent(CollectionStartEvent): + pass + +class MappingEndEvent(CollectionEndEvent): + pass + diff --git a/venv/lib/python3.12/site-packages/yaml/loader.py b/venv/lib/python3.12/site-packages/yaml/loader.py new file mode 100644 index 0000000..e90c112 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/loader.py @@ -0,0 +1,63 @@ + +__all__ = ['BaseLoader', 'FullLoader', 'SafeLoader', 'Loader', 'UnsafeLoader'] + +from .reader import * +from .scanner import * +from .parser import * +from .composer import * +from .constructor import * +from .resolver import * + +class BaseLoader(Reader, Scanner, Parser, Composer, BaseConstructor, BaseResolver): + + def __init__(self, stream): + Reader.__init__(self, stream) + Scanner.__init__(self) + Parser.__init__(self) + Composer.__init__(self) + BaseConstructor.__init__(self) + BaseResolver.__init__(self) + +class FullLoader(Reader, Scanner, Parser, Composer, FullConstructor, Resolver): + + def __init__(self, stream): + Reader.__init__(self, stream) + Scanner.__init__(self) + Parser.__init__(self) + Composer.__init__(self) + FullConstructor.__init__(self) + Resolver.__init__(self) + +class SafeLoader(Reader, Scanner, Parser, Composer, SafeConstructor, Resolver): + + def __init__(self, stream): + Reader.__init__(self, stream) + Scanner.__init__(self) + Parser.__init__(self) + Composer.__init__(self) + SafeConstructor.__init__(self) + Resolver.__init__(self) + +class Loader(Reader, Scanner, Parser, Composer, Constructor, Resolver): + + def __init__(self, stream): + Reader.__init__(self, stream) + Scanner.__init__(self) + Parser.__init__(self) + Composer.__init__(self) + Constructor.__init__(self) + Resolver.__init__(self) + +# UnsafeLoader is the same as Loader (which is and was always unsafe on +# untrusted input). Use of either Loader or UnsafeLoader should be rare, since +# FullLoad should be able to load almost all YAML safely. Loader is left intact +# to ensure backwards compatibility. +class UnsafeLoader(Reader, Scanner, Parser, Composer, Constructor, Resolver): + + def __init__(self, stream): + Reader.__init__(self, stream) + Scanner.__init__(self) + Parser.__init__(self) + Composer.__init__(self) + Constructor.__init__(self) + Resolver.__init__(self) diff --git a/venv/lib/python3.12/site-packages/yaml/nodes.py b/venv/lib/python3.12/site-packages/yaml/nodes.py new file mode 100644 index 0000000..c4f070c --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/nodes.py @@ -0,0 +1,49 @@ + +class Node(object): + def __init__(self, tag, value, start_mark, end_mark): + self.tag = tag + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + def __repr__(self): + value = self.value + #if isinstance(value, list): + # if len(value) == 0: + # value = '' + # elif len(value) == 1: + # value = '<1 item>' + # else: + # value = '<%d items>' % len(value) + #else: + # if len(value) > 75: + # value = repr(value[:70]+u' ... ') + # else: + # value = repr(value) + value = repr(value) + return '%s(tag=%r, value=%s)' % (self.__class__.__name__, self.tag, value) + +class ScalarNode(Node): + id = 'scalar' + def __init__(self, tag, value, + start_mark=None, end_mark=None, style=None): + self.tag = tag + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + self.style = style + +class CollectionNode(Node): + def __init__(self, tag, value, + start_mark=None, end_mark=None, flow_style=None): + self.tag = tag + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + self.flow_style = flow_style + +class SequenceNode(CollectionNode): + id = 'sequence' + +class MappingNode(CollectionNode): + id = 'mapping' + diff --git a/venv/lib/python3.12/site-packages/yaml/parser.py b/venv/lib/python3.12/site-packages/yaml/parser.py new file mode 100644 index 0000000..13a5995 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/parser.py @@ -0,0 +1,589 @@ + +# The following YAML grammar is LL(1) and is parsed by a recursive descent +# parser. +# +# stream ::= STREAM-START implicit_document? explicit_document* STREAM-END +# implicit_document ::= block_node DOCUMENT-END* +# explicit_document ::= DIRECTIVE* DOCUMENT-START block_node? DOCUMENT-END* +# block_node_or_indentless_sequence ::= +# ALIAS +# | properties (block_content | indentless_block_sequence)? +# | block_content +# | indentless_block_sequence +# block_node ::= ALIAS +# | properties block_content? +# | block_content +# flow_node ::= ALIAS +# | properties flow_content? +# | flow_content +# properties ::= TAG ANCHOR? | ANCHOR TAG? +# block_content ::= block_collection | flow_collection | SCALAR +# flow_content ::= flow_collection | SCALAR +# block_collection ::= block_sequence | block_mapping +# flow_collection ::= flow_sequence | flow_mapping +# block_sequence ::= BLOCK-SEQUENCE-START (BLOCK-ENTRY block_node?)* BLOCK-END +# indentless_sequence ::= (BLOCK-ENTRY block_node?)+ +# block_mapping ::= BLOCK-MAPPING_START +# ((KEY block_node_or_indentless_sequence?)? +# (VALUE block_node_or_indentless_sequence?)?)* +# BLOCK-END +# flow_sequence ::= FLOW-SEQUENCE-START +# (flow_sequence_entry FLOW-ENTRY)* +# flow_sequence_entry? +# FLOW-SEQUENCE-END +# flow_sequence_entry ::= flow_node | KEY flow_node? (VALUE flow_node?)? +# flow_mapping ::= FLOW-MAPPING-START +# (flow_mapping_entry FLOW-ENTRY)* +# flow_mapping_entry? +# FLOW-MAPPING-END +# flow_mapping_entry ::= flow_node | KEY flow_node? (VALUE flow_node?)? +# +# FIRST sets: +# +# stream: { STREAM-START } +# explicit_document: { DIRECTIVE DOCUMENT-START } +# implicit_document: FIRST(block_node) +# block_node: { ALIAS TAG ANCHOR SCALAR BLOCK-SEQUENCE-START BLOCK-MAPPING-START FLOW-SEQUENCE-START FLOW-MAPPING-START } +# flow_node: { ALIAS ANCHOR TAG SCALAR FLOW-SEQUENCE-START FLOW-MAPPING-START } +# block_content: { BLOCK-SEQUENCE-START BLOCK-MAPPING-START FLOW-SEQUENCE-START FLOW-MAPPING-START SCALAR } +# flow_content: { FLOW-SEQUENCE-START FLOW-MAPPING-START SCALAR } +# block_collection: { BLOCK-SEQUENCE-START BLOCK-MAPPING-START } +# flow_collection: { FLOW-SEQUENCE-START FLOW-MAPPING-START } +# block_sequence: { BLOCK-SEQUENCE-START } +# block_mapping: { BLOCK-MAPPING-START } +# block_node_or_indentless_sequence: { ALIAS ANCHOR TAG SCALAR BLOCK-SEQUENCE-START BLOCK-MAPPING-START FLOW-SEQUENCE-START FLOW-MAPPING-START BLOCK-ENTRY } +# indentless_sequence: { ENTRY } +# flow_collection: { FLOW-SEQUENCE-START FLOW-MAPPING-START } +# flow_sequence: { FLOW-SEQUENCE-START } +# flow_mapping: { FLOW-MAPPING-START } +# flow_sequence_entry: { ALIAS ANCHOR TAG SCALAR FLOW-SEQUENCE-START FLOW-MAPPING-START KEY } +# flow_mapping_entry: { ALIAS ANCHOR TAG SCALAR FLOW-SEQUENCE-START FLOW-MAPPING-START KEY } + +__all__ = ['Parser', 'ParserError'] + +from .error import MarkedYAMLError +from .tokens import * +from .events import * +from .scanner import * + +class ParserError(MarkedYAMLError): + pass + +class Parser: + # Since writing a recursive-descendant parser is a straightforward task, we + # do not give many comments here. + + DEFAULT_TAGS = { + '!': '!', + '!!': 'tag:yaml.org,2002:', + } + + def __init__(self): + self.current_event = None + self.yaml_version = None + self.tag_handles = {} + self.states = [] + self.marks = [] + self.state = self.parse_stream_start + + def dispose(self): + # Reset the state attributes (to clear self-references) + self.states = [] + self.state = None + + def check_event(self, *choices): + # Check the type of the next event. + if self.current_event is None: + if self.state: + self.current_event = self.state() + if self.current_event is not None: + if not choices: + return True + for choice in choices: + if isinstance(self.current_event, choice): + return True + return False + + def peek_event(self): + # Get the next event. + if self.current_event is None: + if self.state: + self.current_event = self.state() + return self.current_event + + def get_event(self): + # Get the next event and proceed further. + if self.current_event is None: + if self.state: + self.current_event = self.state() + value = self.current_event + self.current_event = None + return value + + # stream ::= STREAM-START implicit_document? explicit_document* STREAM-END + # implicit_document ::= block_node DOCUMENT-END* + # explicit_document ::= DIRECTIVE* DOCUMENT-START block_node? DOCUMENT-END* + + def parse_stream_start(self): + + # Parse the stream start. + token = self.get_token() + event = StreamStartEvent(token.start_mark, token.end_mark, + encoding=token.encoding) + + # Prepare the next state. + self.state = self.parse_implicit_document_start + + return event + + def parse_implicit_document_start(self): + + # Parse an implicit document. + if not self.check_token(DirectiveToken, DocumentStartToken, + StreamEndToken): + self.tag_handles = self.DEFAULT_TAGS + token = self.peek_token() + start_mark = end_mark = token.start_mark + event = DocumentStartEvent(start_mark, end_mark, + explicit=False) + + # Prepare the next state. + self.states.append(self.parse_document_end) + self.state = self.parse_block_node + + return event + + else: + return self.parse_document_start() + + def parse_document_start(self): + + # Parse any extra document end indicators. + while self.check_token(DocumentEndToken): + self.get_token() + + # Parse an explicit document. + if not self.check_token(StreamEndToken): + token = self.peek_token() + start_mark = token.start_mark + version, tags = self.process_directives() + if not self.check_token(DocumentStartToken): + raise ParserError(None, None, + "expected '', but found %r" + % self.peek_token().id, + self.peek_token().start_mark) + token = self.get_token() + end_mark = token.end_mark + event = DocumentStartEvent(start_mark, end_mark, + explicit=True, version=version, tags=tags) + self.states.append(self.parse_document_end) + self.state = self.parse_document_content + else: + # Parse the end of the stream. + token = self.get_token() + event = StreamEndEvent(token.start_mark, token.end_mark) + assert not self.states + assert not self.marks + self.state = None + return event + + def parse_document_end(self): + + # Parse the document end. + token = self.peek_token() + start_mark = end_mark = token.start_mark + explicit = False + if self.check_token(DocumentEndToken): + token = self.get_token() + end_mark = token.end_mark + explicit = True + event = DocumentEndEvent(start_mark, end_mark, + explicit=explicit) + + # Prepare the next state. + self.state = self.parse_document_start + + return event + + def parse_document_content(self): + if self.check_token(DirectiveToken, + DocumentStartToken, DocumentEndToken, StreamEndToken): + event = self.process_empty_scalar(self.peek_token().start_mark) + self.state = self.states.pop() + return event + else: + return self.parse_block_node() + + def process_directives(self): + self.yaml_version = None + self.tag_handles = {} + while self.check_token(DirectiveToken): + token = self.get_token() + if token.name == 'YAML': + if self.yaml_version is not None: + raise ParserError(None, None, + "found duplicate YAML directive", token.start_mark) + major, minor = token.value + if major != 1: + raise ParserError(None, None, + "found incompatible YAML document (version 1.* is required)", + token.start_mark) + self.yaml_version = token.value + elif token.name == 'TAG': + handle, prefix = token.value + if handle in self.tag_handles: + raise ParserError(None, None, + "duplicate tag handle %r" % handle, + token.start_mark) + self.tag_handles[handle] = prefix + if self.tag_handles: + value = self.yaml_version, self.tag_handles.copy() + else: + value = self.yaml_version, None + for key in self.DEFAULT_TAGS: + if key not in self.tag_handles: + self.tag_handles[key] = self.DEFAULT_TAGS[key] + return value + + # block_node_or_indentless_sequence ::= ALIAS + # | properties (block_content | indentless_block_sequence)? + # | block_content + # | indentless_block_sequence + # block_node ::= ALIAS + # | properties block_content? + # | block_content + # flow_node ::= ALIAS + # | properties flow_content? + # | flow_content + # properties ::= TAG ANCHOR? | ANCHOR TAG? + # block_content ::= block_collection | flow_collection | SCALAR + # flow_content ::= flow_collection | SCALAR + # block_collection ::= block_sequence | block_mapping + # flow_collection ::= flow_sequence | flow_mapping + + def parse_block_node(self): + return self.parse_node(block=True) + + def parse_flow_node(self): + return self.parse_node() + + def parse_block_node_or_indentless_sequence(self): + return self.parse_node(block=True, indentless_sequence=True) + + def parse_node(self, block=False, indentless_sequence=False): + if self.check_token(AliasToken): + token = self.get_token() + event = AliasEvent(token.value, token.start_mark, token.end_mark) + self.state = self.states.pop() + else: + anchor = None + tag = None + start_mark = end_mark = tag_mark = None + if self.check_token(AnchorToken): + token = self.get_token() + start_mark = token.start_mark + end_mark = token.end_mark + anchor = token.value + if self.check_token(TagToken): + token = self.get_token() + tag_mark = token.start_mark + end_mark = token.end_mark + tag = token.value + elif self.check_token(TagToken): + token = self.get_token() + start_mark = tag_mark = token.start_mark + end_mark = token.end_mark + tag = token.value + if self.check_token(AnchorToken): + token = self.get_token() + end_mark = token.end_mark + anchor = token.value + if tag is not None: + handle, suffix = tag + if handle is not None: + if handle not in self.tag_handles: + raise ParserError("while parsing a node", start_mark, + "found undefined tag handle %r" % handle, + tag_mark) + tag = self.tag_handles[handle]+suffix + else: + tag = suffix + #if tag == '!': + # raise ParserError("while parsing a node", start_mark, + # "found non-specific tag '!'", tag_mark, + # "Please check 'http://pyyaml.org/wiki/YAMLNonSpecificTag' and share your opinion.") + if start_mark is None: + start_mark = end_mark = self.peek_token().start_mark + event = None + implicit = (tag is None or tag == '!') + if indentless_sequence and self.check_token(BlockEntryToken): + end_mark = self.peek_token().end_mark + event = SequenceStartEvent(anchor, tag, implicit, + start_mark, end_mark) + self.state = self.parse_indentless_sequence_entry + else: + if self.check_token(ScalarToken): + token = self.get_token() + end_mark = token.end_mark + if (token.plain and tag is None) or tag == '!': + implicit = (True, False) + elif tag is None: + implicit = (False, True) + else: + implicit = (False, False) + event = ScalarEvent(anchor, tag, implicit, token.value, + start_mark, end_mark, style=token.style) + self.state = self.states.pop() + elif self.check_token(FlowSequenceStartToken): + end_mark = self.peek_token().end_mark + event = SequenceStartEvent(anchor, tag, implicit, + start_mark, end_mark, flow_style=True) + self.state = self.parse_flow_sequence_first_entry + elif self.check_token(FlowMappingStartToken): + end_mark = self.peek_token().end_mark + event = MappingStartEvent(anchor, tag, implicit, + start_mark, end_mark, flow_style=True) + self.state = self.parse_flow_mapping_first_key + elif block and self.check_token(BlockSequenceStartToken): + end_mark = self.peek_token().start_mark + event = SequenceStartEvent(anchor, tag, implicit, + start_mark, end_mark, flow_style=False) + self.state = self.parse_block_sequence_first_entry + elif block and self.check_token(BlockMappingStartToken): + end_mark = self.peek_token().start_mark + event = MappingStartEvent(anchor, tag, implicit, + start_mark, end_mark, flow_style=False) + self.state = self.parse_block_mapping_first_key + elif anchor is not None or tag is not None: + # Empty scalars are allowed even if a tag or an anchor is + # specified. + event = ScalarEvent(anchor, tag, (implicit, False), '', + start_mark, end_mark) + self.state = self.states.pop() + else: + if block: + node = 'block' + else: + node = 'flow' + token = self.peek_token() + raise ParserError("while parsing a %s node" % node, start_mark, + "expected the node content, but found %r" % token.id, + token.start_mark) + return event + + # block_sequence ::= BLOCK-SEQUENCE-START (BLOCK-ENTRY block_node?)* BLOCK-END + + def parse_block_sequence_first_entry(self): + token = self.get_token() + self.marks.append(token.start_mark) + return self.parse_block_sequence_entry() + + def parse_block_sequence_entry(self): + if self.check_token(BlockEntryToken): + token = self.get_token() + if not self.check_token(BlockEntryToken, BlockEndToken): + self.states.append(self.parse_block_sequence_entry) + return self.parse_block_node() + else: + self.state = self.parse_block_sequence_entry + return self.process_empty_scalar(token.end_mark) + if not self.check_token(BlockEndToken): + token = self.peek_token() + raise ParserError("while parsing a block collection", self.marks[-1], + "expected , but found %r" % token.id, token.start_mark) + token = self.get_token() + event = SequenceEndEvent(token.start_mark, token.end_mark) + self.state = self.states.pop() + self.marks.pop() + return event + + # indentless_sequence ::= (BLOCK-ENTRY block_node?)+ + + def parse_indentless_sequence_entry(self): + if self.check_token(BlockEntryToken): + token = self.get_token() + if not self.check_token(BlockEntryToken, + KeyToken, ValueToken, BlockEndToken): + self.states.append(self.parse_indentless_sequence_entry) + return self.parse_block_node() + else: + self.state = self.parse_indentless_sequence_entry + return self.process_empty_scalar(token.end_mark) + token = self.peek_token() + event = SequenceEndEvent(token.start_mark, token.start_mark) + self.state = self.states.pop() + return event + + # block_mapping ::= BLOCK-MAPPING_START + # ((KEY block_node_or_indentless_sequence?)? + # (VALUE block_node_or_indentless_sequence?)?)* + # BLOCK-END + + def parse_block_mapping_first_key(self): + token = self.get_token() + self.marks.append(token.start_mark) + return self.parse_block_mapping_key() + + def parse_block_mapping_key(self): + if self.check_token(KeyToken): + token = self.get_token() + if not self.check_token(KeyToken, ValueToken, BlockEndToken): + self.states.append(self.parse_block_mapping_value) + return self.parse_block_node_or_indentless_sequence() + else: + self.state = self.parse_block_mapping_value + return self.process_empty_scalar(token.end_mark) + if not self.check_token(BlockEndToken): + token = self.peek_token() + raise ParserError("while parsing a block mapping", self.marks[-1], + "expected , but found %r" % token.id, token.start_mark) + token = self.get_token() + event = MappingEndEvent(token.start_mark, token.end_mark) + self.state = self.states.pop() + self.marks.pop() + return event + + def parse_block_mapping_value(self): + if self.check_token(ValueToken): + token = self.get_token() + if not self.check_token(KeyToken, ValueToken, BlockEndToken): + self.states.append(self.parse_block_mapping_key) + return self.parse_block_node_or_indentless_sequence() + else: + self.state = self.parse_block_mapping_key + return self.process_empty_scalar(token.end_mark) + else: + self.state = self.parse_block_mapping_key + token = self.peek_token() + return self.process_empty_scalar(token.start_mark) + + # flow_sequence ::= FLOW-SEQUENCE-START + # (flow_sequence_entry FLOW-ENTRY)* + # flow_sequence_entry? + # FLOW-SEQUENCE-END + # flow_sequence_entry ::= flow_node | KEY flow_node? (VALUE flow_node?)? + # + # Note that while production rules for both flow_sequence_entry and + # flow_mapping_entry are equal, their interpretations are different. + # For `flow_sequence_entry`, the part `KEY flow_node? (VALUE flow_node?)?` + # generate an inline mapping (set syntax). + + def parse_flow_sequence_first_entry(self): + token = self.get_token() + self.marks.append(token.start_mark) + return self.parse_flow_sequence_entry(first=True) + + def parse_flow_sequence_entry(self, first=False): + if not self.check_token(FlowSequenceEndToken): + if not first: + if self.check_token(FlowEntryToken): + self.get_token() + else: + token = self.peek_token() + raise ParserError("while parsing a flow sequence", self.marks[-1], + "expected ',' or ']', but got %r" % token.id, token.start_mark) + + if self.check_token(KeyToken): + token = self.peek_token() + event = MappingStartEvent(None, None, True, + token.start_mark, token.end_mark, + flow_style=True) + self.state = self.parse_flow_sequence_entry_mapping_key + return event + elif not self.check_token(FlowSequenceEndToken): + self.states.append(self.parse_flow_sequence_entry) + return self.parse_flow_node() + token = self.get_token() + event = SequenceEndEvent(token.start_mark, token.end_mark) + self.state = self.states.pop() + self.marks.pop() + return event + + def parse_flow_sequence_entry_mapping_key(self): + token = self.get_token() + if not self.check_token(ValueToken, + FlowEntryToken, FlowSequenceEndToken): + self.states.append(self.parse_flow_sequence_entry_mapping_value) + return self.parse_flow_node() + else: + self.state = self.parse_flow_sequence_entry_mapping_value + return self.process_empty_scalar(token.end_mark) + + def parse_flow_sequence_entry_mapping_value(self): + if self.check_token(ValueToken): + token = self.get_token() + if not self.check_token(FlowEntryToken, FlowSequenceEndToken): + self.states.append(self.parse_flow_sequence_entry_mapping_end) + return self.parse_flow_node() + else: + self.state = self.parse_flow_sequence_entry_mapping_end + return self.process_empty_scalar(token.end_mark) + else: + self.state = self.parse_flow_sequence_entry_mapping_end + token = self.peek_token() + return self.process_empty_scalar(token.start_mark) + + def parse_flow_sequence_entry_mapping_end(self): + self.state = self.parse_flow_sequence_entry + token = self.peek_token() + return MappingEndEvent(token.start_mark, token.start_mark) + + # flow_mapping ::= FLOW-MAPPING-START + # (flow_mapping_entry FLOW-ENTRY)* + # flow_mapping_entry? + # FLOW-MAPPING-END + # flow_mapping_entry ::= flow_node | KEY flow_node? (VALUE flow_node?)? + + def parse_flow_mapping_first_key(self): + token = self.get_token() + self.marks.append(token.start_mark) + return self.parse_flow_mapping_key(first=True) + + def parse_flow_mapping_key(self, first=False): + if not self.check_token(FlowMappingEndToken): + if not first: + if self.check_token(FlowEntryToken): + self.get_token() + else: + token = self.peek_token() + raise ParserError("while parsing a flow mapping", self.marks[-1], + "expected ',' or '}', but got %r" % token.id, token.start_mark) + if self.check_token(KeyToken): + token = self.get_token() + if not self.check_token(ValueToken, + FlowEntryToken, FlowMappingEndToken): + self.states.append(self.parse_flow_mapping_value) + return self.parse_flow_node() + else: + self.state = self.parse_flow_mapping_value + return self.process_empty_scalar(token.end_mark) + elif not self.check_token(FlowMappingEndToken): + self.states.append(self.parse_flow_mapping_empty_value) + return self.parse_flow_node() + token = self.get_token() + event = MappingEndEvent(token.start_mark, token.end_mark) + self.state = self.states.pop() + self.marks.pop() + return event + + def parse_flow_mapping_value(self): + if self.check_token(ValueToken): + token = self.get_token() + if not self.check_token(FlowEntryToken, FlowMappingEndToken): + self.states.append(self.parse_flow_mapping_key) + return self.parse_flow_node() + else: + self.state = self.parse_flow_mapping_key + return self.process_empty_scalar(token.end_mark) + else: + self.state = self.parse_flow_mapping_key + token = self.peek_token() + return self.process_empty_scalar(token.start_mark) + + def parse_flow_mapping_empty_value(self): + self.state = self.parse_flow_mapping_key + return self.process_empty_scalar(self.peek_token().start_mark) + + def process_empty_scalar(self, mark): + return ScalarEvent(None, None, (True, False), '', mark, mark) + diff --git a/venv/lib/python3.12/site-packages/yaml/reader.py b/venv/lib/python3.12/site-packages/yaml/reader.py new file mode 100644 index 0000000..774b021 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/reader.py @@ -0,0 +1,185 @@ +# This module contains abstractions for the input stream. You don't have to +# looks further, there are no pretty code. +# +# We define two classes here. +# +# Mark(source, line, column) +# It's just a record and its only use is producing nice error messages. +# Parser does not use it for any other purposes. +# +# Reader(source, data) +# Reader determines the encoding of `data` and converts it to unicode. +# Reader provides the following methods and attributes: +# reader.peek(length=1) - return the next `length` characters +# reader.forward(length=1) - move the current position to `length` characters. +# reader.index - the number of the current character. +# reader.line, stream.column - the line and the column of the current character. + +__all__ = ['Reader', 'ReaderError'] + +from .error import YAMLError, Mark + +import codecs, re + +class ReaderError(YAMLError): + + def __init__(self, name, position, character, encoding, reason): + self.name = name + self.character = character + self.position = position + self.encoding = encoding + self.reason = reason + + def __str__(self): + if isinstance(self.character, bytes): + return "'%s' codec can't decode byte #x%02x: %s\n" \ + " in \"%s\", position %d" \ + % (self.encoding, ord(self.character), self.reason, + self.name, self.position) + else: + return "unacceptable character #x%04x: %s\n" \ + " in \"%s\", position %d" \ + % (self.character, self.reason, + self.name, self.position) + +class Reader(object): + # Reader: + # - determines the data encoding and converts it to a unicode string, + # - checks if characters are in allowed range, + # - adds '\0' to the end. + + # Reader accepts + # - a `bytes` object, + # - a `str` object, + # - a file-like object with its `read` method returning `str`, + # - a file-like object with its `read` method returning `unicode`. + + # Yeah, it's ugly and slow. + + def __init__(self, stream): + self.name = None + self.stream = None + self.stream_pointer = 0 + self.eof = True + self.buffer = '' + self.pointer = 0 + self.raw_buffer = None + self.raw_decode = None + self.encoding = None + self.index = 0 + self.line = 0 + self.column = 0 + if isinstance(stream, str): + self.name = "" + self.check_printable(stream) + self.buffer = stream+'\0' + elif isinstance(stream, bytes): + self.name = "" + self.raw_buffer = stream + self.determine_encoding() + else: + self.stream = stream + self.name = getattr(stream, 'name', "") + self.eof = False + self.raw_buffer = None + self.determine_encoding() + + def peek(self, index=0): + try: + return self.buffer[self.pointer+index] + except IndexError: + self.update(index+1) + return self.buffer[self.pointer+index] + + def prefix(self, length=1): + if self.pointer+length >= len(self.buffer): + self.update(length) + return self.buffer[self.pointer:self.pointer+length] + + def forward(self, length=1): + if self.pointer+length+1 >= len(self.buffer): + self.update(length+1) + while length: + ch = self.buffer[self.pointer] + self.pointer += 1 + self.index += 1 + if ch in '\n\x85\u2028\u2029' \ + or (ch == '\r' and self.buffer[self.pointer] != '\n'): + self.line += 1 + self.column = 0 + elif ch != '\uFEFF': + self.column += 1 + length -= 1 + + def get_mark(self): + if self.stream is None: + return Mark(self.name, self.index, self.line, self.column, + self.buffer, self.pointer) + else: + return Mark(self.name, self.index, self.line, self.column, + None, None) + + def determine_encoding(self): + while not self.eof and (self.raw_buffer is None or len(self.raw_buffer) < 2): + self.update_raw() + if isinstance(self.raw_buffer, bytes): + if self.raw_buffer.startswith(codecs.BOM_UTF16_LE): + self.raw_decode = codecs.utf_16_le_decode + self.encoding = 'utf-16-le' + elif self.raw_buffer.startswith(codecs.BOM_UTF16_BE): + self.raw_decode = codecs.utf_16_be_decode + self.encoding = 'utf-16-be' + else: + self.raw_decode = codecs.utf_8_decode + self.encoding = 'utf-8' + self.update(1) + + NON_PRINTABLE = re.compile('[^\x09\x0A\x0D\x20-\x7E\x85\xA0-\uD7FF\uE000-\uFFFD\U00010000-\U0010ffff]') + def check_printable(self, data): + match = self.NON_PRINTABLE.search(data) + if match: + character = match.group() + position = self.index+(len(self.buffer)-self.pointer)+match.start() + raise ReaderError(self.name, position, ord(character), + 'unicode', "special characters are not allowed") + + def update(self, length): + if self.raw_buffer is None: + return + self.buffer = self.buffer[self.pointer:] + self.pointer = 0 + while len(self.buffer) < length: + if not self.eof: + self.update_raw() + if self.raw_decode is not None: + try: + data, converted = self.raw_decode(self.raw_buffer, + 'strict', self.eof) + except UnicodeDecodeError as exc: + character = self.raw_buffer[exc.start] + if self.stream is not None: + position = self.stream_pointer-len(self.raw_buffer)+exc.start + else: + position = exc.start + raise ReaderError(self.name, position, character, + exc.encoding, exc.reason) + else: + data = self.raw_buffer + converted = len(data) + self.check_printable(data) + self.buffer += data + self.raw_buffer = self.raw_buffer[converted:] + if self.eof: + self.buffer += '\0' + self.raw_buffer = None + break + + def update_raw(self, size=4096): + data = self.stream.read(size) + if self.raw_buffer is None: + self.raw_buffer = data + else: + self.raw_buffer += data + self.stream_pointer += len(data) + if not data: + self.eof = True diff --git a/venv/lib/python3.12/site-packages/yaml/representer.py b/venv/lib/python3.12/site-packages/yaml/representer.py new file mode 100644 index 0000000..808ca06 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/representer.py @@ -0,0 +1,389 @@ + +__all__ = ['BaseRepresenter', 'SafeRepresenter', 'Representer', + 'RepresenterError'] + +from .error import * +from .nodes import * + +import datetime, copyreg, types, base64, collections + +class RepresenterError(YAMLError): + pass + +class BaseRepresenter: + + yaml_representers = {} + yaml_multi_representers = {} + + def __init__(self, default_style=None, default_flow_style=False, sort_keys=True): + self.default_style = default_style + self.sort_keys = sort_keys + self.default_flow_style = default_flow_style + self.represented_objects = {} + self.object_keeper = [] + self.alias_key = None + + def represent(self, data): + node = self.represent_data(data) + self.serialize(node) + self.represented_objects = {} + self.object_keeper = [] + self.alias_key = None + + def represent_data(self, data): + if self.ignore_aliases(data): + self.alias_key = None + else: + self.alias_key = id(data) + if self.alias_key is not None: + if self.alias_key in self.represented_objects: + node = self.represented_objects[self.alias_key] + #if node is None: + # raise RepresenterError("recursive objects are not allowed: %r" % data) + return node + #self.represented_objects[alias_key] = None + self.object_keeper.append(data) + data_types = type(data).__mro__ + if data_types[0] in self.yaml_representers: + node = self.yaml_representers[data_types[0]](self, data) + else: + for data_type in data_types: + if data_type in self.yaml_multi_representers: + node = self.yaml_multi_representers[data_type](self, data) + break + else: + if None in self.yaml_multi_representers: + node = self.yaml_multi_representers[None](self, data) + elif None in self.yaml_representers: + node = self.yaml_representers[None](self, data) + else: + node = ScalarNode(None, str(data)) + #if alias_key is not None: + # self.represented_objects[alias_key] = node + return node + + @classmethod + def add_representer(cls, data_type, representer): + if not 'yaml_representers' in cls.__dict__: + cls.yaml_representers = cls.yaml_representers.copy() + cls.yaml_representers[data_type] = representer + + @classmethod + def add_multi_representer(cls, data_type, representer): + if not 'yaml_multi_representers' in cls.__dict__: + cls.yaml_multi_representers = cls.yaml_multi_representers.copy() + cls.yaml_multi_representers[data_type] = representer + + def represent_scalar(self, tag, value, style=None): + if style is None: + style = self.default_style + node = ScalarNode(tag, value, style=style) + if self.alias_key is not None: + self.represented_objects[self.alias_key] = node + return node + + def represent_sequence(self, tag, sequence, flow_style=None): + value = [] + node = SequenceNode(tag, value, flow_style=flow_style) + if self.alias_key is not None: + self.represented_objects[self.alias_key] = node + best_style = True + for item in sequence: + node_item = self.represent_data(item) + if not (isinstance(node_item, ScalarNode) and not node_item.style): + best_style = False + value.append(node_item) + if flow_style is None: + if self.default_flow_style is not None: + node.flow_style = self.default_flow_style + else: + node.flow_style = best_style + return node + + def represent_mapping(self, tag, mapping, flow_style=None): + value = [] + node = MappingNode(tag, value, flow_style=flow_style) + if self.alias_key is not None: + self.represented_objects[self.alias_key] = node + best_style = True + if hasattr(mapping, 'items'): + mapping = list(mapping.items()) + if self.sort_keys: + try: + mapping = sorted(mapping) + except TypeError: + pass + for item_key, item_value in mapping: + node_key = self.represent_data(item_key) + node_value = self.represent_data(item_value) + if not (isinstance(node_key, ScalarNode) and not node_key.style): + best_style = False + if not (isinstance(node_value, ScalarNode) and not node_value.style): + best_style = False + value.append((node_key, node_value)) + if flow_style is None: + if self.default_flow_style is not None: + node.flow_style = self.default_flow_style + else: + node.flow_style = best_style + return node + + def ignore_aliases(self, data): + return False + +class SafeRepresenter(BaseRepresenter): + + def ignore_aliases(self, data): + if data is None: + return True + if isinstance(data, tuple) and data == (): + return True + if isinstance(data, (str, bytes, bool, int, float)): + return True + + def represent_none(self, data): + return self.represent_scalar('tag:yaml.org,2002:null', 'null') + + def represent_str(self, data): + return self.represent_scalar('tag:yaml.org,2002:str', data) + + def represent_binary(self, data): + if hasattr(base64, 'encodebytes'): + data = base64.encodebytes(data).decode('ascii') + else: + data = base64.encodestring(data).decode('ascii') + return self.represent_scalar('tag:yaml.org,2002:binary', data, style='|') + + def represent_bool(self, data): + if data: + value = 'true' + else: + value = 'false' + return self.represent_scalar('tag:yaml.org,2002:bool', value) + + def represent_int(self, data): + return self.represent_scalar('tag:yaml.org,2002:int', str(data)) + + inf_value = 1e300 + while repr(inf_value) != repr(inf_value*inf_value): + inf_value *= inf_value + + def represent_float(self, data): + if data != data or (data == 0.0 and data == 1.0): + value = '.nan' + elif data == self.inf_value: + value = '.inf' + elif data == -self.inf_value: + value = '-.inf' + else: + value = repr(data).lower() + # Note that in some cases `repr(data)` represents a float number + # without the decimal parts. For instance: + # >>> repr(1e17) + # '1e17' + # Unfortunately, this is not a valid float representation according + # to the definition of the `!!float` tag. We fix this by adding + # '.0' before the 'e' symbol. + if '.' not in value and 'e' in value: + value = value.replace('e', '.0e', 1) + return self.represent_scalar('tag:yaml.org,2002:float', value) + + def represent_list(self, data): + #pairs = (len(data) > 0 and isinstance(data, list)) + #if pairs: + # for item in data: + # if not isinstance(item, tuple) or len(item) != 2: + # pairs = False + # break + #if not pairs: + return self.represent_sequence('tag:yaml.org,2002:seq', data) + #value = [] + #for item_key, item_value in data: + # value.append(self.represent_mapping(u'tag:yaml.org,2002:map', + # [(item_key, item_value)])) + #return SequenceNode(u'tag:yaml.org,2002:pairs', value) + + def represent_dict(self, data): + return self.represent_mapping('tag:yaml.org,2002:map', data) + + def represent_set(self, data): + value = {} + for key in data: + value[key] = None + return self.represent_mapping('tag:yaml.org,2002:set', value) + + def represent_date(self, data): + value = data.isoformat() + return self.represent_scalar('tag:yaml.org,2002:timestamp', value) + + def represent_datetime(self, data): + value = data.isoformat(' ') + return self.represent_scalar('tag:yaml.org,2002:timestamp', value) + + def represent_yaml_object(self, tag, data, cls, flow_style=None): + if hasattr(data, '__getstate__'): + state = data.__getstate__() + else: + state = data.__dict__.copy() + return self.represent_mapping(tag, state, flow_style=flow_style) + + def represent_undefined(self, data): + raise RepresenterError("cannot represent an object", data) + +SafeRepresenter.add_representer(type(None), + SafeRepresenter.represent_none) + +SafeRepresenter.add_representer(str, + SafeRepresenter.represent_str) + +SafeRepresenter.add_representer(bytes, + SafeRepresenter.represent_binary) + +SafeRepresenter.add_representer(bool, + SafeRepresenter.represent_bool) + +SafeRepresenter.add_representer(int, + SafeRepresenter.represent_int) + +SafeRepresenter.add_representer(float, + SafeRepresenter.represent_float) + +SafeRepresenter.add_representer(list, + SafeRepresenter.represent_list) + +SafeRepresenter.add_representer(tuple, + SafeRepresenter.represent_list) + +SafeRepresenter.add_representer(dict, + SafeRepresenter.represent_dict) + +SafeRepresenter.add_representer(set, + SafeRepresenter.represent_set) + +SafeRepresenter.add_representer(datetime.date, + SafeRepresenter.represent_date) + +SafeRepresenter.add_representer(datetime.datetime, + SafeRepresenter.represent_datetime) + +SafeRepresenter.add_representer(None, + SafeRepresenter.represent_undefined) + +class Representer(SafeRepresenter): + + def represent_complex(self, data): + if data.imag == 0.0: + data = '%r' % data.real + elif data.real == 0.0: + data = '%rj' % data.imag + elif data.imag > 0: + data = '%r+%rj' % (data.real, data.imag) + else: + data = '%r%rj' % (data.real, data.imag) + return self.represent_scalar('tag:yaml.org,2002:python/complex', data) + + def represent_tuple(self, data): + return self.represent_sequence('tag:yaml.org,2002:python/tuple', data) + + def represent_name(self, data): + name = '%s.%s' % (data.__module__, data.__name__) + return self.represent_scalar('tag:yaml.org,2002:python/name:'+name, '') + + def represent_module(self, data): + return self.represent_scalar( + 'tag:yaml.org,2002:python/module:'+data.__name__, '') + + def represent_object(self, data): + # We use __reduce__ API to save the data. data.__reduce__ returns + # a tuple of length 2-5: + # (function, args, state, listitems, dictitems) + + # For reconstructing, we calls function(*args), then set its state, + # listitems, and dictitems if they are not None. + + # A special case is when function.__name__ == '__newobj__'. In this + # case we create the object with args[0].__new__(*args). + + # Another special case is when __reduce__ returns a string - we don't + # support it. + + # We produce a !!python/object, !!python/object/new or + # !!python/object/apply node. + + cls = type(data) + if cls in copyreg.dispatch_table: + reduce = copyreg.dispatch_table[cls](data) + elif hasattr(data, '__reduce_ex__'): + reduce = data.__reduce_ex__(2) + elif hasattr(data, '__reduce__'): + reduce = data.__reduce__() + else: + raise RepresenterError("cannot represent an object", data) + reduce = (list(reduce)+[None]*5)[:5] + function, args, state, listitems, dictitems = reduce + args = list(args) + if state is None: + state = {} + if listitems is not None: + listitems = list(listitems) + if dictitems is not None: + dictitems = dict(dictitems) + if function.__name__ == '__newobj__': + function = args[0] + args = args[1:] + tag = 'tag:yaml.org,2002:python/object/new:' + newobj = True + else: + tag = 'tag:yaml.org,2002:python/object/apply:' + newobj = False + function_name = '%s.%s' % (function.__module__, function.__name__) + if not args and not listitems and not dictitems \ + and isinstance(state, dict) and newobj: + return self.represent_mapping( + 'tag:yaml.org,2002:python/object:'+function_name, state) + if not listitems and not dictitems \ + and isinstance(state, dict) and not state: + return self.represent_sequence(tag+function_name, args) + value = {} + if args: + value['args'] = args + if state or not isinstance(state, dict): + value['state'] = state + if listitems: + value['listitems'] = listitems + if dictitems: + value['dictitems'] = dictitems + return self.represent_mapping(tag+function_name, value) + + def represent_ordered_dict(self, data): + # Provide uniform representation across different Python versions. + data_type = type(data) + tag = 'tag:yaml.org,2002:python/object/apply:%s.%s' \ + % (data_type.__module__, data_type.__name__) + items = [[key, value] for key, value in data.items()] + return self.represent_sequence(tag, [items]) + +Representer.add_representer(complex, + Representer.represent_complex) + +Representer.add_representer(tuple, + Representer.represent_tuple) + +Representer.add_multi_representer(type, + Representer.represent_name) + +Representer.add_representer(collections.OrderedDict, + Representer.represent_ordered_dict) + +Representer.add_representer(types.FunctionType, + Representer.represent_name) + +Representer.add_representer(types.BuiltinFunctionType, + Representer.represent_name) + +Representer.add_representer(types.ModuleType, + Representer.represent_module) + +Representer.add_multi_representer(object, + Representer.represent_object) + diff --git a/venv/lib/python3.12/site-packages/yaml/resolver.py b/venv/lib/python3.12/site-packages/yaml/resolver.py new file mode 100644 index 0000000..3522bda --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/resolver.py @@ -0,0 +1,227 @@ + +__all__ = ['BaseResolver', 'Resolver'] + +from .error import * +from .nodes import * + +import re + +class ResolverError(YAMLError): + pass + +class BaseResolver: + + DEFAULT_SCALAR_TAG = 'tag:yaml.org,2002:str' + DEFAULT_SEQUENCE_TAG = 'tag:yaml.org,2002:seq' + DEFAULT_MAPPING_TAG = 'tag:yaml.org,2002:map' + + yaml_implicit_resolvers = {} + yaml_path_resolvers = {} + + def __init__(self): + self.resolver_exact_paths = [] + self.resolver_prefix_paths = [] + + @classmethod + def add_implicit_resolver(cls, tag, regexp, first): + if not 'yaml_implicit_resolvers' in cls.__dict__: + implicit_resolvers = {} + for key in cls.yaml_implicit_resolvers: + implicit_resolvers[key] = cls.yaml_implicit_resolvers[key][:] + cls.yaml_implicit_resolvers = implicit_resolvers + if first is None: + first = [None] + for ch in first: + cls.yaml_implicit_resolvers.setdefault(ch, []).append((tag, regexp)) + + @classmethod + def add_path_resolver(cls, tag, path, kind=None): + # Note: `add_path_resolver` is experimental. The API could be changed. + # `new_path` is a pattern that is matched against the path from the + # root to the node that is being considered. `node_path` elements are + # tuples `(node_check, index_check)`. `node_check` is a node class: + # `ScalarNode`, `SequenceNode`, `MappingNode` or `None`. `None` + # matches any kind of a node. `index_check` could be `None`, a boolean + # value, a string value, or a number. `None` and `False` match against + # any _value_ of sequence and mapping nodes. `True` matches against + # any _key_ of a mapping node. A string `index_check` matches against + # a mapping value that corresponds to a scalar key which content is + # equal to the `index_check` value. An integer `index_check` matches + # against a sequence value with the index equal to `index_check`. + if not 'yaml_path_resolvers' in cls.__dict__: + cls.yaml_path_resolvers = cls.yaml_path_resolvers.copy() + new_path = [] + for element in path: + if isinstance(element, (list, tuple)): + if len(element) == 2: + node_check, index_check = element + elif len(element) == 1: + node_check = element[0] + index_check = True + else: + raise ResolverError("Invalid path element: %s" % element) + else: + node_check = None + index_check = element + if node_check is str: + node_check = ScalarNode + elif node_check is list: + node_check = SequenceNode + elif node_check is dict: + node_check = MappingNode + elif node_check not in [ScalarNode, SequenceNode, MappingNode] \ + and not isinstance(node_check, str) \ + and node_check is not None: + raise ResolverError("Invalid node checker: %s" % node_check) + if not isinstance(index_check, (str, int)) \ + and index_check is not None: + raise ResolverError("Invalid index checker: %s" % index_check) + new_path.append((node_check, index_check)) + if kind is str: + kind = ScalarNode + elif kind is list: + kind = SequenceNode + elif kind is dict: + kind = MappingNode + elif kind not in [ScalarNode, SequenceNode, MappingNode] \ + and kind is not None: + raise ResolverError("Invalid node kind: %s" % kind) + cls.yaml_path_resolvers[tuple(new_path), kind] = tag + + def descend_resolver(self, current_node, current_index): + if not self.yaml_path_resolvers: + return + exact_paths = {} + prefix_paths = [] + if current_node: + depth = len(self.resolver_prefix_paths) + for path, kind in self.resolver_prefix_paths[-1]: + if self.check_resolver_prefix(depth, path, kind, + current_node, current_index): + if len(path) > depth: + prefix_paths.append((path, kind)) + else: + exact_paths[kind] = self.yaml_path_resolvers[path, kind] + else: + for path, kind in self.yaml_path_resolvers: + if not path: + exact_paths[kind] = self.yaml_path_resolvers[path, kind] + else: + prefix_paths.append((path, kind)) + self.resolver_exact_paths.append(exact_paths) + self.resolver_prefix_paths.append(prefix_paths) + + def ascend_resolver(self): + if not self.yaml_path_resolvers: + return + self.resolver_exact_paths.pop() + self.resolver_prefix_paths.pop() + + def check_resolver_prefix(self, depth, path, kind, + current_node, current_index): + node_check, index_check = path[depth-1] + if isinstance(node_check, str): + if current_node.tag != node_check: + return + elif node_check is not None: + if not isinstance(current_node, node_check): + return + if index_check is True and current_index is not None: + return + if (index_check is False or index_check is None) \ + and current_index is None: + return + if isinstance(index_check, str): + if not (isinstance(current_index, ScalarNode) + and index_check == current_index.value): + return + elif isinstance(index_check, int) and not isinstance(index_check, bool): + if index_check != current_index: + return + return True + + def resolve(self, kind, value, implicit): + if kind is ScalarNode and implicit[0]: + if value == '': + resolvers = self.yaml_implicit_resolvers.get('', []) + else: + resolvers = self.yaml_implicit_resolvers.get(value[0], []) + wildcard_resolvers = self.yaml_implicit_resolvers.get(None, []) + for tag, regexp in resolvers + wildcard_resolvers: + if regexp.match(value): + return tag + implicit = implicit[1] + if self.yaml_path_resolvers: + exact_paths = self.resolver_exact_paths[-1] + if kind in exact_paths: + return exact_paths[kind] + if None in exact_paths: + return exact_paths[None] + if kind is ScalarNode: + return self.DEFAULT_SCALAR_TAG + elif kind is SequenceNode: + return self.DEFAULT_SEQUENCE_TAG + elif kind is MappingNode: + return self.DEFAULT_MAPPING_TAG + +class Resolver(BaseResolver): + pass + +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:bool', + re.compile(r'''^(?:yes|Yes|YES|no|No|NO + |true|True|TRUE|false|False|FALSE + |on|On|ON|off|Off|OFF)$''', re.X), + list('yYnNtTfFoO')) + +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:float', + re.compile(r'''^(?:[-+]?(?:[0-9][0-9_]*)\.[0-9_]*(?:[eE][-+][0-9]+)? + |\.[0-9][0-9_]*(?:[eE][-+][0-9]+)? + |[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]* + |[-+]?\.(?:inf|Inf|INF) + |\.(?:nan|NaN|NAN))$''', re.X), + list('-+0123456789.')) + +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:int', + re.compile(r'''^(?:[-+]?0b[0-1_]+ + |[-+]?0[0-7_]+ + |[-+]?(?:0|[1-9][0-9_]*) + |[-+]?0x[0-9a-fA-F_]+ + |[-+]?[1-9][0-9_]*(?::[0-5]?[0-9])+)$''', re.X), + list('-+0123456789')) + +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:merge', + re.compile(r'^(?:<<)$'), + ['<']) + +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:null', + re.compile(r'''^(?: ~ + |null|Null|NULL + | )$''', re.X), + ['~', 'n', 'N', '']) + +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:timestamp', + re.compile(r'''^(?:[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] + |[0-9][0-9][0-9][0-9] -[0-9][0-9]? -[0-9][0-9]? + (?:[Tt]|[ \t]+)[0-9][0-9]? + :[0-9][0-9] :[0-9][0-9] (?:\.[0-9]*)? + (?:[ \t]*(?:Z|[-+][0-9][0-9]?(?::[0-9][0-9])?))?)$''', re.X), + list('0123456789')) + +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:value', + re.compile(r'^(?:=)$'), + ['=']) + +# The following resolver is only for documentation purposes. It cannot work +# because plain scalars cannot start with '!', '&', or '*'. +Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:yaml', + re.compile(r'^(?:!|&|\*)$'), + list('!&*')) + diff --git a/venv/lib/python3.12/site-packages/yaml/scanner.py b/venv/lib/python3.12/site-packages/yaml/scanner.py new file mode 100644 index 0000000..de925b0 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/scanner.py @@ -0,0 +1,1435 @@ + +# Scanner produces tokens of the following types: +# STREAM-START +# STREAM-END +# DIRECTIVE(name, value) +# DOCUMENT-START +# DOCUMENT-END +# BLOCK-SEQUENCE-START +# BLOCK-MAPPING-START +# BLOCK-END +# FLOW-SEQUENCE-START +# FLOW-MAPPING-START +# FLOW-SEQUENCE-END +# FLOW-MAPPING-END +# BLOCK-ENTRY +# FLOW-ENTRY +# KEY +# VALUE +# ALIAS(value) +# ANCHOR(value) +# TAG(value) +# SCALAR(value, plain, style) +# +# Read comments in the Scanner code for more details. +# + +__all__ = ['Scanner', 'ScannerError'] + +from .error import MarkedYAMLError +from .tokens import * + +class ScannerError(MarkedYAMLError): + pass + +class SimpleKey: + # See below simple keys treatment. + + def __init__(self, token_number, required, index, line, column, mark): + self.token_number = token_number + self.required = required + self.index = index + self.line = line + self.column = column + self.mark = mark + +class Scanner: + + def __init__(self): + """Initialize the scanner.""" + # It is assumed that Scanner and Reader will have a common descendant. + # Reader do the dirty work of checking for BOM and converting the + # input data to Unicode. It also adds NUL to the end. + # + # Reader supports the following methods + # self.peek(i=0) # peek the next i-th character + # self.prefix(l=1) # peek the next l characters + # self.forward(l=1) # read the next l characters and move the pointer. + + # Had we reached the end of the stream? + self.done = False + + # The number of unclosed '{' and '['. `flow_level == 0` means block + # context. + self.flow_level = 0 + + # List of processed tokens that are not yet emitted. + self.tokens = [] + + # Add the STREAM-START token. + self.fetch_stream_start() + + # Number of tokens that were emitted through the `get_token` method. + self.tokens_taken = 0 + + # The current indentation level. + self.indent = -1 + + # Past indentation levels. + self.indents = [] + + # Variables related to simple keys treatment. + + # A simple key is a key that is not denoted by the '?' indicator. + # Example of simple keys: + # --- + # block simple key: value + # ? not a simple key: + # : { flow simple key: value } + # We emit the KEY token before all keys, so when we find a potential + # simple key, we try to locate the corresponding ':' indicator. + # Simple keys should be limited to a single line and 1024 characters. + + # Can a simple key start at the current position? A simple key may + # start: + # - at the beginning of the line, not counting indentation spaces + # (in block context), + # - after '{', '[', ',' (in the flow context), + # - after '?', ':', '-' (in the block context). + # In the block context, this flag also signifies if a block collection + # may start at the current position. + self.allow_simple_key = True + + # Keep track of possible simple keys. This is a dictionary. The key + # is `flow_level`; there can be no more that one possible simple key + # for each level. The value is a SimpleKey record: + # (token_number, required, index, line, column, mark) + # A simple key may start with ALIAS, ANCHOR, TAG, SCALAR(flow), + # '[', or '{' tokens. + self.possible_simple_keys = {} + + # Public methods. + + def check_token(self, *choices): + # Check if the next token is one of the given types. + while self.need_more_tokens(): + self.fetch_more_tokens() + if self.tokens: + if not choices: + return True + for choice in choices: + if isinstance(self.tokens[0], choice): + return True + return False + + def peek_token(self): + # Return the next token, but do not delete if from the queue. + # Return None if no more tokens. + while self.need_more_tokens(): + self.fetch_more_tokens() + if self.tokens: + return self.tokens[0] + else: + return None + + def get_token(self): + # Return the next token. + while self.need_more_tokens(): + self.fetch_more_tokens() + if self.tokens: + self.tokens_taken += 1 + return self.tokens.pop(0) + + # Private methods. + + def need_more_tokens(self): + if self.done: + return False + if not self.tokens: + return True + # The current token may be a potential simple key, so we + # need to look further. + self.stale_possible_simple_keys() + if self.next_possible_simple_key() == self.tokens_taken: + return True + + def fetch_more_tokens(self): + + # Eat whitespaces and comments until we reach the next token. + self.scan_to_next_token() + + # Remove obsolete possible simple keys. + self.stale_possible_simple_keys() + + # Compare the current indentation and column. It may add some tokens + # and decrease the current indentation level. + self.unwind_indent(self.column) + + # Peek the next character. + ch = self.peek() + + # Is it the end of stream? + if ch == '\0': + return self.fetch_stream_end() + + # Is it a directive? + if ch == '%' and self.check_directive(): + return self.fetch_directive() + + # Is it the document start? + if ch == '-' and self.check_document_start(): + return self.fetch_document_start() + + # Is it the document end? + if ch == '.' and self.check_document_end(): + return self.fetch_document_end() + + # TODO: support for BOM within a stream. + #if ch == '\uFEFF': + # return self.fetch_bom() <-- issue BOMToken + + # Note: the order of the following checks is NOT significant. + + # Is it the flow sequence start indicator? + if ch == '[': + return self.fetch_flow_sequence_start() + + # Is it the flow mapping start indicator? + if ch == '{': + return self.fetch_flow_mapping_start() + + # Is it the flow sequence end indicator? + if ch == ']': + return self.fetch_flow_sequence_end() + + # Is it the flow mapping end indicator? + if ch == '}': + return self.fetch_flow_mapping_end() + + # Is it the flow entry indicator? + if ch == ',': + return self.fetch_flow_entry() + + # Is it the block entry indicator? + if ch == '-' and self.check_block_entry(): + return self.fetch_block_entry() + + # Is it the key indicator? + if ch == '?' and self.check_key(): + return self.fetch_key() + + # Is it the value indicator? + if ch == ':' and self.check_value(): + return self.fetch_value() + + # Is it an alias? + if ch == '*': + return self.fetch_alias() + + # Is it an anchor? + if ch == '&': + return self.fetch_anchor() + + # Is it a tag? + if ch == '!': + return self.fetch_tag() + + # Is it a literal scalar? + if ch == '|' and not self.flow_level: + return self.fetch_literal() + + # Is it a folded scalar? + if ch == '>' and not self.flow_level: + return self.fetch_folded() + + # Is it a single quoted scalar? + if ch == '\'': + return self.fetch_single() + + # Is it a double quoted scalar? + if ch == '\"': + return self.fetch_double() + + # It must be a plain scalar then. + if self.check_plain(): + return self.fetch_plain() + + # No? It's an error. Let's produce a nice error message. + raise ScannerError("while scanning for the next token", None, + "found character %r that cannot start any token" % ch, + self.get_mark()) + + # Simple keys treatment. + + def next_possible_simple_key(self): + # Return the number of the nearest possible simple key. Actually we + # don't need to loop through the whole dictionary. We may replace it + # with the following code: + # if not self.possible_simple_keys: + # return None + # return self.possible_simple_keys[ + # min(self.possible_simple_keys.keys())].token_number + min_token_number = None + for level in self.possible_simple_keys: + key = self.possible_simple_keys[level] + if min_token_number is None or key.token_number < min_token_number: + min_token_number = key.token_number + return min_token_number + + def stale_possible_simple_keys(self): + # Remove entries that are no longer possible simple keys. According to + # the YAML specification, simple keys + # - should be limited to a single line, + # - should be no longer than 1024 characters. + # Disabling this procedure will allow simple keys of any length and + # height (may cause problems if indentation is broken though). + for level in list(self.possible_simple_keys): + key = self.possible_simple_keys[level] + if key.line != self.line \ + or self.index-key.index > 1024: + if key.required: + raise ScannerError("while scanning a simple key", key.mark, + "could not find expected ':'", self.get_mark()) + del self.possible_simple_keys[level] + + def save_possible_simple_key(self): + # The next token may start a simple key. We check if it's possible + # and save its position. This function is called for + # ALIAS, ANCHOR, TAG, SCALAR(flow), '[', and '{'. + + # Check if a simple key is required at the current position. + required = not self.flow_level and self.indent == self.column + + # The next token might be a simple key. Let's save it's number and + # position. + if self.allow_simple_key: + self.remove_possible_simple_key() + token_number = self.tokens_taken+len(self.tokens) + key = SimpleKey(token_number, required, + self.index, self.line, self.column, self.get_mark()) + self.possible_simple_keys[self.flow_level] = key + + def remove_possible_simple_key(self): + # Remove the saved possible key position at the current flow level. + if self.flow_level in self.possible_simple_keys: + key = self.possible_simple_keys[self.flow_level] + + if key.required: + raise ScannerError("while scanning a simple key", key.mark, + "could not find expected ':'", self.get_mark()) + + del self.possible_simple_keys[self.flow_level] + + # Indentation functions. + + def unwind_indent(self, column): + + ## In flow context, tokens should respect indentation. + ## Actually the condition should be `self.indent >= column` according to + ## the spec. But this condition will prohibit intuitively correct + ## constructions such as + ## key : { + ## } + #if self.flow_level and self.indent > column: + # raise ScannerError(None, None, + # "invalid indentation or unclosed '[' or '{'", + # self.get_mark()) + + # In the flow context, indentation is ignored. We make the scanner less + # restrictive then specification requires. + if self.flow_level: + return + + # In block context, we may need to issue the BLOCK-END tokens. + while self.indent > column: + mark = self.get_mark() + self.indent = self.indents.pop() + self.tokens.append(BlockEndToken(mark, mark)) + + def add_indent(self, column): + # Check if we need to increase indentation. + if self.indent < column: + self.indents.append(self.indent) + self.indent = column + return True + return False + + # Fetchers. + + def fetch_stream_start(self): + # We always add STREAM-START as the first token and STREAM-END as the + # last token. + + # Read the token. + mark = self.get_mark() + + # Add STREAM-START. + self.tokens.append(StreamStartToken(mark, mark, + encoding=self.encoding)) + + + def fetch_stream_end(self): + + # Set the current indentation to -1. + self.unwind_indent(-1) + + # Reset simple keys. + self.remove_possible_simple_key() + self.allow_simple_key = False + self.possible_simple_keys = {} + + # Read the token. + mark = self.get_mark() + + # Add STREAM-END. + self.tokens.append(StreamEndToken(mark, mark)) + + # The steam is finished. + self.done = True + + def fetch_directive(self): + + # Set the current indentation to -1. + self.unwind_indent(-1) + + # Reset simple keys. + self.remove_possible_simple_key() + self.allow_simple_key = False + + # Scan and add DIRECTIVE. + self.tokens.append(self.scan_directive()) + + def fetch_document_start(self): + self.fetch_document_indicator(DocumentStartToken) + + def fetch_document_end(self): + self.fetch_document_indicator(DocumentEndToken) + + def fetch_document_indicator(self, TokenClass): + + # Set the current indentation to -1. + self.unwind_indent(-1) + + # Reset simple keys. Note that there could not be a block collection + # after '---'. + self.remove_possible_simple_key() + self.allow_simple_key = False + + # Add DOCUMENT-START or DOCUMENT-END. + start_mark = self.get_mark() + self.forward(3) + end_mark = self.get_mark() + self.tokens.append(TokenClass(start_mark, end_mark)) + + def fetch_flow_sequence_start(self): + self.fetch_flow_collection_start(FlowSequenceStartToken) + + def fetch_flow_mapping_start(self): + self.fetch_flow_collection_start(FlowMappingStartToken) + + def fetch_flow_collection_start(self, TokenClass): + + # '[' and '{' may start a simple key. + self.save_possible_simple_key() + + # Increase the flow level. + self.flow_level += 1 + + # Simple keys are allowed after '[' and '{'. + self.allow_simple_key = True + + # Add FLOW-SEQUENCE-START or FLOW-MAPPING-START. + start_mark = self.get_mark() + self.forward() + end_mark = self.get_mark() + self.tokens.append(TokenClass(start_mark, end_mark)) + + def fetch_flow_sequence_end(self): + self.fetch_flow_collection_end(FlowSequenceEndToken) + + def fetch_flow_mapping_end(self): + self.fetch_flow_collection_end(FlowMappingEndToken) + + def fetch_flow_collection_end(self, TokenClass): + + # Reset possible simple key on the current level. + self.remove_possible_simple_key() + + # Decrease the flow level. + self.flow_level -= 1 + + # No simple keys after ']' or '}'. + self.allow_simple_key = False + + # Add FLOW-SEQUENCE-END or FLOW-MAPPING-END. + start_mark = self.get_mark() + self.forward() + end_mark = self.get_mark() + self.tokens.append(TokenClass(start_mark, end_mark)) + + def fetch_flow_entry(self): + + # Simple keys are allowed after ','. + self.allow_simple_key = True + + # Reset possible simple key on the current level. + self.remove_possible_simple_key() + + # Add FLOW-ENTRY. + start_mark = self.get_mark() + self.forward() + end_mark = self.get_mark() + self.tokens.append(FlowEntryToken(start_mark, end_mark)) + + def fetch_block_entry(self): + + # Block context needs additional checks. + if not self.flow_level: + + # Are we allowed to start a new entry? + if not self.allow_simple_key: + raise ScannerError(None, None, + "sequence entries are not allowed here", + self.get_mark()) + + # We may need to add BLOCK-SEQUENCE-START. + if self.add_indent(self.column): + mark = self.get_mark() + self.tokens.append(BlockSequenceStartToken(mark, mark)) + + # It's an error for the block entry to occur in the flow context, + # but we let the parser detect this. + else: + pass + + # Simple keys are allowed after '-'. + self.allow_simple_key = True + + # Reset possible simple key on the current level. + self.remove_possible_simple_key() + + # Add BLOCK-ENTRY. + start_mark = self.get_mark() + self.forward() + end_mark = self.get_mark() + self.tokens.append(BlockEntryToken(start_mark, end_mark)) + + def fetch_key(self): + + # Block context needs additional checks. + if not self.flow_level: + + # Are we allowed to start a key (not necessary a simple)? + if not self.allow_simple_key: + raise ScannerError(None, None, + "mapping keys are not allowed here", + self.get_mark()) + + # We may need to add BLOCK-MAPPING-START. + if self.add_indent(self.column): + mark = self.get_mark() + self.tokens.append(BlockMappingStartToken(mark, mark)) + + # Simple keys are allowed after '?' in the block context. + self.allow_simple_key = not self.flow_level + + # Reset possible simple key on the current level. + self.remove_possible_simple_key() + + # Add KEY. + start_mark = self.get_mark() + self.forward() + end_mark = self.get_mark() + self.tokens.append(KeyToken(start_mark, end_mark)) + + def fetch_value(self): + + # Do we determine a simple key? + if self.flow_level in self.possible_simple_keys: + + # Add KEY. + key = self.possible_simple_keys[self.flow_level] + del self.possible_simple_keys[self.flow_level] + self.tokens.insert(key.token_number-self.tokens_taken, + KeyToken(key.mark, key.mark)) + + # If this key starts a new block mapping, we need to add + # BLOCK-MAPPING-START. + if not self.flow_level: + if self.add_indent(key.column): + self.tokens.insert(key.token_number-self.tokens_taken, + BlockMappingStartToken(key.mark, key.mark)) + + # There cannot be two simple keys one after another. + self.allow_simple_key = False + + # It must be a part of a complex key. + else: + + # Block context needs additional checks. + # (Do we really need them? They will be caught by the parser + # anyway.) + if not self.flow_level: + + # We are allowed to start a complex value if and only if + # we can start a simple key. + if not self.allow_simple_key: + raise ScannerError(None, None, + "mapping values are not allowed here", + self.get_mark()) + + # If this value starts a new block mapping, we need to add + # BLOCK-MAPPING-START. It will be detected as an error later by + # the parser. + if not self.flow_level: + if self.add_indent(self.column): + mark = self.get_mark() + self.tokens.append(BlockMappingStartToken(mark, mark)) + + # Simple keys are allowed after ':' in the block context. + self.allow_simple_key = not self.flow_level + + # Reset possible simple key on the current level. + self.remove_possible_simple_key() + + # Add VALUE. + start_mark = self.get_mark() + self.forward() + end_mark = self.get_mark() + self.tokens.append(ValueToken(start_mark, end_mark)) + + def fetch_alias(self): + + # ALIAS could be a simple key. + self.save_possible_simple_key() + + # No simple keys after ALIAS. + self.allow_simple_key = False + + # Scan and add ALIAS. + self.tokens.append(self.scan_anchor(AliasToken)) + + def fetch_anchor(self): + + # ANCHOR could start a simple key. + self.save_possible_simple_key() + + # No simple keys after ANCHOR. + self.allow_simple_key = False + + # Scan and add ANCHOR. + self.tokens.append(self.scan_anchor(AnchorToken)) + + def fetch_tag(self): + + # TAG could start a simple key. + self.save_possible_simple_key() + + # No simple keys after TAG. + self.allow_simple_key = False + + # Scan and add TAG. + self.tokens.append(self.scan_tag()) + + def fetch_literal(self): + self.fetch_block_scalar(style='|') + + def fetch_folded(self): + self.fetch_block_scalar(style='>') + + def fetch_block_scalar(self, style): + + # A simple key may follow a block scalar. + self.allow_simple_key = True + + # Reset possible simple key on the current level. + self.remove_possible_simple_key() + + # Scan and add SCALAR. + self.tokens.append(self.scan_block_scalar(style)) + + def fetch_single(self): + self.fetch_flow_scalar(style='\'') + + def fetch_double(self): + self.fetch_flow_scalar(style='"') + + def fetch_flow_scalar(self, style): + + # A flow scalar could be a simple key. + self.save_possible_simple_key() + + # No simple keys after flow scalars. + self.allow_simple_key = False + + # Scan and add SCALAR. + self.tokens.append(self.scan_flow_scalar(style)) + + def fetch_plain(self): + + # A plain scalar could be a simple key. + self.save_possible_simple_key() + + # No simple keys after plain scalars. But note that `scan_plain` will + # change this flag if the scan is finished at the beginning of the + # line. + self.allow_simple_key = False + + # Scan and add SCALAR. May change `allow_simple_key`. + self.tokens.append(self.scan_plain()) + + # Checkers. + + def check_directive(self): + + # DIRECTIVE: ^ '%' ... + # The '%' indicator is already checked. + if self.column == 0: + return True + + def check_document_start(self): + + # DOCUMENT-START: ^ '---' (' '|'\n') + if self.column == 0: + if self.prefix(3) == '---' \ + and self.peek(3) in '\0 \t\r\n\x85\u2028\u2029': + return True + + def check_document_end(self): + + # DOCUMENT-END: ^ '...' (' '|'\n') + if self.column == 0: + if self.prefix(3) == '...' \ + and self.peek(3) in '\0 \t\r\n\x85\u2028\u2029': + return True + + def check_block_entry(self): + + # BLOCK-ENTRY: '-' (' '|'\n') + return self.peek(1) in '\0 \t\r\n\x85\u2028\u2029' + + def check_key(self): + + # KEY(flow context): '?' + if self.flow_level: + return True + + # KEY(block context): '?' (' '|'\n') + else: + return self.peek(1) in '\0 \t\r\n\x85\u2028\u2029' + + def check_value(self): + + # VALUE(flow context): ':' + if self.flow_level: + return True + + # VALUE(block context): ':' (' '|'\n') + else: + return self.peek(1) in '\0 \t\r\n\x85\u2028\u2029' + + def check_plain(self): + + # A plain scalar may start with any non-space character except: + # '-', '?', ':', ',', '[', ']', '{', '}', + # '#', '&', '*', '!', '|', '>', '\'', '\"', + # '%', '@', '`'. + # + # It may also start with + # '-', '?', ':' + # if it is followed by a non-space character. + # + # Note that we limit the last rule to the block context (except the + # '-' character) because we want the flow context to be space + # independent. + ch = self.peek() + return ch not in '\0 \t\r\n\x85\u2028\u2029-?:,[]{}#&*!|>\'\"%@`' \ + or (self.peek(1) not in '\0 \t\r\n\x85\u2028\u2029' + and (ch == '-' or (not self.flow_level and ch in '?:'))) + + # Scanners. + + def scan_to_next_token(self): + # We ignore spaces, line breaks and comments. + # If we find a line break in the block context, we set the flag + # `allow_simple_key` on. + # The byte order mark is stripped if it's the first character in the + # stream. We do not yet support BOM inside the stream as the + # specification requires. Any such mark will be considered as a part + # of the document. + # + # TODO: We need to make tab handling rules more sane. A good rule is + # Tabs cannot precede tokens + # BLOCK-SEQUENCE-START, BLOCK-MAPPING-START, BLOCK-END, + # KEY(block), VALUE(block), BLOCK-ENTRY + # So the checking code is + # if : + # self.allow_simple_keys = False + # We also need to add the check for `allow_simple_keys == True` to + # `unwind_indent` before issuing BLOCK-END. + # Scanners for block, flow, and plain scalars need to be modified. + + if self.index == 0 and self.peek() == '\uFEFF': + self.forward() + found = False + while not found: + while self.peek() == ' ': + self.forward() + if self.peek() == '#': + while self.peek() not in '\0\r\n\x85\u2028\u2029': + self.forward() + if self.scan_line_break(): + if not self.flow_level: + self.allow_simple_key = True + else: + found = True + + def scan_directive(self): + # See the specification for details. + start_mark = self.get_mark() + self.forward() + name = self.scan_directive_name(start_mark) + value = None + if name == 'YAML': + value = self.scan_yaml_directive_value(start_mark) + end_mark = self.get_mark() + elif name == 'TAG': + value = self.scan_tag_directive_value(start_mark) + end_mark = self.get_mark() + else: + end_mark = self.get_mark() + while self.peek() not in '\0\r\n\x85\u2028\u2029': + self.forward() + self.scan_directive_ignored_line(start_mark) + return DirectiveToken(name, value, start_mark, end_mark) + + def scan_directive_name(self, start_mark): + # See the specification for details. + length = 0 + ch = self.peek(length) + while '0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-_': + length += 1 + ch = self.peek(length) + if not length: + raise ScannerError("while scanning a directive", start_mark, + "expected alphabetic or numeric character, but found %r" + % ch, self.get_mark()) + value = self.prefix(length) + self.forward(length) + ch = self.peek() + if ch not in '\0 \r\n\x85\u2028\u2029': + raise ScannerError("while scanning a directive", start_mark, + "expected alphabetic or numeric character, but found %r" + % ch, self.get_mark()) + return value + + def scan_yaml_directive_value(self, start_mark): + # See the specification for details. + while self.peek() == ' ': + self.forward() + major = self.scan_yaml_directive_number(start_mark) + if self.peek() != '.': + raise ScannerError("while scanning a directive", start_mark, + "expected a digit or '.', but found %r" % self.peek(), + self.get_mark()) + self.forward() + minor = self.scan_yaml_directive_number(start_mark) + if self.peek() not in '\0 \r\n\x85\u2028\u2029': + raise ScannerError("while scanning a directive", start_mark, + "expected a digit or ' ', but found %r" % self.peek(), + self.get_mark()) + return (major, minor) + + def scan_yaml_directive_number(self, start_mark): + # See the specification for details. + ch = self.peek() + if not ('0' <= ch <= '9'): + raise ScannerError("while scanning a directive", start_mark, + "expected a digit, but found %r" % ch, self.get_mark()) + length = 0 + while '0' <= self.peek(length) <= '9': + length += 1 + value = int(self.prefix(length)) + self.forward(length) + return value + + def scan_tag_directive_value(self, start_mark): + # See the specification for details. + while self.peek() == ' ': + self.forward() + handle = self.scan_tag_directive_handle(start_mark) + while self.peek() == ' ': + self.forward() + prefix = self.scan_tag_directive_prefix(start_mark) + return (handle, prefix) + + def scan_tag_directive_handle(self, start_mark): + # See the specification for details. + value = self.scan_tag_handle('directive', start_mark) + ch = self.peek() + if ch != ' ': + raise ScannerError("while scanning a directive", start_mark, + "expected ' ', but found %r" % ch, self.get_mark()) + return value + + def scan_tag_directive_prefix(self, start_mark): + # See the specification for details. + value = self.scan_tag_uri('directive', start_mark) + ch = self.peek() + if ch not in '\0 \r\n\x85\u2028\u2029': + raise ScannerError("while scanning a directive", start_mark, + "expected ' ', but found %r" % ch, self.get_mark()) + return value + + def scan_directive_ignored_line(self, start_mark): + # See the specification for details. + while self.peek() == ' ': + self.forward() + if self.peek() == '#': + while self.peek() not in '\0\r\n\x85\u2028\u2029': + self.forward() + ch = self.peek() + if ch not in '\0\r\n\x85\u2028\u2029': + raise ScannerError("while scanning a directive", start_mark, + "expected a comment or a line break, but found %r" + % ch, self.get_mark()) + self.scan_line_break() + + def scan_anchor(self, TokenClass): + # The specification does not restrict characters for anchors and + # aliases. This may lead to problems, for instance, the document: + # [ *alias, value ] + # can be interpreted in two ways, as + # [ "value" ] + # and + # [ *alias , "value" ] + # Therefore we restrict aliases to numbers and ASCII letters. + start_mark = self.get_mark() + indicator = self.peek() + if indicator == '*': + name = 'alias' + else: + name = 'anchor' + self.forward() + length = 0 + ch = self.peek(length) + while '0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-_': + length += 1 + ch = self.peek(length) + if not length: + raise ScannerError("while scanning an %s" % name, start_mark, + "expected alphabetic or numeric character, but found %r" + % ch, self.get_mark()) + value = self.prefix(length) + self.forward(length) + ch = self.peek() + if ch not in '\0 \t\r\n\x85\u2028\u2029?:,]}%@`': + raise ScannerError("while scanning an %s" % name, start_mark, + "expected alphabetic or numeric character, but found %r" + % ch, self.get_mark()) + end_mark = self.get_mark() + return TokenClass(value, start_mark, end_mark) + + def scan_tag(self): + # See the specification for details. + start_mark = self.get_mark() + ch = self.peek(1) + if ch == '<': + handle = None + self.forward(2) + suffix = self.scan_tag_uri('tag', start_mark) + if self.peek() != '>': + raise ScannerError("while parsing a tag", start_mark, + "expected '>', but found %r" % self.peek(), + self.get_mark()) + self.forward() + elif ch in '\0 \t\r\n\x85\u2028\u2029': + handle = None + suffix = '!' + self.forward() + else: + length = 1 + use_handle = False + while ch not in '\0 \r\n\x85\u2028\u2029': + if ch == '!': + use_handle = True + break + length += 1 + ch = self.peek(length) + handle = '!' + if use_handle: + handle = self.scan_tag_handle('tag', start_mark) + else: + handle = '!' + self.forward() + suffix = self.scan_tag_uri('tag', start_mark) + ch = self.peek() + if ch not in '\0 \r\n\x85\u2028\u2029': + raise ScannerError("while scanning a tag", start_mark, + "expected ' ', but found %r" % ch, self.get_mark()) + value = (handle, suffix) + end_mark = self.get_mark() + return TagToken(value, start_mark, end_mark) + + def scan_block_scalar(self, style): + # See the specification for details. + + if style == '>': + folded = True + else: + folded = False + + chunks = [] + start_mark = self.get_mark() + + # Scan the header. + self.forward() + chomping, increment = self.scan_block_scalar_indicators(start_mark) + self.scan_block_scalar_ignored_line(start_mark) + + # Determine the indentation level and go to the first non-empty line. + min_indent = self.indent+1 + if min_indent < 1: + min_indent = 1 + if increment is None: + breaks, max_indent, end_mark = self.scan_block_scalar_indentation() + indent = max(min_indent, max_indent) + else: + indent = min_indent+increment-1 + breaks, end_mark = self.scan_block_scalar_breaks(indent) + line_break = '' + + # Scan the inner part of the block scalar. + while self.column == indent and self.peek() != '\0': + chunks.extend(breaks) + leading_non_space = self.peek() not in ' \t' + length = 0 + while self.peek(length) not in '\0\r\n\x85\u2028\u2029': + length += 1 + chunks.append(self.prefix(length)) + self.forward(length) + line_break = self.scan_line_break() + breaks, end_mark = self.scan_block_scalar_breaks(indent) + if self.column == indent and self.peek() != '\0': + + # Unfortunately, folding rules are ambiguous. + # + # This is the folding according to the specification: + + if folded and line_break == '\n' \ + and leading_non_space and self.peek() not in ' \t': + if not breaks: + chunks.append(' ') + else: + chunks.append(line_break) + + # This is Clark Evans's interpretation (also in the spec + # examples): + # + #if folded and line_break == '\n': + # if not breaks: + # if self.peek() not in ' \t': + # chunks.append(' ') + # else: + # chunks.append(line_break) + #else: + # chunks.append(line_break) + else: + break + + # Chomp the tail. + if chomping is not False: + chunks.append(line_break) + if chomping is True: + chunks.extend(breaks) + + # We are done. + return ScalarToken(''.join(chunks), False, start_mark, end_mark, + style) + + def scan_block_scalar_indicators(self, start_mark): + # See the specification for details. + chomping = None + increment = None + ch = self.peek() + if ch in '+-': + if ch == '+': + chomping = True + else: + chomping = False + self.forward() + ch = self.peek() + if ch in '0123456789': + increment = int(ch) + if increment == 0: + raise ScannerError("while scanning a block scalar", start_mark, + "expected indentation indicator in the range 1-9, but found 0", + self.get_mark()) + self.forward() + elif ch in '0123456789': + increment = int(ch) + if increment == 0: + raise ScannerError("while scanning a block scalar", start_mark, + "expected indentation indicator in the range 1-9, but found 0", + self.get_mark()) + self.forward() + ch = self.peek() + if ch in '+-': + if ch == '+': + chomping = True + else: + chomping = False + self.forward() + ch = self.peek() + if ch not in '\0 \r\n\x85\u2028\u2029': + raise ScannerError("while scanning a block scalar", start_mark, + "expected chomping or indentation indicators, but found %r" + % ch, self.get_mark()) + return chomping, increment + + def scan_block_scalar_ignored_line(self, start_mark): + # See the specification for details. + while self.peek() == ' ': + self.forward() + if self.peek() == '#': + while self.peek() not in '\0\r\n\x85\u2028\u2029': + self.forward() + ch = self.peek() + if ch not in '\0\r\n\x85\u2028\u2029': + raise ScannerError("while scanning a block scalar", start_mark, + "expected a comment or a line break, but found %r" % ch, + self.get_mark()) + self.scan_line_break() + + def scan_block_scalar_indentation(self): + # See the specification for details. + chunks = [] + max_indent = 0 + end_mark = self.get_mark() + while self.peek() in ' \r\n\x85\u2028\u2029': + if self.peek() != ' ': + chunks.append(self.scan_line_break()) + end_mark = self.get_mark() + else: + self.forward() + if self.column > max_indent: + max_indent = self.column + return chunks, max_indent, end_mark + + def scan_block_scalar_breaks(self, indent): + # See the specification for details. + chunks = [] + end_mark = self.get_mark() + while self.column < indent and self.peek() == ' ': + self.forward() + while self.peek() in '\r\n\x85\u2028\u2029': + chunks.append(self.scan_line_break()) + end_mark = self.get_mark() + while self.column < indent and self.peek() == ' ': + self.forward() + return chunks, end_mark + + def scan_flow_scalar(self, style): + # See the specification for details. + # Note that we loose indentation rules for quoted scalars. Quoted + # scalars don't need to adhere indentation because " and ' clearly + # mark the beginning and the end of them. Therefore we are less + # restrictive then the specification requires. We only need to check + # that document separators are not included in scalars. + if style == '"': + double = True + else: + double = False + chunks = [] + start_mark = self.get_mark() + quote = self.peek() + self.forward() + chunks.extend(self.scan_flow_scalar_non_spaces(double, start_mark)) + while self.peek() != quote: + chunks.extend(self.scan_flow_scalar_spaces(double, start_mark)) + chunks.extend(self.scan_flow_scalar_non_spaces(double, start_mark)) + self.forward() + end_mark = self.get_mark() + return ScalarToken(''.join(chunks), False, start_mark, end_mark, + style) + + ESCAPE_REPLACEMENTS = { + '0': '\0', + 'a': '\x07', + 'b': '\x08', + 't': '\x09', + '\t': '\x09', + 'n': '\x0A', + 'v': '\x0B', + 'f': '\x0C', + 'r': '\x0D', + 'e': '\x1B', + ' ': '\x20', + '\"': '\"', + '\\': '\\', + '/': '/', + 'N': '\x85', + '_': '\xA0', + 'L': '\u2028', + 'P': '\u2029', + } + + ESCAPE_CODES = { + 'x': 2, + 'u': 4, + 'U': 8, + } + + def scan_flow_scalar_non_spaces(self, double, start_mark): + # See the specification for details. + chunks = [] + while True: + length = 0 + while self.peek(length) not in '\'\"\\\0 \t\r\n\x85\u2028\u2029': + length += 1 + if length: + chunks.append(self.prefix(length)) + self.forward(length) + ch = self.peek() + if not double and ch == '\'' and self.peek(1) == '\'': + chunks.append('\'') + self.forward(2) + elif (double and ch == '\'') or (not double and ch in '\"\\'): + chunks.append(ch) + self.forward() + elif double and ch == '\\': + self.forward() + ch = self.peek() + if ch in self.ESCAPE_REPLACEMENTS: + chunks.append(self.ESCAPE_REPLACEMENTS[ch]) + self.forward() + elif ch in self.ESCAPE_CODES: + length = self.ESCAPE_CODES[ch] + self.forward() + for k in range(length): + if self.peek(k) not in '0123456789ABCDEFabcdef': + raise ScannerError("while scanning a double-quoted scalar", start_mark, + "expected escape sequence of %d hexadecimal numbers, but found %r" % + (length, self.peek(k)), self.get_mark()) + code = int(self.prefix(length), 16) + chunks.append(chr(code)) + self.forward(length) + elif ch in '\r\n\x85\u2028\u2029': + self.scan_line_break() + chunks.extend(self.scan_flow_scalar_breaks(double, start_mark)) + else: + raise ScannerError("while scanning a double-quoted scalar", start_mark, + "found unknown escape character %r" % ch, self.get_mark()) + else: + return chunks + + def scan_flow_scalar_spaces(self, double, start_mark): + # See the specification for details. + chunks = [] + length = 0 + while self.peek(length) in ' \t': + length += 1 + whitespaces = self.prefix(length) + self.forward(length) + ch = self.peek() + if ch == '\0': + raise ScannerError("while scanning a quoted scalar", start_mark, + "found unexpected end of stream", self.get_mark()) + elif ch in '\r\n\x85\u2028\u2029': + line_break = self.scan_line_break() + breaks = self.scan_flow_scalar_breaks(double, start_mark) + if line_break != '\n': + chunks.append(line_break) + elif not breaks: + chunks.append(' ') + chunks.extend(breaks) + else: + chunks.append(whitespaces) + return chunks + + def scan_flow_scalar_breaks(self, double, start_mark): + # See the specification for details. + chunks = [] + while True: + # Instead of checking indentation, we check for document + # separators. + prefix = self.prefix(3) + if (prefix == '---' or prefix == '...') \ + and self.peek(3) in '\0 \t\r\n\x85\u2028\u2029': + raise ScannerError("while scanning a quoted scalar", start_mark, + "found unexpected document separator", self.get_mark()) + while self.peek() in ' \t': + self.forward() + if self.peek() in '\r\n\x85\u2028\u2029': + chunks.append(self.scan_line_break()) + else: + return chunks + + def scan_plain(self): + # See the specification for details. + # We add an additional restriction for the flow context: + # plain scalars in the flow context cannot contain ',' or '?'. + # We also keep track of the `allow_simple_key` flag here. + # Indentation rules are loosed for the flow context. + chunks = [] + start_mark = self.get_mark() + end_mark = start_mark + indent = self.indent+1 + # We allow zero indentation for scalars, but then we need to check for + # document separators at the beginning of the line. + #if indent == 0: + # indent = 1 + spaces = [] + while True: + length = 0 + if self.peek() == '#': + break + while True: + ch = self.peek(length) + if ch in '\0 \t\r\n\x85\u2028\u2029' \ + or (ch == ':' and + self.peek(length+1) in '\0 \t\r\n\x85\u2028\u2029' + + (u',[]{}' if self.flow_level else u''))\ + or (self.flow_level and ch in ',?[]{}'): + break + length += 1 + if length == 0: + break + self.allow_simple_key = False + chunks.extend(spaces) + chunks.append(self.prefix(length)) + self.forward(length) + end_mark = self.get_mark() + spaces = self.scan_plain_spaces(indent, start_mark) + if not spaces or self.peek() == '#' \ + or (not self.flow_level and self.column < indent): + break + return ScalarToken(''.join(chunks), True, start_mark, end_mark) + + def scan_plain_spaces(self, indent, start_mark): + # See the specification for details. + # The specification is really confusing about tabs in plain scalars. + # We just forbid them completely. Do not use tabs in YAML! + chunks = [] + length = 0 + while self.peek(length) in ' ': + length += 1 + whitespaces = self.prefix(length) + self.forward(length) + ch = self.peek() + if ch in '\r\n\x85\u2028\u2029': + line_break = self.scan_line_break() + self.allow_simple_key = True + prefix = self.prefix(3) + if (prefix == '---' or prefix == '...') \ + and self.peek(3) in '\0 \t\r\n\x85\u2028\u2029': + return + breaks = [] + while self.peek() in ' \r\n\x85\u2028\u2029': + if self.peek() == ' ': + self.forward() + else: + breaks.append(self.scan_line_break()) + prefix = self.prefix(3) + if (prefix == '---' or prefix == '...') \ + and self.peek(3) in '\0 \t\r\n\x85\u2028\u2029': + return + if line_break != '\n': + chunks.append(line_break) + elif not breaks: + chunks.append(' ') + chunks.extend(breaks) + elif whitespaces: + chunks.append(whitespaces) + return chunks + + def scan_tag_handle(self, name, start_mark): + # See the specification for details. + # For some strange reasons, the specification does not allow '_' in + # tag handles. I have allowed it anyway. + ch = self.peek() + if ch != '!': + raise ScannerError("while scanning a %s" % name, start_mark, + "expected '!', but found %r" % ch, self.get_mark()) + length = 1 + ch = self.peek(length) + if ch != ' ': + while '0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-_': + length += 1 + ch = self.peek(length) + if ch != '!': + self.forward(length) + raise ScannerError("while scanning a %s" % name, start_mark, + "expected '!', but found %r" % ch, self.get_mark()) + length += 1 + value = self.prefix(length) + self.forward(length) + return value + + def scan_tag_uri(self, name, start_mark): + # See the specification for details. + # Note: we do not check if URI is well-formed. + chunks = [] + length = 0 + ch = self.peek(length) + while '0' <= ch <= '9' or 'A' <= ch <= 'Z' or 'a' <= ch <= 'z' \ + or ch in '-;/?:@&=+$,_.!~*\'()[]%': + if ch == '%': + chunks.append(self.prefix(length)) + self.forward(length) + length = 0 + chunks.append(self.scan_uri_escapes(name, start_mark)) + else: + length += 1 + ch = self.peek(length) + if length: + chunks.append(self.prefix(length)) + self.forward(length) + length = 0 + if not chunks: + raise ScannerError("while parsing a %s" % name, start_mark, + "expected URI, but found %r" % ch, self.get_mark()) + return ''.join(chunks) + + def scan_uri_escapes(self, name, start_mark): + # See the specification for details. + codes = [] + mark = self.get_mark() + while self.peek() == '%': + self.forward() + for k in range(2): + if self.peek(k) not in '0123456789ABCDEFabcdef': + raise ScannerError("while scanning a %s" % name, start_mark, + "expected URI escape sequence of 2 hexadecimal numbers, but found %r" + % self.peek(k), self.get_mark()) + codes.append(int(self.prefix(2), 16)) + self.forward(2) + try: + value = bytes(codes).decode('utf-8') + except UnicodeDecodeError as exc: + raise ScannerError("while scanning a %s" % name, start_mark, str(exc), mark) + return value + + def scan_line_break(self): + # Transforms: + # '\r\n' : '\n' + # '\r' : '\n' + # '\n' : '\n' + # '\x85' : '\n' + # '\u2028' : '\u2028' + # '\u2029 : '\u2029' + # default : '' + ch = self.peek() + if ch in '\r\n\x85': + if self.prefix(2) == '\r\n': + self.forward(2) + else: + self.forward() + return '\n' + elif ch in '\u2028\u2029': + self.forward() + return ch + return '' diff --git a/venv/lib/python3.12/site-packages/yaml/serializer.py b/venv/lib/python3.12/site-packages/yaml/serializer.py new file mode 100644 index 0000000..fe911e6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/serializer.py @@ -0,0 +1,111 @@ + +__all__ = ['Serializer', 'SerializerError'] + +from .error import YAMLError +from .events import * +from .nodes import * + +class SerializerError(YAMLError): + pass + +class Serializer: + + ANCHOR_TEMPLATE = 'id%03d' + + def __init__(self, encoding=None, + explicit_start=None, explicit_end=None, version=None, tags=None): + self.use_encoding = encoding + self.use_explicit_start = explicit_start + self.use_explicit_end = explicit_end + self.use_version = version + self.use_tags = tags + self.serialized_nodes = {} + self.anchors = {} + self.last_anchor_id = 0 + self.closed = None + + def open(self): + if self.closed is None: + self.emit(StreamStartEvent(encoding=self.use_encoding)) + self.closed = False + elif self.closed: + raise SerializerError("serializer is closed") + else: + raise SerializerError("serializer is already opened") + + def close(self): + if self.closed is None: + raise SerializerError("serializer is not opened") + elif not self.closed: + self.emit(StreamEndEvent()) + self.closed = True + + #def __del__(self): + # self.close() + + def serialize(self, node): + if self.closed is None: + raise SerializerError("serializer is not opened") + elif self.closed: + raise SerializerError("serializer is closed") + self.emit(DocumentStartEvent(explicit=self.use_explicit_start, + version=self.use_version, tags=self.use_tags)) + self.anchor_node(node) + self.serialize_node(node, None, None) + self.emit(DocumentEndEvent(explicit=self.use_explicit_end)) + self.serialized_nodes = {} + self.anchors = {} + self.last_anchor_id = 0 + + def anchor_node(self, node): + if node in self.anchors: + if self.anchors[node] is None: + self.anchors[node] = self.generate_anchor(node) + else: + self.anchors[node] = None + if isinstance(node, SequenceNode): + for item in node.value: + self.anchor_node(item) + elif isinstance(node, MappingNode): + for key, value in node.value: + self.anchor_node(key) + self.anchor_node(value) + + def generate_anchor(self, node): + self.last_anchor_id += 1 + return self.ANCHOR_TEMPLATE % self.last_anchor_id + + def serialize_node(self, node, parent, index): + alias = self.anchors[node] + if node in self.serialized_nodes: + self.emit(AliasEvent(alias)) + else: + self.serialized_nodes[node] = True + self.descend_resolver(parent, index) + if isinstance(node, ScalarNode): + detected_tag = self.resolve(ScalarNode, node.value, (True, False)) + default_tag = self.resolve(ScalarNode, node.value, (False, True)) + implicit = (node.tag == detected_tag), (node.tag == default_tag) + self.emit(ScalarEvent(alias, node.tag, implicit, node.value, + style=node.style)) + elif isinstance(node, SequenceNode): + implicit = (node.tag + == self.resolve(SequenceNode, node.value, True)) + self.emit(SequenceStartEvent(alias, node.tag, implicit, + flow_style=node.flow_style)) + index = 0 + for item in node.value: + self.serialize_node(item, node, index) + index += 1 + self.emit(SequenceEndEvent()) + elif isinstance(node, MappingNode): + implicit = (node.tag + == self.resolve(MappingNode, node.value, True)) + self.emit(MappingStartEvent(alias, node.tag, implicit, + flow_style=node.flow_style)) + for key, value in node.value: + self.serialize_node(key, node, None) + self.serialize_node(value, node, key) + self.emit(MappingEndEvent()) + self.ascend_resolver() + diff --git a/venv/lib/python3.12/site-packages/yaml/tokens.py b/venv/lib/python3.12/site-packages/yaml/tokens.py new file mode 100644 index 0000000..4d0b48a --- /dev/null +++ b/venv/lib/python3.12/site-packages/yaml/tokens.py @@ -0,0 +1,104 @@ + +class Token(object): + def __init__(self, start_mark, end_mark): + self.start_mark = start_mark + self.end_mark = end_mark + def __repr__(self): + attributes = [key for key in self.__dict__ + if not key.endswith('_mark')] + attributes.sort() + arguments = ', '.join(['%s=%r' % (key, getattr(self, key)) + for key in attributes]) + return '%s(%s)' % (self.__class__.__name__, arguments) + +#class BOMToken(Token): +# id = '' + +class DirectiveToken(Token): + id = '' + def __init__(self, name, value, start_mark, end_mark): + self.name = name + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + +class DocumentStartToken(Token): + id = '' + +class DocumentEndToken(Token): + id = '' + +class StreamStartToken(Token): + id = '' + def __init__(self, start_mark=None, end_mark=None, + encoding=None): + self.start_mark = start_mark + self.end_mark = end_mark + self.encoding = encoding + +class StreamEndToken(Token): + id = '' + +class BlockSequenceStartToken(Token): + id = '' + +class BlockMappingStartToken(Token): + id = '' + +class BlockEndToken(Token): + id = '' + +class FlowSequenceStartToken(Token): + id = '[' + +class FlowMappingStartToken(Token): + id = '{' + +class FlowSequenceEndToken(Token): + id = ']' + +class FlowMappingEndToken(Token): + id = '}' + +class KeyToken(Token): + id = '?' + +class ValueToken(Token): + id = ':' + +class BlockEntryToken(Token): + id = '-' + +class FlowEntryToken(Token): + id = ',' + +class AliasToken(Token): + id = '' + def __init__(self, value, start_mark, end_mark): + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + +class AnchorToken(Token): + id = '' + def __init__(self, value, start_mark, end_mark): + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + +class TagToken(Token): + id = '' + def __init__(self, value, start_mark, end_mark): + self.value = value + self.start_mark = start_mark + self.end_mark = end_mark + +class ScalarToken(Token): + id = '' + def __init__(self, value, plain, start_mark, end_mark, style=None): + self.value = value + self.plain = plain + self.start_mark = start_mark + self.end_mark = end_mark + self.style = style + diff --git a/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/LICENSE b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/LICENSE @@ -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/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/METADATA b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/METADATA new file mode 100644 index 0000000..0775526 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/METADATA @@ -0,0 +1,171 @@ +Metadata-Version: 2.1 +Name: yamllint +Version: 1.35.1 +Summary: A linter for YAML files. +Author: Adrien Vergé +License: GPL-3.0-or-later +Project-URL: homepage, https://github.com/adrienverge/yamllint +Project-URL: repository, https://github.com/adrienverge/yamllint +Project-URL: documentation, https://yamllint.readthedocs.io +Keywords: yaml,lint,linter,syntax,checker +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) +Classifier: Programming Language :: Python +Classifier: Topic :: Software Development +Classifier: Topic :: Software Development :: Debuggers +Classifier: Topic :: Software Development :: Quality Assurance +Classifier: Topic :: Software Development :: Testing +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: pathspec >=0.5.3 +Requires-Dist: pyyaml +Provides-Extra: dev +Requires-Dist: doc8 ; extra == 'dev' +Requires-Dist: flake8 ; extra == 'dev' +Requires-Dist: flake8-import-order ; extra == 'dev' +Requires-Dist: rstcheck[sphinx] ; extra == 'dev' +Requires-Dist: sphinx ; extra == 'dev' + +yamllint +======== + +A linter for YAML files. + +yamllint does not only check for syntax validity, but for weirdnesses like key +repetition and cosmetic problems such as lines length, trailing spaces, +indentation, etc. + +.. image:: + https://github.com/adrienverge/yamllint/actions/workflows/ci.yaml/badge.svg?branch=master + :target: https://github.com/adrienverge/yamllint/actions/workflows/ci.yaml?query=branch%3Amaster + :alt: CI tests status +.. image:: + https://coveralls.io/repos/github/adrienverge/yamllint/badge.svg?branch=master + :target: https://coveralls.io/github/adrienverge/yamllint?branch=master + :alt: Code coverage status +.. image:: https://readthedocs.org/projects/yamllint/badge/?version=latest + :target: https://yamllint.readthedocs.io/en/latest/?badge=latest + :alt: Documentation status + +Written in Python (compatible with Python 3 only). + +Documentation +------------- + +https://yamllint.readthedocs.io/ + +Overview +-------- + +Screenshot +^^^^^^^^^^ + +.. image:: docs/screenshot.png + :alt: yamllint screenshot + +Installation +^^^^^^^^^^^^ + +Using pip, the Python package manager: + +.. code:: bash + + pip install --user yamllint + +yamllint is also packaged for all major operating systems, see installation +examples (``dnf``, ``apt-get``...) `in the documentation +`_. + +Usage +^^^^^ + +.. code:: bash + + # Lint one or more files + yamllint my_file.yml my_other_file.yaml ... + +.. code:: bash + + # Lint all YAML files in a directory + yamllint . + +.. code:: bash + + # Use a pre-defined lint configuration + yamllint -d relaxed file.yaml + + # Use a custom lint configuration + yamllint -c /path/to/myconfig file-to-lint.yaml + +.. code:: bash + + # Output a parsable format (for syntax checking in editors like Vim, emacs...) + yamllint -f parsable file.yaml + +`Read more in the complete documentation! `__ + +Features +^^^^^^^^ + +Here is a yamllint configuration file example: + +.. code:: yaml + + extends: default + + rules: + # 80 chars should be enough, but don't fail if a line is longer + line-length: + max: 80 + level: warning + + # don't bother me with this rule + indentation: disable + +Within a YAML file, special comments can be used to disable checks for a single +line: + +.. code:: yaml + + This line is waaaaaaaaaay too long # yamllint disable-line + +or for a whole block: + +.. code:: yaml + + # yamllint disable rule:colons + - Lorem : ipsum + dolor : sit amet, + consectetur : adipiscing elit + # yamllint enable + +Specific files can be ignored (totally or for some rules only) using a +``.gitignore``-style pattern: + +.. code:: yaml + + # For all rules + ignore: | + *.dont-lint-me.yaml + /bin/ + !/bin/*.lint-me-anyway.yaml + + rules: + key-duplicates: + ignore: | + generated + *.template.yaml + trailing-spaces: + ignore: | + *.ignore-trailing-spaces.yaml + /ascii-art/* + +`Read more in the complete documentation! `__ + +License +------- + +`GPL version 3 `_ diff --git a/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/RECORD b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/RECORD new file mode 100644 index 0000000..35ae7dc --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/RECORD @@ -0,0 +1,73 @@ +../../../bin/yamllint,sha256=atbYp57J3HNzIykkekfVIP2sFlQuqSHaMu-aTd99qXU,245 +yamllint-1.35.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +yamllint-1.35.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149 +yamllint-1.35.1.dist-info/METADATA,sha256=eVPd2PvTH4G9M6SsIi0UoY-X7RWGsIeS9yr30-Ga5-U,4238 +yamllint-1.35.1.dist-info/RECORD,, +yamllint-1.35.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +yamllint-1.35.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +yamllint-1.35.1.dist-info/entry_points.txt,sha256=0XLpBKD9bLIeajOeViKjMbYW8l-HUd7hHR0Rx4aL_cg,46 +yamllint-1.35.1.dist-info/top_level.txt,sha256=ivPsPeZUDHOuLbd603ZxKClOQ1bATyMYNx3GfHQmt4g,9 +yamllint/__init__.py,sha256=BDoHjYqkmFH0T809BWppwAmQU0ABM_PdxI8KPrN4UZk,1072 +yamllint/__main__.py,sha256=srzJO7ERkJNIF7W7pTjZMP-9wlT9KU9YWyISFD8n550,739 +yamllint/__pycache__/__init__.cpython-312.pyc,, +yamllint/__pycache__/__main__.cpython-312.pyc,, +yamllint/__pycache__/cli.cpython-312.pyc,, +yamllint/__pycache__/config.cpython-312.pyc,, +yamllint/__pycache__/linter.cpython-312.pyc,, +yamllint/__pycache__/parser.cpython-312.pyc,, +yamllint/cli.py,sha256=RKC6yCgS1DYKMboofnVaYgUQ-43CsQl2bE01YAIGaBA,9359 +yamllint/conf/default.yaml,sha256=B6EznPFMnva3KKeyPbrgQybczcxuBmrVAoyZjtbIlp4,629 +yamllint/conf/relaxed.yaml,sha256=Bz743etRSwggNRc8hMgxMmyr-5JazJrCPv3KNhjOu28,505 +yamllint/config.py,sha256=m5Aj5vzwHweudEarPdbvHyiobZe6mOu_Zh6WVs4BS7Q,10211 +yamllint/linter.py,sha256=spRO-0kfwuhDOVc2-QzBhbTfPe08X25M59qhj5pnKts,8487 +yamllint/parser.py,sha256=v0Y4AP1rB0x0Yy6-Io6LPEBrGHiy-rh2F3dl6mdim8w,5108 +yamllint/rules/__init__.py,sha256=kYk2bmxbft8ct9w4ZIKhWDzyPemzW8KatLIg3hz2RK8,1989 +yamllint/rules/__pycache__/__init__.cpython-312.pyc,, +yamllint/rules/__pycache__/anchors.cpython-312.pyc,, +yamllint/rules/__pycache__/braces.cpython-312.pyc,, +yamllint/rules/__pycache__/brackets.cpython-312.pyc,, +yamllint/rules/__pycache__/colons.cpython-312.pyc,, +yamllint/rules/__pycache__/commas.cpython-312.pyc,, +yamllint/rules/__pycache__/comments.cpython-312.pyc,, +yamllint/rules/__pycache__/comments_indentation.cpython-312.pyc,, +yamllint/rules/__pycache__/common.cpython-312.pyc,, +yamllint/rules/__pycache__/document_end.cpython-312.pyc,, +yamllint/rules/__pycache__/document_start.cpython-312.pyc,, +yamllint/rules/__pycache__/empty_lines.cpython-312.pyc,, +yamllint/rules/__pycache__/empty_values.cpython-312.pyc,, +yamllint/rules/__pycache__/float_values.cpython-312.pyc,, +yamllint/rules/__pycache__/hyphens.cpython-312.pyc,, +yamllint/rules/__pycache__/indentation.cpython-312.pyc,, +yamllint/rules/__pycache__/key_duplicates.cpython-312.pyc,, +yamllint/rules/__pycache__/key_ordering.cpython-312.pyc,, +yamllint/rules/__pycache__/line_length.cpython-312.pyc,, +yamllint/rules/__pycache__/new_line_at_end_of_file.cpython-312.pyc,, +yamllint/rules/__pycache__/new_lines.cpython-312.pyc,, +yamllint/rules/__pycache__/octal_values.cpython-312.pyc,, +yamllint/rules/__pycache__/quoted_strings.cpython-312.pyc,, +yamllint/rules/__pycache__/trailing_spaces.cpython-312.pyc,, +yamllint/rules/__pycache__/truthy.cpython-312.pyc,, +yamllint/rules/anchors.py,sha256=S1qcPxQqUY_VDex4tC7ijdD5SRbovgiqZ6dUiRSDhOk,5091 +yamllint/rules/braces.py,sha256=AjIuB2tuywNB-qozWQktENy9UOw6rPUexH4wQelJyNE,6127 +yamllint/rules/brackets.py,sha256=ei0B8dAtP1qf58j4Mtkx0KaKcY09zJOuOtMdDB02YB4,6179 +yamllint/rules/colons.py,sha256=I7uknl8IKqOU2feUpufsrHZJJnVZ81JogoY_y2aUX6s,3064 +yamllint/rules/commas.py,sha256=VUMf6cBiaPZLGlFHFoXiCOT5lRHboNXkxOxUEIjTzfQ,3874 +yamllint/rules/comments.py,sha256=4EOPYphUSCzXdnBHxQHywqM2S8NzXsc-ALqjA_5aXQ8,3656 +yamllint/rules/comments_indentation.py,sha256=BZP_alLu3GVuSzTDGqKE2bJJSdWCoEE0GtGlqAwl9Ew,3374 +yamllint/rules/common.py,sha256=tySpKrmHPYnhwFS7lf1Qt67BgiWTLj42y7okVe-8m4Y,3202 +yamllint/rules/document_end.py,sha256=QzOvPDH6FAuYr7UnPmPVBopB4OFLbx7kMks16K8Z5Ik,2891 +yamllint/rules/document_start.py,sha256=Enqoawi_t0G7nXneS1glnWAlhKK4_uadFdThuHUYz4k,2524 +yamllint/rules/empty_lines.py,sha256=7M3iV8h2bX6QjnxMwmRN6tf45L0oPNtWp8lAyxkrwKc,3347 +yamllint/rules/empty_values.py,sha256=I2u6DgYq7Hm6kIRW1vQyAl7kITAuVwwYJ223EONzVvY,3644 +yamllint/rules/float_values.py,sha256=b5_-u-xBJ7QhVfS0maU0ZGL-wbnU-wO8ipPrc6EaxOk,4234 +yamllint/rules/hyphens.py,sha256=PKNjYKjXzSaWIjbN2jOLntfCEQrOIaEFLqi4JdeZN7s,2076 +yamllint/rules/indentation.py,sha256=BkIi7Y0ObTDskWip0loBgfj_IuRZvlcpk_R0M2OsHmI,19341 +yamllint/rules/key_duplicates.py,sha256=0bX7rwDSy-xVtaYqDKufE3akgMxCjBbaDRR3yaRp7_4,3778 +yamllint/rules/key_ordering.py,sha256=Ikekvma1xwpTpLvjOieBYiqe61FrYGgnpFLIektXKa4,3537 +yamllint/rules/line_length.py,sha256=nBuwo72nQMYrA13x3tCokD8ZyP92j5vbgdniQZUJyD4,4941 +yamllint/rules/new_line_at_end_of_file.py,sha256=c_tv0gA0At6LUFpDMaY-84Sy-H6W_rmkkJhPVD90Gs4,1333 +yamllint/rules/new_lines.py,sha256=nHxG_YiXPwXbIVF9ZcDUtv9UtFHDgOzcdqwNGMctnNc,1902 +yamllint/rules/octal_values.py,sha256=LSGx0Uv76AzsTQAUEotaLvl-7MVgCDlvqjNUUtucApc,3217 +yamllint/rules/quoted_strings.py,sha256=JNRk96k0Z9N07oH5OK220Q-ac-WfK922tDFiukQA-4s,10441 +yamllint/rules/trailing_spaces.py,sha256=bYfxFCnFWWUOOgSdh04_7lP6T8Bn5-QZ2TG5G2BPfgA,1609 +yamllint/rules/truthy.py,sha256=GspLEUG57cdkSuy2999jnU4XjzLw2oL93PY17i_IIGg,5477 diff --git a/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/REQUESTED b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/WHEEL b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/WHEEL new file mode 100644 index 0000000..98c0d20 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint-1.35.1.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/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/entry_points.txt b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/entry_points.txt new file mode 100644 index 0000000..9c42aa1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +yamllint = yamllint.cli:run diff --git a/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/top_level.txt b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/top_level.txt new file mode 100644 index 0000000..b2c729c --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/top_level.txt @@ -0,0 +1 @@ +yamllint diff --git a/venv/lib/python3.12/site-packages/yamllint/__init__.py b/venv/lib/python3.12/site-packages/yamllint/__init__.py new file mode 100644 index 0000000..ff98de5 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/__init__.py @@ -0,0 +1,30 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +"""A linter for YAML files. + +yamllint does not only check for syntax validity, but for weirdnesses like key +repetition and cosmetic problems such as lines length, trailing spaces, +indentation, etc.""" + + +APP_NAME = 'yamllint' +APP_VERSION = '1.35.1' +APP_DESCRIPTION = __doc__ + +__author__ = 'Adrien Vergé' +__copyright__ = 'Copyright 2022, Adrien Vergé' +__license__ = 'GPLv3' +__version__ = APP_VERSION diff --git a/venv/lib/python3.12/site-packages/yamllint/__main__.py b/venv/lib/python3.12/site-packages/yamllint/__main__.py new file mode 100644 index 0000000..529ac74 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/__main__.py @@ -0,0 +1,19 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +from yamllint.cli import run + +if __name__ == '__main__': + run() diff --git a/venv/lib/python3.12/site-packages/yamllint/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a71bd4aca93b4aa6f560522649a55d38747dccf1 GIT binary patch literal 630 zcmY*X&2G~`5VrF#2PX)rMU_C>1D8s{ZW3`rm7)@%N^OW*D8iSOvpaFNadxfUwZT1w zr{Ed-8gS$VBA<|Wfui1eVqKa8b6Cyy&3yZfX7{J-I+ls2lf(Hz&9Z)%U>o*Ba{Iz0 z-z;hc7PSMLR)PvxL6ug68m$F&S`Qjf37UChzj^h2gkr`uNHiA`eHxvfpgD^{d5)8Z ztGKKoDnKDFG!i_{5m^9P-gm2<>+lQ8!kAH}^B$U|`o8cPn4}z(GP;;80WBeSBqX4j zW`d)TQ$&PX8B9F8HTvH0mDf*Qvw#tm3^=*~8U46UpBv^#B)MeKLZiXKV9-PVbrkit)01pC*>4q1 zjHw_P7p>8BiYKGfanUZbi}Bg{@w-XUEy0`d`O(?&^nFP<7>B7|2x&Af#$@YbU>oC@ z5#S2`fefTFlVf~s-I|fCyN~_{WjH@iLr#3Nj7uO|`AZ&VEDE)deg-`AV>a`X+<5Sz z*B|(bX?STCvJ4|I+J~3&F=m`;jJ+hkYrS3xn#OP_yT+&d8_GAwP1UyTKd5H!+;pr* kyX)4bv%79@p6so=zuaeQXY<%!yPM9A;W~R?+p=8cUpSM>0RR91 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c400747a3028291c3042e1bc73454964edf49ed GIT binary patch literal 293 zcmXv}u}Z{16nrlmFsN6HqF`wRv#70HXM3F-*eq+Zo@+Lnu)7JYz2G1C4dSQR*_leX z%I@H>xyp^)4ZJrDZ-(K0j7HlKus0ds&m(~OAT|j4AIsA~uTVgN3M#xs1Q8Wcc>-XP z2n4>bjR>B2lEy!SPO&GZ)qTQP#ieF!l9GPc^GYeHU6w0pNU#le%`3s!8!U(1YD#ac zFqZn3>zp>GeiXU0wA8$lGwy0bJE1$OR9c=SznUY3G z?X5`$Cf>D3ybEN;gsvcGg zb;6?=%^A*tGWjt!tfgg;>m=A|jHW)uX!)0t1P8;pv;unaXf>_;7$4Tt8d?QU!xV1H zd4fRtO$4v)eCsV+SNHjo1HEqz_MYqK<*1>*^K3V-LZ$C^51dEMGLOs4IT@3L&$(b9 z_4GmQq|bZVHNxw+*Si_U$Cz+F=dFQrC;Gb2+WNY`+ue8Gkz`6>je@)ye$U%+40{v9 zVVMG07xwO7VA!;T6F^Yr&csQ!y2(^`st}NT33O0myj-#b*s?@hW}b$G(cZ?eccd_) zbefnZ10=MZftu_!<0~@hCCUM5KqfBwG!?+zsw^;+$Rms2ItVbD-C!8}*69HCV|*UR zv0Hrvc54WJ!GI*$@*@J9!v0D+i7(^*CW@E%Se_WOb60rM#nLW@CnoKlt32WMxxBpE z#oDIejoB`{JWgH)Wi8VXaf+cCW)a#`xS$2gh2kdhHXg5j*E&tP@V}gw^A^ zWF4F0uK2vomIF;z7DhCW*&SEyBTm2tPLZTp9UhluY>F?q?DEnA$E=NUI>s5+HR1G3 zF=a4tDg4+ULiX?2Z*O36UH&snK^D#sn<~xi*4ftE$7YW$7}ix4o0i50Bg-SJ^p~U0 zFj7++)zt@ypes}yFRprq5xKR&&dtg_OOuO}OM%5exNCJ!tgeZRByL>d0G zwp_^nL9K(_0j;TobOeYV_Pi0qbsozQ+AJdfWfG0XuhwDMHJs^yoiE`;J(E??CjgGE z2RP~L;g|v(+Z~FQ76T77fyP(E-!yDj;G+%jQrm$OG$LZvtxhtW@t{d@g8*Iy;Oz?S z)@Gn4i{dJr$4s(*o*DwV@J+Hj)!Bc(_arDNVz7JQEKi^+FLSYWj++AEmXCSt++`m# z%FEa(7G#@2%<&WmqKol)dFqNCfik=lx&elxed8Qc1u&q(^4RgQF(1P@X`4ufMe4=K zAkpJ*|qcMf)>MTG+hVLKQnhGB#)_0&!j?|<-h~?vU|hQ5w�ES+0YoIHs?2Zpe1 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 W@1Nmz-_M?67}J(dk;RxO`~L;$+!fvc literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/__pycache__/linter.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/__pycache__/linter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d836ea99d48dba6e5e1636e5863b2c6534be9b5 GIT binary patch literal 10832 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/__pycache__/parser.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b33e8f2248eed725c6837c8a5b1d8c791e2ba927 GIT binary patch literal 7064 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. + +import argparse +import locale +import os +import platform +import sys + +from yamllint import APP_DESCRIPTION, APP_NAME, APP_VERSION, linter +from yamllint.config import YamlLintConfig, YamlLintConfigError +from yamllint.linter import PROBLEM_LEVELS + + +def find_files_recursively(items, conf): + for item in items: + if os.path.isdir(item): + for root, _dirnames, filenames in os.walk(item): + for f in filenames: + filepath = os.path.join(root, f) + if (conf.is_yaml_file(filepath) and + not conf.is_file_ignored(filepath)): + yield filepath + else: + yield item + + +def supports_color(): + supported_platform = not (platform.system() == 'Windows' and not + ('ANSICON' in os.environ or + ('TERM' in os.environ and + os.environ['TERM'] == 'ANSI'))) + return (supported_platform and + hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()) + + +class Format: + @staticmethod + def parsable(problem, filename): + return (f'{filename}:{problem.line}:{problem.column}: ' + f'[{problem.level}] {problem.message}') + + @staticmethod + def standard(problem, filename): + line = f' {problem.line}:{problem.column}' + line += max(12 - len(line), 0) * ' ' + line += problem.level + line += max(21 - len(line), 0) * ' ' + line += problem.desc + if problem.rule: + line += f' ({problem.rule})' + return line + + @staticmethod + def standard_color(problem, filename): + line = f' \033[2m{problem.line}:{problem.column}\033[0m' + line += max(20 - len(line), 0) * ' ' + if problem.level == 'warning': + line += f'\033[33m{problem.level}\033[0m' + else: + line += f'\033[31m{problem.level}\033[0m' + line += max(38 - len(line), 0) * ' ' + line += problem.desc + if problem.rule: + line += f' \033[2m({problem.rule})\033[0m' + return line + + @staticmethod + def github(problem, filename): + line = f'::{problem.level} file={filename},' \ + f'line={problem.line},col={problem.column}' \ + f'::{problem.line}:{problem.column} ' + if problem.rule: + line += f'[{problem.rule}] ' + line += problem.desc + return line + + +def show_problems(problems, file, args_format, no_warn): + max_level = 0 + first = True + + if args_format == 'auto': + if ('GITHUB_ACTIONS' in os.environ and + 'GITHUB_WORKFLOW' in os.environ): + args_format = 'github' + elif supports_color(): + args_format = 'colored' + + for problem in problems: + max_level = max(max_level, PROBLEM_LEVELS[problem.level]) + if no_warn and (problem.level != 'error'): + continue + if args_format == 'parsable': + print(Format.parsable(problem, file)) + elif args_format == 'github': + if first: + print(f'::group::{file}') + first = False + print(Format.github(problem, file)) + elif args_format == 'colored': + if first: + print(f'\033[4m{file}\033[0m') + first = False + print(Format.standard_color(problem, file)) + else: + if first: + print(file) + first = False + print(Format.standard(problem, file)) + + if not first and args_format == 'github': + print('::endgroup::') + + if not first and args_format != 'parsable': + print('') + + return max_level + + +def find_project_config_filepath(path='.'): + for filename in ('.yamllint', '.yamllint.yaml', '.yamllint.yml'): + filepath = os.path.join(path, filename) + if os.path.isfile(filepath): + return filepath + + if os.path.abspath(path) == os.path.abspath(os.path.expanduser('~')): + return None + if os.path.abspath(path) == os.path.abspath(os.path.join(path, '..')): + return None + return find_project_config_filepath(path=os.path.join(path, '..')) + + +def run(argv=None): + parser = argparse.ArgumentParser(prog=APP_NAME, + description=APP_DESCRIPTION) + files_group = parser.add_mutually_exclusive_group(required=True) + files_group.add_argument('files', metavar='FILE_OR_DIR', nargs='*', + default=(), + help='files to check') + files_group.add_argument('-', action='store_true', dest='stdin', + help='read from standard input') + config_group = parser.add_mutually_exclusive_group() + config_group.add_argument('-c', '--config-file', dest='config_file', + action='store', + help='path to a custom configuration') + config_group.add_argument('-d', '--config-data', dest='config_data', + action='store', + help='custom configuration (as YAML source)') + parser.add_argument('--list-files', action='store_true', dest='list_files', + help='list files to lint and exit') + parser.add_argument('-f', '--format', + choices=('parsable', 'standard', 'colored', 'github', + 'auto'), + default='auto', help='format for parsing output') + parser.add_argument('-s', '--strict', + action='store_true', + help='return non-zero exit code on warnings ' + 'as well as errors') + parser.add_argument('--no-warnings', + action='store_true', + help='output only error level problems') + parser.add_argument('-v', '--version', action='version', + version=f'{APP_NAME} {APP_VERSION}') + + args = parser.parse_args(argv) + + if 'YAMLLINT_CONFIG_FILE' in os.environ: + user_global_config = os.path.expanduser( + os.environ['YAMLLINT_CONFIG_FILE']) + # User-global config is supposed to be in ~/.config/yamllint/config + elif 'XDG_CONFIG_HOME' in os.environ: + user_global_config = os.path.join( + os.environ['XDG_CONFIG_HOME'], 'yamllint', 'config') + else: + user_global_config = os.path.expanduser('~/.config/yamllint/config') + + project_config_filepath = find_project_config_filepath() + try: + if args.config_data is not None: + if args.config_data != '' and ':' not in args.config_data: + args.config_data = f'extends: {args.config_data}' + conf = YamlLintConfig(content=args.config_data) + elif args.config_file is not None: + conf = YamlLintConfig(file=args.config_file) + elif project_config_filepath: + conf = YamlLintConfig(file=project_config_filepath) + elif os.path.isfile(user_global_config): + conf = YamlLintConfig(file=user_global_config) + else: + conf = YamlLintConfig('extends: default') + except YamlLintConfigError as e: + print(e, file=sys.stderr) + sys.exit(-1) + + if conf.locale is not None: + locale.setlocale(locale.LC_ALL, conf.locale) + + if args.list_files: + for file in find_files_recursively(args.files, conf): + if not conf.is_file_ignored(file): + print(file) + sys.exit(0) + + max_level = 0 + + for file in find_files_recursively(args.files, conf): + filepath = file[2:] if file.startswith('./') else file + try: + with open(file, newline='') as f: + problems = linter.run(f, conf, filepath) + except OSError as e: + print(e, file=sys.stderr) + sys.exit(-1) + prob_level = show_problems(problems, file, args_format=args.format, + no_warn=args.no_warnings) + max_level = max(max_level, prob_level) + + # read yaml from stdin + if args.stdin: + try: + problems = linter.run(sys.stdin, conf, '') + except OSError as e: + print(e, file=sys.stderr) + sys.exit(-1) + prob_level = show_problems(problems, 'stdin', args_format=args.format, + no_warn=args.no_warnings) + max_level = max(max_level, prob_level) + + if max_level == PROBLEM_LEVELS['error']: + return_code = 1 + elif max_level == PROBLEM_LEVELS['warning']: + return_code = 2 if args.strict else 0 + else: + return_code = 0 + + sys.exit(return_code) diff --git a/venv/lib/python3.12/site-packages/yamllint/conf/default.yaml b/venv/lib/python3.12/site-packages/yamllint/conf/default.yaml new file mode 100644 index 0000000..b082e22 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/conf/default.yaml @@ -0,0 +1,35 @@ +--- + +yaml-files: + - '*.yaml' + - '*.yml' + - '.yamllint' + +rules: + anchors: enable + braces: enable + brackets: enable + colons: enable + commas: enable + comments: + level: warning + comments-indentation: + level: warning + document-end: disable + document-start: + level: warning + empty-lines: enable + empty-values: disable + float-values: disable + hyphens: enable + indentation: enable + key-duplicates: enable + key-ordering: disable + line-length: enable + new-line-at-end-of-file: enable + new-lines: enable + octal-values: disable + quoted-strings: disable + trailing-spaces: enable + truthy: + level: warning diff --git a/venv/lib/python3.12/site-packages/yamllint/conf/relaxed.yaml b/venv/lib/python3.12/site-packages/yamllint/conf/relaxed.yaml new file mode 100644 index 0000000..83f5340 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/conf/relaxed.yaml @@ -0,0 +1,29 @@ +--- + +extends: default + +rules: + braces: + level: warning + max-spaces-inside: 1 + brackets: + level: warning + max-spaces-inside: 1 + colons: + level: warning + commas: + level: warning + comments: disable + comments-indentation: disable + document-start: disable + empty-lines: + level: warning + hyphens: + level: warning + indentation: + level: warning + indent-sequences: consistent + line-length: + level: warning + allow-non-breakable-inline-mappings: true + truthy: disable diff --git a/venv/lib/python3.12/site-packages/yamllint/config.py b/venv/lib/python3.12/site-packages/yamllint/config.py new file mode 100644 index 0000000..9ce6254 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/config.py @@ -0,0 +1,248 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +import fileinput +import os.path + +import pathspec +import yaml + +import yamllint.rules + + +class YamlLintConfigError(Exception): + pass + + +class YamlLintConfig: + def __init__(self, content=None, file=None): + assert (content is None) ^ (file is None) + + self.ignore = None + + self.yaml_files = pathspec.PathSpec.from_lines( + 'gitwildmatch', ['*.yaml', '*.yml', '.yamllint']) + + self.locale = None + + if file is not None: + with open(file) as f: + content = f.read() + + self.parse(content) + self.validate() + + def is_file_ignored(self, filepath): + return self.ignore and self.ignore.match_file(filepath) + + def is_yaml_file(self, filepath): + return self.yaml_files.match_file(os.path.basename(filepath)) + + def enabled_rules(self, filepath): + return [yamllint.rules.get(id) for id, val in self.rules.items() + if val is not False and ( + filepath is None or 'ignore' not in val or + not val['ignore'].match_file(filepath))] + + def extend(self, base_config): + assert isinstance(base_config, YamlLintConfig) + + for rule in self.rules: + if (isinstance(self.rules[rule], dict) and + rule in base_config.rules and + base_config.rules[rule] is not False): + base_config.rules[rule].update(self.rules[rule]) + else: + base_config.rules[rule] = self.rules[rule] + + self.rules = base_config.rules + + if base_config.ignore is not None: + self.ignore = base_config.ignore + + def parse(self, raw_content): + try: + conf = yaml.safe_load(raw_content) + except Exception as e: + raise YamlLintConfigError(f'invalid config: {e}') from e + + if not isinstance(conf, dict): + raise YamlLintConfigError('invalid config: not a dict') + + self.rules = conf.get('rules', {}) + for rule in self.rules: + if self.rules[rule] == 'enable': + self.rules[rule] = {} + elif self.rules[rule] == 'disable': + self.rules[rule] = False + + # Does this conf override another conf that we need to load? + if 'extends' in conf: + path = get_extended_config_file(conf['extends']) + base = YamlLintConfig(file=path) + try: + self.extend(base) + except Exception as e: + raise YamlLintConfigError(f'invalid config: {e}') from e + + if 'ignore' in conf and 'ignore-from-file' in conf: + raise YamlLintConfigError( + 'invalid config: ignore and ignore-from-file keys cannot be ' + 'used together') + elif 'ignore-from-file' in conf: + if isinstance(conf['ignore-from-file'], str): + conf['ignore-from-file'] = [conf['ignore-from-file']] + if not (isinstance(conf['ignore-from-file'], list) and all( + isinstance(ln, str) for ln in conf['ignore-from-file'])): + raise YamlLintConfigError( + 'invalid config: ignore-from-file should contain ' + 'filename(s), either as a list or string') + with fileinput.input(conf['ignore-from-file']) as f: + self.ignore = pathspec.PathSpec.from_lines('gitwildmatch', f) + elif 'ignore' in conf: + if isinstance(conf['ignore'], str): + self.ignore = pathspec.PathSpec.from_lines( + 'gitwildmatch', conf['ignore'].splitlines()) + elif (isinstance(conf['ignore'], list) and + all(isinstance(line, str) for line in conf['ignore'])): + self.ignore = pathspec.PathSpec.from_lines( + 'gitwildmatch', conf['ignore']) + else: + raise YamlLintConfigError( + 'invalid config: ignore should contain file patterns') + + if 'yaml-files' in conf: + if not (isinstance(conf['yaml-files'], list) + and all(isinstance(i, str) for i in conf['yaml-files'])): + raise YamlLintConfigError( + 'invalid config: yaml-files ' + 'should be a list of file patterns') + self.yaml_files = pathspec.PathSpec.from_lines('gitwildmatch', + conf['yaml-files']) + + if 'locale' in conf: + if not isinstance(conf['locale'], str): + raise YamlLintConfigError( + 'invalid config: locale should be a string') + self.locale = conf['locale'] + + def validate(self): + for id in self.rules: + try: + rule = yamllint.rules.get(id) + except Exception as e: + raise YamlLintConfigError(f'invalid config: {e}') from e + + self.rules[id] = validate_rule_conf(rule, self.rules[id]) + + +def validate_rule_conf(rule, conf): + if conf is False: # disable + return False + + if isinstance(conf, dict): + if ('ignore-from-file' in conf and not isinstance( + conf['ignore-from-file'], pathspec.pathspec.PathSpec)): + if isinstance(conf['ignore-from-file'], str): + conf['ignore-from-file'] = [conf['ignore-from-file']] + if not (isinstance(conf['ignore-from-file'], list) + and all(isinstance(line, str) + for line in conf['ignore-from-file'])): + raise YamlLintConfigError( + 'invalid config: ignore-from-file should contain ' + 'valid filename(s), either as a list or string') + with fileinput.input(conf['ignore-from-file']) as f: + conf['ignore'] = pathspec.PathSpec.from_lines( + 'gitwildmatch', f) + elif ('ignore' in conf and not isinstance( + conf['ignore'], pathspec.pathspec.PathSpec)): + if isinstance(conf['ignore'], str): + conf['ignore'] = pathspec.PathSpec.from_lines( + 'gitwildmatch', conf['ignore'].splitlines()) + elif (isinstance(conf['ignore'], list) and + all(isinstance(line, str) for line in conf['ignore'])): + conf['ignore'] = pathspec.PathSpec.from_lines( + 'gitwildmatch', conf['ignore']) + else: + raise YamlLintConfigError( + 'invalid config: ignore should contain file patterns') + + if 'level' not in conf: + conf['level'] = 'error' + elif conf['level'] not in ('error', 'warning'): + raise YamlLintConfigError( + 'invalid config: level should be "error" or "warning"') + + options = getattr(rule, 'CONF', {}) + options_default = getattr(rule, 'DEFAULT', {}) + for optkey in conf: + if optkey in ('ignore', 'ignore-from-file', 'level'): + continue + if optkey not in options: + raise YamlLintConfigError( + f'invalid config: unknown option "{optkey}" for rule ' + f'"{rule.ID}"') + # Example: CONF = {option: (bool, 'mixed')} + # → {option: true} → {option: mixed} + if isinstance(options[optkey], tuple): + if (conf[optkey] not in options[optkey] and + type(conf[optkey]) not in options[optkey]): + raise YamlLintConfigError( + f'invalid config: option "{optkey}" of "{rule.ID}" ' + f'should be in {options[optkey]}') + # Example: CONF = {option: ['flag1', 'flag2', int]} + # → {option: [flag1]} → {option: [42, flag1, flag2]} + elif isinstance(options[optkey], list): + if (not isinstance(conf[optkey], list) or + any(flag not in options[optkey] and + type(flag) not in options[optkey] + for flag in conf[optkey])): + raise YamlLintConfigError( + f'invalid config: option "{optkey}" of "{rule.ID}" ' + f'should only contain values in {options[optkey]}') + # Example: CONF = {option: int} + # → {option: 42} + else: + if not isinstance(conf[optkey], options[optkey]): + raise YamlLintConfigError( + f'invalid config: option "{optkey}" of "{rule.ID}" ' + f'should be {options[optkey].__name__}') + for optkey in options: + if optkey not in conf: + conf[optkey] = options_default[optkey] + + if hasattr(rule, 'VALIDATE'): + res = rule.VALIDATE(conf) + if res: + raise YamlLintConfigError(f'invalid config: {rule.ID}: {res}') + else: + raise YamlLintConfigError( + f'invalid config: rule "{rule.ID}": should be either "enable", ' + f'"disable" or a dict') + + return conf + + +def get_extended_config_file(name): + # Is it a standard conf shipped with yamllint... + if '/' not in name: + std_conf = os.path.join(os.path.dirname(os.path.realpath(__file__)), + 'conf', f'{name}.yaml') + + if os.path.isfile(std_conf): + return std_conf + + # or a custom conf on filesystem? + return name diff --git a/venv/lib/python3.12/site-packages/yamllint/linter.py b/venv/lib/python3.12/site-packages/yamllint/linter.py new file mode 100644 index 0000000..a2faa06 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/linter.py @@ -0,0 +1,235 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +import io +import re + +import yaml + +from yamllint import parser + +PROBLEM_LEVELS = { + 0: None, + 1: 'warning', + 2: 'error', + None: 0, + 'warning': 1, + 'error': 2, +} + +DISABLE_RULE_PATTERN = re.compile(r'^# yamllint disable( rule:\S+)*\s*$') +ENABLE_RULE_PATTERN = re.compile(r'^# yamllint enable( rule:\S+)*\s*$') + + +class LintProblem: + """Represents a linting problem found by yamllint.""" + def __init__(self, line, column, desc='', rule=None): + #: Line on which the problem was found (starting at 1) + self.line = line + #: Column on which the problem was found (starting at 1) + self.column = column + #: Human-readable description of the problem + self.desc = desc + #: Identifier of the rule that detected the problem + self.rule = rule + self.level = None + + @property + def message(self): + if self.rule is not None: + return f'{self.desc} ({self.rule})' + return self.desc + + def __eq__(self, other): + return (self.line == other.line and + self.column == other.column and + self.rule == other.rule) + + def __lt__(self, other): + return (self.line < other.line or + (self.line == other.line and self.column < other.column)) + + def __repr__(self): + return f'{self.line}:{self.column}: {self.message}' + + +def get_cosmetic_problems(buffer, conf, filepath): + rules = conf.enabled_rules(filepath) + + # Split token rules from line rules + token_rules = [r for r in rules if r.TYPE == 'token'] + comment_rules = [r for r in rules if r.TYPE == 'comment'] + line_rules = [r for r in rules if r.TYPE == 'line'] + + context = {} + for rule in token_rules: + context[rule.ID] = {} + + class DisableDirective: + def __init__(self): + self.rules = set() + self.all_rules = {r.ID for r in rules} + + def process_comment(self, comment): + comment = str(comment) + + if DISABLE_RULE_PATTERN.match(comment): + items = comment[18:].rstrip().split(' ') + rules = [item[5:] for item in items][1:] + if len(rules) == 0: + self.rules = self.all_rules.copy() + else: + for id in rules: + if id in self.all_rules: + self.rules.add(id) + + elif ENABLE_RULE_PATTERN.match(comment): + items = comment[17:].rstrip().split(' ') + rules = [item[5:] for item in items][1:] + if len(rules) == 0: + self.rules.clear() + else: + for id in rules: + self.rules.discard(id) + + def is_disabled_by_directive(self, problem): + return problem.rule in self.rules + + class DisableLineDirective(DisableDirective): + def process_comment(self, comment): + comment = str(comment) + + if re.match(r'^# yamllint disable-line( rule:\S+)*\s*$', comment): + items = comment[23:].rstrip().split(' ') + rules = [item[5:] for item in items][1:] + if len(rules) == 0: + self.rules = self.all_rules.copy() + else: + for id in rules: + if id in self.all_rules: + self.rules.add(id) + + # Use a cache to store problems and flush it only when an end of line is + # found. This allows the use of yamllint directive to disable some rules on + # some lines. + cache = [] + disabled = DisableDirective() + disabled_for_line = DisableLineDirective() + disabled_for_next_line = DisableLineDirective() + + for elem in parser.token_or_comment_or_line_generator(buffer): + if isinstance(elem, parser.Token): + for rule in token_rules: + rule_conf = conf.rules[rule.ID] + for problem in rule.check(rule_conf, + elem.curr, elem.prev, elem.next, + elem.nextnext, + context[rule.ID]): + problem.rule = rule.ID + problem.level = rule_conf['level'] + cache.append(problem) + elif isinstance(elem, parser.Comment): + for rule in comment_rules: + rule_conf = conf.rules[rule.ID] + for problem in rule.check(rule_conf, elem): + problem.rule = rule.ID + problem.level = rule_conf['level'] + cache.append(problem) + + disabled.process_comment(elem) + if elem.is_inline(): + disabled_for_line.process_comment(elem) + else: + disabled_for_next_line.process_comment(elem) + elif isinstance(elem, parser.Line): + for rule in line_rules: + rule_conf = conf.rules[rule.ID] + for problem in rule.check(rule_conf, elem): + problem.rule = rule.ID + problem.level = rule_conf['level'] + cache.append(problem) + + # This is the last token/comment/line of this line, let's flush the + # problems found (but filter them according to the directives) + for problem in cache: + if not (disabled_for_line.is_disabled_by_directive(problem) or + disabled.is_disabled_by_directive(problem)): + yield problem + + disabled_for_line = disabled_for_next_line + disabled_for_next_line = DisableLineDirective() + cache = [] + + +def get_syntax_error(buffer): + try: + list(yaml.parse(buffer, Loader=yaml.BaseLoader)) + except yaml.error.MarkedYAMLError as e: + problem = LintProblem(e.problem_mark.line + 1, + e.problem_mark.column + 1, + 'syntax error: ' + e.problem + ' (syntax)') + problem.level = 'error' + return problem + + +def _run(buffer, conf, filepath): + assert hasattr(buffer, '__getitem__'), \ + '_run() argument must be a buffer, not a stream' + + first_line = next(parser.line_generator(buffer)).content + if re.match(r'^#\s*yamllint disable-file\s*$', first_line): + return + + # If the document contains a syntax error, save it and yield it at the + # right line + syntax_error = get_syntax_error(buffer) + + for problem in get_cosmetic_problems(buffer, conf, filepath): + # Insert the syntax error (if any) at the right place... + if (syntax_error and syntax_error.line <= problem.line and + syntax_error.column <= problem.column): + yield syntax_error + + # Discard the problem since it is at the same place as the syntax + # error and is probably redundant (and maybe it's just a 'warning', + # in which case the script won't even exit with a failure status). + syntax_error = None + continue + + yield problem + + if syntax_error: + yield syntax_error + + +def run(input, conf, filepath=None): + """Lints a YAML source. + + Returns a generator of LintProblem objects. + + :param input: buffer, string or stream to read from + :param conf: yamllint configuration object + """ + if filepath is not None and conf.is_file_ignored(filepath): + return () + + if isinstance(input, (bytes, str)): + return _run(input, conf, filepath) + elif isinstance(input, io.IOBase): + # We need to have everything in memory to parse correctly + content = input.read() + return _run(content, conf, filepath) + else: + raise TypeError('input should be a string or a stream') diff --git a/venv/lib/python3.12/site-packages/yamllint/parser.py b/venv/lib/python3.12/site-packages/yamllint/parser.py new file mode 100644 index 0000000..f0ee3a6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/parser.py @@ -0,0 +1,159 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +import yaml + + +class Line: + def __init__(self, line_no, buffer, start, end): + self.line_no = line_no + self.start = start + self.end = end + self.buffer = buffer + + @property + def content(self): + return self.buffer[self.start:self.end] + + +class Token: + def __init__(self, line_no, curr, prev, next, nextnext): + self.line_no = line_no + self.curr = curr + self.prev = prev + self.next = next + self.nextnext = nextnext + + +class Comment: + def __init__(self, line_no, column_no, buffer, pointer, + token_before=None, token_after=None, comment_before=None): + self.line_no = line_no + self.column_no = column_no + self.buffer = buffer + self.pointer = pointer + self.token_before = token_before + self.token_after = token_after + self.comment_before = comment_before + + def __str__(self): + end = self.buffer.find('\n', self.pointer) + if end == -1: + end = self.buffer.find('\0', self.pointer) + if end != -1: + return self.buffer[self.pointer:end] + return self.buffer[self.pointer:] + + def __eq__(self, other): + return (isinstance(other, Comment) and + self.line_no == other.line_no and + self.column_no == other.column_no and + str(self) == str(other)) + + def is_inline(self): + return ( + not isinstance(self.token_before, yaml.StreamStartToken) and + self.line_no == self.token_before.end_mark.line + 1 and + # sometimes token end marks are on the next line + self.buffer[self.token_before.end_mark.pointer - 1] != '\n' + ) + + +def line_generator(buffer): + line_no = 1 + cur = 0 + next = buffer.find('\n') + while next != -1: + if next > 0 and buffer[next - 1] == '\r': + yield Line(line_no, buffer, start=cur, end=next - 1) + else: + yield Line(line_no, buffer, start=cur, end=next) + cur = next + 1 + next = buffer.find('\n', cur) + line_no += 1 + + yield Line(line_no, buffer, start=cur, end=len(buffer)) + + +def comments_between_tokens(token1, token2): + """Find all comments between two tokens""" + if token2 is None: + buf = token1.end_mark.buffer[token1.end_mark.pointer:] + elif (token1.end_mark.line == token2.start_mark.line and + not isinstance(token1, yaml.StreamStartToken) and + not isinstance(token2, yaml.StreamEndToken)): + return + else: + buf = token1.end_mark.buffer[token1.end_mark.pointer: + token2.start_mark.pointer] + + line_no = token1.end_mark.line + 1 + column_no = token1.end_mark.column + 1 + pointer = token1.end_mark.pointer + + comment_before = None + for line in buf.split('\n'): + pos = line.find('#') + if pos != -1: + comment = Comment(line_no, column_no + pos, + token1.end_mark.buffer, pointer + pos, + token1, token2, comment_before) + yield comment + + comment_before = comment + + pointer += len(line) + 1 + line_no += 1 + column_no = 1 + + +def token_or_comment_generator(buffer): + yaml_loader = yaml.BaseLoader(buffer) + + try: + prev = None + curr = yaml_loader.get_token() + while curr is not None: + next = yaml_loader.get_token() + nextnext = (yaml_loader.peek_token() + if yaml_loader.check_token() else None) + + yield Token(curr.start_mark.line + 1, curr, prev, next, nextnext) + + yield from comments_between_tokens(curr, next) + + prev = curr + curr = next + + except yaml.scanner.ScannerError: + pass + + +def token_or_comment_or_line_generator(buffer): + """Generator that mixes tokens and lines, ordering them by line number""" + tok_or_com_gen = token_or_comment_generator(buffer) + line_gen = line_generator(buffer) + + tok_or_com = next(tok_or_com_gen, None) + line = next(line_gen, None) + + while tok_or_com is not None or line is not None: + if tok_or_com is None or (line is not None and + tok_or_com.line_no > line.line_no): + yield line + line = next(line_gen, None) + else: + yield tok_or_com + tok_or_com = next(tok_or_com_gen, None) diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__init__.py b/venv/lib/python3.12/site-packages/yamllint/rules/__init__.py new file mode 100644 index 0000000..815d4bc --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/__init__.py @@ -0,0 +1,73 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +from yamllint.rules import ( + anchors, + braces, + brackets, + colons, + commas, + comments, + comments_indentation, + document_end, + document_start, + empty_lines, + empty_values, + float_values, + hyphens, + indentation, + key_duplicates, + key_ordering, + line_length, + new_line_at_end_of_file, + new_lines, + octal_values, + quoted_strings, + trailing_spaces, + truthy, +) + +_RULES = { + anchors.ID: anchors, + braces.ID: braces, + brackets.ID: brackets, + colons.ID: colons, + commas.ID: commas, + comments.ID: comments, + comments_indentation.ID: comments_indentation, + document_end.ID: document_end, + document_start.ID: document_start, + empty_lines.ID: empty_lines, + empty_values.ID: empty_values, + float_values.ID: float_values, + hyphens.ID: hyphens, + indentation.ID: indentation, + key_duplicates.ID: key_duplicates, + key_ordering.ID: key_ordering, + line_length.ID: line_length, + new_line_at_end_of_file.ID: new_line_at_end_of_file, + new_lines.ID: new_lines, + octal_values.ID: octal_values, + quoted_strings.ID: quoted_strings, + trailing_spaces.ID: trailing_spaces, + truthy.ID: truthy, +} + + +def get(id): + if id not in _RULES: + raise ValueError(f'no such rule: "{id}"') + + return _RULES[id] diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3464d62d296d18979af990e326cf4414078557bd GIT binary patch literal 1949 zcmZ{k&x_ke6vs!hSdQ6)`%Vg?WH$|Jp}gD_ndW{gDTKh^L?Lr@6C*C z{gKV430$?k+xx#K2>Bb$;>unO&VG{#c}y%~NemAFi09-}d?P=%{h<#8J437X(Z zn&c^(;%S=Z8r67)W_XrnxlVPSqdA_Zd0wCeUZh1{q9tCYWnQ5bUZquDqcw@xgh>x? zEEceQGU=Xmb?$+-!n?Qzar zAmzo#uw4rxW?*}6n6bQeA14^hwL<-+^8-@^p~iSG7#fc4LX*r3GccV#x_!qp1LMLa zy2D{es_ zTv~6+VchuW{_fVjF#Rze*Om~TXiA}MTRxU+oPXN7?=#`IhJARKt)B26vUcFN4qS6! zcg(;OtpRffEysS)>J5Xg=f1VEd9&r)0ecg6cVKoH8@*u| z>##sHpwkxI{u>~V$TX4qp?Z?2{iWBRynl4_==za)ymI4Dee*cE`HxnZtbcp!SgD-B zT(Z|(4fRF&jd^*2MuGtaXyZGhJCnpL2JWen9&eAfzZuL_aI-j3v*Vr7&ZIs|pidH2yWlDG>801u zXO{D`=yjs5oGPm)%Ifju%~=jZd7>7^cSm<8pUevAi$pD*DwPwZGWl{=!bq8@`SIRp zZ?ZG1psy}7YUt}rzk>b}Q8O1?SVh0K%)gBO%Bvl&Vx+OGa1H(XGUGM$*NM7zs$4ly zt{gYsohsS!?r3+?oGSSj3!f^*#fqm2EWUc8RG;Lgi=%tif*OzFXYVLdb^fyc1FM0r AdjJ3c literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/anchors.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/anchors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e34e4c5e131bd35aeb5c3b813bfa07f8c80ab8ac GIT binary patch literal 4515 zcmc&%T}&L;6`t9h{b3ju?8XVkS?7Wc`(tJ|5Zll-rCJAwkX^?SSWT!SnBBQ+24-ir zcV?Ghu!5>Sv{IzFs?=bW%J?actg1X!dCXH^`oa)PyBhIeDXP@G;oygsr`|h1yNk2y zIH}dn!rU|Wo;l}y=bU@)nZLKSu@t^uxiXsj>PHmy6?t$k#v%4EV&W4@q-H3Q7CkaO zL*vmad-C2HFHMQe3?uqxe9%vRqJP6X6A%Mp5dR1r6kC2x&9p3gVyy7MPf_eO4FY{$ z(f}&Tm{I|P1r_N)EEZ%bE9g)Jf|8wAk%mW1%aWi$%nfr8K_x3GH$YJlVOACp6j_Hg z!Lo@2mY6|OHkATz7j#KgG?tBnDX4?FxtxkJlE~Ly{?Wv%SdQdqka4x0v`X{1wt#F)HLWpaI0!=C~k4-!N(cpxGV)$zQd$jb8{FEureU0%Cfpdd`vI{O_2%(oWM(J zQ5HcwelR= zl;?%?!!?bJq(I!&W`z~N4|F7?>`Z!QEE+|gq{j=6#Q>O4RdBHy1t&y<;1`k(^I)JK zSmWUPFVb6$bv97>%v`On3ij4{!M^!F=P7Z#TQdM}#bLlP$$lDSza|IZl^AWdUX~R7 zDpGMp%9{aaW1Bu*U4%-^dvLtz2CpuCJKqkDRo|+2_4Gs*AClE8h^bTff8WHX@g<7J z=kO{%g^%MYjm4D5qI{V05(E-7r4V~wMi zSriaiGVA0>Ky0l&iQKBcQM5nmXDDT)4s-o3dscq;h;3E7!>+Zpv9aeR%FPt9rGAGs z-1{?4ta?`d{j|x>Xt0x-a5maQA+deK>!NLpjG$Szet-5Z(Xoyzh@=DxkQ*sDh*Yev zNinDi`z0O5y(uw*g{Zh_1oxm#2KGw5W>Z=YHwBPlsmBObOpCIAkuC$DJ`Y02dx=1CTi zx&X7fmRwYXl5|7RRg^42rIeJVOtP@7&#THCiGjhSh7I8hLUvKO0r9)oJ=oEDl6=%@ zNn4qgC@h=4>^#gaB65f=<9{uKx8y&mf2~oKAh+EX-3i7jT*vm2{vD3Di0BR%+ig8| z8}4?zRPN|CI(jW4Vsu2RGkXE=$;cDR%SHEsRL|+(ymfoh;7&er1@3Y$-!5*5chx)U zLoQL_j(mLSx0lwJHkXap1`KXsH*_4&mAO|9?$t8aZE)S2X@l$CES4ifMr5cQ88srK zUmP(a7b~H@&Elsk_f|IZTLatNxqY9fedrs?(=vqhwzS#iJKD-86UNEJLoVs+8`}J_ zae_BE{`=^Q-1q&Z^|RK^TU+UE?mW>qO!N(7eHa~gYA0~|$x#a96E~*I;n$7u>$~CZ za`>zfK5G$!MtE?~=Lw&ELV37zdw!}rdcVa0gJm#mfZ;De>Klq_o1}lo-S)3Dl~+!z zPyBv$x2tzkynp_ly!DRJcfQgWzdw9W+4`l?H(ZJSbD=fj6>$;#+OClY0@$KZN4&wYB~-i0mCm)sj$69#vo8lNTs zCy00>%s*^RJn9UWJEKNtwA{%XoqVP1wQ^V7=!%!S28^zON@w_SfJufNZR^FmD|c3Q zxHEfRic8{KTm0V|+0DP20F!6vznywBh=&+!24-jR7xwHdBE5sz?&fTQBrZhumh?=H znauQiSI12zqpGsWy!rN(2{SM@K9Rn5dD=?j&!~O;K81Sl?I1XkS4Eujqlm|kq+V&` z__pVzY5FmEm!_Hhl82(Xe^8M}zR;Sd5(up^mEIWn>+XH*^8_Pn431NbuSEIE=@_1A QJ+l_rXV20h)Q=_o2WIYX`Tzg` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/braces.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/braces.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86c4cc585dc29c6d2efe0a40c37b5aa1ac774565 GIT binary patch literal 5118 zcmc&&-A@}=7N4=lUt^mDXcEN`auZ1Lu)z)qq=`!+r3KP#$%ho8ZN00-W6yOMJf891 z83QJcM5{ie>Pw!s>93f$ikT%k4rOne)k%wJgcF&!$!5Ev; z$Wq7lopbL!_nh-P_niCTzXgLl1J8*&*VF$#!7%@zmFnZJ5L>?o;!8$i;*7*f4uy@g z@OCPWtTXOpX&a|-Sy$YZb;sRMcf~!DJMP6k$&+?q-u_756<6FZ`GA|1c=*tIK=Oaa z#DfKg5D?dV48uRrF*0Uk9g(~Ol!j88Y7k9R&`mze3DqTa3b+2kwBs9Ng}6WF?2U)$eOD2`~dW) zHIkGiUPLB34{DSgg3vSS*;Y%{P@=Z|sgM zewNAL8r$fKH|!Z}Vt8W}KVg0|4SRxd45!7sVxT!u$%D7U^D|gQSQV2BmINzqQ<{Va zlZuwgKb(_17b-pVv$NY%KgNb1LxV$2 zhSo6bK{vi2(%6Mu>y4n_$i@tWzU}B3dSs_r4AESGGzD15ing>yr=MmKg^qMp&gHOy z=C!;cp@D&WH}2mb7_bn>V%8v}C1-KUs5k*-aA7EhhHX=6?P3gFIjr=F8@DDKOGl5Y zlFwI#qQ?gU+ey=wphJ&9+u>Z)3J{F~=R7P*btw%&(;{@0Y1?t`FO7DnA=*nVLfbHw z4mZ2a6QEIuA{wNJ6MSIUfQb4Tf~Jz)WBwIAMcxru(?2Pz#yz6JR+beUX23pSOp9p)6Ej$;B{6IR z*mT>wg6T4}3|6;&J4>hFGTrt@vE9DUPta7q9&Ml4$7OpAI_i1tj)_$YPASQ`2qo|b_O{d7Y}@`en_uFdgWdG`Bl{)GGKF31U70Y$5b_50*J5_o zU_NSVsx7OS^7UXH~PaX8gD+*`w*i5f>DK$K>F;o+dO*O)f|9oXM$p!7#nF zv?vd~&(kJP&fW-g%3RrSwtpLi+c43ig*+G?1rB=o*go}She28Hz00r}nDE$XPkJ{dd{V z_C_jRgNkEMAFPb6cV8}bUtZ(ip=ykksr6GMrBfqofy)~mJ)wHGZTVY=82*jrOkPv9J2p&yJSPj;^&|+vqs`%=OIpdaB$PUKK`5eb;sg;bvL* zfNJ=4Lk*ijrsMjii}7FnuTJ;*Pj7~9cC$j8>6xCEwAA!8IS#Gnk!mbOXh30NC(5y% zRx83H@OMmBQ^`&mn2uXxCO7r*y>XLEYMNp?VX(=)fA`LW=@}cJxba|e%8J5om@Ux4 z5PGuM_Ks#X2_p77xd2tVI_V!nvFT)4_D5u}EVrdP88+}wrvLBEwU@5olB4WtTjI){ yCziWbJI<9)A^Poo8@@mKIB$4~1J54sDx)*>`*s+<(C!~t@@%z5*bs?=^#22(o{+x) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/brackets.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/brackets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bc12e65b728ce53ee6709b61cad5e24b085e423 GIT binary patch literal 5116 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/document_start.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/document_start.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d3e301614401f2d99813ca151c0cb9eb4fa84b7 GIT binary patch literal 2406 zcmb_e&1)M+6rYh+lD+=^Xp@q9nOFr!CX#Ud)d*uS{s7b980=80Qmpmv$X;u;qt1@( z*mbE1JrsKJsR=a4UP>tRnE#=d2nrU952dBh++37H8+z!QmDZM1mzuOAcIM5@`}n;# zZ{Fzpjt&(;yRtN$KW;_nXE_O4s6o^+Ks-Pu$|4h+Asc5gjA1)e3}?d_nMzhMBiV=< zrBMrKV`kKh!PsK9e1@{EyP-s@{zVue^{z{a*tA^2%QjGqaQac%;*>B>@{F%rCTvqu z1~!%_CNs)K>ImWroeNUbd4Y0rBbQ4ilet_XrK+hEXjxt!o-3iQq^HL9`-?GGQJRj;7eiu92@8$92xR~e)AOjhdxKZne=(jH;_a7!$VB=-09+<){`vp6xcxiaR0>k*mBSH4`*L=k$&0;|z+T&J%Mr_*L3$SV zI?pGL7ZI#L9WT~MpH(B;s0VV8bR53gpBSNc5r+D(57prfSmIv^SgW`FkO-;>+ERkm zv$1KnS$l(_X}9G}CZO`+#|_`p3JdT~X*1*?8qcF#2)hC&#)WX@=62dq(hvJcWq>Waz(PM3} zi5RJ9BPWrNHu@ZeI>w$yQO~u9<6n;*#WR(7<~Tld6rZTXCr$}qjlTn|J-2|hPkTs@ zv{Xe))fIlHSG36|JymV07RG(kHH15+Ph!9e9q8^y0E0eSJsKFR42=EIHh$bYaDjrV z77vt;SG4gbxT4*vYIC(nsBZz+0ObNc38VIjKm0J?pUuop;e_hN*47{}Yik_-x*)GB zh*?Soj`I5Hh8E{MW%d2#c~4nq%=VPoJ4*{*Y;JyG=I-rPKYrh!8ptDl1-ch4Q$=P% z%%}MvOl4NPlhB=nF~+}n(9n;O*A7C}Sm%LKZRt52dm6h6R9pX{`Bc4j O5UWMI@B-%7LG~|7?P{I? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/empty_lines.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/empty_lines.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4bd1a4e350a6687f8ac703bf07d6a1427646fc8 GIT binary patch literal 3296 zcmc&$O-vg{6yEXLEUYmQ3%sVDiueSAeY9psen_6(n{{BJ?79#m3jelu~t1G_0rskP^Fer->fl^$f%?}bS%%# z&YStZZ{B-5Gr!nuECr>ZyDe?tUc3 ziC9X+f`WqOFy=&2z9;ZFBulCgN@$T$0S84+iefP$3964}eLesQDv?kifP3Ov1O~FK z2M-Ma*w7H>g)kWiY(fcmAr{w?1*lD`h-3`rf)o<4JPNMZSk9IhLE`^|6b#cr0w~%N z@ir=6^LnQc<`SZYM>#P8(p~pP1PKVZpeXQeBS0aU7ra4H4n-kINiHU`tPy!N01B`X z1g{ZK;~kSg1#l~|8SR4S1Nit>59lZFuj#mWpNqvs0m9$x!yiPn5%Ah}Z2Z8$Z5baL z0{)Gq%Ot@_K!`@HN|AURQt_Ug5P9tJTyMX5)8jEz1p>w-?8RYO-p~mkUffbpWwcw1 zV}hI#zyl|a;gcWjmg`dcm9DqsGMK%1JK0O}p}LW7?TSd+bw!3C#8TF6ZqUud({5U) z!5ixpP!-&}&X6Yf^`!|ALZm8|3TQOLf9*@y2Ch*EHh?j7r)b^wgx>A*HY`yWMNOL& zZ)vM$DFT4Ktk~XqK1YRi6p#U>qBIJRQZQ`SSbHf-@s#E(jbFOAz`B>>O=OJ?t@P#%Mq+GZ2rAnRq4z zM+Kk~YXh{la2&hFL7yLi`OH7CGlabf6!YaJ*qKfC0?y9tZ{iSkimxEZ<7UudG0@p< zYomB}!&)-ByUjZA6|BHO-@k)zO5$&=S?z{-CGu<63XBLE3fkUAL21^_>@Q?P{SKoF z{v_W9#alQ0Xc{v|J0aH&YGiLQ3d{!YyjggLuN*UdMe(*VGt^aITb{%Hfs`-MV}z*W z#_wDD9&%TAE9GEGnOOEExv-?nHrB=}#9=9ujeSXWl6Ax?WXDlRiYp8;IW$>@BS%VZ zzgb{cipFht9l70Qy2Uv9bsBa@ofZX2FAFBZVL?%d7M&p*>YyaMExH-*DPe_h>sI5M zGH4uYN);g^v?{6KsK9uA$Pc$5MfE2WoD}lM75R=3(o}y`;zlFGoF*&&Q9&B@i;4dMP)vrc0!5im7QEpg(xp0;OgXSmqDAjLl^94#@JgHkkBSI*uIDqmh;cf*_ z{7(HjLFF0iXQ_`<)4h-T9`!9V&bh-+UGuJQZf5Jg-}l|VW$%UMLl;&mYo;!zFHhf1 zcRlHtGe5P?TbK7A%T*rB*VH|>KC)&yXD`oOp6h+uH{X{<^S2jkTC?F?&G~#~ZN92@ zY9u|9*^?HZgaG^K{L$qDzFd`$7^3ND=J2d*#x-~H>6!U63*7wq#j4}ktGTK+n7ZO< zn6$0{1N(@bwB)Po({~@<$@I<+%nU5lXZJj7%AQ(up8etdoUMlJi7X%Q?^O7S0&I>^!$xPF35dPo<-iG~j}Q_J@IO z7`2Y+2TQfhlO3xp1*`5$_dT%}*0J2=UT9xx^5$&bylv0aKzblkH`_SVxMVvt$LDMw z(z%P_g_teem_N2?^Jh=zY-d-h?Nj&D_cJXI$MZFg6;P0TjsE5FXv`3Y{4ognRPfpk7_fL?21V;+J8%(y5z!KfHcXr=eFjcl2~$ z(wWYSm)dW2^%{Bkj9LS9N~woxz5IMk<{^>W6b!HAYgONcYL!L^y~0P4`H$O(Lar4{ y?Sv`M*e1;R>e_sLW8Us~WigdEPM9GO_PTsyQ{K@4J=UfPW{vfr9;CbjFn2{9nrESLi;L`^keU=+j!6Uk*=kww{5s)%5tqCk(z7Yb@cQ3?gLEGQLhBzZoW z1j9uliw_QnZy_8l$2wwB>ka;EyX<74fcIYYTVHe;StrN>pnqBP$D7MOYPz3YKCvRU&Zi zZ~=5xg|fo)c3g}MkB}3FgrjYDAoM&2Gsq+rOqIMc9lY!;(ly09%%9VKB zo^2*$Yav4`V>h}j8jw*bCa{9bke?Z_L9qMpLR$t=K)>3jD+7+=o#Pa35zKGWAI?;58jGK1iTo*EEY!nqUXnYij8I->H zDkQbcJ2u=jrE3-1ee-*ts3>z1JEg^Bx_) zN5_lV(({alJ*HaClCN!Z!i>1%H`v71@gV!BMh^+e|w)JFZu5Q z5A^zqy~VPW3+}aZanM2VzCB#L;q7k*po-67d#6Bt#|p zx+I*M%iWt|QHz%iSv5=nY9foHm5Rk*qcvZa?k86G0Jm?WK zUlz!c#VN9ituR(4=RYWFN~Nq?duO36m{CpAvU7m`f8f-It~G04%eX5Q3tAjhsUpl9e|X!vpD(C7G0_HO=m{!t`xKmJ4Zaqq!f(J!KR%=(G3 z+KI6ZKReB)|76(osbBZ^eU0n=$y$H1-k+}Zr@t3!{ckn;2kxr3)sCLi&4BN~0*rUk!{k0!Yc1`a7se1ZcEqxAP&%+J4Z@>R9a3?74R1>_)r(m>gx@kv&}Yaocx{GHmo*83K1qh)m##r$23{}|mVJhBGib0-uOX;NJ z9kX}(q7^_53Z%_TQ=q6@)NLK0Kx7z&)u;MjDEcDS0>mDI!a!P}c~hd7R_H@#??aUA zD7H|z$Q^k%J3BKwzuDQ{xj#2H@(f%rW?n0Pc!FU*qYdZs*u?JNfVjzs%p@bSqDy8c zS@Z3hbivy#yGz_8$1)-}=@C7XUhK1O(R+)V^ou_GrmY4SgW0*0&H(kd=)cQat;xWV zG7bAO!6Rk(eVN81Wdi#$Au;$vX0mC;6=@Xy1916k8be?jD98&~Lq(OKqO1zKq|8Lis-);hStw0oqQ&^Plb6SA4Gpvj#;70*ng(iW(b7VA zxlFL8NvfhHkWelYby+HbHC3Sl6D-J%z0-VI)g)b7#7Iy?q~IA4gNCFOB}LL#Om0|F zbtKp-;TX@yVt`_rNQFcKjhCrijpzFig_zG1{O*E8a1=boM3AG?7~tTjhzsC@oX=Y> zm@<~T07FHZE)bnZXi3s%t+A*w>cz`oav(MUdXl2)SP&`9e4cV5vHd||h-pcTY6S@^ zx>S@3QSjMBYz=7jqk2Db`X95Q2+ARyjF3US2O|)%r|B_G2-+b{JBWB+{!rj9;i9l0 z>&~3_F3n;EVMUmhu^2I9Tu?0_B}@`o5sX@Shll^gAxbV+9^o zEdYE{?9B!8O#Ofn_|NJ2lZmiKU<|hMD@27QUaABS=D*?5)p@K$xV?_AUk7`wN2kpm zZ}&lX_i1oov=W|*_Fuo)`%Y|XAo`u_{gK`&oVsrEY{tdz%Gtv*t5%Pr(-*n;xK?-N zl%oX0tiBUVThGjBq`PtwRKXG8!d%d2G85@8cw^~*Eaj*A4t)UkxF-6%C1yVNrDm@%8LO6)pSu>M&ZZ_gO`8@#i~-k z21jc$!)xx`n&Hn1Gg-Qc8-a;}APdB5cr<-Q#)ii%(Tq@fA_p5`?n*M7OS}T<_j+n{{Awz9DK(P53{89Bh|k~(s!}9$S2Z{QxM*++Ue*mieVUXH1a!)B zgYO!h8Cre9wI{@()F)beWdY(4htG>ST+p@nydo@0@ByKc_###oAz;^h z!4Gb{e}htd(@*+;+`l&R&=>g8*k637ZYkRxXQ~}%HqLH!T=+C}supbC4z^c=?c2f5 zYOwQmvKoB(0I#bW?7A&fgFUs->Gf;(rtVCwU%ubG864jAaZUV}4A;Q#1Q~zuf3)4Z z{`|eRJ8kQY8{gXuUUo57@Mf7gtSn+aUl@qqLH*66}~ z|Bdgyagl{3<;&$nwUEmhE`muT^cYP}a>QtcU}CKgSNf8{W#7J%GPr3~l?`rWJTq$e zE~Q43*T%92q-&`x$(YbXikO=tJ^lziQ_VcO!|VddkWP5)`Cl!mB4plcBnC~o<7mHu z$Bvt2*)LFvWx3sqi(&cCn7}`no`;_2)?77TXpMXLN?$GfO0DGu_gZV2hHc#Lc87`mM2kg@xLeEWV`?X literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/hyphens.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/hyphens.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..25edb6ffca8f246229e5db336118c05d3ab91bdf GIT binary patch literal 1737 zcmbtU&2QX96rWjp?Tx!F&<~-Mk`9Ux*_FIj5(Hw4DupHyg_2fkDqw}Q_S&;qcm0KD zb`#UB6c7g_E}Uo%95{jse+idVLh8!u0SO_|ThMZVoOt8)LQ-<5l(9VX=GpK4e(%k^ z_tVLf8iMis+U53z5<14iadQ#Z{@P19;Muy4h#U9Xet5qHCYXMiJ#?GwgW|sa9_+-Mm??W=!h!%!ufu?Z%7~&t*KP2)=Y;376T> zNh_0e(9Y*toheAI~|3g0#{t!NFTE~JoNc%AFr_1o-aWhOvmnL}*g*eWg zF2q+Cjujdl&;i#6edo>}i$Y$j;Iuq0kY-jOshZ!Yw8+CQ4fdaX@?Jg0U}r1BIv*;m zv+$1kFujW~v;{7H%EkcmNy|XD<%#yc^?v>}et`==*%;tKVIU2lu}s6>Df}SaFOI+5 zRR+qZ#ewoQzK1bNvgb!>6IbN5SWx=p0uMu|q#!w}WmF2O1mUD5n3@h{c12D#m$?Ds zR$$Xq78RO4^OmUB6=*}rx=29`eF|07REE~njs=laj$+zR<$!MSv?S(CQbq3)Dm98j z=m9zwW27SYGTSk=dP8clK<`)d+ za;ih~>slKWY=NKW2HX(ck{S6?)uJRV+8t_l<8uJ`0le%Tn0`lpZKFr(b6>su&Dn?3 z`h#ixXSMd|^vq80Tj#sw;p{8BbM*(amxgnze-;a8-o{_3dkQL_**!5cJU#v8dwUWp zU)-BQCF5@<4(_wp-@p|uRhvyGw42Si47&8(gi3s;v@dHus1E2#vW zQ~ApEwbfKzURhnbb!|PP`aK$f6BM6?X}|QQA36}%<@h3O#RX!o!L%n~jQ=2)usj-I sgv-C7+AqaZ+l8TeYFi$b&hK2=RS8HZUflV3S9@t&9VrSvAJ2g4KO>*uL;wH) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/indentation.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/indentation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb08f8da840022e3bb6e75694d3a421ea04e9501 GIT binary patch literal 19163 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_duplicates.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_duplicates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a573d5b8d2a923dc84cb6b6442c298cfe90b02cb GIT binary patch literal 4168 zcmb_fUrZax8K3ok)+RWI0~~S4l;d)-gUyjZ$+^B%$pM$#C4`DZZQWM(;vK`nde_-q z!e3OO`R1GN`{p;_eEWUFADWwa1g(ASOyTzj5c(^fu;!@~+aeGvNJJSVa-vJ-G8~L< z*;RCB+#C`;8IS1Acts!aNnFM+`b0mB0T&`oVqlG{S^2IDp$wl1y3o5wY`TF&ehoOZ zWkO=`2Ff&7T(OXl@*>1v)d@DHB^_&J87LK(G%`mN0~gD(A(em!6HOvIo|lYi5G7a_ ziUiM+3YHXH6iOvYnbMOypG<;{NlnV9QuuPokW@wI`8cK<+RE%4YuVT;pUb+DFB=W=^?93}+;5aT&PE(6%(^V38D z=)$B-#Fz~(uZkowDXaNe09X-E(#wd|m)v2Y!e!*4{L!UaLr$?kKHd>|CT zXK?V>lK7j{VY%EM%lP_-xg2bb?V}b{Syt!4gP6j@x+0ZI#K7}vSr&0TK7Mv$A|AH^ zrc$;NPS~#RPvJRg0~*-JCt)hc4UAJZqfBg80$&$WxW5-qrtryLoKN9XAO5chM$cZj z_@xj~g!C?6YNK7a0sTwic7l)k3>;!Rr+YWM8(dU#vY_HAP3xi>DG-e)d1A*WL}EIf!rzHI+w@{K0nP8dL?AdO9c&CYTmd~DoBp4U!GJTf zwZkzkb;Ki@Psd`M6}%`Z#<-?JrYSBQ*nP*A*HCAP@-+IqiynPMvvZ!>W38UZ(e^9A zSwRFr89*7A$U*XUL-KZ8zHtG3Z{+KV-BzTu8-Cjux)rp@Eut(?wKj!d#_XaBig9Bx zm*p`kC1QC1wN7U`kqa8FQaZJT@zZ=Cux=U%-4ERjwC!?v+iNm(Iq!pxH7fBM{I?D(S2??oyX1xLCE;x~c6~fj`sKpk619AmbS! zMy=H`u#tm{eg-b;ls&Bh7xnp`_9bx9=(QWe!^Y>}iZC5#Y{1p#a2eIG+QE3vSa9!n z^O$j%@tI#49?>;B3~>=*{Fx(6(izw4B*p$ruXZ`|jM~}%al=ix8&G2=>5Mx%e|{n6 z&lqOWZAVJCV}(&pe9Rt)Q~q+%J=4S1oNu zJFw`fMFfqC3i_3Mo{Ke&Szg_M{HM_`{n5XnEx6KY4IbR+5&c9LA}j;Ky8>Ri_9L!) zA=KUQrjB)3yrfGC7=jvWd1xB7+Ro7j?4{bPd%_Sj;|eV>)}c{&M*cV32ZBTq?SyB! zFP$B?+HC_9t0?p3*mN!35;8Oa5t-w$JBizN`(LbTM_zx^k znf@aihmYL!FZ<0v#~1#C%dg+=sdf&Uor9a5UDeJ3vvXj}&2@hD3E~1n4+AZ>Ts3gi z3>^K$_lf?C;DbQ#W>f3($nD{3^t2g0y&1*T=#Uv50=4K{pvI?Oq?RKL~Yixl!o# zFZjsv)!V~Azx0z!pY!oem|eL&P(6IYJbdDFzIQ)6tL^vN&DdMN?KWd?S7YbQ*tyU0 z_hT0}!jTpJ7XR_oohh>`xvH66C#zjUCj5nm9v*siC37otXW;&!H#Rz=>qowJzazcb z_7y1BE0=Fwu11cVk>jiVW~6sj{8YWGR+GbKa`<=G%;fovw)pD6r>VQC)!uvZdgPsL zud988+eWT~BivR19qjnnZ-()mSIlrvH5@a;v1<5DGyLYg$ZtA--T5G#-fBhh_qg?7 z&z2tr6L936wzok&@k=nmjjI-t(A5=Pl~63bnWqRMoYm0 z{l@h%=-}o#?lFFk<2>8nav?7CH}u9s@1Z3ZMBI{RBXDfhv+hp-6^yM8uJip%{=Wpn e%LhL?{r$j_duieyJ~!9?7(urkigIt;`~3&z8}@|& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_ordering.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_ordering.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80201707efe94cd4bbba0a6332c6fe8273fc8dcd GIT binary patch literal 4273 zcmbssU2GG{d3M)-vBSj>H-W??a{;b6#2bFX1uQ@Ug})wfsS;Gxy2{z?juR*AT{F8* za0pVWLn^0UrQAcyol12`y@ya#aeZm;vC{RSQeSTG4mn!!a1~T4Z=t5@9WU)SYmaTh zpH#-$nQy+o`R1GN`)2&N4I9D;TIabVS!V-6_t=CtUk#{C0B{XyD2+5h6LldkrbU6l zk}jns7=5}g?@#*y=T8T;KsqQQ64HXVgsO&jM1;~U>9B}SA}w?UX)U(^!&*9`g|DD= zYe`B(ibwnih0j|A+tWD<)1nTLiHVUlsYm z)hCH=&L`yXINO}67=Xa)v|>yV4NsP^MQmoTXXKP_PQoT9CUg@vOC~0;S+H}aA!FDY zNGm$1vao58FgS?q)HBI5q-unP3)CzSs+Z(&SeC(=lQgHMQuuhyoN#!XjDM7~r(qRv zV3IpDg)d#6m#6AyEBpxb>FDWU!X8=#8@ZJHertrSYHNtq(n$A%hs5Rjl!UE13 z#^x;hoOoq|h-w_YDjalP%tgXI>?<#0>y=R8UEsfHO%?v#e3aZ z>tgh&5QUKA-fQ^t1u^;p$9S0qVZ1IzAF!I55Zs_;Qx#J89Kew?P~=9b36Y#%Xl>4Q z*KeD%#CX7JvC1TQtCek3*#wwth@i9p#b49}DAiI)Oh|5ERH0Do)LI$$1Q{&BSHaL- zLyN*9$^cYtQwU~UFDikN=Mtjpvr7fy`oJiQ%`Bp4DZ7s>rVHc8${<_^)EX=m6+<0_ zk~TwB+ZvoTl)2oLVw-euju>-;dTw&CP_m~@W1qZd?;w|u+xL}aQ z1;~<8h8H`zP;x_=OwP#Jnao04bx$%!OfW;D&@G|W*ygLg_ghwD9anw7XsG}WolE$b ztfAydCgX-PnY^jN0syyWG8c-9UZv32fcGY%Z7@){U=a=RjycB)LU#pKMA6?_u&aI0Sv4guM&J9kmA>&G&~?{Kb-aW<&U>(n^1 zBEOqyAJe@B@G~t<;x*8YaGc%Bp<6W@_$a_ZKgTZSmUXSkF6Q-h?fN0<|U*|Y(8TXGS&W=E&{*mJ~$%}$M&fgdtXFt0WB(B>#IPI#Gg?HhV&^jG&aC&1L zL45aoeR{@DaQb`FOh1Pky&^gy{*-*bI%hU(|g{IcC8!+%pM*HBaj6(NI zp;{3Z(NDG_bXjPM1aYRG>A+ZPivo`T4b1|*y0iCteW)aOtBc;MP@O5;yX%LCTaiG? z7vgZ~uwD zT|)mtLi@qh&aOuiigkZD^l|E=)D7#a_FXH=o%X?pjQE|!ir2f_-Vh$J-7j>`Q{(cKnC#22bj^p;cFFZ(6O6j5RB$W2J&w za6@mAQdKfC2LA&TTAfHbF}z#Sl@y~ySskX#Q*IdcOzliwp|h?Jt~}xf;1N*F8-xPzrEdb7z-Rpq4y1aF ztHIZnr<~x{)$XlVgUdlDwE2E;x6ng34CJxHgYF4aJQv>`S|sba{Pc3KX5mW%kg0+J`7^{KCl)*Ez#P-aVHeN6Y9AejxC?RKJxL|kIsG_?q{>{>qF)4 zT~7C|ufqe60;sj^>iqJ&)7JY{1mD>6Wn}wG=ck=c;^1d}PU3Jmam+~^`-}Qz;`H6N zO%*Skdv@HIa(d(y>h$a__Y6Bd!;d70WY|FT;Qfx*;Tdu5?GN5A$96igohy5s*uaW* z+q`L(S2QSpnNr-TX;H=YvKLTKaW4}(q=-`M0t zx0j;{Cz>cncRSJDpT_>w^@pxI(L-x(sQ(AT7m@92K@>@@Nhq@GJMTE(J()bYTS#nh zgPDwGs_;$;RR3LiX-<1tB((9jlFS}VgjT~!JU!z2#(z9|-1SrTca?4fUdjr2^)17q zg0{1+{>XV8I#hiQ9ifMTz|z-Z034?vJj6!@!T0YIA`-gqp~yeb_rLMCFNqLIOTNEH fqRSh9e&DB}C248wKLJVTe2Ac{v~Cd&d+PrO$tVUa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/line_length.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/line_length.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3523219ed893db871420bd905c6e313b3c2f1c9e GIT binary patch literal 5264 zcmd5=TTB~Q8b0F-HnzFNTn%YXfD~+uO`&aoM&wdJn}l3i$gV;w!Pql~f$@y@%$Qq< z#9pLLrAQ4AT|inXXvb^m6XU2A%#DTPt zsvX3cf6n>m|G)oo{_~IjUQpmba8+FFid=9b^bh)wzAPzX_h Px;8j^RuqGswW* zESjR`K{JCm%btg?DN62wS z;jua@D44`Wpk%D@DrT`LLX~h6c*!(Fu{9MaLjssm#s#)bi}ASnU|`rtKrf+rDB09Nvb zSphsi4K_qa;v$a71dFmXg0Fnor}*h3NCFWmD~0(0rY;&DR!N)(KxrU;n2NBXlA42e zLIU@4djyF(vN_7eVuCcHTNaIp0ze%e-p78x!AczFr&M0z0J0tu(3<6qr%p?GLy!PF z)dmqTv^^KMZa%`sMHNr5VjKW8PLA>t<|XQP&Z~zwEOUHwNR-3l5aww%Dmol`ekh#) zNDp1JkrDbcrlIb{?JaZ>0KY7potXOYFm^BGO|J8 zC2)I~PZ^2(WWqUfaGaBPjRgHB9gRmo5aa2~+AQYA9 zR~cwo3C0QCKycL=r8X=_qmWy)0;w{TSm5!e) zK5MU$S`pTFR|t}sRRnPwDl=FU2pCCBi`s!0 z^g8GBPC)|9G zXa{xC%V^F%K~gUh8IHQ>j5F)t&@A-9Yu3zge(Y7{3a8#{?A7I3dM?tBE`z#(-Y`Se zrY_pVnc;u8&qSLzHM2Gb&(B}8Xe{0IWi8!Hy>p$(N3+bBEo&)7-b>v{Ld{RF0;e-g zKfR|p)y&kGD??_8dns&W@c?}{euTcljG7FQ(RXQo)YnZ}`b=3i6lX+bh>Xl*9FyCx zv!<~_8TJe@R+=F*1cy9mg6TiV`^?Q72l$J*nV2@!p)BO(86_EFtTIDphYL4i3aWLhx3mmsRihdi8>Tz$+(smmc@8f(rikY zl_b#Y0!~Ww5F!(=nb36B@6W)6;qBP0?%c+8D{uel#N87Q zn7_LI;@WCIpJ+e7*50?)bYTr&*fBGQFEKm$sN%4p=9_ZwjujP^8OXjVJi1ekTqRHb zZ9}f&PfvVuV#`^daMpj17{G6LZ99v1Y(VZQZ-AwD&UAH~(O0;bj&ITNYxCjmI`h}H z42;SU|WMafL zlZQ|m;qRFRhC$Qt_eV1nQs+ft1%U)O5TU0lp})yIqNna2Q@6)7Kcdnf{THs8T3ThE zHoT3;INXI{2t)JE!gnB1yk47ThOc(bs@F*^FBFeNpfXzE7ZT2>Kh#m0O|Msy484a1 z%5_99m4xoRbde+;%4gN<7=a{4zoCm$fa_oA$s9`BoWGm;)zq!}1>d|cVXIkGmwT43 zZP6TA4inqXqP60tb*DdBTDfp;{@jh8-*Nbq{ zU9s@q{CkV>g!|Zvd)@6%dfvF*wA8fBCp`XD^SY-kS$TN5WXZ8e#a185THElnZI@Op zelUM-z9(5$weZpWN6Tf2vWAtm^|C}+Z7A4s*CpI_%kQt0ty;dc-?wkLJ05(v z?mn3;^=y|`u2prdm!5oB>0cSxtZaq3Zwsry0RNJI#jWTa@&4B|(4tQu{LZ z`PiMYM0Lw*{c8Mv)0(FX99DgD*K8^}#q1(e{wZcBi0n=OQD|@Q>ofU1EzI9sryX$n zs^Ux)+`KN$HZ;V^;h`ZyQ(7xZA5H;!Lh*#?F*lv<)+_^8FZXC>nAI#HSr#?R`M8ps0lHy z?@+_G_0XItX)BnsB#RCuk9m{9w#QbJ{hc`rM9N*3Z1g8vkHd_!W6t)yqmU`tt@SXc J7}5&z{s-#Pa7fK6rS;}?O+r*077tpQO&`Y@NWJ9If6)$(nzS(jYOzg3$Y&W&f1IDGt104 zi35kUs?=*MRZThd3PM%eQ?J~)0KG)39x8DGi37+&0#3YfVi7?ujODj)-p+gPo9}!3 zV0^rQU>&W^g=ew|Ju#cn%Ir9U&%oJ40ji?_2bmamGxZEcfmOExyKV>BA5cBp&z19Z z86#AbYvwZBoSo7Ap7aNe>_=6VpyxcjKa_EpKAlo0>Q~ z*YKRed>oT2HNdEah!tUL3G?-C413*;d?^6AW^00Sg>fATZb~|Z zXGV!KPWNAmxL%T?8ME&CQDC!TP*CKxz-~9Jb@o~O*$NqEd?$}>5|IGe9`?z%BzXQj9 zJN5hN+oyNOAC)fL$B#<$TgMj$7CyL$2MF(5#4jvVo_m-tzEMWm@8_rHXK)Re%6ncQ ze9ub{jzBvGIg{H|WiBqH_VTw&pARA4MFU7iavaRtvGZLK!2Rar5!f1u)JZTeER69> elE?O|!w8rD&z{)GY~{x{>_N`Li&!3pGw%R3**%H? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/new_lines.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/new_lines.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..343e52f85cc32ccf2c62790aeaae6b887d071c8d GIT binary patch literal 1837 zcmZ`)O>7fK6rR~#d+l{x3{4gO5>4PhT!^hUQjh{giV}iCAxRZbsf8MEcE)&Pd)Jy> zC$TX~K$V)DnqHbzEh?Ny1QpjFxmT+4bEviAfK*i~H>#*on^WJ|*@S{S*6h4_Ki_-v z-kb5y(Wr)Cw2fTISSmuliH$#`U1IwJ5X*?76rz|)d0dcE5*DK%ea%!v_t|-Cb?;V3Azd?BW)WuTlX*tt^?DdKW!;l` z+sHvpM0lE3FRRlB{zR&~MHw4AQZH{G5!KONioS|tPp!*Y5y%L{?v8OA&i_4xO%sm-u;)VP)a_CxQ_^m3CgD_9R+oSKpSN}FGv3<_ zchuV27g}DZkuNKED@&i;oBO_J#r@&-x3{;BonEC+vuoMSW4*P=fv?Ujo?CL4XTP3( zpgama3_a;tt!|w@zd_EgM?QLXd^2+Od8~Em=2q;)ud%L;Sl4RnRxGj5|NKz9md-TM~CsN0BRY*uVi%m?EKt6 zjwtlKfkOkWcqFcQ>cj-Kjfn|QvYkfJ4*2;=Kvv*Spk5zO8XokNYoCo>^pt_oks(hV zyg1Z<{mQj^s@BjpfFj-opPkV8f=wZ_7x)R-ik@+x`OzyGWBeyMgq6R#5N`V&oq7?7 m%}X^kI_pE_)xhleP283B8p*WHliB*_5V?WtA3s0Bg z%5iayK@t~tOYXRbc!^i?Tw>!s$qRp$w24K8$<#W)t53;yohgsvereNNC|*-!+j!wL zhY){UC)h~KI;I5$Bn{^&87HcN#|5Q8bUYy&X{?EcpkTF-OA)Gv@SuuM_8pGyb!GrS zFnHY%s8QBWCOeWzEKq`F)gTlg4I*JdF9Yqxse(~93U*b^z=AR%6v37N+ER!g&?qbf zJXItZusSU?P&Lv7i?UI~q9zfnjpF@8&dBQ6UM#2**3()+k!-va;YCdyC)6?vF(s2P zCzBzb4}~Di6qUv9ZhRzf$eOD2d^@%{NG3-$nv$iUoXaaRSP9xegW)xtR2aZ^s9<NQFe&a8UO(&D! zDz?))sws*#VNq)5R#)YGo)}OPc23*dkM@m>w71&b z=Rd#&*u5PubUrrnK;K~W@jM3PM-x~r8UGc5+TUUDZ^Q|>{C%qt4Yx6-KMK9!DAk~l zbCWe|tHyL2T9&A7?8CaM)w43ao|D+5@AXq1!Ixfpez)jZZGOlL@-Fx-tI%qP5Ccti zilr?^r6nR58LXq9fu6YW%B)4Jyu4mnL75_&f`!y`S0sjM%#tH=KV zk~|-}u2(kF^UN&6SUK_9Ir;iu%E@`KT`ebXSNCb!QB3k?Rxod)H^AA%uB=NrWtx@ZfF`16Z$_6CCM&@j`l@o@&P2uK; zOf$87CwnJOH#QEsgFKK(yMJH^9j;7HC1(uNXWebd3krrc8>U<%r z%LWPN1u-j(5m*aMfNw_FI^gMHyU`}f=YdeZXu8ET5wp~4kSF1%PeQ7GLBGwQpS=F} z_zU|!sr|I^O5e(>(TQVQ%`474r;S{DPsg+OqQSqOB_MZWC4(Yx4nXrb%ScbyAe z(NaVAeB_&+uX^T#H&5RR3@*Fb#v$fc#MTWlOFrbQd3+!5)Ye~cy?f}w>35=+N3LzV z)^z#A9CtPG?|Zjg_RfW#dUeT#o{OA~F1bJ2sdBL@48j?Zw_<~M3}bCrZ@cw;`{WHV%?l+bb=vV#XrE_U*0zsaREO))t-Ymb_bLxKdLK{6BCpzCAPC-QBIF-K{Y2x6gQ&JgBkdLi0!M7uzqN`mv$&7OG$N M>|ll%8Uoxu0LBqsXaE2J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/quoted_strings.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/quoted_strings.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f157cdfe98a85b3631b88c898b024844cd8041a6 GIT binary patch literal 11332 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 A4gdfE literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/trailing_spaces.cpython-312.pyc b/venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/trailing_spaces.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8d209889ddbe85cd0208a79a88164d95bda29c3 GIT binary patch literal 1532 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 yz2s}{J#a03C4GDE;hV$F;Lo5Vdf@$;. + +""" +Use this rule to report duplicated anchors and aliases referencing undeclared +anchors. + +.. rubric:: Options + +* Set ``forbid-undeclared-aliases`` to ``true`` to avoid aliases that reference + an anchor that hasn't been declared (either not declared at all, or declared + later in the document). +* Set ``forbid-duplicated-anchors`` to ``true`` to avoid duplications of a same + anchor. +* Set ``forbid-unused-anchors`` to ``true`` to avoid anchors being declared but + not used anywhere in the YAML document via alias. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + anchors: + forbid-undeclared-aliases: true + forbid-duplicated-anchors: false + forbid-unused-anchors: false + +.. rubric:: Examples + +#. With ``anchors: {forbid-undeclared-aliases: true}`` + + the following code snippet would **PASS**: + :: + + --- + - &anchor + foo: bar + - *anchor + + the following code snippet would **FAIL**: + :: + + --- + - &anchor + foo: bar + - *unknown + + the following code snippet would **FAIL**: + :: + + --- + - &anchor + foo: bar + - <<: *unknown + extra: value + +#. With ``anchors: {forbid-duplicated-anchors: true}`` + + the following code snippet would **PASS**: + :: + + --- + - &anchor1 Foo Bar + - &anchor2 [item 1, item 2] + + the following code snippet would **FAIL**: + :: + + --- + - &anchor Foo Bar + - &anchor [item 1, item 2] + +#. With ``anchors: {forbid-unused-anchors: true}`` + + the following code snippet would **PASS**: + :: + + --- + - &anchor + foo: bar + - *anchor + + the following code snippet would **FAIL**: + :: + + --- + - &anchor + foo: bar + - items: + - item1 + - item2 +""" + + +import yaml + +from yamllint.linter import LintProblem + +ID = 'anchors' +TYPE = 'token' +CONF = {'forbid-undeclared-aliases': bool, + 'forbid-duplicated-anchors': bool, + 'forbid-unused-anchors': bool} +DEFAULT = {'forbid-undeclared-aliases': True, + 'forbid-duplicated-anchors': False, + 'forbid-unused-anchors': False} + + +def check(conf, token, prev, next, nextnext, context): + if (conf['forbid-undeclared-aliases'] or + conf['forbid-duplicated-anchors'] or + conf['forbid-unused-anchors']): + if isinstance(token, ( + yaml.StreamStartToken, + yaml.DocumentStartToken, + yaml.DocumentEndToken)): + context['anchors'] = {} + + if (conf['forbid-undeclared-aliases'] and + isinstance(token, yaml.AliasToken) and + token.value not in context['anchors']): + yield LintProblem( + token.start_mark.line + 1, token.start_mark.column + 1, + f'found undeclared alias "{token.value}"') + + if (conf['forbid-duplicated-anchors'] and + isinstance(token, yaml.AnchorToken) and + token.value in context['anchors']): + yield LintProblem( + token.start_mark.line + 1, token.start_mark.column + 1, + f'found duplicated anchor "{token.value}"') + + if conf['forbid-unused-anchors']: + # Unused anchors can only be detected at the end of Document. + # End of document can be either + # - end of stream + # - end of document sign '...' + # - start of a new document sign '---' + # If next token indicates end of document, + # check if the anchors have been used or not. + # If they haven't been used, report problem on those anchors. + if isinstance(next, (yaml.StreamEndToken, + yaml.DocumentStartToken, + yaml.DocumentEndToken)): + for anchor, info in context['anchors'].items(): + if not info['used']: + yield LintProblem(info['line'] + 1, + info['column'] + 1, + f'found unused anchor "{anchor}"') + elif isinstance(token, yaml.AliasToken): + context['anchors'].get(token.value, {})['used'] = True + + if (conf['forbid-undeclared-aliases'] or + conf['forbid-duplicated-anchors'] or + conf['forbid-unused-anchors']): + if isinstance(token, yaml.AnchorToken): + context['anchors'][token.value] = { + 'line': token.start_mark.line, + 'column': token.start_mark.column, + 'used': False + } diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/braces.py b/venv/lib/python3.12/site-packages/yamllint/rules/braces.py new file mode 100644 index 0000000..19f870a --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/braces.py @@ -0,0 +1,200 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to control the use of flow mappings or number of spaces inside +braces (``{`` and ``}``). + +.. rubric:: Options + +* ``forbid`` is used to forbid the use of flow mappings which are denoted by + surrounding braces (``{`` and ``}``). Use ``true`` to forbid the use of flow + mappings completely. Use ``non-empty`` to forbid the use of all flow + mappings except for empty ones. +* ``min-spaces-inside`` defines the minimal number of spaces required inside + braces. +* ``max-spaces-inside`` defines the maximal number of spaces allowed inside + braces. +* ``min-spaces-inside-empty`` defines the minimal number of spaces required + inside empty braces. +* ``max-spaces-inside-empty`` defines the maximal number of spaces allowed + inside empty braces. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + braces: + forbid: false + min-spaces-inside: 0 + max-spaces-inside: 0 + min-spaces-inside-empty: -1 + max-spaces-inside-empty: -1 + +.. rubric:: Examples + +#. With ``braces: {forbid: true}`` + + the following code snippet would **PASS**: + :: + + object: + key1: 4 + key2: 8 + + the following code snippet would **FAIL**: + :: + + object: { key1: 4, key2: 8 } + +#. With ``braces: {forbid: non-empty}`` + + the following code snippet would **PASS**: + :: + + object: {} + + the following code snippet would **FAIL**: + :: + + object: { key1: 4, key2: 8 } + +#. With ``braces: {min-spaces-inside: 0, max-spaces-inside: 0}`` + + the following code snippet would **PASS**: + :: + + object: {key1: 4, key2: 8} + + the following code snippet would **FAIL**: + :: + + object: { key1: 4, key2: 8 } + +#. With ``braces: {min-spaces-inside: 1, max-spaces-inside: 3}`` + + the following code snippet would **PASS**: + :: + + object: { key1: 4, key2: 8 } + + the following code snippet would **PASS**: + :: + + object: { key1: 4, key2: 8 } + + the following code snippet would **FAIL**: + :: + + object: { key1: 4, key2: 8 } + + the following code snippet would **FAIL**: + :: + + object: {key1: 4, key2: 8 } + +#. With ``braces: {min-spaces-inside-empty: 0, max-spaces-inside-empty: 0}`` + + the following code snippet would **PASS**: + :: + + object: {} + + the following code snippet would **FAIL**: + :: + + object: { } + +#. With ``braces: {min-spaces-inside-empty: 1, max-spaces-inside-empty: -1}`` + + the following code snippet would **PASS**: + :: + + object: { } + + the following code snippet would **FAIL**: + :: + + object: {} +""" + + +import yaml + +from yamllint.linter import LintProblem +from yamllint.rules.common import spaces_after, spaces_before + +ID = 'braces' +TYPE = 'token' +CONF = {'forbid': (bool, 'non-empty'), + 'min-spaces-inside': int, + 'max-spaces-inside': int, + 'min-spaces-inside-empty': int, + 'max-spaces-inside-empty': int} +DEFAULT = {'forbid': False, + 'min-spaces-inside': 0, + 'max-spaces-inside': 0, + 'min-spaces-inside-empty': -1, + 'max-spaces-inside-empty': -1} + + +def check(conf, token, prev, next, nextnext, context): + if (conf['forbid'] is True and + isinstance(token, yaml.FlowMappingStartToken)): + yield LintProblem(token.start_mark.line + 1, + token.end_mark.column + 1, + 'forbidden flow mapping') + + elif (conf['forbid'] == 'non-empty' and + isinstance(token, yaml.FlowMappingStartToken) and + not isinstance(next, yaml.FlowMappingEndToken)): + yield LintProblem(token.start_mark.line + 1, + token.end_mark.column + 1, + 'forbidden flow mapping') + + elif (isinstance(token, yaml.FlowMappingStartToken) and + isinstance(next, yaml.FlowMappingEndToken)): + problem = spaces_after(token, prev, next, + min=(conf['min-spaces-inside-empty'] + if conf['min-spaces-inside-empty'] != -1 + else conf['min-spaces-inside']), + max=(conf['max-spaces-inside-empty'] + if conf['max-spaces-inside-empty'] != -1 + else conf['max-spaces-inside']), + min_desc='too few spaces inside empty braces', + max_desc='too many spaces inside empty braces') + if problem is not None: + yield problem + + elif isinstance(token, yaml.FlowMappingStartToken): + problem = spaces_after(token, prev, next, + min=conf['min-spaces-inside'], + max=conf['max-spaces-inside'], + min_desc='too few spaces inside braces', + max_desc='too many spaces inside braces') + if problem is not None: + yield problem + + elif (isinstance(token, yaml.FlowMappingEndToken) and + (prev is None or + not isinstance(prev, yaml.FlowMappingStartToken))): + problem = spaces_before(token, prev, next, + min=conf['min-spaces-inside'], + max=conf['max-spaces-inside'], + min_desc='too few spaces inside braces', + max_desc='too many spaces inside braces') + if problem is not None: + yield problem diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/brackets.py b/venv/lib/python3.12/site-packages/yamllint/rules/brackets.py new file mode 100644 index 0000000..f1c08d5 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/brackets.py @@ -0,0 +1,202 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to control the use of flow sequences or the number of spaces +inside brackets (``[`` and ``]``). + +.. rubric:: Options + +* ``forbid`` is used to forbid the use of flow sequences which are denoted by + surrounding brackets (``[`` and ``]``). Use ``true`` to forbid the use of + flow sequences completely. Use ``non-empty`` to forbid the use of all flow + sequences except for empty ones. +* ``min-spaces-inside`` defines the minimal number of spaces required inside + brackets. +* ``max-spaces-inside`` defines the maximal number of spaces allowed inside + brackets. +* ``min-spaces-inside-empty`` defines the minimal number of spaces required + inside empty brackets. +* ``max-spaces-inside-empty`` defines the maximal number of spaces allowed + inside empty brackets. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + brackets: + forbid: false + min-spaces-inside: 0 + max-spaces-inside: 0 + min-spaces-inside-empty: -1 + max-spaces-inside-empty: -1 + +.. rubric:: Examples + +#. With ``brackets: {forbid: true}`` + + the following code snippet would **PASS**: + :: + + object: + - 1 + - 2 + - abc + + the following code snippet would **FAIL**: + :: + + object: [ 1, 2, abc ] + +#. With ``brackets: {forbid: non-empty}`` + + the following code snippet would **PASS**: + :: + + object: [] + + the following code snippet would **FAIL**: + :: + + object: [ 1, 2, abc ] + +#. With ``brackets: {min-spaces-inside: 0, max-spaces-inside: 0}`` + + the following code snippet would **PASS**: + :: + + object: [1, 2, abc] + + the following code snippet would **FAIL**: + :: + + object: [ 1, 2, abc ] + +#. With ``brackets: {min-spaces-inside: 1, max-spaces-inside: 3}`` + + the following code snippet would **PASS**: + :: + + object: [ 1, 2, abc ] + + the following code snippet would **PASS**: + :: + + object: [ 1, 2, abc ] + + the following code snippet would **FAIL**: + :: + + object: [ 1, 2, abc ] + + the following code snippet would **FAIL**: + :: + + object: [1, 2, abc ] + +#. With ``brackets: {min-spaces-inside-empty: 0, max-spaces-inside-empty: 0}`` + + the following code snippet would **PASS**: + :: + + object: [] + + the following code snippet would **FAIL**: + :: + + object: [ ] + +#. With ``brackets: {min-spaces-inside-empty: 1, max-spaces-inside-empty: -1}`` + + the following code snippet would **PASS**: + :: + + object: [ ] + + the following code snippet would **FAIL**: + :: + + object: [] +""" + + +import yaml + +from yamllint.linter import LintProblem +from yamllint.rules.common import spaces_after, spaces_before + +ID = 'brackets' +TYPE = 'token' +CONF = {'forbid': (bool, 'non-empty'), + 'min-spaces-inside': int, + 'max-spaces-inside': int, + 'min-spaces-inside-empty': int, + 'max-spaces-inside-empty': int} +DEFAULT = {'forbid': False, + 'min-spaces-inside': 0, + 'max-spaces-inside': 0, + 'min-spaces-inside-empty': -1, + 'max-spaces-inside-empty': -1} + + +def check(conf, token, prev, next, nextnext, context): + if (conf['forbid'] is True and + isinstance(token, yaml.FlowSequenceStartToken)): + yield LintProblem(token.start_mark.line + 1, + token.end_mark.column + 1, + 'forbidden flow sequence') + + elif (conf['forbid'] == 'non-empty' and + isinstance(token, yaml.FlowSequenceStartToken) and + not isinstance(next, yaml.FlowSequenceEndToken)): + yield LintProblem(token.start_mark.line + 1, + token.end_mark.column + 1, + 'forbidden flow sequence') + + elif (isinstance(token, yaml.FlowSequenceStartToken) and + isinstance(next, yaml.FlowSequenceEndToken)): + problem = spaces_after(token, prev, next, + min=(conf['min-spaces-inside-empty'] + if conf['min-spaces-inside-empty'] != -1 + else conf['min-spaces-inside']), + max=(conf['max-spaces-inside-empty'] + if conf['max-spaces-inside-empty'] != -1 + else conf['max-spaces-inside']), + min_desc='too few spaces inside empty brackets', + max_desc=('too many spaces inside empty ' + 'brackets')) + if problem is not None: + yield problem + + elif isinstance(token, yaml.FlowSequenceStartToken): + problem = spaces_after(token, prev, next, + min=conf['min-spaces-inside'], + max=conf['max-spaces-inside'], + min_desc='too few spaces inside brackets', + max_desc='too many spaces inside brackets') + if problem is not None: + yield problem + + elif (isinstance(token, yaml.FlowSequenceEndToken) and + (prev is None or + not isinstance(prev, yaml.FlowSequenceStartToken))): + problem = spaces_before(token, prev, next, + min=conf['min-spaces-inside'], + max=conf['max-spaces-inside'], + min_desc='too few spaces inside brackets', + max_desc='too many spaces inside brackets') + if problem is not None: + yield problem diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/colons.py b/venv/lib/python3.12/site-packages/yamllint/rules/colons.py new file mode 100644 index 0000000..2a181c6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/colons.py @@ -0,0 +1,114 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to control the number of spaces before and after colons (``:``). + +.. rubric:: Options + +* ``max-spaces-before`` defines the maximal number of spaces allowed before + colons (use ``-1`` to disable). +* ``max-spaces-after`` defines the maximal number of spaces allowed after + colons (use ``-1`` to disable). + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + colons: + max-spaces-before: 0 + max-spaces-after: 1 + +.. rubric:: Examples + +#. With ``colons: {max-spaces-before: 0, max-spaces-after: 1}`` + + the following code snippet would **PASS**: + :: + + object: + - a + - b + key: value + +#. With ``colons: {max-spaces-before: 1}`` + + the following code snippet would **PASS**: + :: + + object : + - a + - b + + the following code snippet would **FAIL**: + :: + + object : + - a + - b + +#. With ``colons: {max-spaces-after: 2}`` + + the following code snippet would **PASS**: + :: + + first: 1 + second: 2 + third: 3 + + the following code snippet would **FAIL**: + :: + + first: 1 + 2nd: 2 + third: 3 +""" + + +import yaml + +from yamllint.rules.common import is_explicit_key, spaces_after, spaces_before + +ID = 'colons' +TYPE = 'token' +CONF = {'max-spaces-before': int, + 'max-spaces-after': int} +DEFAULT = {'max-spaces-before': 0, + 'max-spaces-after': 1} + + +def check(conf, token, prev, next, nextnext, context): + if isinstance(token, yaml.ValueToken) and not ( + isinstance(prev, yaml.AliasToken) and + token.start_mark.pointer - prev.end_mark.pointer == 1): + problem = spaces_before(token, prev, next, + max=conf['max-spaces-before'], + max_desc='too many spaces before colon') + if problem is not None: + yield problem + + problem = spaces_after(token, prev, next, + max=conf['max-spaces-after'], + max_desc='too many spaces after colon') + if problem is not None: + yield problem + + if isinstance(token, yaml.KeyToken) and is_explicit_key(token): + problem = spaces_after(token, prev, next, + max=conf['max-spaces-after'], + max_desc='too many spaces after question mark') + if problem is not None: + yield problem diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/commas.py b/venv/lib/python3.12/site-packages/yamllint/rules/commas.py new file mode 100644 index 0000000..baa8b7d --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/commas.py @@ -0,0 +1,139 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to control the number of spaces before and after commas (``,``). + +.. rubric:: Options + +* ``max-spaces-before`` defines the maximal number of spaces allowed before + commas (use ``-1`` to disable). +* ``min-spaces-after`` defines the minimal number of spaces required after + commas. +* ``max-spaces-after`` defines the maximal number of spaces allowed after + commas (use ``-1`` to disable). + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + commas: + max-spaces-before: 0 + min-spaces-after: 1 + max-spaces-after: 1 + +.. rubric:: Examples + +#. With ``commas: {max-spaces-before: 0}`` + + the following code snippet would **PASS**: + :: + + strange var: + [10, 20, 30, {x: 1, y: 2}] + + the following code snippet would **FAIL**: + :: + + strange var: + [10, 20 , 30, {x: 1, y: 2}] + +#. With ``commas: {max-spaces-before: 2}`` + + the following code snippet would **PASS**: + :: + + strange var: + [10 , 20 , 30, {x: 1 , y: 2}] + +#. With ``commas: {max-spaces-before: -1}`` + + the following code snippet would **PASS**: + :: + + strange var: + [10, + 20 , 30 + , {x: 1, y: 2}] + +#. With ``commas: {min-spaces-after: 1, max-spaces-after: 1}`` + + the following code snippet would **PASS**: + :: + + strange var: + [10, 20, 30, {x: 1, y: 2}] + + the following code snippet would **FAIL**: + :: + + strange var: + [10, 20,30, {x: 1, y: 2}] + +#. With ``commas: {min-spaces-after: 1, max-spaces-after: 3}`` + + the following code snippet would **PASS**: + :: + + strange var: + [10, 20, 30, {x: 1, y: 2}] + +#. With ``commas: {min-spaces-after: 0, max-spaces-after: 1}`` + + the following code snippet would **PASS**: + :: + + strange var: + [10, 20,30, {x: 1, y: 2}] +""" + + +import yaml + +from yamllint.linter import LintProblem +from yamllint.rules.common import spaces_after, spaces_before + +ID = 'commas' +TYPE = 'token' +CONF = {'max-spaces-before': int, + 'min-spaces-after': int, + 'max-spaces-after': int} +DEFAULT = {'max-spaces-before': 0, + 'min-spaces-after': 1, + 'max-spaces-after': 1} + + +def check(conf, token, prev, next, nextnext, context): + if isinstance(token, yaml.FlowEntryToken): + if (prev is not None and conf['max-spaces-before'] != -1 and + prev.end_mark.line < token.start_mark.line): + yield LintProblem(token.start_mark.line + 1, + max(1, token.start_mark.column), + 'too many spaces before comma') + else: + problem = spaces_before(token, prev, next, + max=conf['max-spaces-before'], + max_desc='too many spaces before comma') + if problem is not None: + yield problem + + problem = spaces_after(token, prev, next, + min=conf['min-spaces-after'], + max=conf['max-spaces-after'], + min_desc='too few spaces after comma', + max_desc='too many spaces after comma') + if problem is not None: + yield problem diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/comments.py b/venv/lib/python3.12/site-packages/yamllint/rules/comments.py new file mode 100644 index 0000000..7e4f04c --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/comments.py @@ -0,0 +1,112 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to control the position and formatting of comments. + +.. rubric:: Options + +* Use ``require-starting-space`` to require a space character right after the + ``#``. Set to ``true`` to enable, ``false`` to disable. +* Use ``ignore-shebangs`` to ignore a + `shebang `_ at the beginning of + the file when ``require-starting-space`` is set. +* ``min-spaces-from-content`` is used to visually separate inline comments from + content. It defines the minimal required number of spaces between a comment + and its preceding content. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + comments: + require-starting-space: true + ignore-shebangs: true + min-spaces-from-content: 2 + +.. rubric:: Examples + +#. With ``comments: {require-starting-space: true}`` + + the following code snippet would **PASS**: + :: + + # This sentence + # is a block comment + + the following code snippet would **PASS**: + :: + + ############################## + ## This is some documentation + + the following code snippet would **FAIL**: + :: + + #This sentence + #is a block comment + +#. With ``comments: {min-spaces-from-content: 2}`` + + the following code snippet would **PASS**: + :: + + x = 2 ^ 127 - 1 # Mersenne prime number + + the following code snippet would **FAIL**: + :: + + x = 2 ^ 127 - 1 # Mersenne prime number +""" + + +from yamllint.linter import LintProblem + +ID = 'comments' +TYPE = 'comment' +CONF = {'require-starting-space': bool, + 'ignore-shebangs': bool, + 'min-spaces-from-content': int} +DEFAULT = {'require-starting-space': True, + 'ignore-shebangs': True, + 'min-spaces-from-content': 2} + + +def check(conf, comment): + if (conf['min-spaces-from-content'] != -1 and comment.is_inline() and + comment.pointer - comment.token_before.end_mark.pointer < + conf['min-spaces-from-content']): + yield LintProblem(comment.line_no, comment.column_no, + 'too few spaces before comment') + + if conf['require-starting-space']: + text_start = comment.pointer + 1 + while (comment.buffer[text_start] == '#' and + text_start < len(comment.buffer)): + text_start += 1 + if text_start < len(comment.buffer): + if (conf['ignore-shebangs'] and + comment.line_no == 1 and + comment.column_no == 1 and + comment.buffer[text_start] == '!'): + return + # We can test for both \r and \r\n just by checking first char + # \r itself is a valid newline on some older OS. + elif comment.buffer[text_start] not in {' ', '\n', '\r', '\x00'}: + column = comment.column_no + text_start - comment.pointer + yield LintProblem(comment.line_no, + column, + 'missing starting space in comment') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/comments_indentation.py b/venv/lib/python3.12/site-packages/yamllint/rules/comments_indentation.py new file mode 100644 index 0000000..8bcda4d --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/comments_indentation.py @@ -0,0 +1,136 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to force comments to be indented like content. + +.. rubric:: Examples + +#. With ``comments-indentation: {}`` + + the following code snippet would **PASS**: + :: + + # Fibonacci + [0, 1, 1, 2, 3, 5] + + the following code snippet would **FAIL**: + :: + + # Fibonacci + [0, 1, 1, 2, 3, 5] + + the following code snippet would **PASS**: + :: + + list: + - 2 + - 3 + # - 4 + - 5 + + the following code snippet would **FAIL**: + :: + + list: + - 2 + - 3 + # - 4 + - 5 + + the following code snippet would **PASS**: + :: + + # This is the first object + obj1: + - item A + # - item B + # This is the second object + obj2: [] + + the following code snippet would **PASS**: + :: + + # This sentence + # is a block comment + + the following code snippet would **FAIL**: + :: + + # This sentence + # is a block comment +""" + + +import yaml + +from yamllint.linter import LintProblem +from yamllint.rules.common import get_line_indent + +ID = 'comments-indentation' +TYPE = 'comment' + + +# Case A: +# +# prev: line: +# # commented line +# current: line +# +# Case B: +# +# prev: line +# # commented line 1 +# # commented line 2 +# current: line + +def check(conf, comment): + # Only check block comments + if (not isinstance(comment.token_before, yaml.StreamStartToken) and + comment.token_before.end_mark.line + 1 == comment.line_no): + return + + next_line_indent = comment.token_after.start_mark.column + if isinstance(comment.token_after, yaml.StreamEndToken): + next_line_indent = 0 + + if isinstance(comment.token_before, yaml.StreamStartToken): + prev_line_indent = 0 + else: + prev_line_indent = get_line_indent(comment.token_before) + + # In the following case only the next line indent is valid: + # list: + # # comment + # - 1 + # - 2 + prev_line_indent = max(prev_line_indent, next_line_indent) + + # If two indents are valid but a previous comment went back to normal + # indent, for the next ones to do the same. In other words, avoid this: + # list: + # - 1 + # # comment on valid indent (0) + # # comment on valid indent (4) + # other-list: + # - 2 + if (comment.comment_before is not None and + not comment.comment_before.is_inline()): + prev_line_indent = comment.comment_before.column_no - 1 + + if (comment.column_no - 1 != prev_line_indent and + comment.column_no - 1 != next_line_indent): + yield LintProblem(comment.line_no, comment.column_no, + 'comment not indented like content') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/common.py b/venv/lib/python3.12/site-packages/yamllint/rules/common.py new file mode 100644 index 0000000..06f560c --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/common.py @@ -0,0 +1,88 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +import string + +import yaml + +from yamllint.linter import LintProblem + + +def spaces_after(token, prev, next, min=-1, max=-1, + min_desc=None, max_desc=None): + if next is not None and token.end_mark.line == next.start_mark.line: + spaces = next.start_mark.pointer - token.end_mark.pointer + if max != - 1 and spaces > max: + return LintProblem(token.start_mark.line + 1, + next.start_mark.column, max_desc) + elif min != - 1 and spaces < min: + return LintProblem(token.start_mark.line + 1, + next.start_mark.column + 1, min_desc) + + +def spaces_before(token, prev, next, min=-1, max=-1, + min_desc=None, max_desc=None): + if (prev is not None and prev.end_mark.line == token.start_mark.line and + # Discard tokens (only scalars?) that end at the start of next line + (prev.end_mark.pointer == 0 or + prev.end_mark.buffer[prev.end_mark.pointer - 1] != '\n')): + spaces = token.start_mark.pointer - prev.end_mark.pointer + if max != - 1 and spaces > max: + return LintProblem(token.start_mark.line + 1, + token.start_mark.column, max_desc) + elif min != - 1 and spaces < min: + return LintProblem(token.start_mark.line + 1, + token.start_mark.column + 1, min_desc) + + +def get_line_indent(token): + """Finds the indent of the line the token starts in.""" + start = token.start_mark.buffer.rfind('\n', 0, + token.start_mark.pointer) + 1 + content = start + while token.start_mark.buffer[content] == ' ': + content += 1 + return content - start + + +def get_real_end_line(token): + """Finds the line on which the token really ends. + + With pyyaml, scalar tokens often end on a next line. + """ + end_line = token.end_mark.line + 1 + + if not isinstance(token, yaml.ScalarToken): + return end_line + + pos = token.end_mark.pointer - 1 + while (pos >= token.start_mark.pointer - 1 and + token.end_mark.buffer[pos] in string.whitespace): + if token.end_mark.buffer[pos] == '\n': + end_line -= 1 + pos -= 1 + return end_line + + +def is_explicit_key(token): + # explicit key: + # ? key + # : v + # or + # ? + # key + # : v + return (token.start_mark.pointer < token.end_mark.pointer and + token.start_mark.buffer[token.start_mark.pointer] == '?') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/document_end.py b/venv/lib/python3.12/site-packages/yamllint/rules/document_end.py new file mode 100644 index 0000000..e1ce2a1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/document_end.py @@ -0,0 +1,115 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to require or forbid the use of document end marker (``...``). + +.. rubric:: Options + +* Set ``present`` to ``true`` when the document end marker is required, or to + ``false`` when it is forbidden. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + document-end: + present: true + +.. rubric:: Examples + +#. With ``document-end: {present: true}`` + + the following code snippet would **PASS**: + :: + + --- + this: + is: [a, document] + ... + --- + - this + - is: another one + ... + + the following code snippet would **FAIL**: + :: + + --- + this: + is: [a, document] + --- + - this + - is: another one + ... + +#. With ``document-end: {present: false}`` + + the following code snippet would **PASS**: + :: + + --- + this: + is: [a, document] + --- + - this + - is: another one + + the following code snippet would **FAIL**: + :: + + --- + this: + is: [a, document] + ... + --- + - this + - is: another one +""" + + +import yaml + +from yamllint.linter import LintProblem + +ID = 'document-end' +TYPE = 'token' +CONF = {'present': bool} +DEFAULT = {'present': True} + + +def check(conf, token, prev, next, nextnext, context): + if conf['present']: + is_stream_end = isinstance(token, yaml.StreamEndToken) + is_start = isinstance(token, yaml.DocumentStartToken) + prev_is_end_or_stream_start = isinstance( + prev, (yaml.DocumentEndToken, yaml.StreamStartToken) + ) + prev_is_directive = isinstance(prev, yaml.DirectiveToken) + + if is_stream_end and not prev_is_end_or_stream_start: + yield LintProblem(token.start_mark.line, 1, + 'missing document end "..."') + elif is_start and not (prev_is_end_or_stream_start + or prev_is_directive): + yield LintProblem(token.start_mark.line + 1, 1, + 'missing document end "..."') + + else: + if isinstance(token, yaml.DocumentEndToken): + yield LintProblem(token.start_mark.line + 1, + token.start_mark.column + 1, + 'found forbidden document end "..."') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/document_start.py b/venv/lib/python3.12/site-packages/yamllint/rules/document_start.py new file mode 100644 index 0000000..225d7c3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/document_start.py @@ -0,0 +1,99 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to require or forbid the use of document start marker (``---``). + +.. rubric:: Options + +* Set ``present`` to ``true`` when the document start marker is required, or to + ``false`` when it is forbidden. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + document-start: + present: true + +.. rubric:: Examples + +#. With ``document-start: {present: true}`` + + the following code snippet would **PASS**: + :: + + --- + this: + is: [a, document] + --- + - this + - is: another one + + the following code snippet would **FAIL**: + :: + + this: + is: [a, document] + --- + - this + - is: another one + +#. With ``document-start: {present: false}`` + + the following code snippet would **PASS**: + :: + + this: + is: [a, document] + ... + + the following code snippet would **FAIL**: + :: + + --- + this: + is: [a, document] + ... +""" + + +import yaml + +from yamllint.linter import LintProblem + +ID = 'document-start' +TYPE = 'token' +CONF = {'present': bool} +DEFAULT = {'present': True} + + +def check(conf, token, prev, next, nextnext, context): + if conf['present']: + if (isinstance(prev, (yaml.StreamStartToken, + yaml.DocumentEndToken, + yaml.DirectiveToken)) and + not isinstance(token, (yaml.DocumentStartToken, + yaml.DirectiveToken, + yaml.StreamEndToken))): + yield LintProblem(token.start_mark.line + 1, 1, + 'missing document start "---"') + + else: + if isinstance(token, yaml.DocumentStartToken): + yield LintProblem(token.start_mark.line + 1, + token.start_mark.column + 1, + 'found forbidden document start "---"') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/empty_lines.py b/venv/lib/python3.12/site-packages/yamllint/rules/empty_lines.py new file mode 100644 index 0000000..7ccbedf --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/empty_lines.py @@ -0,0 +1,116 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to set a maximal number of allowed consecutive blank lines. + +.. rubric:: Options + +* ``max`` defines the maximal number of empty lines allowed in the document. +* ``max-start`` defines the maximal number of empty lines allowed at the + beginning of the file. This option takes precedence over ``max``. +* ``max-end`` defines the maximal number of empty lines allowed at the end of + the file. This option takes precedence over ``max``. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + empty-lines: + max: 2 + max-start: 0 + max-end: 0 + +.. rubric:: Examples + +#. With ``empty-lines: {max: 1}`` + + the following code snippet would **PASS**: + :: + + - foo: + - 1 + - 2 + + - bar: [3, 4] + + the following code snippet would **FAIL**: + :: + + - foo: + - 1 + - 2 + + + - bar: [3, 4] +""" + + +from yamllint.linter import LintProblem + +ID = 'empty-lines' +TYPE = 'line' +CONF = {'max': int, + 'max-start': int, + 'max-end': int} +DEFAULT = {'max': 2, + 'max-start': 0, + 'max-end': 0} + + +def check(conf, line): + if line.start == line.end and line.end < len(line.buffer): + # Only alert on the last blank line of a series + if (line.end + 2 <= len(line.buffer) and + line.buffer[line.end:line.end + 2] == '\n\n'): + return + elif (line.end + 4 <= len(line.buffer) and + line.buffer[line.end:line.end + 4] == '\r\n\r\n'): + return + + blank_lines = 0 + + start = line.start + while start >= 2 and line.buffer[start - 2:start] == '\r\n': + blank_lines += 1 + start -= 2 + while start >= 1 and line.buffer[start - 1] == '\n': + blank_lines += 1 + start -= 1 + + max = conf['max'] + + # Special case: start of document + if start == 0: + blank_lines += 1 # first line doesn't have a preceding \n + max = conf['max-start'] + + # Special case: end of document + # NOTE: The last line of a file is always supposed to end with a new + # line. See POSIX definition of a line at: + if ((line.end == len(line.buffer) - 1 and + line.buffer[line.end] == '\n') or + (line.end == len(line.buffer) - 2 and + line.buffer[line.end:line.end + 2] == '\r\n')): + # Allow the exception of the one-byte file containing '\n' + if line.end == 0: + return + + max = conf['max-end'] + + if blank_lines > max: + yield LintProblem(line.line_no, 1, + f'too many blank lines ({blank_lines} > {max})') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/empty_values.py b/venv/lib/python3.12/site-packages/yamllint/rules/empty_values.py new file mode 100644 index 0000000..c1ff4f2 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/empty_values.py @@ -0,0 +1,139 @@ +# Copyright (C) 2017 Greg Dubicki +# +# 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 . + +""" +Use this rule to prevent nodes with empty content, that implicitly result in +``null`` values. + +.. rubric:: Options + +* Use ``forbid-in-block-mappings`` to prevent empty values in block mappings. +* Use ``forbid-in-flow-mappings`` to prevent empty values in flow mappings. +* Use ``forbid-in-block-sequences`` to prevent empty values in block sequences. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + empty-values: + forbid-in-block-mappings: true + forbid-in-flow-mappings: true + forbid-in-block-sequences: true + +.. rubric:: Examples + +#. With ``empty-values: {forbid-in-block-mappings: true}`` + + the following code snippets would **PASS**: + :: + + some-mapping: + sub-element: correctly indented + + :: + + explicitly-null: null + + the following code snippets would **FAIL**: + :: + + some-mapping: + sub-element: incorrectly indented + + :: + + implicitly-null: + +#. With ``empty-values: {forbid-in-flow-mappings: true}`` + + the following code snippet would **PASS**: + :: + + {prop: null} + {a: 1, b: 2, c: 3} + + the following code snippets would **FAIL**: + :: + + {prop: } + + :: + + {a: 1, b:, c: 3} + +#. With ``empty-values: {forbid-in-block-sequences: true}`` + + the following code snippet would **PASS**: + :: + + some-sequence: + - string item + + :: + + some-sequence: + - null + + the following code snippets would **FAIL**: + :: + + some-sequence: + - + + :: + + some-sequence: + - string item + - + +""" + +import yaml + +from yamllint.linter import LintProblem + +ID = 'empty-values' +TYPE = 'token' +CONF = {'forbid-in-block-mappings': bool, + 'forbid-in-flow-mappings': bool, + 'forbid-in-block-sequences': bool} +DEFAULT = {'forbid-in-block-mappings': True, + 'forbid-in-flow-mappings': True, + 'forbid-in-block-sequences': True} + + +def check(conf, token, prev, next, nextnext, context): + + if conf['forbid-in-block-mappings']: + if isinstance(token, yaml.ValueToken) and isinstance(next, ( + yaml.KeyToken, yaml.BlockEndToken)): + yield LintProblem(token.start_mark.line + 1, + token.end_mark.column + 1, + 'empty value in block mapping') + + if conf['forbid-in-flow-mappings']: + if isinstance(token, yaml.ValueToken) and isinstance(next, ( + yaml.FlowEntryToken, yaml.FlowMappingEndToken)): + yield LintProblem(token.start_mark.line + 1, + token.end_mark.column + 1, + 'empty value in flow mapping') + + if conf['forbid-in-block-sequences']: + if isinstance(token, yaml.BlockEntryToken) and isinstance(next, ( + yaml.KeyToken, yaml.BlockEndToken, yaml.BlockEntryToken)): + yield LintProblem(token.start_mark.line + 1, + token.end_mark.column + 1, + 'empty value in block sequence') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/float_values.py b/venv/lib/python3.12/site-packages/yamllint/rules/float_values.py new file mode 100644 index 0000000..77a243b --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/float_values.py @@ -0,0 +1,157 @@ +# Copyright (C) 2022 the yamllint contributors + +# 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 . + +""" +Use this rule to limit the permitted values for floating-point numbers. +YAML permits three classes of float expressions: approximation to real numbers, +positive and negative infinity and "not a number". + +.. rubric:: Options + +* Use ``require-numeral-before-decimal`` to require floats to start + with a numeral (ex ``0.0`` instead of ``.0``). +* Use ``forbid-scientific-notation`` to forbid scientific notation. +* Use ``forbid-nan`` to forbid NaN (not a number) values. +* Use ``forbid-inf`` to forbid infinite values. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + float-values: + forbid-inf: false + forbid-nan: false + forbid-scientific-notation: false + require-numeral-before-decimal: false + +.. rubric:: Examples + +#. With ``float-values: {require-numeral-before-decimal: true}`` + + the following code snippets would **PASS**: + :: + + anemometer: + angle: 0.0 + + the following code snippets would **FAIL**: + :: + + anemometer: + angle: .0 + +#. With ``float-values: {forbid-scientific-notation: true}`` + + the following code snippets would **PASS**: + :: + + anemometer: + angle: 0.00001 + + the following code snippets would **FAIL**: + :: + + anemometer: + angle: 10e-6 + +#. With ``float-values: {forbid-nan: true}`` + + the following code snippets would **FAIL**: + :: + + anemometer: + angle: .NaN + + #. With ``float-values: {forbid-inf: true}`` + + the following code snippets would **FAIL**: + :: + + anemometer: + angle: .inf +""" + +import re + +import yaml + +from yamllint.linter import LintProblem + +ID = 'float-values' +TYPE = 'token' +CONF = { + 'require-numeral-before-decimal': bool, + 'forbid-scientific-notation': bool, + 'forbid-nan': bool, + 'forbid-inf': bool, +} +DEFAULT = { + 'require-numeral-before-decimal': False, + 'forbid-scientific-notation': False, + 'forbid-nan': False, + 'forbid-inf': False, +} + +IS_NUMERAL_BEFORE_DECIMAL_PATTERN = ( + re.compile('[-+]?(\\.[0-9]+)([eE][-+]?[0-9]+)?$') +) +IS_SCIENTIFIC_NOTATION_PATTERN = re.compile( + '[-+]?(\\.[0-9]+|[0-9]+(\\.[0-9]*)?)([eE][-+]?[0-9]+)$' +) +IS_INF_PATTERN = re.compile('[-+]?(\\.inf|\\.Inf|\\.INF)$') +IS_NAN_PATTERN = re.compile('(\\.nan|\\.NaN|\\.NAN)$') + + +def check(conf, token, prev, next, nextnext, context): + if prev and isinstance(prev, yaml.tokens.TagToken): + return + if not isinstance(token, yaml.tokens.ScalarToken): + return + if token.style: + return + val = token.value + + if conf['forbid-nan'] and IS_NAN_PATTERN.match(val): + yield LintProblem( + token.start_mark.line + 1, + token.start_mark.column + 1, + f'forbidden not a number value "{token.value}"', + ) + + if conf['forbid-inf'] and IS_INF_PATTERN.match(val): + yield LintProblem( + token.start_mark.line + 1, + token.start_mark.column + 1, + f'forbidden infinite value "{token.value}"', + ) + + if conf[ + 'forbid-scientific-notation' + ] and IS_SCIENTIFIC_NOTATION_PATTERN.match(val): + yield LintProblem( + token.start_mark.line + 1, + token.start_mark.column + 1, + f'forbidden scientific notation "{token.value}"', + ) + + if conf[ + 'require-numeral-before-decimal' + ] and IS_NUMERAL_BEFORE_DECIMAL_PATTERN.match(val): + yield LintProblem( + token.start_mark.line + 1, + token.start_mark.column + 1, + f'forbidden decimal missing 0 prefix "{token.value}"', + ) diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/hyphens.py b/venv/lib/python3.12/site-packages/yamllint/rules/hyphens.py new file mode 100644 index 0000000..54a96bf --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/hyphens.py @@ -0,0 +1,94 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to control the number of spaces after hyphens (``-``). + +.. rubric:: Options + +* ``max-spaces-after`` defines the maximal number of spaces allowed after + hyphens. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + hyphens: + max-spaces-after: 1 + +.. rubric:: Examples + +#. With ``hyphens: {max-spaces-after: 1}`` + + the following code snippet would **PASS**: + :: + + - first list: + - a + - b + - - 1 + - 2 + - 3 + + the following code snippet would **FAIL**: + :: + + - first list: + - a + - b + + the following code snippet would **FAIL**: + :: + + - - 1 + - 2 + - 3 + +#. With ``hyphens: {max-spaces-after: 3}`` + + the following code snippet would **PASS**: + :: + + - key + - key2 + - key42 + + the following code snippet would **FAIL**: + :: + + - key + - key2 + - key42 +""" + + +import yaml + +from yamllint.rules.common import spaces_after + +ID = 'hyphens' +TYPE = 'token' +CONF = {'max-spaces-after': int} +DEFAULT = {'max-spaces-after': 1} + + +def check(conf, token, prev, next, nextnext, context): + if isinstance(token, yaml.BlockEntryToken): + problem = spaces_after(token, prev, next, + max=conf['max-spaces-after'], + max_desc='too many spaces after hyphen') + if problem is not None: + yield problem diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/indentation.py b/venv/lib/python3.12/site-packages/yamllint/rules/indentation.py new file mode 100644 index 0000000..bde6fa3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/indentation.py @@ -0,0 +1,586 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to control the indentation. + +.. rubric:: Options + +* ``spaces`` defines the indentation width, in spaces. Set either to an integer + (e.g. ``2`` or ``4``, representing the number of spaces in an indentation + level) or to ``consistent`` to allow any number, as long as it remains the + same within the file. +* ``indent-sequences`` defines whether block sequences should be indented or + not (when in a mapping, this indentation is not mandatory -- some people + perceive the ``-`` as part of the indentation). Possible values: ``true``, + ``false``, ``whatever`` and ``consistent``. ``consistent`` requires either + all block sequences to be indented, or none to be. ``whatever`` means either + indenting or not indenting individual block sequences is OK. +* ``check-multi-line-strings`` defines whether to lint indentation in + multi-line strings. Set to ``true`` to enable, ``false`` to disable. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + indentation: + spaces: consistent + indent-sequences: true + check-multi-line-strings: false + +.. rubric:: Examples + +#. With ``indentation: {spaces: 1}`` + + the following code snippet would **PASS**: + :: + + history: + - name: Unix + date: 1969 + - name: Linux + date: 1991 + nest: + recurse: + - haystack: + needle + +#. With ``indentation: {spaces: 4}`` + + the following code snippet would **PASS**: + :: + + history: + - name: Unix + date: 1969 + - name: Linux + date: 1991 + nest: + recurse: + - haystack: + needle + + the following code snippet would **FAIL**: + :: + + history: + - name: Unix + date: 1969 + - name: Linux + date: 1991 + nest: + recurse: + - haystack: + needle + +#. With ``indentation: {spaces: consistent}`` + + the following code snippet would **PASS**: + :: + + history: + - name: Unix + date: 1969 + - name: Linux + date: 1991 + nest: + recurse: + - haystack: + needle + + the following code snippet would **FAIL**: + :: + + some: + Russian: + dolls + +#. With ``indentation: {spaces: 2, indent-sequences: false}`` + + the following code snippet would **PASS**: + :: + + list: + - flying + - spaghetti + - monster + + the following code snippet would **FAIL**: + :: + + list: + - flying + - spaghetti + - monster + +#. With ``indentation: {spaces: 2, indent-sequences: whatever}`` + + the following code snippet would **PASS**: + :: + + list: + - flying: + - spaghetti + - monster + - not flying: + - spaghetti + - sauce + +#. With ``indentation: {spaces: 2, indent-sequences: consistent}`` + + the following code snippet would **PASS**: + :: + + - flying: + - spaghetti + - monster + - not flying: + - spaghetti + - sauce + + the following code snippet would **FAIL**: + :: + + - flying: + - spaghetti + - monster + - not flying: + - spaghetti + - sauce + +#. With ``indentation: {spaces: 4, check-multi-line-strings: true}`` + + the following code snippet would **PASS**: + :: + + Blaise Pascal: + Je vous écris une longue lettre parce que + je n'ai pas le temps d'en écrire une courte. + + the following code snippet would **PASS**: + :: + + Blaise Pascal: Je vous écris une longue lettre parce que + je n'ai pas le temps d'en écrire une courte. + + the following code snippet would **FAIL**: + :: + + Blaise Pascal: Je vous écris une longue lettre parce que + je n'ai pas le temps d'en écrire une courte. + + the following code snippet would **FAIL**: + :: + + C code: + void main() { + printf("foo"); + } + + the following code snippet would **PASS**: + :: + + C code: + void main() { + printf("bar"); + } +""" + +import yaml + +from yamllint.linter import LintProblem +from yamllint.rules.common import get_real_end_line, is_explicit_key + +ID = 'indentation' +TYPE = 'token' +CONF = {'spaces': (int, 'consistent'), + 'indent-sequences': (bool, 'whatever', 'consistent'), + 'check-multi-line-strings': bool} +DEFAULT = {'spaces': 'consistent', + 'indent-sequences': True, + 'check-multi-line-strings': False} + +ROOT, B_MAP, F_MAP, B_SEQ, F_SEQ, B_ENT, KEY, VAL = range(8) +labels = ('ROOT', 'B_MAP', 'F_MAP', 'B_SEQ', 'F_SEQ', 'B_ENT', 'KEY', 'VAL') + + +class Parent: + def __init__(self, type, indent, line_indent=None): + self.type = type + self.indent = indent + self.line_indent = line_indent + self.explicit_key = False + self.implicit_block_seq = False + + def __repr__(self): + return f'{labels[self.type]}:{self.indent}' + + +def check_scalar_indentation(conf, token, context): + if token.start_mark.line == token.end_mark.line: + return + + def compute_expected_indent(found_indent): + def detect_indent(base_indent): + if not isinstance(context['spaces'], int): + context['spaces'] = found_indent - base_indent + return base_indent + context['spaces'] + + if token.plain: + return token.start_mark.column + elif token.style in ('"', "'"): + return token.start_mark.column + 1 + elif token.style in ('>', '|'): + if context['stack'][-1].type == B_ENT: + # - > + # multi + # line + return detect_indent(token.start_mark.column) + elif context['stack'][-1].type == KEY: + assert context['stack'][-1].explicit_key + # - ? > + # multi-line + # key + # : > + # multi-line + # value + return detect_indent(token.start_mark.column) + elif context['stack'][-1].type == VAL: + if token.start_mark.line + 1 > context['cur_line']: + # - key: + # > + # multi + # line + return detect_indent(context['stack'][-1].indent) + elif context['stack'][-2].explicit_key: + # - ? key + # : > + # multi-line + # value + return detect_indent(token.start_mark.column) + else: + # - key: > + # multi + # line + return detect_indent(context['stack'][-2].indent) + else: + return detect_indent(context['stack'][-1].indent) + + expected_indent = None + + line_no = token.start_mark.line + 1 + + line_start = token.start_mark.pointer + while True: + line_start = token.start_mark.buffer.find( + '\n', line_start, token.end_mark.pointer - 1) + 1 + if line_start == 0: + break + line_no += 1 + + indent = 0 + while token.start_mark.buffer[line_start + indent] == ' ': + indent += 1 + if token.start_mark.buffer[line_start + indent] == '\n': + continue + + if expected_indent is None: + expected_indent = compute_expected_indent(indent) + + if indent != expected_indent: + yield LintProblem(line_no, indent + 1, + f'wrong indentation: expected {expected_indent}' + f'but found {indent}') + + +def _check(conf, token, prev, next, nextnext, context): + if 'stack' not in context: + context['stack'] = [Parent(ROOT, 0)] + context['cur_line'] = -1 + context['spaces'] = conf['spaces'] + context['indent-sequences'] = conf['indent-sequences'] + + # Step 1: Lint + + is_visible = ( + not isinstance(token, (yaml.StreamStartToken, yaml.StreamEndToken)) and + not isinstance(token, yaml.BlockEndToken) and + not (isinstance(token, yaml.ScalarToken) and token.value == '')) + first_in_line = (is_visible and + token.start_mark.line + 1 > context['cur_line']) + + def detect_indent(base_indent, next): + if not isinstance(context['spaces'], int): + context['spaces'] = next.start_mark.column - base_indent + return base_indent + context['spaces'] + + if first_in_line: + found_indentation = token.start_mark.column + expected = context['stack'][-1].indent + + if isinstance(token, (yaml.FlowMappingEndToken, + yaml.FlowSequenceEndToken)): + expected = context['stack'][-1].line_indent + elif (context['stack'][-1].type == KEY and + context['stack'][-1].explicit_key and + not isinstance(token, yaml.ValueToken)): + expected = detect_indent(expected, token) + + if found_indentation != expected: + if expected < 0: + message = f'wrong indentation: expected at least ' \ + f'{found_indentation + 1}' + else: + message = f'wrong indentation: expected {expected} but ' \ + f'found {found_indentation}' + yield LintProblem(token.start_mark.line + 1, + found_indentation + 1, message) + + if (isinstance(token, yaml.ScalarToken) and + conf['check-multi-line-strings']): + yield from check_scalar_indentation(conf, token, context) + + # Step 2.a: + + if is_visible: + context['cur_line'] = get_real_end_line(token) + if first_in_line: + context['cur_line_indent'] = found_indentation + + # Step 2.b: Update state + + if isinstance(token, yaml.BlockMappingStartToken): + # - a: 1 + # or + # - ? a + # : 1 + # or + # - ? + # a + # : 1 + assert isinstance(next, yaml.KeyToken) + assert next.start_mark.line == token.start_mark.line + + indent = token.start_mark.column + + context['stack'].append(Parent(B_MAP, indent)) + + elif isinstance(token, yaml.FlowMappingStartToken): + if next.start_mark.line == token.start_mark.line: + # - {a: 1, b: 2} + indent = next.start_mark.column + else: + # - { + # a: 1, b: 2 + # } + indent = detect_indent(context['cur_line_indent'], next) + + context['stack'].append(Parent(F_MAP, indent, + line_indent=context['cur_line_indent'])) + + elif isinstance(token, yaml.BlockSequenceStartToken): + # - - a + # - b + assert isinstance(next, yaml.BlockEntryToken) + assert next.start_mark.line == token.start_mark.line + + indent = token.start_mark.column + + context['stack'].append(Parent(B_SEQ, indent)) + + elif (isinstance(token, yaml.BlockEntryToken) and + # in case of an empty entry + not isinstance(next, (yaml.BlockEntryToken, yaml.BlockEndToken))): + # It looks like pyyaml doesn't issue BlockSequenceStartTokens when the + # list is not indented. We need to compensate that. + if context['stack'][-1].type != B_SEQ: + context['stack'].append(Parent(B_SEQ, token.start_mark.column)) + context['stack'][-1].implicit_block_seq = True + + if next.start_mark.line == token.end_mark.line: + # - item 1 + # - item 2 + indent = next.start_mark.column + elif next.start_mark.column == token.start_mark.column: + # - + # key: value + indent = next.start_mark.column + else: + # - + # item 1 + # - + # key: + # value + indent = detect_indent(token.start_mark.column, next) + + context['stack'].append(Parent(B_ENT, indent)) + + elif isinstance(token, yaml.FlowSequenceStartToken): + if next.start_mark.line == token.start_mark.line: + # - [a, b] + indent = next.start_mark.column + else: + # - [ + # a, b + # ] + indent = detect_indent(context['cur_line_indent'], next) + + context['stack'].append(Parent(F_SEQ, indent, + line_indent=context['cur_line_indent'])) + + elif isinstance(token, yaml.KeyToken): + indent = context['stack'][-1].indent + + context['stack'].append(Parent(KEY, indent)) + + context['stack'][-1].explicit_key = is_explicit_key(token) + + elif isinstance(token, yaml.ValueToken): + assert context['stack'][-1].type == KEY + + # Special cases: + # key: &anchor + # value + # and: + # key: !!tag + # value + if isinstance(next, (yaml.AnchorToken, yaml.TagToken)): + if (next.start_mark.line == prev.start_mark.line and + next.start_mark.line < nextnext.start_mark.line): + next = nextnext + + # Only if value is not empty + if not isinstance(next, (yaml.BlockEndToken, + yaml.FlowMappingEndToken, + yaml.FlowSequenceEndToken, + yaml.KeyToken)): + if context['stack'][-1].explicit_key: + # ? k + # : value + # or + # ? k + # : + # value + indent = detect_indent(context['stack'][-1].indent, next) + elif next.start_mark.line == prev.start_mark.line: + # k: value + indent = next.start_mark.column + elif isinstance(next, (yaml.BlockSequenceStartToken, + yaml.BlockEntryToken)): + # NOTE: We add BlockEntryToken in the test above because + # sometimes BlockSequenceStartToken are not issued. Try + # yaml.scan()ning this: + # '- lib:\n' + # ' - var\n' + if context['indent-sequences'] is False: + indent = context['stack'][-1].indent + elif context['indent-sequences'] is True: + if (context['spaces'] == 'consistent' and + next.start_mark.column - + context['stack'][-1].indent == 0): + # In this case, the block sequence item is not indented + # (while it should be), but we don't know yet the + # indentation it should have (because `spaces` is + # `consistent` and its value has not been computed yet + # -- this is probably the beginning of the document). + # So we choose an unknown value (-1). + indent = -1 + else: + indent = detect_indent(context['stack'][-1].indent, + next) + else: # 'whatever' or 'consistent' + if next.start_mark.column == context['stack'][-1].indent: + # key: + # - e1 + # - e2 + if context['indent-sequences'] == 'consistent': + context['indent-sequences'] = False + indent = context['stack'][-1].indent + else: + if context['indent-sequences'] == 'consistent': + context['indent-sequences'] = True + # key: + # - e1 + # - e2 + indent = detect_indent(context['stack'][-1].indent, + next) + else: + # k: + # value + indent = detect_indent(context['stack'][-1].indent, next) + + context['stack'].append(Parent(VAL, indent)) + + consumed_current_token = False + while True: + if (context['stack'][-1].type == F_SEQ and + isinstance(token, yaml.FlowSequenceEndToken) and + not consumed_current_token): + context['stack'].pop() + consumed_current_token = True + + elif (context['stack'][-1].type == F_MAP and + isinstance(token, yaml.FlowMappingEndToken) and + not consumed_current_token): + context['stack'].pop() + consumed_current_token = True + + elif (context['stack'][-1].type in (B_MAP, B_SEQ) and + isinstance(token, yaml.BlockEndToken) and + not context['stack'][-1].implicit_block_seq and + not consumed_current_token): + context['stack'].pop() + consumed_current_token = True + + elif (context['stack'][-1].type == B_ENT and + not isinstance(token, yaml.BlockEntryToken) and + context['stack'][-2].implicit_block_seq and + not isinstance(token, (yaml.AnchorToken, yaml.TagToken)) and + not isinstance(next, yaml.BlockEntryToken)): + context['stack'].pop() + context['stack'].pop() + + elif (context['stack'][-1].type == B_ENT and + isinstance(next, (yaml.BlockEntryToken, yaml.BlockEndToken))): + context['stack'].pop() + + elif (context['stack'][-1].type == VAL and + not isinstance(token, yaml.ValueToken) and + not isinstance(token, (yaml.AnchorToken, yaml.TagToken))): + assert context['stack'][-2].type == KEY + context['stack'].pop() + context['stack'].pop() + + elif (context['stack'][-1].type == KEY and + isinstance(next, (yaml.BlockEndToken, + yaml.FlowMappingEndToken, + yaml.FlowSequenceEndToken, + yaml.KeyToken))): + # A key without a value: it's part of a set. Let's drop this key + # and leave room for the next one. + context['stack'].pop() + + else: + break + + +def check(conf, token, prev, next, nextnext, context): + try: + yield from _check(conf, token, prev, next, nextnext, context) + except AssertionError: + yield LintProblem(token.start_mark.line + 1, + token.start_mark.column + 1, + 'cannot infer indentation: unexpected token') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/key_duplicates.py b/venv/lib/python3.12/site-packages/yamllint/rules/key_duplicates.py new file mode 100644 index 0000000..638ac1e --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/key_duplicates.py @@ -0,0 +1,138 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to prevent multiple entries with the same key in mappings. + +.. rubric:: Options + +* Use ``forbid-duplicated-merge-keys`` to forbid the usage of + multiple merge keys ``<<``. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + key-duplicates: + forbid-duplicated-merge-keys: false + +.. rubric:: Examples + +#. With ``key-duplicates: {}`` + + the following code snippet would **PASS**: + :: + + - key 1: v + key 2: val + key 3: value + - {a: 1, b: 2, c: 3} + + the following code snippet would **FAIL**: + :: + + - key 1: v + key 2: val + key 1: value + + the following code snippet would **FAIL**: + :: + + - {a: 1, b: 2, b: 3} + + the following code snippet would **FAIL**: + :: + + duplicated key: 1 + "duplicated key": 2 + + other duplication: 1 + ? >- + other + duplication + : 2 + +#. With `key-duplicates`: {forbid-duplicated-merge-keys: true}`` + + the following code snippet would **PASS**: + :: + + anchor_one: &anchor_one + one: one + anchor_two: &anchor_two + two: two + anchor_reference: + <<: [*anchor_one, *anchor_two] + + the following code snippet would **FAIL**: + :: + + anchor_one: &anchor_one + one: one + anchor_two: &anchor_two + two: two + anchor_reference: + <<: *anchor_one + <<: *anchor_two +""" + +import yaml + +from yamllint.linter import LintProblem + +ID = 'key-duplicates' +TYPE = 'token' +CONF = {'forbid-duplicated-merge-keys': bool} +DEFAULT = {'forbid-duplicated-merge-keys': False} + +MAP, SEQ = range(2) + + +class Parent: + def __init__(self, type): + self.type = type + self.keys = [] + + +def check(conf, token, prev, next, nextnext, context): + if 'stack' not in context: + context['stack'] = [] + + if isinstance(token, (yaml.BlockMappingStartToken, + yaml.FlowMappingStartToken)): + context['stack'].append(Parent(MAP)) + elif isinstance(token, (yaml.BlockSequenceStartToken, + yaml.FlowSequenceStartToken)): + context['stack'].append(Parent(SEQ)) + elif isinstance(token, (yaml.BlockEndToken, + yaml.FlowMappingEndToken, + yaml.FlowSequenceEndToken)): + if len(context['stack']) > 0: + context['stack'].pop() + elif (isinstance(token, yaml.KeyToken) and + isinstance(next, yaml.ScalarToken)): + # This check is done because KeyTokens can be found inside flow + # sequences... strange, but allowed. + if len(context['stack']) > 0 and context['stack'][-1].type == MAP: + if (next.value in context['stack'][-1].keys and + # `<<` is "merge key", see http://yaml.org/type/merge.html + (next.value != '<<' or + conf['forbid-duplicated-merge-keys'])): + yield LintProblem( + next.start_mark.line + 1, next.start_mark.column + 1, + f'duplication of key "{next.value}" in mapping') + else: + context['stack'][-1].keys.append(next.value) diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/key_ordering.py b/venv/lib/python3.12/site-packages/yamllint/rules/key_ordering.py new file mode 100644 index 0000000..ec0716d --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/key_ordering.py @@ -0,0 +1,126 @@ +# Copyright (C) 2017 Johannes F. Knauf +# +# 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 . + +""" +Use this rule to enforce alphabetical ordering of keys in mappings. The sorting +order uses the Unicode code point number as a default. As a result, the +ordering is case-sensitive and not accent-friendly (see examples below). +This can be changed by setting the global ``locale`` option. This allows one +to sort case and accents properly. + +.. rubric:: Examples + +#. With ``key-ordering: {}`` + + the following code snippet would **PASS**: + :: + + - key 1: v + key 2: val + key 3: value + - {a: 1, b: 2, c: 3} + - T-shirt: 1 + T-shirts: 2 + t-shirt: 3 + t-shirts: 4 + - hair: true + hais: true + haïr: true + haïssable: true + + the following code snippet would **FAIL**: + :: + + - key 2: v + key 1: val + + the following code snippet would **FAIL**: + :: + + - {b: 1, a: 2} + + the following code snippet would **FAIL**: + :: + + - T-shirt: 1 + t-shirt: 2 + T-shirts: 3 + t-shirts: 4 + + the following code snippet would **FAIL**: + :: + + - haïr: true + hais: true + +#. With global option ``locale: "en_US.UTF-8"`` and rule ``key-ordering: {}`` + + as opposed to before, the following code snippet would now **PASS**: + :: + + - t-shirt: 1 + T-shirt: 2 + t-shirts: 3 + T-shirts: 4 + - hair: true + haïr: true + hais: true + haïssable: true +""" + +from locale import strcoll + +import yaml + +from yamllint.linter import LintProblem + +ID = 'key-ordering' +TYPE = 'token' + +MAP, SEQ = range(2) + + +class Parent: + def __init__(self, type): + self.type = type + self.keys = [] + + +def check(conf, token, prev, next, nextnext, context): + if 'stack' not in context: + context['stack'] = [] + + if isinstance(token, (yaml.BlockMappingStartToken, + yaml.FlowMappingStartToken)): + context['stack'].append(Parent(MAP)) + elif isinstance(token, (yaml.BlockSequenceStartToken, + yaml.FlowSequenceStartToken)): + context['stack'].append(Parent(SEQ)) + elif isinstance(token, (yaml.BlockEndToken, + yaml.FlowMappingEndToken, + yaml.FlowSequenceEndToken)): + context['stack'].pop() + elif (isinstance(token, yaml.KeyToken) and + isinstance(next, yaml.ScalarToken)): + # This check is done because KeyTokens can be found inside flow + # sequences... strange, but allowed. + if len(context['stack']) > 0 and context['stack'][-1].type == MAP: + if any(strcoll(next.value, key) < 0 + for key in context['stack'][-1].keys): + yield LintProblem( + next.start_mark.line + 1, next.start_mark.column + 1, + f'wrong ordering of key "{next.value}" in mapping') + else: + context['stack'][-1].keys.append(next.value) diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/line_length.py b/venv/lib/python3.12/site-packages/yamllint/rules/line_length.py new file mode 100644 index 0000000..8214d74 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/line_length.py @@ -0,0 +1,157 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to set a limit to lines length. + +.. rubric:: Options + +* ``max`` defines the maximal (inclusive) length of lines. +* ``allow-non-breakable-words`` is used to allow non breakable words (without + spaces inside) to overflow the limit. This is useful for long URLs, for + instance. Use ``true`` to allow, ``false`` to forbid. +* ``allow-non-breakable-inline-mappings`` implies ``allow-non-breakable-words`` + and extends it to also allow non-breakable words in inline mappings. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + line-length: + max: 80 + allow-non-breakable-words: true + allow-non-breakable-inline-mappings: false + +.. rubric:: Examples + +#. With ``line-length: {max: 70}`` + + the following code snippet would **PASS**: + :: + + long sentence: + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do + eiusmod tempor incididunt ut labore et dolore magna aliqua. + + the following code snippet would **FAIL**: + :: + + long sentence: + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. + +#. With ``line-length: {max: 60, allow-non-breakable-words: true}`` + + the following code snippet would **PASS**: + :: + + this: + is: + - a: + http://localhost/very/very/very/very/very/very/very/very/long/url + + # this comment is too long, + # but hard to split: + # http://localhost/another/very/very/very/very/very/very/very/very/long/url + + the following code snippet would **FAIL**: + :: + + - this line is waaaaaaaaaaaaaay too long but could be easily split... + + and the following code snippet would also **FAIL**: + :: + + - foobar: http://localhost/very/very/very/very/very/very/very/very/long/url + +#. With ``line-length: {max: 60, allow-non-breakable-words: true, + allow-non-breakable-inline-mappings: true}`` + + the following code snippet would **PASS**: + :: + + - foobar: http://localhost/very/very/very/very/very/very/very/very/long/url + +#. With ``line-length: {max: 60, allow-non-breakable-words: false}`` + + the following code snippet would **FAIL**: + :: + + this: + is: + - a: + http://localhost/very/very/very/very/very/very/very/very/long/url +""" + + +import yaml + +from yamllint.linter import LintProblem + +ID = 'line-length' +TYPE = 'line' +CONF = {'max': int, + 'allow-non-breakable-words': bool, + 'allow-non-breakable-inline-mappings': bool} +DEFAULT = {'max': 80, + 'allow-non-breakable-words': True, + 'allow-non-breakable-inline-mappings': False} + + +def check_inline_mapping(line): + loader = yaml.SafeLoader(line.content) + try: + while loader.peek_token(): + if isinstance(loader.get_token(), yaml.BlockMappingStartToken): + while loader.peek_token(): + if isinstance(loader.get_token(), yaml.ValueToken): + t = loader.get_token() + if isinstance(t, yaml.ScalarToken): + return ( + ' ' not in line.content[t.start_mark.column:]) + except yaml.scanner.ScannerError: + pass + + return False + + +def check(conf, line): + if line.end - line.start > conf['max']: + conf['allow-non-breakable-words'] |= \ + conf['allow-non-breakable-inline-mappings'] + if conf['allow-non-breakable-words']: + start = line.start + while start < line.end and line.buffer[start] == ' ': + start += 1 + + if start != line.end: + if line.buffer[start] == '#': + while line.buffer[start] == '#': + start += 1 + start += 1 + elif line.buffer[start] == '-': + start += 2 + + if line.buffer.find(' ', start, line.end) == -1: + return + + if (conf['allow-non-breakable-inline-mappings'] and + check_inline_mapping(line)): + return + + yield LintProblem(line.line_no, conf['max'] + 1, + 'line too long (%d > %d characters)' % + (line.end - line.start, conf['max'])) diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/new_line_at_end_of_file.py b/venv/lib/python3.12/site-packages/yamllint/rules/new_line_at_end_of_file.py new file mode 100644 index 0000000..f49edb9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/new_line_at_end_of_file.py @@ -0,0 +1,35 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to require a new line character (``\\n``) at the end of files. + +The POSIX standard `requires the last line to end with a new line character +`_. +All UNIX tools expect a new line at the end of files. Most text editors use +this convention too. +""" + + +from yamllint.linter import LintProblem + +ID = 'new-line-at-end-of-file' +TYPE = 'line' + + +def check(conf, line): + if line.end == len(line.buffer) and line.end > line.start: + yield LintProblem(line.line_no, line.end - line.start + 1, + 'no new line character at the end of file') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/new_lines.py b/venv/lib/python3.12/site-packages/yamllint/rules/new_lines.py new file mode 100644 index 0000000..2ee5512 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/new_lines.py @@ -0,0 +1,58 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to force the type of new line characters. + +.. rubric:: Options + +* Set ``type`` to ``unix`` to enforce UNIX-typed new line characters (``\\n``), + set ``type`` to ``dos`` to enforce DOS-typed new line characters + (``\\r\\n``), or set ``type`` to ``platform`` to infer the type from the + system running yamllint (``\\n`` on POSIX / UNIX / Linux / Mac OS systems or + ``\\r\\n`` on DOS / Windows systems). + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + new-lines: + type: unix +""" + +from os import linesep + +from yamllint.linter import LintProblem + +ID = 'new-lines' +TYPE = 'line' +CONF = {'type': ('unix', 'dos', 'platform')} +DEFAULT = {'type': 'unix'} + + +def check(conf, line): + if conf['type'] == 'unix': + newline_char = '\n' + elif conf['type'] == 'platform': + newline_char = linesep + elif conf['type'] == 'dos': + newline_char = '\r\n' + + if line.start == 0 and len(line.buffer) > line.end: + if line.buffer[line.end:line.end + len(newline_char)] != newline_char: + c = repr(newline_char).strip('\'') + yield LintProblem(1, line.end - line.start + 1, + f'wrong new line character: expected {c}') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/octal_values.py b/venv/lib/python3.12/site-packages/yamllint/rules/octal_values.py new file mode 100644 index 0000000..e94e4bf --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/octal_values.py @@ -0,0 +1,111 @@ +# Copyright (C) 2017 ScienJus +# +# 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 . + +""" +Use this rule to prevent values with octal numbers. In YAML, numbers that +start with ``0`` are interpreted as octal, but this is not always wanted. +For instance ``010`` is the city code of Beijing, and should not be +converted to ``8``. + +.. rubric:: Options + +* Use ``forbid-implicit-octal`` to prevent numbers starting with ``0``. +* Use ``forbid-explicit-octal`` to prevent numbers starting with ``0o``. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + octal-values: + forbid-implicit-octal: true + forbid-explicit-octal: true + +.. rubric:: Examples + +#. With ``octal-values: {forbid-implicit-octal: true}`` + + the following code snippets would **PASS**: + :: + + user: + city-code: '010' + + the following code snippets would **PASS**: + :: + + user: + city-code: 010,021 + + the following code snippets would **FAIL**: + :: + + user: + city-code: 010 + +#. With ``octal-values: {forbid-explicit-octal: true}`` + + the following code snippets would **PASS**: + :: + + user: + city-code: '0o10' + + the following code snippets would **FAIL**: + :: + + user: + city-code: 0o10 +""" + +import re + +import yaml + +from yamllint.linter import LintProblem + +ID = 'octal-values' +TYPE = 'token' +CONF = {'forbid-implicit-octal': bool, + 'forbid-explicit-octal': bool} +DEFAULT = {'forbid-implicit-octal': True, + 'forbid-explicit-octal': True} + +IS_OCTAL_NUMBER_PATTERN = re.compile(r'^[0-7]+$') + + +def check(conf, token, prev, next, nextnext, context): + if prev and isinstance(prev, yaml.tokens.TagToken): + return + + if conf['forbid-implicit-octal']: + if isinstance(token, yaml.tokens.ScalarToken): + if not token.style: + val = token.value + if (val.isdigit() and len(val) > 1 and val[0] == '0' and + IS_OCTAL_NUMBER_PATTERN.match(val[1:])): + yield LintProblem( + token.start_mark.line + 1, token.end_mark.column + 1, + f'forbidden implicit octal value "{token.value}"') + + if conf['forbid-explicit-octal']: + if isinstance(token, yaml.tokens.ScalarToken): + if not token.style: + val = token.value + if (len(val) > 2 and val[:2] == '0o' and + IS_OCTAL_NUMBER_PATTERN.match(val[2:])): + yield LintProblem( + token.start_mark.line + 1, token.end_mark.column + 1, + f'forbidden explicit octal value "{token.value}"') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/quoted_strings.py b/venv/lib/python3.12/site-packages/yamllint/rules/quoted_strings.py new file mode 100644 index 0000000..b38f6ed --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/quoted_strings.py @@ -0,0 +1,327 @@ +# Copyright (C) 2018 ClearScore +# +# 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 . + +""" +Use this rule to forbid any string values that are not quoted, or to prevent +quoted strings without needing it. You can also enforce the type of the quote +used. + +.. rubric:: Options + +* ``quote-type`` defines allowed quotes: ``single``, ``double`` or ``any`` + (default). +* ``required`` defines whether using quotes in string values is required + (``true``, default) or not (``false``), or only allowed when really needed + (``only-when-needed``). +* ``extra-required`` is a list of PCRE regexes to force string values to be + quoted, if they match any regex. This option can only be used with + ``required: false`` and ``required: only-when-needed``. +* ``extra-allowed`` is a list of PCRE regexes to allow quoted string values, + even if ``required: only-when-needed`` is set. +* ``allow-quoted-quotes`` allows (``true``) using disallowed quotes for strings + with allowed quotes inside. Default ``false``. +* ``check-keys`` defines whether to apply the rules to keys in mappings. By + default, ``quoted-strings`` rules apply only to values. Set this option to + ``true`` to apply the rules to keys as well. + +**Note**: Multi-line strings (with ``|`` or ``>``) will not be checked. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + quoted-strings: + quote-type: any + required: true + extra-required: [] + extra-allowed: [] + allow-quoted-quotes: false + check-keys: false + +.. rubric:: Examples + +#. With ``quoted-strings: {quote-type: any, required: true}`` + + the following code snippet would **PASS**: + :: + + foo: "bar" + bar: 'foo' + number: 123 + boolean: true + + the following code snippet would **FAIL**: + :: + + foo: bar + +#. With ``quoted-strings: {quote-type: single, required: only-when-needed}`` + + the following code snippet would **PASS**: + :: + + foo: bar + bar: foo + not_number: '123' + not_boolean: 'true' + not_comment: '# comment' + not_list: '[1, 2, 3]' + not_map: '{a: 1, b: 2}' + + the following code snippet would **FAIL**: + :: + + foo: 'bar' + +#. With ``quoted-strings: {required: false, extra-required: [^http://, + ^ftp://]}`` + + the following code snippet would **PASS**: + :: + + - localhost + - "localhost" + - "http://localhost" + - "ftp://localhost" + + the following code snippet would **FAIL**: + :: + + - http://localhost + - ftp://localhost + +#. With ``quoted-strings: {required: only-when-needed, extra-allowed: + [^http://, ^ftp://], extra-required: [QUOTED]}`` + + the following code snippet would **PASS**: + :: + + - localhost + - "http://localhost" + - "ftp://localhost" + - "this is a string that needs to be QUOTED" + + the following code snippet would **FAIL**: + :: + + - "localhost" + - this is a string that needs to be QUOTED + +#. With ``quoted-strings: {quote-type: double, allow-quoted-quotes: false}`` + + the following code snippet would **PASS**: + :: + + foo: "bar\\"baz" + + the following code snippet would **FAIL**: + :: + + foo: 'bar"baz' + +#. With ``quoted-strings: {quote-type: double, allow-quoted-quotes: true}`` + + the following code snippet would **PASS**: + :: + + foo: 'bar"baz' + +#. With ``quoted-strings: {required: only-when-needed, check-keys: true, + extra-required: ["[:]"]}`` + + the following code snippet would **FAIL**: + :: + + foo:bar: baz + + the following code snippet would **PASS**: + :: + + "foo:bar": baz +""" + +import re + +import yaml + +from yamllint.linter import LintProblem + +ID = 'quoted-strings' +TYPE = 'token' +CONF = {'quote-type': ('any', 'single', 'double'), + 'required': (True, False, 'only-when-needed'), + 'extra-required': [str], + 'extra-allowed': [str], + 'allow-quoted-quotes': bool, + 'check-keys': bool} +DEFAULT = {'quote-type': 'any', + 'required': True, + 'extra-required': [], + 'extra-allowed': [], + 'allow-quoted-quotes': False, + 'check-keys': False} + + +def VALIDATE(conf): + if conf['required'] is True and len(conf['extra-allowed']) > 0: + return 'cannot use both "required: true" and "extra-allowed"' + if conf['required'] is True and len(conf['extra-required']) > 0: + return 'cannot use both "required: true" and "extra-required"' + if conf['required'] is False and len(conf['extra-allowed']) > 0: + return 'cannot use both "required: false" and "extra-allowed"' + + +DEFAULT_SCALAR_TAG = 'tag:yaml.org,2002:str' + +# https://stackoverflow.com/a/36514274 +yaml.resolver.Resolver.add_implicit_resolver( + 'tag:yaml.org,2002:int', + re.compile(r'''^(?:[-+]?0b[0-1_]+ + |[-+]?0o?[0-7_]+ + |[-+]?0[0-7_]+ + |[-+]?(?:0|[1-9][0-9_]*) + |[-+]?0x[0-9a-fA-F_]+ + |[-+]?[1-9][0-9_]*(?::[0-5]?[0-9])+)$''', re.VERBOSE), + list('-+0123456789')) + + +def _quote_match(quote_type, token_style): + return ((quote_type == 'any') or + (quote_type == 'single' and token_style == "'") or + (quote_type == 'double' and token_style == '"')) + + +def _quotes_are_needed(string, is_inside_a_flow): + # Quotes needed on strings containing flow tokens + if is_inside_a_flow and set(string) & {',', '[', ']', '{', '}'}: + return True + + loader = yaml.BaseLoader('key: ' + string) + # Remove the 5 first tokens corresponding to 'key: ' (StreamStartToken, + # BlockMappingStartToken, KeyToken, ScalarToken(value=key), ValueToken) + for _ in range(5): + loader.get_token() + try: + a, b = loader.get_token(), loader.get_token() + except yaml.scanner.ScannerError: + return True + else: + if (isinstance(a, yaml.ScalarToken) and a.style is None and + isinstance(b, yaml.BlockEndToken) and a.value == string): + return False + return True + + +def _has_quoted_quotes(token): + return ((not token.plain) and + ((token.style == "'" and '"' in token.value) or + (token.style == '"' and "'" in token.value))) + + +def check(conf, token, prev, next, nextnext, context): + if 'flow_nest_count' not in context: + context['flow_nest_count'] = 0 + + if isinstance(token, (yaml.FlowMappingStartToken, + yaml.FlowSequenceStartToken)): + context['flow_nest_count'] += 1 + elif isinstance(token, (yaml.FlowMappingEndToken, + yaml.FlowSequenceEndToken)): + context['flow_nest_count'] -= 1 + + if not (isinstance(token, yaml.tokens.ScalarToken) and + isinstance(prev, (yaml.BlockEntryToken, yaml.FlowEntryToken, + yaml.FlowSequenceStartToken, yaml.TagToken, + yaml.ValueToken, yaml.KeyToken))): + + return + + node = 'key' if isinstance(prev, yaml.KeyToken) else 'value' + if node == 'key' and not conf['check-keys']: + return + + # Ignore explicit types, e.g. !!str testtest or !!int 42 + if (prev and isinstance(prev, yaml.tokens.TagToken) and + prev.value[0] == '!!'): + return + + # Ignore numbers, booleans, etc. + resolver = yaml.resolver.Resolver() + tag = resolver.resolve(yaml.nodes.ScalarNode, token.value, (True, False)) + if token.plain and tag != DEFAULT_SCALAR_TAG: + return + + # Ignore multi-line strings + if not token.plain and token.style in ("|", ">"): + return + + quote_type = conf['quote-type'] + + msg = None + if conf['required'] is True: + + # Quotes are mandatory and need to match config + if (token.style is None or + not (_quote_match(quote_type, token.style) or + (conf['allow-quoted-quotes'] and _has_quoted_quotes(token)))): + msg = f"string {node} is not quoted with {quote_type} quotes" + + elif conf['required'] is False: + + # Quotes are not mandatory but when used need to match config + if (token.style and + not _quote_match(quote_type, token.style) and + not (conf['allow-quoted-quotes'] and + _has_quoted_quotes(token))): + msg = f"string {node} is not quoted with {quote_type} quotes" + + elif not token.style: + is_extra_required = any(re.search(r, token.value) + for r in conf['extra-required']) + if is_extra_required: + msg = f"string {node} is not quoted" + + elif conf['required'] == 'only-when-needed': + + # Quotes are not strictly needed here + if (token.style and tag == DEFAULT_SCALAR_TAG and token.value and + not _quotes_are_needed(token.value, + context['flow_nest_count'] > 0)): + is_extra_required = any(re.search(r, token.value) + for r in conf['extra-required']) + is_extra_allowed = any(re.search(r, token.value) + for r in conf['extra-allowed']) + if not (is_extra_required or is_extra_allowed): + msg = f"string {node} is redundantly quoted with " \ + f"{quote_type} quotes" + + # But when used need to match config + elif (token.style and + not _quote_match(quote_type, token.style) and + not (conf['allow-quoted-quotes'] and _has_quoted_quotes(token))): + msg = f"string {node} is not quoted with {quote_type} quotes" + + elif not token.style: + is_extra_required = len(conf['extra-required']) and any( + re.search(r, token.value) for r in conf['extra-required']) + if is_extra_required: + msg = f"string {node} is not quoted" + + if msg is not None: + yield LintProblem( + token.start_mark.line + 1, + token.start_mark.column + 1, + msg) diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/trailing_spaces.py b/venv/lib/python3.12/site-packages/yamllint/rules/trailing_spaces.py new file mode 100644 index 0000000..b5455f3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/trailing_spaces.py @@ -0,0 +1,60 @@ +# Copyright (C) 2016 Adrien Vergé +# +# 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 . + +""" +Use this rule to forbid trailing spaces at the end of lines. + +.. rubric:: Examples + +#. With ``trailing-spaces: {}`` + + the following code snippet would **PASS**: + :: + + this document doesn't contain + any trailing + spaces + + the following code snippet would **FAIL**: + :: + + this document contains """ """ + trailing spaces + on lines 1 and 3 """ """ +""" + + +import string + +from yamllint.linter import LintProblem + +ID = 'trailing-spaces' +TYPE = 'line' + + +def check(conf, line): + if line.end == 0: + return + + # YAML recognizes two white space characters: space and tab. + # http://yaml.org/spec/1.2/spec.html#id2775170 + + pos = line.end + while line.buffer[pos - 1] in string.whitespace and pos > line.start: + pos -= 1 + + if pos != line.end and line.buffer[pos] in ' \t': + yield LintProblem(line.line_no, pos - line.start + 1, + 'trailing spaces') diff --git a/venv/lib/python3.12/site-packages/yamllint/rules/truthy.py b/venv/lib/python3.12/site-packages/yamllint/rules/truthy.py new file mode 100644 index 0000000..ff47a83 --- /dev/null +++ b/venv/lib/python3.12/site-packages/yamllint/rules/truthy.py @@ -0,0 +1,193 @@ +# Copyright (C) 2016 Peter Ericson +# +# 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 . + +""" +Use this rule to forbid non-explicitly typed truthy values other than allowed +ones (by default: ``true`` and ``false``), for example ``YES`` or ``off``. + +This can be useful to prevent surprises from YAML parsers transforming +``[yes, FALSE, Off]`` into ``[true, false, false]`` or +``{y: 1, yes: 2, on: 3, true: 4, True: 5}`` into ``{y: 1, true: 5}``. + +Depending on the YAML specification version used by the YAML document, the list +of truthy values can differ. In YAML 1.2, only capitalized / uppercased +combinations of ``true`` and ``false`` are considered truthy, whereas in YAML +1.1 combinations of ``yes``, ``no``, ``on`` and ``off`` are too. To make the +YAML specification version explicit in a YAML document, a ``%YAML 1.2`` +directive can be used (see example below). + +.. rubric:: Options + +* ``allowed-values`` defines the list of truthy values which will be ignored + during linting. The default is ``['true', 'false']``, but can be changed to + any list containing: ``'TRUE'``, ``'True'``, ``'true'``, ``'FALSE'``, + ``'False'``, ``'false'``, ``'YES'``, ``'Yes'``, ``'yes'``, ``'NO'``, + ``'No'``, ``'no'``, ``'ON'``, ``'On'``, ``'on'``, ``'OFF'``, ``'Off'``, + ``'off'``. +* ``check-keys`` disables verification for keys in mappings. By default, + ``truthy`` rule applies to both keys and values. Set this option to ``false`` + to prevent this. + +.. rubric:: Default values (when enabled) + +.. code-block:: yaml + + rules: + truthy: + allowed-values: ['true', 'false'] + check-keys: true + +.. rubric:: Examples + +#. With ``truthy: {}`` + + the following code snippet would **PASS**: + :: + + boolean: true + + object: {"True": 1, 1: "True"} + + "yes": 1 + "on": 2 + "True": 3 + + explicit: + string1: !!str True + string2: !!str yes + string3: !!str off + encoded: !!binary | + True + OFF + pad== # this decodes as 'N\xbb\x9e8Qii' + boolean1: !!bool true + boolean2: !!bool "false" + boolean3: !!bool FALSE + boolean4: !!bool True + boolean5: !!bool off + boolean6: !!bool NO + + the following code snippet would **FAIL**: + :: + + object: {True: 1, 1: True} + + the following code snippet would **FAIL**: + :: + + %YAML 1.1 + --- + yes: 1 + on: 2 + True: 3 + + the following code snippet would **PASS**: + :: + + %YAML 1.2 + --- + yes: 1 + on: 2 + true: 3 + +#. With ``truthy: {allowed-values: ["yes", "no"]}`` + + the following code snippet would **PASS**: + :: + + - yes + - no + - "true" + - 'false' + - foo + - bar + + the following code snippet would **FAIL**: + :: + + - true + - false + - on + - off + +#. With ``truthy: {check-keys: false}`` + + the following code snippet would **PASS**: + :: + + yes: 1 + on: 2 + true: 3 + + the following code snippet would **FAIL**: + :: + + yes: Yes + on: On + true: True +""" + +import yaml + +from yamllint.linter import LintProblem + +TRUTHY_1_1 = ['YES', 'Yes', 'yes', + 'NO', 'No', 'no', + 'TRUE', 'True', 'true', + 'FALSE', 'False', 'false', + 'ON', 'On', 'on', + 'OFF', 'Off', 'off'] +TRUTHY_1_2 = ['TRUE', 'True', 'true', + 'FALSE', 'False', 'false'] + + +ID = 'truthy' +TYPE = 'token' +CONF = {'allowed-values': TRUTHY_1_1.copy(), 'check-keys': bool} +DEFAULT = {'allowed-values': ['true', 'false'], 'check-keys': True} + + +def yaml_spec_version_for_document(context): + if 'yaml_spec_version' in context: + return context['yaml_spec_version'] + return (1, 1) + + +def check(conf, token, prev, next, nextnext, context): + if isinstance(token, yaml.tokens.DirectiveToken) and token.name == 'YAML': + context['yaml_spec_version'] = token.value + elif isinstance(token, yaml.tokens.DocumentEndToken): + context.pop('yaml_spec_version', None) + context.pop('bad_truthy_values', None) + + if prev and isinstance(prev, yaml.tokens.TagToken): + return + + if (not conf['check-keys'] and isinstance(prev, yaml.tokens.KeyToken) and + isinstance(token, yaml.tokens.ScalarToken)): + return + + if isinstance(token, yaml.tokens.ScalarToken) and token.style is None: + if 'bad_truthy_values' not in context: + context['bad_truthy_values'] = set( + TRUTHY_1_2 if yaml_spec_version_for_document(context) == (1, 2) + else TRUTHY_1_1) + context['bad_truthy_values'] -= set(conf['allowed-values']) + + if token.value in context['bad_truthy_values']: + yield LintProblem(token.start_mark.line + 1, + token.start_mark.column + 1, + "truthy value should be one of [" + + ", ".join(sorted(conf['allowed-values'])) + "]") diff --git a/venv/pyvenv.cfg b/venv/pyvenv.cfg new file mode 100644 index 0000000..65872a4 --- /dev/null +++ b/venv/pyvenv.cfg @@ -0,0 +1,5 @@ +home = /Library/Frameworks/Python.framework/Versions/3.12/bin +include-system-site-packages = false +version = 3.12.1 +executable = /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 +command = /Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -m venv /Users/yuanc/projects/knavigator/venv

    (Vv(aPVG1R$^PuqS>}Ij(Id=!W98ujr+Ah&)81 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f6013e6414dfb1ecb69d137c156ecf759322c82 GIT binary patch literal 27048 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd81341ea7338b7ebce57b0a0abb280cb3cf3950 GIT binary patch literal 19959 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 Ue)XFBO`dOBs{SoUzpVHF12f#TiU0rr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9be7a5553d34141917997c30654961b1b3686a2a GIT binary patch literal 6889 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 SuXq_b#5Ak~zb5cQrS?CYkTD+s literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..781eb8d092728a0260f1aacca824b1a6a91fabc6 GIT binary patch literal 2935 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%0AAI`@|MX4^QnS;lAMeJ|&7)hUPs62--mSS( z$EpAHoZdMKJlpA_oc`P1Ti!L{p@Vs>i z*GI1#y7ra@O7b;^6lt`R*I_0kBpOBp^AJVsEk)X}cJi?z-6$?tMoQ`_)lvK&Z1ji6 zo-?mOj8UUv+04-pxxmXF?nZKRW}}TB0B6CPz^w#sEm}C6?jM;sd$rG@_n}9n(_8;j zG>yP#(E@L{&a2W%XsgzQm=dLe17H7AqoKnR1`VoZMoe*F7l>I|qd? zPe>G6brXZyY&4{GhQd}U3iGAQh{U74#>I#tRc)ZyAi<~lNN)`Elm>t)MBh5Ao`dQV zt8M8LVzNQP5uWj6JV>GvwUGQQd=>(`)L%{e|1ALJe}d{JRdKg&ShP!6avy_>vfXmH z)N*+9N~tAs-xH~{9b9o$n%mcV?(}RohfB@jt?cC$#pLpzV zU3cAaZTovl{+_KfW&g<)Yo)1W#a40q*8;0!m9|50Q|zBcN^Jvohe~ayK=S~keRZ_r zX};gyTk`a3J;Bv;q^Gas>4To`{uRr%BUo|-Hz1F2q~dE^@sewEHSEF^Nrp}Hu^8C7 zSX$&D5ejWjEcPzEf$9)@ECvsk&~3pE)effx$#_|HqHBd+GRb8~lfWAZS@N#WWdAdOR ztnE6b9_hz0Q#}Z8>k<8J9p2FQ{uhXr_UULih)4jj;OhQ{19I>vttE;us8?avkY|S6 z5gK^a4KJFqd|Yz_$d+QzUEAg}$B4$gF^LBNs2)l_4Hc+Gn*P${pe^6DQuN9Hq9VVe n&OLVTzwhd}Y5&S*qq}yRDPPk~_t%z~iEdvz^9_Z+1o8g?q%ZP$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c881058c6939186ee6714e79437b0fba3d206a1 GIT binary patch literal 5834 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa61a678fccd6907cba7134ca3c0d3fc5f425773 GIT binary patch literal 15162 zcmeHOdvH|OdB1mG+Fh;K)eAik;-ZIP!FnLTGU5>)LKquFYGDVfNu|}^E3sm=EAG7l zB(H3ex~-t3tZb*O63?*CV1>URkV$m`io55F-|OcjT7zfnDn0d?TqFC z%_^DRF{h{wMsaEZFt2Mb+b^H9U# zps@9Z0q z#1|S7dgOrOKbx9mW}U{&cBD$W{NeFQIWTfo?Gla{Nui^?{i&9Y_Kuwbx>V0f!sk;v zj-Bz1J&9eAghMZ!e&*EkeXVTdu3*3~g%qhvINaB*m!CL(JN*Of`ro-QUYuf6|LfQ=7XjyYqbXTv^*glp>LHg^XnX>$0;V`R-Z)v z1}Aa-JXqEw7Kx_U_}f&w;d zo1E~4{B7fMcvSMMO53@R??Pb2r-tRW3sUGpTQD%xHa@AI4TpBN?&xS!0;<$9?(?7X zjez6E1LJK2s3xMeap>BHjYFff8RrE2*g8I`*#`y!p@2FtFjbYihpk3IBTcdy(Pb`K zRxx9_R%HCCs7B6_tZBfXb;G2S{V~5+pN77v?SD>Oly%=O1_|F!)f+25kBiuANZ4|`(@Z}4I>1ul0E^zV@l{Sur!nH?> zjPlH1+D1cK*MK~263r14dMgr%moq)`qs5t4Mk-<=*PMJp|p#R z!tH&XdKAUcWRjI|hl zAF(gRseLIh*8=-uH^$BUl}iiHR&-@X$IcP+<%Km{mgKZtpVti8HCwLBX-N!~7c$4Q zkMp{FH4AA2xf->mEPLB`jGbO4mR=^l(@Z;`*7)61rslvh*({oA*VCG*eFy&U!vCG# z5?w@+)grS7MY1#=^!X(wFg2TRd>m2@M;JObBr;K|nH5#m%z==ak*D%Tbl^2J5g^ym zKxUk7g$^b}tS$yzOkoY6aUe7@wINR!WEZxfnbL?;4&mo1o3SQ~-Pb#>bS@OvC*9@O zFJ8I$*0zMZ>4WtfV%;~7%^kaWYVOp0&+U%Ix~CHBJEP`gc}=Wuc7IZ6igv$w{Jy91 zhHKUp>x-Ahcf`)z^E_ct#Q2ftQ?^xW}anG~!6Gqx|bx+b&di}(e6S0cBu6i2$z|{l!q`g=7=8&)jFJE~% zwtLaNdBMKbquu03ou zM&W5L*)|4dKw-^w*z(pnK$FQS10LQm80r2gs($3v0>}drr#&@^Q_U zj+~Zhsht@(M+!N6la@ z{XcB_$(A2&`RV2#ZTms^J>{=={axqJI~V#+|GeujUR|j9!d=%HCM^E*UHtb*0Xo-A z3c$I1v|U8Hub>pj;Q&$&dEv`zwKV0lEO0WEYMkT(CqQw5PVy@+FfJ`L$6Sl2fX$S{ zrIudk!#&V}_}|{{Ez;SLv0MQkf$6k|na?FlilnZk#rxD%am_}hLTPEY0MRd3oI)|@ut0t>;R{4aIVun^O^*hp6Mw!y(CiKy=k`b&RW>_OJoy%-1vg)!ea)m89Ov0*^1bfXv} z=Z~dhJ?O3v_)nKC4R;M5!e|ED^wF0Zq*lThW{HW>oP6|!9@>!XRqrxZeHzPPD4WjK zbfgvGtnY#(3`tT*m>35FhG{W0PA_D*1WfRx;P-{F2{_QYpFs!MC$J3{l!+mK(5EQERvZ%F zL{RNY_cJ)SB}LmZIB0O?ARX0ESQ$)L>yuRa_Jf0jstpcOn(aDO6haeYL%@*)Fb1~D zIQT&W8udXONx@*cuk<9)U5_uQP=EWuRzh}XmBdNo@p%mBpV5Q&KtglG?ibr4Z2N`3zxX468|n9&ncoSKV4&bkSzXwD&s z&H)@?|5?q&*fC`uXhq;jHiQd_%oq;jQiGHY3{3=rV#=Cj2SzIyfQ2zJj!qya6wN#$ zsd5j-)`|x7DS1<1Tahl-bKo{M!KsZ|43m~)X>{=q(3$cTM8MqarAzkOguOPlD`DRr z@4RE*e!s4M#&XwQldJ`}c+H(mW$#yQieFr)Y6Z=etn=QkTBv(kuUFGJ-?>oJL4f3a zyKBk5DPiAq*SVRdLp!}10)yRH z!~c8?ixpkuhk~tgt=0S{$QNvtYk59yE6Y3N86hzC){{AL!Lf2Z;GFt;reG`EXBsQl z*L>Wua{bK5ZI$a|K5i@LXIfYBXKIy;|2^&ubFsh2ZIz4rJ#H)aXIhsh(@HFz<}>(> zSZ0)Tb6+|@ST=5MOk(*I)P-0PtxenX`St8bK1pC@S z3zs#oN^!j*)-f}{2te7ZFo)_XC>_F!ry<}Udo)`F|8hp#X5pX|YI*@;l4i_AUi0$b z<`MM5K7)!TES*hA_p$uXsAkk)RH|l-l5U4l{)zf~!H7V3mC`R75eUDbbh>Aw4{|dZ z6$F;fA}oKA3eQkPRHFv#BSlE3b84hJ^4eJ6%XE3SOnPJadlW4pVhxtxr)(2NB)H`c zN)g<>O#Z!01sL@hrODCOtTI{g@V(h>k@JEtI3Y2T#s@TB*7y;PAJX^>3fT!{`ylAf z=t&T!wiMQD59!btDl5N+u)WMZuyKx(C3{W6UbAEu5_Vx>^Uk~WT}(UuKk>6{$OAjK zzH7$$kEQFQ${V#SoW;>Tb13PljU9@Y%^i!MpWC1CcnwPFTum zcs3*F@+`SFCR`hrTuljAQ``px{ZRa+d#<(z4s`jEhbya!o{u%WQMbaG^dU;4hhnDL zo>}LkT7PIoZQZVb1(6PvW_HE9NZ@4#KW!0B)7FehEaKiSOU87kWC|USyb!T5DOdz~ zhl_GbPdQQBj(cs~`K9v?NHxG2>AW*ykJw3GMH~@_A-5vVh|@?<7e|UCmU9?U;jbNv z*ru(K;%UpZ9t-Zlao1z(4VZ0a{je|pJ4R)vO%{-XML0wRI%r;(eh(uNVVI&3M4BCL zH{3kGq*BltfgYP_hBrOeJ=D$=iT)(!ZBVTFuc<{M5m7CwzR zm41w#l&gqu{8&^1|Vnx( zP(*;g=6sRl{!v*5$|Zwf=mWfP0aT+|18~PKX=Zt3NY3TrhtvXKP1XhvD$rzV^BNpU z-Rf0HnJeE%M5t`V4fm{j$Y&1VzE_4g}kW{xJCx6O24KXv6) z>}bN(fTEfG4@~Bg>JQe}ywwSKje z=8q~57jZu;Dn49k{#gZ&ILF;570hJZE^zl+zEd|B<-Y{&{6*B628XKDf(665hJ9xe zd6HXlE%=B&US2TD4QnxC&b-+P)uWV2MY(3p)~vixYqVu|i;oyN=k5_BTa3xEk(vB` z#K<{!c-gHn*EFXaJz@u3m=TlVc+X)&ecEFdP`}WP8r3gid#BeYJIJU{?_u%+>))PL zKRt(td9*68GP1@uLMb)M3r6WMNuAofLS$9CsAnM~Uq}u``D?|@0(SIj4#Mi#p^`74 zNGl$~L%9@1D;gTni)iVmGgoz9w`OH{g??!;iPEgsSI<(GTFB2)l?F6J8z9G*6oYh-gMw;LiFSvcSCmR{zU7c#k#{r+raCavP<{e3NO|jNVUBl zxf+RE;xB&Fm8@?7tr-0+xdlunetLfUo#v;Kja#C&yB>j_K)iDGm3UM9(l=Y_jf3sY zl4Q%yrIv$zQVa=C#h5q8DRH3nkP2_VLa)Kux&DzV%o+*2? z(%imF>=Hiao$U1sY#_R0(ySL{JkHBtWE1Le05}@0)Od?hGQjGj;Iy?ED7((D&|2A# z2x`Oby6(E_it+F$zUoTa-PcR5ltf44-QPX&_KDkv5>31BG#&V1)19X7pEmqd{Hx%f z2NxRq66^c!*-z_xo|d=hE@OEhll@SyFhENlwxPZIIJp>&uu$qyv+0)z@V1z1Rjl8E zg(qY@=J`ET$a#$;&ww(uq2R&M`}tRDLh=U~p}Ts?y(!_|1O`2KyK~XKcfr2*;iaUN z&*4WX9~eai0W~ZOr;`GpF&-}ddnpBFhMCU85H`!-jacRHI0z6V8ITt;CR8L1&5?X$ zO3pT26tRq^O{+{(Jlso-3gg`_f*or)j16%$4HI1kz)wJnWbtJnxAN4`)I~K^4Go-vBJrCxA3@;ETHn*Ut-*X zhZ8F+IE(CAPvXeJgd~501(=X-?3B5X>SSi+Z)KU4r{&*8qvhWq;9i?y;PUT-lF<`T zI^)5BD!&G*W`9naWHzN{8^>K&NcB2(Pv{D@p)(*~rg~Q9^Josd79SWU=wCC1Lz+1} zJdC$(<3Y_rD7)fBRp^;i&>bL;el`Xsa4|%WvBjz8M;xI{wSPljN`tO`@XBl7)qTwQ ztxve>V;Aqbw%o7VvclCnny;LII@+DAuA4djep%Jr@du`=Qt$oxhNb$pM19-4=G#Yq z;7ru-ojn#k93z`^gK%^E-1fM*Si3!XBq=n;kHnvk+gCVSWqZu>{syR<#+xVSPR=*X ztGB$j{kPig)^(Bo+xPW-OcS*x>RRV7-mB}ppQ_k&udeMu37S9faMc@P9j{+ZR&Tml zGFK8Gn%_Au-|Bojc)Kt0#M5`H_uLnnqsKqo!j)Hl{rJjLoTnz~sk%`zTN0D*d72*V z$7&uNZ4vj6EzELPF_A^cwe}X_M8?R#bDjTU*z0 z`54|NUOv8Jaa(Iv8XBzaE6?z5YvoEqDWWIJt=;^}Hk0)Qe#OpP_pRERt%5Ew(OEhe z%6GK`q)+=cVzLNFf*eQRG#JZCe5&8{;9Bz2zJ8$RQu^&I>qkxfq~QO~^M}kc0ON%~ zN9zv#PWXTMs+jg&D>bA5T?`)~XEXbjcE?j=>04S#n-S%>ZNw0y!&gbM-GIboik)$# zmuDhOAvKi^gtk01qWIT z)3gwQJOg=x2sT}?lYb&#qDZ1>m?8qZvVPy83vL4?z_n^n%Am;U&y}@#I-I~NcG0%| z4*CO%Y%)8lKPanw(;sVoV>I5dSk^pq1km!j(&*tUFU0_0*3aNEdl{2vlfSSm; z+|i~h&m!R|jqZs0W+oTx5PZd)2bd}EsD8h^3I@6Zjy-9|uT<{fzVFy?{xQFQ4WIs9 z%w}z${!2f9OpktTpPYI8hC!6=(bG31W9kuJb-q8J{=P6BNR#FT=JlFcpY$t<$MdQU zFP!Q>j#tf4TJ|dp^FVqI|C3(zwO=rwx~P{q((*JmfqB6>ezW`vk;yof-=>I|L4Oeo zGxQN&^G+(w^_pe6GAiUDZ+(=s$o7-FiR1qUy+Bate)0-e@{pfQzV5NB)7j2!t|NT> z>Z{p>|HYo}(L~G9#g=2A+U(BvyYsg*K$M${tGtmR`chL%K z;}imFAf9;sL(@9m@~aMx-~CIj^_ScZ2t8NBLgVKaoChx#{flis-|!)a=%a(CS53SS Z+w&1ee?RK6wea2i!sgw-;wZt^{~x3FpuqqD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100644 index 0000000..72ca840 --- /dev/null +++ b/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 ``

    md2+#z|PiS-vMXi~1y(rQ3Dox^PNt32Dnkq>& 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..644e5336e9f3e6957bf7665611131da8e84402ed GIT binary patch literal 13986 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 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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 0000000..deb4937 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 0000000..dafa08d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 0000000..5aa9ecb --- /dev/null +++ b/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', + '\\

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

    ' : '\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', + '\\

    !I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..dd01849 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1932 @@ +# +# Copyright (C) 2012-2021 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, + splittype, 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(\w|[-.+])+) + \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') + 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 self.cert_file: + 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, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..c7c8bb6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,739 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 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|b|c|rc)(\d+))?' + r'(\.(post)(\d+))?(\.(dev)(\d+))?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') + + +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: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + 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',) + + #print('%s -> %s' % (s, m.groups())) + 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7d6151a4a33ca9edab733f9f17aa6ca08737796 GIT binary patch literal 77520 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 O->JE&WpHgx&Hn&<4~oSA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..adf16c830b366be45e6fb79564d31ea64db2769a GIT binary patch literal 7006 zcmd^>Pizy}9mn5{|HO9e*s+s9LI{EUb%1!opDmkafha87R*;kiR;snt$ap5%fMbX8 z1Q9n>QAO3TDk7D(B8MJ0^Z-Kbc@I5QJ+0IWE?XrUQHiSm#Lc@b+SQ)={k{2(ozNuW zv_14me(y8y&u3=d`^|g)QzQ}+Nb&KLQ{HAF{!SNe@-e)yyh7X)y3m!Jm{rosteRF8 zp{u$l=b81Uy^_5-->g6F2m8`>x=06fH67Ib>5yKRu18&152Pb{Fx{Ys(owxW9h(+L z@R!Q}{V#+$_$Gea&2>HQ|4sb1yMKUVAi6^=M7WJg>hG5B*zMeIz3Zlu#!%@x-9G<| zGK}Zg>POE;zpdIf*6q}f-e+T9m)$W`Hf-~w`Jvx-?QZ=}{pkK~zm26k2IX)4=|(-A zj;rEbp+{~By}|H4@;JLrIIPYVSV2$ zTsBNpgo$SI)00-lGM;1463L?2!OP)5V{k1dNDb1ZT>D#%BY~89K zJ)tSHnqb?0!D?qoTlK41YE_hg| zl6V@3+^#DJc7GaZd)nEx?EN&bcfEgr%C_}D_-^QS=uY?rx{9q=Rhe9~{CMVKwf?C{wiymLVt8@;HFUpjB@qWT17 zyD6iX<5@P_-P%%o(-g?nxk??okkR|QFWs?kb@DeO<-IBS?s8ggNA5(;z38{;-Er+i zB!$#Hv7jW?@lxo!lM{zeoH+j0;h~4(p<=e7tw{6GDIdiS(=s72w0vgPD79{Srj1Q= zG>*RTCGjk}=k;!G3v)k4mT!D|DMz(xUQ+Yi}xx${F#aSs`w!R@Jj8H-(#?T0p=UlhFCdXpX}aOEk1JuYe*vxV!1c4IcDS()jg%@L`MAtWvq#^f#% zb0R`soG<7`&WZQn*tyZkNg3?)Mz()^;-Yr`9ovs3!tp7;0PIx6NuLZllfG+P$=V?b zE8e5Lv_;9K?xf^|q<6|N^it!dP^79G5EMT`wj|aQyVeqY~z#a$vo&^>a}d zOf8Q-Z9Vv4wA?zl{Jp1%uKO3)dWOqA!@vJwx##RB1Lf|E<;11sGwadB%C!#{o^}kZ zbqtj|hE}{E)vw2zD*+K}x?8$kdK_r2)QL#rTDYSe?pU>+gu5Ro(4XrMA+Y`tORSt(Yw9gG^*)L9E&D2d5o=ztK3x3FBO=iV5B@S^6`c8z^OlUmj}+4<7YqVDK}0afP#rHLZYR0we9}oljh`d2%=zOMK1^1 zmP6~&Rz#T$nxtwr;%UZ{jdZ5dHjFbpq-nDSeLhDV*0gK$nVi!ik5755*a4iW_$Od3 zVA3qpq;tdUrHmrU_R)q}w1ZS+Of$3KO!86LHkB)6Eb}em2>%ht8o8XNB^7fIYUOTy z+BvLfFET09sUe5#t6Sow>h(3h410XLDQ}q8;?0XiCErp-?>y|w0 zuaSi#OTmhNe~Y^At*dyb42GSuq0uQ5El#<6k5lgLbjkxgPT4mg%V!wx!}wS_YwUCbqJ|_5> z;A4W12|gzHB<&_&EBSVlj|n~|_?X~hf{zJ4Cio<^k#7(A+Q`QQ9}|2`@G-&11RoQ8 zlG@3)mwfHyV}g$fJ|_5>;A4W12|h_3;A4VMQaAZ}$k$CiCis}(V}g$f zJ|_5>;FHu#zCQBxl8*^KCis}(V}g$fJ|_4i^^-42zJBsC!N&w26MRhYF~P?KpQHiu z9VFiX`Iz8if{zJ4Cis}(V}ei8A@Ut2-y!lb!N&w26MRhYF~P?KpQJ(ZrN}o(J|_5> z;A4W12|gzHnBbH22Kk1__Xhcx;A4W12|gzHnBZfAPtp+-S zBHsz}F~P?K9}|2`@G-&11fQf~@_n0p!{lRvj|n~|_?X~hf{zJ4Nh9QYn|veWV}g$f zJ|_5>;A4W12|h_D$#;r;C&|YI9}|2`@G-&11RoQ8l1?im9975&hO)|#RvFqVLtJI3 ls|xvhdSOc{TO%q_HEreFCIltQso&q5-|QO4 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24a196c690f697b7991bacd87b9d60bc24c384f0 GIT binary patch literal 3898 zcmahMT})fo`P}P!%{8{ML!5>{3QiCxZWAmZKZPV@X`mrpFe{jD@)}(k-)myxA9n6_ zRFG4l4QVi?N>Xhil`4(LPU%DYv`*?n_7-U`TtKsTlxmUIJ>-pwM6LR=ec!PS#+dd9 z&i&5$zVn^){eS+4+g(p!G=>J^ziS}mKe#9lxdd!Y0=8SMJ&B_uVl1DdTQK^n)*mIb~BOI12)!hJ(`}%MyK?*5=m31%vC~hGUme5RaX}MxNwaBETw27Hyx@-5wR#TQ7hI7#txi{T zhh85SkHAsQraR-3rYuMi7r^egs5t;`SS0TY5zjaYIN2*B*`%3xbJo;%NjvAS_rs`- zQOw4WMl9(eOf(CNJXTl@21q`q)$q{v% z17DS_Nr>qvQh`)r`2r2!;H`A@c48`OW@zxXp1vJSCMJV3v*yiAy0@#lCuk&0{nSh} zb_@K+2+kyCf+~<{K#iAbx*1GOB4p?$umm^knwg~s;mWzT+P3K`OZqwx8C@`aKTn=2 z?xi|QX7@xr5Wv)j(YrJZ;8}S7Dkvx{qBryKX%4HcVxs zEV=J`3Qo_xfj93HA591^%X5UNGIUm%cWaocyTdMFRN8-A16Q z;Z-&H3GhbS927nNg$tWW6}LVK%7rFj*wwyW6H795?tO2CEkKXegX`w{KCi`0S~bd= zr9E)wR234IWjtUp1y_w*gW%PNDqi#x-T_={NCf3u4$U3wF#PaWEDrvg3Dd7rnxX!v z>Bp1+IEoga7{bs02P4q5lhc?(PiIp)g?@(Br}g(u$RGeyY(1DfG&VLm#_Y+=)D%=m zS<@%8Q_NMWMrt~m(wTxi0QNrAiAU_A(Xcu)#Oy^r%ziCAj%($u(TUKYdM(W4@$lub zFgrMzj*EJ~H_zvb6910Iz3116cWuB>wsp{!WcIu|8Ma?K{ z;4CufctX?DF`YGz508$8uS|s1@bK6WEUphiD(8tBgNX?VCZR?^f>NpHS12ft3fCK0 zQ?Tdp`-|Be4L8@aPd3L__5p!$7fR(kDR>Uv`(WvVRZqZD0Z1Tk+#?Kt=(2@_kHP)&VP9i zmH6~nZ9QwAo~Ny^jQaO(cx^5}!n zmCKf|lV9Ft`MUDHUdz|}`QTqizZiY|tAF}J&+u6lnBgzqd3@k+6OZ3{a^UY1tEYed z1c=_<44~wjCrNAP%H+rIElT%1OP+^hWWp1q7iGf`)*12t9BTI#BdE13RdaBjNU3$3Bj<+lz1DQH*u&Qk7m*p_ex-&l~HW z{#B))3k$bnB@6|;*ydtbLYrH!s;P{YO(N`4)!$^J$r7ecRkch^RVnt-p-X82no$){FAoA`MWeuG?OgXpxIA?0v%dhc{jl_;5D=2i5vQm;e9( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20e32f338c3e7e9dc0326068a14c4a8ad1e8505c GIT binary patch literal 1592 zcmZWp&u<$=7@hHY{bPT`O;V?ZQz=!21!R>JORZE@B~hCYS~tRpke0)0y*qZ+nYGQ# zZonvq9wLz_RGd(6s8@*@XNfDe3#K?rRK1j|5#C^Bh zj@>r87vM;4)9GVU%i(l}{R{+4|bO z8%gG+^2%wX^&Osm%hg7}hCZ+}Na^r0-j}eOk3RrUqd_B09BQh z9xN<2&YYU*m><$<$rG|1K~YS)buV+~#li?e(vw#_`~aVTXtcPO*#?h!i`(#Lcp!x4 z1A=JSG&o2o5am;F$`r>KeT*^3n9>+CImS$nG3E12ySNRU(f77N=dEGI={)Qmf&r*z z>QzWC@WrahR2ugYVFkwtxAwmZtq$A?AM0}9t`_hAysRU6J zRTY+{2)E?RS{9ADRBXF^`O%xeTBnFmYY@9#&*Gaq$cw18*>$&qwj1?`wS~G{ z77m(Le-Lf-y4Ppt<}DgT=)=D2ZF2Wgs~_|&hnM-h+T+IeQDlWpkG6&TlYVCV19Fjn z@|(&zgUk+(`2k<0YdpMu1P%-4UjBKZ^7M;mh01S*xfjOF{{6!wT-twdXjJy=hlWHl z$kkzbJgrr<-RyV9@eC-M-)no?W8;Ls7gX~?)UF#M$6=b|ggrmT0vnF=W$fZ)h2(fC z%hn&(@5+vunTqBij2(yHQ-v2$;l?{e+$#~Lk>P!@aFvJGJK&Gn;_tQP=e6a(fvJ|C z){n*X%i6zUk`#G+xUF8j#Iz>=eI!!J8)Z{MNPdB5G$dKRgXvzM|3uPK;Q*$hZXD92 zZym*6C)Hfqg$ZVpr1io!l8L@b8Q~mew435rl2XE8Oz-qI+-Ay1XKAz((3B8vWLg}x zZlr|ts1V{OkQ_`X^QLes(fBqIw<{#0H6D%?2;s|H0KR(!=8wSDBk+!l9PsCwj8~4p Tm49**u>5T1y_bN`^0of~JhFT3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..329c0ec672c74cffd3b4346e91577fd0afd0bc57 GIT binary patch literal 38649 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 HUu6A%)>dxH literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9a40b328f179838406b466b05410b7f57800a30 GIT binary patch literal 636 zcmYLH&ubJh6n>c>+i~flZl$myRPi)I8?=`mN)c+QKVTJU51mVhlk9fd+02;9F3eHT zyLzerg7~L+tcQ||h$nA_wU?fJncZRzFW>j_y)X0L7eVNg2uns?$TR zg)~$*EeULCt*rF|UeyHmSF1Z1KEPS`_LucftEbV**{$Ab)SL4k(TeU~$@_83woF~( zJhYp3)0cJ+pmDQ-yFlM`ys242bQx{VhO(uXk>cxt>OO{ZpAhmB9{loeT(lv)_c!pv TyB`lO0Jrl+=q|r|-kAIYBOIhV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29d0618509c61457534162283f2361dca6caa941 GIT binary patch literal 6391 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e1d0020f40dce59b1e81adbf7eec38e59e68fb5 GIT binary patch literal 4490 zcmbUlZA=^4@$K4c)?iozCgvjn6G9Rv7hLm^yXKOR9B}z)fCkL9vaVVg??O!MHGR88 z0Xb20id2wt7gDt%kxo7OrzJ{%=G`3o2zO!{5ke`6jWD;d05@jX#Jego5_NFK5 z$m0&coiZmevTK5soHv~h@{^-wg;B0(l$TtxTP~L?CfEkxgn6C`r&M;+8Lb4o3S{tr z3-jbE6ZMXgV7XC_idt$LE-Gs?REeVzZ9rq=-`207`8l&hG@C*em<;(C9KhCzA)4(D zM043}5AxD7M6`EKw2A^Xj{vnWLjxzXz?KYD-X6=4sahL<^|d(}GE43=L$EPUotc)Y z!HZ%-Nob--Q9i|m4R_r108vd*RM@DKiabS(p{vZvl)91Tja#Q)7&bU6tFm^VHJqxP zoG{#?7*EDjRTNbgCIoJLErrHZnW~}LnV1p}P1E$09M{y)WhHhcF&Wd+G;~E)u7r|_ z@zC_Fb}6lNb%Z-ZYC@BbOvmDvW0SHPnodlIL|~JEI}W}j$y!LAN~jn+XzWcdRNfL`Ls@>0&hN?cZ93ofC%&CF0n4_X zp?8}8jS`j!=nmgfn8K4Sfl*><%$j-{9y}%R3sH%sf{2+Qs~x z$n1mW26-;jW`%vaurDiwbs@aUhhNtj7%iRA%u8gJ39>^5e?B%HQ@}Ov6WRjfMT;AJ zGNw$J8>{20so-O@#azFW!0?Fqy{s2v*+7SU1@7VCPEhHqFt|OTg6J zUnF&R2?KPuOI0?u$wUV%0hFmSw|>8aty@djp=$^1H7>(Stf^BxgJ-q(bzaGF90q~5 z?{(S~CaDtGL5efO&A~}Zq>*H}2YGK~P;Rkj=4Jiwa*JgxGPipF4?P*!yJHSkv^0Yr z_p0};wX~$dPHpMiC4r82oFv0YF1*-xuoauPIGk%K6nV~}QW_!VNnY5&21j1!xBY;2 z!ko~~bfA9cb?W7Q%TfRKqPRGbx!uO=y%WP~}1H1Ds;MF}Q(|k>L@;l}t}g zLP^0%^7zao#ekx1*zm~Y8XAs>g9C=knrXPsMMkmDzdt-S)GwZk7~E*&^hm_0orGH= zK0~Rjz!z?fq^ua_BGeF8*Sb%f6S6Ep5rbM7?*4(uKwsqC&>2IROlzX7q-Q2CiBe39 z8C9mZv@(&9WF;;eHKS*TMI-(ee29q$HXc@S%@>P(z1dp1C zpo)rhQosc3=IVj|oKSRgp=QTmQ2htoZ#PIzsJ(rC;rgl&)cGKEvVaJ|RiQ`cd%pAs zmh0F2hqg$g`v=UznfcT6TCS<(vy=BuW}CY8rtXK4wWee97ji<=ri!=Mb_J@ds}n9w{yPwtgl`7wF9y=cxN!@t9#+*s%u_&NXy}Db69Tv&L=|Wdh?-dbC=%Sh19(G52x%%Co3HO8*X65XC&q~#5{o9Y~UpUyhU7Ida*I@BveOtX+Ihd&>F{KG%{hMwaFie&_rtCuhSvTmhbZw)^@{fPN|;L%yVyMMKQ;PKTRq@8_q z@p1L<#vWh%qWTYGtKHxG0tA1s*@Jf7e1|meUmm~r;k@&d`W!m&?x zXB$F#L+D9G$UGXWvgp=@?x(_0uyfYirhD7gyzMK_?7?3BVDA%e@0Z19gL>rl+``-{ zZxsgHYA1{-vmE#ZAm64Om@2#%KtLYs)N&24UVE_U`(Njz3%gcxnz3#b zmRKPhj#TU_)SOtXVLX`cI}yGUhA00fFncQQ5<fQH*$ln@FZ(8a2&SnSbNNn87 zb(6egIj-(y70d14E0wT@M!lIel{Zv$Ay-;e-ZeYHZs>A3VIEfHaiV(cWQ3Yi+Qd1eP=!SYOLgE zrq`79PXP0QXmEHBsAk^J=k=-SxT0OPUV}nvJYTn47Y>E{8d5)us_>YsfR3pJ-HRB$ zHB9q-%^$Z8>LeY7F?#Gchxh<^(K;Z6U6O$CVD2s? zlcrO(^-Sedsp%PKEN3!fd8(u9+&?oHGO>uI?x-jHYvHkueSbDrVcZ!nzap;`NqVAF;)gUQI@C@I(m5r+AT%h$+HydLa@I3qm)0b1fQKW1|8EUnkK-m~1#`9~)-V z0#De~3cI`wy1dK^YpHac!>(S3V?3M|*HUDhoePue?B!^D6)>=!K!6wx$JzB1 z5m_^+e)WCn&zrU(}nA}PnOaGB-yk?T3f7GY znAD0%__#%0JWo>T^~)r6jVI7rnrY266seAx{uUk-iVH!Ke`1A-N_wG3M8b6P8DYZZU2 z4&b1#A*ZjJYvCH-umo$kCcc)hf!rwwc zWFakq=q)cF0RZXIBrBcdcoL8Dn$#K6)vF07fUTsH5#&{hEu7>)GJvT;N<l0b zQNFq8$_h{Tq{v2qhXr0_*D3!BAe)qs6uSzIVW5Ts7D58D3IarhPlCvyB;g!UQNZq% zCi6Hn^iQV+D{R>x-|G4D6~P9j&ibuy zzZTFN-+yJ(^-?s+rEUs6{R1Zl4%JQ^s`VeL4Iiov9;%%@R2w=}8wuFIa72Yv&**?`mj8({ELp)(-)zg<;p?{AxI|q1p&9rb%)>QUtj4gr_XlpEgmg!!cV-NbiF) z7it;p!Z52?%baB(ZFm|pocRYu&}v}hu%@5f46Wfl(YjmhstzOE$MME1s%+L*EjoBzYZXJ5d41FG>#>Cq6a`vrjDHF571g!JF z)O#Kjsdil&RYz6~RXgqjJ!+mJY@kA|4DmuFlo9xlCh)2|1Y3s(f!^TBgAj1L@GMa+ zTq?<{C85=n7~;ZWnBc;wj>}iCOoz@aPR`7zu22-ux{yE*J4Xmi1(Bj74G3BsPp!g{ zy{eXga+!rPoPhRFh_XgVwP7!`l!ey9Lg;2RsR=o0#GzK8ffw;e7WnuIMMpaX+;C73 zUtI6I3Py*}w~>Z(zYjhx26l_kcRd-t5nT<#x!-q#Pu}Q@N3Zp*Q>$XIw|}5dh>CpA zdN^_&j%1;4J-Xf(0x%AsahX7O^rdx6NK+&!(!0KaM5Cz^3T=9iDC=Imj|0kt+mPL2 z4jjzaOjD-YmVG;`jGn@GgK}~N-;IxJ8x(J&QrqyP*wW^>ZMowF=wn_elqhvg@G5)M z&@MOhOAY-9UkAX@=vM06v0D46x>2s~kg7XAw(nH~#2u&7)P_CvifcYa!A9+>6>Cei~P4@~4FyaXJ`l3~bIXU>*yHXdD$ zobK0fD9XSs=CQj{cC(V3-LbR3H(g{5Z~QmHth=C^2(1kHW^XYvI>R~)HY2vI!-oy;XoICx*l9xR zC}VY@k(9Bq*lVD0(7k~{QDPv{ogb<^g7r1~ME2_+c~`C7=lbB${Ne@#0OMPlDAJj&BHH5`sCHH3hj;B%J`85R5?G z>OpafQtmMr3#Ckef9}<$x;wzXU+xZOA~Ex)@*QC&EuGQuQ2FcU5)p(siY-{0i$#r(1Tm?K;~O zmq&K_B$rQibxE$SeOI@FUCq1BX4=I{E>?E6ORn~PSEo|#m8*|S)yF?)OeOWV&nd2o zw`Sj*{qFpeBB;|e6`WNpJS$h6Gtypg4z4KLbr*g!lPoSB=eGZLT`u-=%wtN?$-5ZU_-Mk zFJ*Tt2QS)ed5PjZ{S3ULdB9M82IRz1NPRVqYLc(ay#;oQ(*3tU&8ed^3tsWG-U<+3 z)63bn&J(ax2KN`n75hWicJUc_3$JZ~uZcZpZJ&YrZ1zj_Qoc6N--F*lhZK->+=Xou z83#J1^qI16;REr!UIU1)>E-NO--lInt_}Q!VZ{sjxY$L#lznf)nMm3S(-E7?!s#V( zK`-fis?%aZ9xw1U1+o0m{|lDIuZjgs)*zUy<}LFd%AbPiPCH;J#Es_Xa-KQ%mATBs zBuy4v-6j2dv+vmRPaN&ULz|PP4X~KN6nBSz4cqR}4c4Xbb&PaESTmixj^=Hc)y-NO ztHcN*7}aR7L)3nCO*hZcekXjKzY$J~2C|F`rrYhA*eFhQW(A`6)G)^&=<+h6MUz|) zeMZ)JH1PrHjc`28>tR=jra}m1dD)mDEQ%z0EiLls4hTHYMpr0~j5$xEuF)hQzzJ|F zKxqsv94Stu2*h_GJk!m>EeGI(j|EScO@uifR%4w2qHK&9KL)N{D5=ZKTA&A_y#`%@ zoR5akZ89bD5W2-tne;LQdox!%;rPw)hUTuolF(o*pt`vR4hO7D2a*L}Z+r^O3e8#n z2M`)t1!U`Mg&q)03mZlFFo!|A!i0o3sBfe?pq+@q&8WDh+VGMpBB=JW3v(f$ca%C(sw-24 z0Nm_!Ztd)}YQsKgrSG%Tnr~&eT583Gne!JyXJ1~L4oyujO;0W@Tv2TT%pX}(ON>6% zHN7}#08rOVEx{%lveSGsG|N>hbv%g^%Ox7Znfddo1zAtEpIf*(KNXr;QeApr0>gG{ z8AS3z*{GxD^r7Xah3L?Bqn;nZU?)N6LoJ?Pm=8@}yrkN~>+29~BjwmtiW!=_YWYhu z^M}8R`j~+t>N^rtIphpvdgzaap~y?nvRQr9eMIWNkI+8_?+U!f2FB%iYwSB?;Klu$ zy9V-Kxa;nA-k;fb_dcp&@73UJ_etfx`zvz$nAAS@<6(JXUYeNS@h|L`Uxq>5L;oN&q(b>SD;;rlS$+j?){-r(IH@Z;S;17LHv z?Yi3@wVn8z)3>MgUF>7(olDMU+3A;@{*N2vz-cLPde?cH64xfV+hljA%R1u^~vmz#16^q8Hqikw6@Ew!&2+8+&V3_PVcpz&u-&8xQ&f1`ck+K zEd`?3bq*<&HFD+g-OA&Sj!%3#C7+s=PR;HepWC+Vdpap49g@34c6Uqe?vK8)=N|rX zw>-WejW6uF7bqp85<4oh(-J#PDH)eq$K}=;sdZ+r^^$_5Y5+)ThPe!?zE^Tk%6KlD z4!lfRgxm(%!C@}hIl{_{hjm_)@F79+*LfZU~k?uCBvh99S zZa*cppW3ZFMK>rQRR!d#6H?WQA2sjwpWUyTRB$i-lE*K5x+PEd$A9whoBN(q`K{mF z>v>_{^P=KylD&PBx9@YtUh3VpDV25aPP{#F_tm}1&W~s1?lV&NnZ3$0k9}RTZ$$Eq zDDB;H`-Id!vDf~B;_Lcw;e!Q?dRK2xy>kgxzr_!QnV(hF9h3vQg9^$Ce#!0EmvrAf zth9F_&$S&CF`kiwHl}RkXb2QlBuG2+^a4aoo*8!mUpr<7sJyfYAycqKjaGodvm-AF zjnG~o?oue`!Wj_`6Ija0DHv%)VX|nSeCP4Pl3WU-D%h| zfqiOuz35I0*nCCgAMv6qRv@f^R=Oy56Ferex z3$H~Xx?CUu1ulG{wZNJ`Us@h!G>eJ3Gi71!tbHXa>;)I{CX2vUFBWXf^C^2k!?e~)e&!*Q|w1C0+Si%3b4DTW9isU#Mof8Wms1j;lqfYrK6i$7r&Zc5d5#R@10dHGnxJ z`^F^S*q(1<$J3%z`gS@_?SYxr{lZRFKxyfC`{F?t=p-)74WKJ5H+ijjx zngeq4u+%)f?NVymc53=0PoLuNm;ED>e`L=;w&Q748aw31VX1L=uW@wS0fbhy%atdj z$`hY>_hF8jdby@+x28+!I4*aLNF5_`$Ar`|p)~Y<;(A(S?)2Vufn5$3eP#DJ$h8Af?Z95`&?j*i;j7-BMW?1mY3)|nE}0#a*uktxTZS7j z@#ci=?3A3Hd(N(pSAUpzkl1xj9QI9m!R~z5`LzuTxv7&zbUa@AmA^ z>N}KL_EAmCz3%-JXZLF+mG%L-eOziE|D3VaHQhZ2{>}TB-n%3>^hgao3Ok~(?HWB$ z_|W}nVJb&74v~6f@hTK2!#^#uiH=v{+J1UD;d15ZJ+7DP*uN})VrLOI6#rxj(y!Yn!>IQc#)k*7}3?GiK}YyI1d> z{3x)~HYha?9WdDPY1LEuJ~(HYGg<4mH~)*lx3;FZl7VKjj;neRGt{!=Tac+Xabq3M zR&B>D*i84SA`^b0>QGa*nkFvIbY$9ak5wz5OeX~TpBCklOmGK&1Is{Rq(*hc=?})4 zCJe-=Wr=Wv;6KKhMjDuLC$2?=+<7skqdK$$8iR_IXH>V42UdO}qkKeO z#gZR0yqfyLeoB*#7s(q?MGH_so;)ZrnM_Yc?Iz39YQ|LduM9jTKW926rt?3TfzO!E npEDB@Gw~VI@fp+p8PoL{)BPFKO7qVDu@Q@@{&NO%I@A9F5tUg* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f880a4244bc02ace2d8e646f1018bedc2d03142f GIT binary patch literal 9983 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 z zO60r3x?cr4Ljex2>+uc=uIt@A-p((^u*~v29E@T)P6f{ki3radkq`uGa_LNN7U7m( zPQbmtn$+#ECdzLjw+}Mi5sf9nDv3>#IEv2PNF-v$hajJXd>rzbaH4d(6j$Yo*qlHt zI*RTf$1=SVA7NPzCyfiy4^axOmwZ9ple>J6h_M*Y2WXiC7P&5amq4$K5J0jPWcUDy zetwVoiOuP7WoxLm_UBB?PJPqe(ASK|QU7%->uAp&r<~PUo7>U29(hHdZ5j(ZNjC(eG_{=%h~=#lOC#@{ zQHX>BrkGZSEXhKPQ&`wM^dTW->0{_$=u2d8EA^74DWwm2s#rI4S^Cg(?`Ry^aoJv^ zbMHOp+%xyw^ZCa>z>8pnl8NkpVD)#lafaMp?4@C`jdY|7c~lV6f`D{Ucjd)`EA8TI zDK8b|w9MCX-d*TQcNLVh!uRgHr{GO{1tg*yNblN2x`JKLUAFABuk49=->^+gpz@ND zD;jSEdl#6#lOc=P`j`}#F#&RDx~S)jl|?IK;kk@LpjPfP8!1Zx?)brE-E zMP1&Mp0@?0m3^$c1MAVduowHVKPyIo6V3&)lCEq@>26pDL52s`JvDSsNcS$Hn2&nd zWo>m=Y}v1`Qa8a?i5MDt6=$&5WB(nEuo4&1zPO;6X&zkqpDgyW16aJGN~svzSHANCMIUQT*??)e4P|m zv1Xa^H6wF3x011nBz_kgcjNioa(umP-6=)Fi+)75_u;miJTt9A(L`ODAHGlBF2+GGxRf?tCAxj$e_H8KTU z8R)o8Ct;GEV(z(tUI!!p-&ZLjgK&Zjv9ldtRPq^Pr34Og!0-<8hn-*QJPs!TyN#;C4Eos%gzk%ANQb9mKFW|)(TTJI;13dlFEKYfG&)}D_#qN(x#p8_a`=6k zb046NyiZ-50Xy_}NdKNUJNkBz@?FU{%$*3cdaQ>BD)k!po&}x;MUHdb{j)WP9cM{8Dm8y_KT!V(QvLiiTGpp0pAn*nk-lUmhDg2SBc7 zqN!(QHZ?n)x|O^^yE$*s$mVoxXqbi;Z_Y2Irk7G`>gK{MY;Mm$K4DfPW9$-w1|i$d z>P(i&u73iC9nMk~W4#jW2xEr00z75|zy@meM!!K`&kt(XnuDWXBz}`<3|_1cUi|$} zb_YMI-EIa4Kd&}MC+edUJHd%pBOf+KCh8*-kECDu{?gOmrcTyJCwGFAoO+=?a^WDA zo!t#iG{XbiiO&*^@TGeA(r);p7ZbbTsb=4?M&Ie3zSB>~>V4<_+;_Uw4_9d&L;jwJ zSGKNvKGcZD>(Tg*FWwA>8^M$H;K|+KsV7$BOrm}!u@g)j_~z?i_+e$M@=}SupO9E$ z;K_ld0%)Iv`%qwyN(;KU23|nMs*K*5Uf>)XN1v*ILsTI6?n9SS6)KPl79jzFQ%T8{ zFK_&<()Z;*ufAcapxsKeuEs>$0|N8OS#|p6wFUL#h4~)?mYJ5iOGZAohVAlTo05zJ zp%U$|A(=9dCc;Vzm9zO`#^S0%hhq02 z8qVicH6{?2fOz5fkzFrY(jg3-VuVise7lL7eFGbFZzW0Yf9rS2qb)CTceg}A9(b&M zgJ9ZoIf$0Ky$U`4fRRG`q)^M^4}>_wk;B57I3VbnkNCYT!J9Hy^MtDKhW8)(d1vz`LEH~zueh0+yp%6 z1RQmcK!e(n@}Bw19eP8ZN?B=DukP`AEG?v(=ZOGuDXp`hRZ@b}U}c&mvR8r;&PY*6 z)dv>~D1@<6D^Pjb6$W$*j9PSyN!Y}D!slW=CXHM(H0#h93tpyKk-pyDvWPM=? z#``RHu{QhgjVbt=Fg2&aC(abWila=PFwh@_J!<{ohc&iR&`VlL$0GR95upl zA^wBHtIhnjTmBhW5JE32HB=q1 b1s^tkH=gkNKfL*fH*b&sVz{oGRnK|_9p9B? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..87d9f97 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..ef09c60 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..176cb99 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..6def56b --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..a103ca1 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..adb4978552325ddf1af2b466ec17af4c1cf40537 GIT binary patch literal 199 zcmZ9FK?=e!5JeNKAVN3Z!i62wt@H@pxehT+YivzIk`{6j&)``+h9{8jx^lAh!_55u zc`)xh-w@QcDw}jaY5i+jV)G=C>}d5OZh>h^%-q1mOXndDTnn(y+@%N}I?YGb@?ac{ zQjgH9E7%xrMxTnq5xfd=Z@K7rD?M0cfgx5SEpFV^GJxn6Fs8H$j1@M{>+{3ZLoZ9W Q!nYL1C-coHr7lDF1NVhBW&i*H literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5cfba36bb9e6962f7d9ff619f33d6c59f878c101 GIT binary patch literal 4016 zcma)9O>7&-6`mz`m*nzCqWmk_ut$dDnu$n8ZezH#Vb`^y#6VyhmRzJP3~I$4iYqO5 z+1aHO5;W=nDJmld>|7!hL4XuJ^hY}6m_rZgsfS*qq=4zIiy8=e$c>Ja9&+k?ORh*M zHqa5c^Y`Y>n|a@S@9FRHxI&-|UAtKNbBvI$u;Ul#du3}KsuiMM?;3Wva;aszaB`da+C$b%EK`G8wfvtyrAVl5Q|sRh_a;Ra2v!RW0tI2zAO#=Tu`3 zD>@9UGmDm{n{&3Jy#9__sTwSoQxpp2C0Z=2ydy|$tHL~;*swqc$DSwWPvz*6Zfe$& zogP2)+8O9LWm>e%lCHrXjJ}$AZAW}ZL5`|+QP;mGJf3+~QLdJ#Y59kMGgY~@2+FiE zsyp2y>u@IBtkxV_;#P&)4jd(;C|~21T}uVs@KuL#b=F|6_?B)vZuolD(JfOoz7Bvy zN^qlv!Xo1~j1>ydP2Mtf?5oCvcR?0+B||rv?TV&aVQ#3Rn|ehx-2Hahsu@~=GaN4% zY)&oKU70hd#?7MGbs1JN{DSb?`Y(J|hy%{+lxA>USnKxgh)psv4#6%0x<;<=OcS2q1!_j%zN);x6B>68Q@Y=)&hvqDdM;I zU{m;rXhFXZZ4ufMN_|8=mOv8c<&OhXBo$IWMa&|qZhALFRqz!D*Z~l2K=Ld$0afVZ zS@ak6aY?Nb2z$`8xTnDYN8)Hlfer3Py}7E&)e7~Tm7~+3%4<@`qH_%30t0<2Go3X~ zz1o$_Q6DL&dbaK`yI(CjIY+O-7pJ?{0J;qWUJ-x?N4@>}^mf*OmHmpI2b&zFQy!Y= z5`&kD>u3j1J0{z34o?jp^~D8F32)mYfQqFtZc_Hkn!czS%yjHaeYU;83_3G2Ygxw3 zj3=5BIMSpW_Ajmx$k9gfdymysde6KO&Eccv%&r+uO6Fly5W)LYIalkhSYk|bMGd&h zm5PRCGki3jaEK#3Ibx7U@#AeS)Lap7mLGs2I|QHZ@xLo)Z`trvv-O&47PA1HdGLju zT`<)}eNJ^Oo?T?-V%E@Sv(>s&w#*-9#?NGJ-C^mfT3k@)n4PWa)hrMI&=${j*)Cf& zbiWM>Gu67A=z!Ftj)GO;qF z|NgI*#a1}-K)xq0JNIKxqp=5P-#_~}mTX5ss2wAc{F^u4edE2Wt$5?q9r)a`@V9lo} zp(#9%g0!F}_DJn{6r}CYm?k?22(LVkZ06DBd&-=!9$M>CACTPhZ3t@-O<9kwb*b}( zaxpEgB|OP4MZZvT0D^haN%+P9r3Kc9cIi+0bG^Drc5W-s49pMpX8abAd=W@K*bL4i zp!XD?jQJ7gkUypE>$@{V-JY_(f352|f%H~6M|`m+?se4f^=h#1Sg+@|V3hjpUcG)` zt$Sbo`2=#GiKKoob*S-`M;32Fnqfc^QnV@+%sBAPQb1p=g52XJA;81HV`WS>fV@=> z>BnyJMzH2625RKfoyB92Bv2g)zsibwNoQI&jq&$N<6a#`-$jj(KU@Qz83R_c>vjgU z|6)9MduE2}Hm%v9M>lOCCa?n6<-BOnv7s-evEa{MRs-4L1 zq0Pe-oi$W*p@U95uRaIKVD}o})FoQCYP^$DW+(s%x^zi}>%zMoLnHbPNT+dF0oRI{ z6M*46f$Lf->4w1vkd{DqR>ks}|tvZsZ6VZnBVl8vt# zvColMT(P3+CO-$w9QYHj<1~k;Or+q`oo3aUHDx4+rnQLwu6Cq;@hAYQJ(DsWqbrLE?g+! z)xp0IL7stu$;p&}00bBt{+>9{#r^Z)a 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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..8ed4a87 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 0000000..7a3c4c7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..fa7307e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..5e3e198 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..fd71383 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..11d4adf --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..39487f4 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..7dc3b10 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..1fc5de0 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..4900ccc --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..a37ab18 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..b32bfc7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..d423e73 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..785d005 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..3293576 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 0000000..c129699 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 0000000..d7364ba --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..2f53bdd --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..9946682 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..cfb8639 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..56d2975 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..09a0d32 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..39a5388 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..489cad9 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..291857c --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..59a01d9 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 0000000..1425d10 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..666307e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..6cb9cc7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..7bbe97e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..803afbb5008cfd0f8246b64c3cdf88f020056292 GIT binary patch literal 204 zcmZ9FK?=e!5JeNKAVN3Z!i62wt@H@pxej9zYiyf@BrWtLp24$t3{N24b!D>k!_55u zc`)xh-;k(nRo>G5r1h_98Ji~=$&OYp;ubMYiJ2R?c1r{+8X?{m1WPnZv6c`W~Q(6Va3Omm0b7w@~ T%F?akZyLuZ^UWxwE{pC5Gb1;2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed644d2a05afe3226f8600ce2103df1c598605f9 GIT binary patch literal 9759 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 0000000..eb40c5f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 0000000..7d36e64 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 0000000..0ffbcdd --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..890ae84 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..91df077 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..30c441d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 0000000..6bdec63 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..d96354d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..c5e9d85 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..383101c --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf1e94c47af057cbe3203f549bc4cf2c758ac7fa GIT binary patch literal 496 zcmXv~yKWRQ6t#Cevya(L5rG6f%_w3GyNC)!0whG023AOJEHmQ-Cw`1f3x z^4j}rzi6FyUKqinyol+}={7`utSEgO=^3+H7b&qRBc%2#pFGF8vF zJ~-dtR6n&ry>@SuU9aAk50;OXkB^$YG|R)3&?-n@z#g7tC^J+U#sG;3==GDFPc!5f z`8qRoW}<^#)+;~%SK)joeNfJF{s~<|30<{x1M-0mTVY$;dv_|^80eW5J9Q$W^K>We zj%xLm_CtK=} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..325a595ca3f6f3393f743aa2e1e52e073d371e00 GIT binary patch literal 3954 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..262643bb7e8f1851ff4836a2b8a458c857852faa GIT binary patch literal 3554 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a2a3af9c3e368af3157808d419b89a087ab39f1 GIT binary patch literal 9092 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 UuAm!#BphV^Q9R-N1$)BzUuWf+t^fc4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 0000000..11ec695 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 0000000..abf209e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 0000000..d5fd4b7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100644 index 0000000..8c5661e --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7f9bdc8ae753fb579141afed787973b50a9dae4 GIT binary patch literal 202 zcmZ9FO$x#=5QP(~AVN3Z!i62wt@HvycdkQBV@-dOkfep2#4~snkKqZVyRMvWeK5>> z!^fL2g7nzKn9?dRmf1M1&z&jz TR_1PnpDB)?%{QTxx&+-1_B=Nt literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98e35dd3973a8023a8c0307d59fe41ef98b792cf GIT binary patch literal 5471 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7f6f810213e81801e3cd1cc21ecdd11c7d25856 GIT binary patch literal 4908 zcmd^D&2JmW6`$qqlDp*6q9wzXtfeBy9}2Blq@~zy9U}o{NsUufE@~Bt*#oiBZfwf@ z>g>uc1t;ji1spg)S`>i;SO*0$kP0%I{sBP&3q7@$vSdMbVIV+rD14Kp00eaEd$Zi- zhbh@@dTIyIo0&JWZ+74Bz27|X&*5;8KlBDP#PZf|fQ#1fwV*9DKF^ss z(*3lHWR-(2qJB`@{*0+vRw>5Wev^HPiS~xKv+jgit9k8O z=CWoLX#ARyzZTDC-ia4W)|EnjV(i3t+{{?U@uD_=Rl97M@nWVJPs27HcFz~G1*+w= zxCL%BU7hmKc5@xKW1 zEm$M-DBR{cq2UyRq&S_Vd^!iX^STeDpz|O_T>$CVMUVmA4^m>WA(y0>YzNOXXCTsT zE=Nx>m;V6#8gS49xEjb8@|YoQh=iE)VFf|i-wBGN-v>{d=Rp82y+gklyA=RjYEpk$>R;|( z8L12$t4gCDGzoyFrl@5_U4DDzawR%eRpN+F0?|nzI*Dx>1#8_Q`3J0YOOWRYYzxzj zwFSu?HG4O0-2T~#(qfNYHceYNa_zW1ToV6g68RZE6p4z#W%FjqL>ko%N?Bi6v{pF= zpTnw78bugr*E80YA2}Dp(qJcYEsF@gIRgUVbMnV0k9+xZ@8ajFPg4~&QB_WKRn|q= zUMC=)px8Ds@oy*hCXetBj)=*z_S8Z`Vnp{R7<9w&J=uc8__i|_ejotjt~oZ zhP7_A*oi~u{AqIgu-75C-APYmr00N!0ntQ`4#2c6u?9Oaf&{y84RFoq#?sMU;A+|T z0veqK;Sr*jWuwc%m5IAO&)~uqLS(}YB*^WpgJAMwB{{%)j&)v2#MWMjJ^+rITMn*K2ek5xTz69De%N!HrrH8q>NU2BYT zcYVgfdz&?v9NcH!p4mXaI$DzwEUZvi+u24ZB|K~1g)$Cwr;HDWy6fBPC#fae@RMmX z=2$SYI{}%Nj(}(-f3-^l8eaU3>>hvK#u!@t7=(8z2=eJidj~(6s_Z@Zgz(|h)kCL# zZ&ePRWs`@IeYMDNIWl~&|F?%f8>&VUEt>l;uZ>j>ey>pUE>K|s`fFx^1iHd|>7z4dML47}NGWpaYQqfCy7pCw%#%mjEIv7dHv-8>LvpZ1NF{ng$3jJr5%ug5EZa8+UG#0!dhRhtIm%0?a%K_^QY6gJxxO` z6&muEQvmG65qiqWT9&X#=kzFwBPcqvHrkoBt^f7wOE2w`wrx8TVBGv2h?cya=G?;V z2lwT*P(^*EroLKMU#+Q=Wp%QmPF0oZW>Nmr`|8?ICHmc3^!0M|^;&eM9G$5|->53* zn^yQQf~&!bI#E;4l+`meHCa}Z74=+InR=c*by<+7xjJO}H1~wbM$vfgiEgOl&H=IKCO=VG1I#85G6STYE%tnsZFxgZNhX^GrG& zi%P`2NP}N#tipBtm4^KcLNPjQanZ_T%}#1(G|qyA{ZGc;aU4yZ zMB%;swsh8U!fO=i4=-TzEQk%B#l^^)KApLS?gD1iPX8m6$8jbq^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..909cf2d009dc7f3f09ea877db843a923806e4fcb GIT binary patch literal 2492 zcmds3&u<$=6rS1j+H1#g(>Nw5gw#=5f&@0yuS z(ybCHM2=7eQqv3JUx)${H!fUq=F+MhqD_#HC=%QpIZ{Z(f%kUTj*~{HTp4TMy!qzM zkN3@+dH$)rJwl*#<}OW+1PJ*J8;v6QO8py9R*6P5S|VkdrxbOeB$UOx=;~rAkPiSR zmZZESkWr!qszj4?ab5K0$Om0C2xzDU4e3;qt7P3@C@(`h+|mw1JJQmQK)bD_-DZoa z=$|+`MV(l|G%WqDRaOmkN@sw`H!W5)rarilEBGt874;kSPEb~fPV!VEc|oI9k{4|u zB|2dksH^4i@rgpixG@1bR0pPDpiNUkZhVcbQ76Fl(j-UQEZJkUbOT#Dr(^l?44&S#Y#p2GYzZ@ zX31n~S9KP>(9gXESQa>tRu_WipC(6m2Mi4S_fhfvA$YK&39v2D|?wy-{z+In#I^ zhTr!#}?CTdN1BOlkYz6yy?ET$sCITc-*l#VkmH`7RM5vW7u=#_yqt4;H!TM z;yR%a0v2dqna18@Wr5DOSSZa<(#Y3z6>iZyJsf}7Ym@K9Il4x3DZvp;?ga2`QUZGs zW_JQ6D^77-E17h8aDpaB1J(mr2YfsU;t%rIB6-@@{$S+($l}$_SZDQeb#yBbcD3cv zeU1^l^m>|}?BKW1`+N=_Ixvk>9xDsN$pjoho5cM)E%U<<>f5Ya(iRot-u$Pw~5(4Y1*OtCI~zBTTQ9)Pk0S?jYI$tGj#p$U+nMe9f6>i)!7qGFJVw2T1#}=(QP>$| z?Fg^&2CsMwMMEti!LNc@KbjsPIQ=l~5$r0PiI;%SoL?cqiKGWWwVc~$XJLW@e9eNd z6dql@2EvPEt>v?v(xgG2I(pVhb4#!tUpM-mN2$f<#_YHqP_@wV0x3ML+ z?}-5JVb4=J@*r|Q@+dy=SU$Ta0a8Qw!0mL^zxjDsX(^R`i>^nrL*frowom#|25lqI z1K>uVlpPFj41^FFlCl><8<`N`si+h2{|P{fWf*~uP&64nPj1AzGejt9`fKi zdMr~M$QQkQd5H~!F@^xQLDWP_>F?y+FQj{mM7BtHHz?4q6?vCHwJQrWvGO+RiJDA= pjvXOD<8=|V8fvwui-qXRJ_cH?)5rRoSig@+^qhK{Aa+&usQ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a534a18b4487e070231af4cccbcdb91992b71987 GIT binary patch literal 6616 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 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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..962173c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2022 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.6' + +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/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..091b606b349887bab6e2af0fd1b916d0361df547 GIT binary patch literal 1263 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83095f3bf4dc31bf9580e8a2472661896159b4f3 GIT binary patch literal 24391 zcmeHvdvF`andc0i0|FrUep4EWl1NA*X~}w7vb@pLl5NS3EWa2hB#0T3pa_7O0YniC zuANl24$Nv-R4!YhVyDC;t_pp2F1oAzLrz^?UVFK%yZeJQ=pr;>F1lPQd%3@4%PFT+ zSGD*1dR_ntO1a(3=5A|8V$Wcvr@N>7>+k!0kM92*3|4SBYR*0}H27(b`|tF_Jlw{` zyOBq5E-isn5he?Bd%DJ?{gpNpvKL{gE?3@e(DR>sC7iYjY?!E|g)>Q9c#3A_{ZdTP{LjnEMOk@HNnV=F)Q_Z6Sm~@7lwZLN(PVr)l8OzE$>KyTH6lJY`P}K9VroRjRca)eU_}|Fi>&w_c1!I+pLAQt`H|CV zKmMmq$>?x4!2PU({=sDWtQ0x-O8=I#QL{s-U%mJvlDhXk2;&-;ddRr2J^~3 zORjf}FWSpZ36lFb_t_oz3ZIWlHJiCcTg)r_ob^ebVMkWT3h#Q&$vah%t&oHZT^uHF z)`xamZR5Fw<8rr)SPTA{HS*k~vx7^unWbXVJ9!Qh{ir$7JGfn(%1=1xE{}hcPJ;pX zGGAqcLZo;)5lh7)V=+}0BMA_mnu;W%a!-Yo;UH#nBralF9|YaX;tS`V5tBoV3>g*m zh^L3dL^36+<8m}M6q6;LMk(J=Qejjp##F03s?Uw1b+hzf@FwnOu%DJhvwv9qiw3Jp*= zqy>+kICyIWAL$Tqsf~l5FC`4fjk&IR~Zm_lf5rgXm zRCTN$HPKfpNmWJZ*M_^ z)W1XWI(N5{t809}w)4&Ioa?es5CY4>#zkS{lCWuI&*QhwfB)t8Ue511xhU+)d1gGb zuGyhEdH(!ufA!TDu1j-63wus1ZacA3vw5N8&@JivBkzqYcAU)DJh>2fvLJ5Bxt4_X zLYqkE=0a^FtD&h4r{GGk`m39-ZNIvGHkuD^zRUT2&2!RS57)5uBTfi5&+vC0-sO9BVoj+>bcC6C%W8Q`9 zA6NR0wRnHr=%DLno~~P*blvVgw#^&07%N^T+GUKGW;u`v4~fpj`6-^TLY6m~?DJgM znXzZslX8kpPa3#%DmDgDlZ?kf!)!jr5-C}UL{kvPwpc-qqDi3IbMl}fr_xH|AS=)) z#(t`}&@KRn+WuiV)lWiNiDEvn%4jxI?aHH+$DwS)NpnWyl1g7CiVF1(dzcYR$!Kj^ zN03#mMDjZKn+ndi_jah}&(gWTJ>20+I*i)GI_!VoVr_?IE!i;T$U4f&E$~-k0KkE% zBzCNm*Hx64YJN~&x8yN7cd<-br(`drTfi*QJ{Of>$+1Zx?92SvVz1}G(hQ97+-Wfq zCFWB)x?)5X)%5syQc1~@I5;UkPqD_y4m_Xg7_L>y9*acYs(#1dLtOH6_Ou_V~CPEEj*M$MXF)~dN# zjS3NjR$&W=vth5Y2ltc%^uP%+QXZq92Prv33GvymlaZp4DLOQ)(lCQ@>I6wMEwizN zAlFKX)5xU0f&}y!;C!98D_dswjTuUHeZ5lve~Ew+9!F)sd0-?ju9dP9Yod=QwfjJ zX>L%K6GV7B8J|%iI%2g7lTDpfj4?QB^OduiO(qXvubON`r{_UN&Ebk7RzYK-kS?Hu zK?cqO5eY2G0E9X-p&?h=k%V2kaC3~uHNIZ~g6CA~6Yvy+sT{$t%!U%CvWA@d>9x-z zVRRR$x^j5>@Pc2QJO1r6-#D|d4D_=SY|95XWImsQat8&^@i-oV!YsAN&IuuD z(U5)De1DiT#o`pvt>4aJUS%zzKIMX<_m5N;P?;<8d32mbqvzydKr&eoBTVKp0STQ$ z#D874PXpHzXOu<2_KPtI@);a5B1KY>wHlfE$IB zH<^HLMWv*|9)+f&CNRAc5J&T*l2R<1(kkUdG%3mbMp>F0>QG#T)e1V0c{A+R=ec0^ zyv9qK*L*`TzeFWkXC2BAg@y#6v0rQ}bVl3eoxVQ$>7$)Tdn8K7R>r(l|(^*$J z)*xBpp&SM`CpOA(mSqPP?uN)AKFyA@6Q6$rFevMKga5k40(kE7=g{^t!qBW&2S^d6 zc%mHb`jT@PcGIlu z^>rX7%}1p+>n=CnBs?3oU?;@6^9$?b9OfkVH?6r_Y}*~R<{?^a9OitQ@}w-FT28AS z4ViD)=j_AYv7lzrJ66jiPX@OwSO8mc+3)sBg5(1nsK|P={IK^OgP-BMYRpnc$;!9t zko;1hY@6L?31-dcOLx{g1My7$VEZKFAnN`>XilriC;xD$*sIg&PWQ#+wu`x36@6*~Wk8=Ii>AeS=q2ly-U1UKnA`?gEI6!} zL*RIPM2SF@n`l9=rqi|~n5C4S$CcPc$YSw=JSke-&gcT0F&H%?6H^V%O5qnFz5-+d z06`{VabhGE9U+rPDgtvhV_fu-)%B&7;}@$lmLSZ7euy$V@H$rQ^$RgA=bb8a7t<(Q zYzTo3+^h*0FjA!SmVhGTyDf5nu_gi;1NNz=4N74{yS61X06MQW(V#7gdY&We^nl%) z_x;`7F!iU>YWI+&@w@K}-Q9^~cPce`AJ%j-Xrn`+t$Dk<2P3KING8+`>##Y(?43t4 zuAYb*%>=u>4Acf*Vw8S5tPD}(ZN@o_%@vwrddBpDg=@AG2V z&rIpcMocr!BVS5ELTCcu*Eo@$=8a#F=!dci&y_G`a*ZZq2~8LTtr6WTpP?tOA_)ry zLNg}_SU)3XEl6jJVl}}eBV{iY=txPLLmg6yiJ9b~gSRR&MzVK}`I%`ikq@gMUquP( z50OAnv~g8+S1wIonr)wV&i5@;9)NksU%TLMEi|@Xo4PucJ9XP%TL^@%JT?8)tbgw1 zg~pzxKySg{wBX-j+dQL5Q2XF~S$K0vFC6BkT=;XR3>M9Cqs8FVXknHg;$skBZ}ES@L+DtV zB(%aZ;t86drl$*tYdQAdi1a=fEIzazH|i;8WpS6(183la>p^erMM+iWaMtYtl|`>WTzVqE z!cbdG?p!(nHfV}S@M`=RL39D>$;`sN6TWjOiGas3D7cA9U~ht|q&eG;$+Zw1?g(9w zm_>uP0^{3!(vUi=w0Ah|nBT%BabB+DqoEwKJ11Q`KTw8RiWxU{~*WG+Q#)E zLlT=pyyWwW+GF}-j)WC$jCS1dHc|-NOJtg9PmJx zJNx3?iwmJ03&M`I8jU4H-a;p==f=pwAP6J0>m7s1zY2jvQ6XUDG~%lcU~Feud~fLk zCLVtkZ%=urgehOvD>*Lg$H-RN>>C2XTN*!-^)Msexnku0Jb;84`Db8mv60_DFem&4 z2Dc6-w@jT6QZ)WSm^?D5Cdc5*gp4sXErZoEO>1IAhFgp5Bh*enYWyk}@50oUBG|8x zr-_B9WVX?pmUtVA0QX9|a~`Y`rdMKA0LySRr0JbMMFOPE_!o;+f%{?`JxEeAP6;^@ z6onGT*aTG2PpwsY>7K>YR8q_>My7i!G#|Bw<<2ye@Go48JI} z>={iaWta?}Qq2A)TERV>!z}vIVSS zJ$7QFmK0{Pew4$HWsQv%j#4Xa-y3->RwcEAW?Azp;CAr$RF=xxdmgA@LlY!wC* za+0xQw9UM-&#(F4F>w1RDS4|7s}BN2rHHFC;b-=DD}=o6rOA#8gI%|_Q*|B!Q-pQ_CIlw47N`u>mlGqk!tvz4QrYipH!e~*^>%rAW{ zG*n~+Pmw0gj?wMrm3@9lJ>7Or^D1lAW7Y>9f*U1vv+BV3>{@jTKTRsgR+>~bRfYE{ zcxcs;tukwPo?9K_IKy8)sRuc(escL=8NrVgk-q|~s4$t{3*!`R0)ei`jq^~k*p8bBb}hSVVEsiFloX(TY*uQXx43uP&%b_lx%GjyFkV76y=^_TT3$w zFwan+s4SQRA} zYoFm_5l@;(0?KYlU^(f_df61Zi%ywHrpN4n9=jCt3PgxcN~V=43kXZ1Ey@H1WI)?w z?~*c1J%VhH_Utb6k*59a_h7~)8va9~#owD-I}@ZZ>!D;i0iy-tpflk_l3`AwY|!K| z#c4+_0zEQ^Lbo23O*0zSO=VE?6Q%a+Q$XW)!5MxUtQB$2N-~vua> z<;pXZ5LjVGT+Iuen+8vrrduKs%|&(z%{vlNM-Z~CInfNwHzHp$n&Q!$qIuHeu%sYJ zkzVYh7x9GRPvJ0(!~F+CGA!E6TzrPIoTcPhB;jfuJ3mJ^2-6k;=qvPdh7ty)KTTIT zBpN@Y`B-m~^+qA1uksbT@1~oo#^5%4bPjjbY9!{=vCf9oKpzerZI@aNik|!}m2wjp z3V6GxI7DD2RDES)dg98TO#jL3$Wo{i_<8P+Zoa(OaX4S|#6sYSbwdacE-fI=8j%9m z4t(Xn3f!5MS1T7bKJ`J>(|1}o-gx5r6Z2g+Pu@CH*uEP`y=~8o@XKKJOxNu3d~g%+ zxNp-Xm>R+={6sJvb| zH<@qRwcK=QvFT90>2NMsfE58&i9+L+g4j`L5(~|n3oTm;?b|;LdTS~^=Da@t-72oO z?agyHUb_C0p+k)1+xOpUUZ_5{P<1@#hV^`%!T`|j@V?tgp#@{U7`I}Y7CmEUoq(7Xw@@RknP!h>6Wsk>?4+%H?``IbkQ0(;hmSk&ih_9Mh%b;QIcVRXTV)HC-#X+w#uJ@-}8w0^Xu`pL(f z{~=I)%H#ZxkGW4dy?^6zp9*=Sutr!1Fp2Kz{a+a7Kcph_5a{Q(T5MfVK$QjBoDX?F zXuW1#*x^|vDwZ?rT%%%zte30{6F35H^5u-J6P8lZ;!`>uBb{E^5UeE!m zl#Hh1;IYg*X&Qp@A??7xZjK@7VALlpqAi4ktZA=LCL_R zjkSb5)X-A=pdf0R$^Q!KbbUmW&w(a2uK_uge~Di(yC1=+NQk>*0JDlN!{hYmFDYTt zoL*PHO$jYtz~U%5g-AOrTw)@ZNn68GMbZ`$Ss!lAF_d6cvv)OtEe(ZW)jSAG7?V`x zn^YtdrRD5Zb%vxY>HW;664O<=EFw6q`rlAAq-sk!sX8@1HT%+1Xe$f7J#cIPV#m>Z z&9Q~Rv0@i&=iKA@;3II$7K!4)rO+l_6rWq{*q^UCun;&D8^Pf~Ks65IOT@FUsQ_`jPlfixclarh1#P_ z!m*Y00#I@lYZ(?rMG{`V_pgzx$FNj?it@0-jxqis57b5PuR3%uqqY9pgkMli;MnNqoB@0cn7%`cT$1fRABd=Q1#5Gr>(HJ zVs7C>V;JX2AO+`fzTPD92t~tf{U{fc0FBrHBXGz)Z7=W3I#U+7vDYpPS^Bf$$vRoI zgJ;T_KvegX$HAp6ojYZ%3C>!piB0|Yp)CR!E9Ove+F9B(G|-HWm>x87d_w6674S@w>4sCqes`*j)8&Qi;o{y?o7O-|< zlvvZOuPtr>yQZb)Md3fjhw2^wkf_ow@_xw5PQACn>(#*`LU+PHNC8RuD?~jsCXun> zBtjuau#pcf66ku6yK-Ql6Hb=Sfq^g^;DG@)Mlf?3Wvw1N^Gl5{q74}oP;T;q-gzo5 zO##j!BUw4pT}82GX+`JNL|inFGqq=vCh=NPxyp6$piJFyou;kZ#Cw4o0yp0aybcIVOQOmj*@*u3HkO`D5RD zCSS8FckHgCA=p-EX}{5Rz3YwbGhS>}G~+8YHqW>UjZH{e+h&A9ZO7ciVr|b#>xS8h z1sDT29>}*oHgo)TZTs!I4YQZ#n{OUps(Y-^&{AmIc;nRdQ**E6+j?hC+-?;MP3?uc zrZ(z(Sieh{Q!zYGOS*N(wSFZ*+5t11z@bs+h0%8~ z+N=U_X0*A^&MR2H%VTpv_*cwOc-!=ZrLq=9*~+D@QmRixR=p>3)tsdXP}d~o?Z`(n6s?HMSQU58~msiDC7^qztO8L*Y;qTO$- zNL8~`sRHZWf<+26H(H0TUUg*s*`TT7VqW_r+dz`m)IP!Dz2R0Mml#841Uz+Ih5ZrP z5+KY)6W(IcCBVem`K!OLPhq1hV+IpQvzGRVUF;#bH-0DBS-fYQ?yg|1GwY#-KC~Ko zgH>pKb15F6=lu*@h4s}>HqT+(K6Q6z!X|b*9>cyO*whd@(Lusp@ov&Z4zVp34sYJ7 zZq~!^X`8Lgw%_fgOmOod=GCD#9^QPP-^^+aR;a|3;_0ze3}2q=EvgMWtdjaQc{uFI z1k73}Hqi!|I_Sh!kb;?6xrO4C_bB-uB_ynre?bYkTLH2F_WnKnB#5W)X;!Htx9`x6 zZ&D^VwM13&bj@GDhA8BQRW<&i=7g1%#W`tic2jc=CZ$Qu5ltySL2kCqUTL>85XM}% znbs2SS-NM+eCf3R`|N6Pv?&0F0RzJ&kntndiRC7 z_)_hjLW?-tG~>Bb-}({f33ko!*i7MC;A)^y*F1Y_v2IJD{!@ke24Iec#-BHBxbB&q zcq0U;Q>d%IcIxV>*_ZNlTkrba8#;f(xvRTAbfSp6K2&wLf!n$rCHk5c17hyjOw;V% zf*uQm@@IwjtHfW_)PLm?xl}j(d~??~w#_$wtG7^vogL~?TuUR03t~%0ybodE(^tyM zvm=WQ+ve*R8+vX!7wY#c348B^8rX`b6Zz2QoU0J*x!JTBd@Sd<)3#w{!=|@7=A>_h z-$-C-S8YYk3+PzYIFq_|>FTAqy19vbsCPl=T`LvHK**%RU*iJnY|*9qk>%~+8q?IG zxWFs<81{rLGBR?bmXXnXm-za-mVsu<33F6g&PYxXZ1;;zW9x~gUg)Jk!saRZw#-urcK$s!|G0zC!k6a4Ob2@1wj8Bdz z(GgS9yAk7ujd=t}cd6{zPXm-F3qIDMN6wQb9_9g9HgC*}{lzvJ3r?sJAn<;r)P%qfejx7#NRFy|GKZzSA3`bNEP?Ps?d>*&M<#A>^^%ID-E|MO6cj3?gyehQc9XLDNFh2q)fnF_79 zP>xb^gp%`=L?}s9LiT$-nDQ;UBIlWI*#9fK`Y)6aEYbrs?%?WejuE6j=Sd|~D4|N! zFCzI8_o2h-7O*p3)e-*nQ}+AUUwfz4P8lzTVx00LG{IvwY#$llPqakw@WM+}ojUYz^OYHn?l=?&dl=?>QUs z&hDpq_koZ49F=bIBQflL7dhjIDn?dW5t>vqRPq3A!-5GfvQ3kP=)&{+$a(U0p9lof~0uKB7MPtIa0!fq$65H+G z25ou-*zQMQr5P4&?GkKhM)274Oi%Z8%a*z=Tk~F{SWu%>i(Ev;a*;gse9A#=I+hI&E3tzE!{1woO7skxUIWwcuV&dcAYcSKHSmWF}$^V ztI=RGL@a}ssLRVW)Zf=k;(7O;4QqOo z*7tI`-TS!BocF87?)@giaRcZ3s)5Ukl)Q#7Nk{hqmYa`Uf8?N&dx+%*kXsNrq~soE zxrN9r(&Qdtxy8sW(X?=s<(4A1OjEX#<(4D2LX&%p%xi!eG z)#RSQSkPZ5SI5=A-XM<=*Z6vqeBOOBa&qw7;#+Ie?x$FbA+)$j)BjTw##%$fS!duK z`1Um8bGjX$H%uFEK6lk{&HQ=8Rb#06SJcqikTGLFG7*gkC(r$gK0U5|odZI2XyD?p zYrT=N=)mYmC^ust=Z6MI2SzduoQ#EeA(F|#+4zWf?#6k?SU7rVBs?6+xaG4BWM`~j z8jp-e=w~zJ2@sf*(SLtM}3SY#x^XZ$BFTzLAK2sgk-dZQ=8Bis-&ozcj( zXiszkrR~o|(2fwzIH}+xnw^Er88>yBAGkP99Ts0fzIqz{$~cF^mm@tK z3WZD=$C*ep%!Q-jOh7(6IdUaDG{A|?IWpefaPOrE*E7bWe|&Tze(GYCG~#WSqQgV+@EG2)7wwFWv|Veu6b&659*PxQibltTJ#B4c6JrCdqkKO* z>6L&6o0bYYtoqs zU@LCq%rbzG^Noh{hFaX)=&my5EwMk!3F3Gr5*_D9g5jZ|AWaB)o&;&Yh2Z6p(W@iD zixa`{NN`|;i(G4EmGW)V%w($%#pT<@$g7*n>0Ixw#y^oD+B%E=qTTI zB{FiQ4J#cVF?wlqWNT}CN1HGZjkL%uw~Y;qwPB);a41dPr@}*{m=&YE&^k7eDW%DY zH)JbI9!NHG1-=d42;ooYL~`A*>NYrB*T1}yTQ+50@f6Sc6TM5GP1n0tO=fFp+FP*f ztxbAsQ{MWAj-ng3sjFZ2zUL_UXv(Xce=IoB&@Jya!wG*Noj({Mowg6XuX5oWD zN5@CFU^sYjydNJrD2xtAf={#I3T|!fXuTHXBSVp}5D~<0*(=i<)HMhG*ir~!fe`I6 zY2%EYhUYw32==%=ZoOg-L#BJA&6Nad=sNyzx%1=7tjzRfd z=?T)onJzaO4E%wpvV5?V?DAdpS6(t`QEFw<7Nt>TN8F0VCFS$}xOLDa-%)>Gw5xT| zTWj1Fx4vlKhXPT&m3R#1%4h0t97{KDikst>xb-z@jLsWEma_zo*^DAkh-o~KF=TT2 z$kp6izHT=_0ZO}&pd=O!mCKI8f=FA!YNzY-|)y_b{0+@O?&gF`@i-= zx+IwJ&y`Qx-uD%(+Hq&qVQ}Y99Z0+LSNvtOT`7O|AETJ|+0eGLg=zUw{T)`wN~)Am{OjC;jf zv+Qk8dfON3?wjvF^Jd^pA>Fb2vDxU`yJ|2x_dZ5HK_56Wjvlt4dwMcCJw3yt-1txg z=kA`KFO7$X7&hz4*n4`o(cYdOHVj!q-JW&5HS2okJp+FX&l1P6oz5uPi9ewd$yW^@ zm`qm3BVWFC?`o4_SC?_oa_st9B-3BKGa^={3Tps@1sQZaP9Vt!2q5vzAnz?8?XBJR zh=sGoPzq#y5oZUn>Es*$89AI2sf)`&>gHTXJ)9e9E=V$Yv7h@qaek1+;lwON`Y-zoEX((jG)fm?Y5|Muz!_%vUJ2bouvQ4w$9RM=#!I^kq zr5kz_=%vD>r~;8>I3&Y0l$Spkhyq+GaO}xYMQ#T*2-dP=!Wc4zzlg`Pfut3Ba%3Pn z0GbK|%5b_61wxF7@S5&Rs9l6EdxA$Iz2R|`Rfc?Mbo6qNKEm)QP&x=yAlaZqy$Q`k z0!%2+qV_b$NF>4$E+GPd(F#(vp!hJlg-5l5q8Jc@!dRqtpl=`|Y}6VN8@=N^PtSk) z*wZcO%IGj?OAZf_8f>BVg3mwSI27p*_f9lE|NKUc4fF*kM#qD44<))X7`X;Cj|sMR zP6bCtfc2g}sSes%08m>GBa?YrsyqRGws12xiKe#?hohidd7kh{#`-D72iO<{2F=0~ z(qL63f`zSrf;I#AUOhcApR^=e<(xiL5OyO0`1BcyN~SC~UFpJd`uWgiD5`z+V5)Xo zs&G4H0Bjc19rsFM*{#bnm%lYUW%-7S0gE-%sxpxeF%;czn8frO#51ywL7MJahdlj+ zi=bWgYbg_1t;!i+lNQIMNgqweO>zn2M(xs&W*u^GHmvicH!$A37&j6fy}^4Z%S(MI z*h{m~@Oi_{IfcSD#dayvO{TI(CW7K84_>`A(0eI(DSRao9PMTEm{aFdSIEYH290N| zk>N2gTxQ_+j15c(rgz4AjO96_Vc{|m%?RjXHhnTSJ|c_{MKi{TKyQbYC(a_qG>MOm z<;(MkCM{6>)Mnm8Gr0y|;gsj2 zRl5Og?VZ`X?5|7u>mC`5o|5-{#j9rgek|mnC;y`Ph|%y9W66;U^H0i+NY_kLg1rph z*5QPhszC+5B11aV2|zF~c0ltK?v?YkCyKl z*-#7gKxuT{z0{yIma%|5zS`VBL}`IQ0!BE;;PkxYy+QQ+`UR-G*)9}jZ-(FO<4KFp zXqZ4BK}Yh>pc?T_=o^0#=h`m2#Lh8z74xs{G0XgCR3RV9bwk?We#v#iwd^QKI!fMi zl&$YHjRpH0r8wEB)8`F*1h_y#V?{C=_SnF(LMYAHbyqb~9E;J0MP>dh(KS^*|o5zAtJf$)6bIi@p>AwtmAc z4ve-VG$?Ffig9vF!^5aR?<<6#_hST=>DdL;8V>dkfX@s{Y-)251A|O%pqB&?VSXYw z3|K&TDSRb7FcgMxLqWlWMLU7DWd2iWcwj_C^&p9qJQ34g8XX_vf)~NN504Eo@eEKX zv3KJa8UIJ@oKodvU$7TEE=u(Aqr>Rc5YcLprVwZWCX{Lp5+~6rp}XMK0kHgN8$(B3 z3o8xD1&Ed)T&|H0Q9*Dp147?Kb8r+l`Kv^)3`CXI&I0VI;PT_((~Rv@Ux2z#jmocp zdFMYn8a=7L;4$KTl+lq91_qDbW4*LQ5~EuT9UwYo-JTKBIJsJ&(lZH zaU+u;nBr91@FX!BBM&~Y4;wv&h&Fl#xP!k|zT7|k0;csS1hrF>77&NUCe0oa-ZTT{ zalyfH5beq`7lL6d=3Zivl}U=~d#p=E(64xqwZgWLDg-Wz)tU6tvAlI4PiWI;nBnks0X>XJwW&=9%#(-&@i zVde`-PY{LZED=CC6v<)K1c(Vw-m<$Q>8@CES7o=84mM165?L~9K>-NXrabH6G>K4X z4m{ogK&*w++L@?|Y6mSSn{~uZgOVIad*d}ijW{OFoN>|;HxDY(B{82;P9bk6t@a$@5SYzYL3OEkrMa(5+MVMeh?2oPxxWd2ZZ0M8119p00#MUu(6N(zOZXt-ZsTv`UQuqZHJ$S!hj z%~Z%3>)&fxK&nu0_2;|8$O{1 z+Rv^LGKascCDe|JlNW>tQ+-?=WwRF(J%Z_e5mXDr<&aPS>JC5&23-oxXD!xM)=QWN z2)-hfU{nicsZ7u@t;w2t!6s@caxF~6OtaF8B;N{N5n6+gXoWO1+XaoNL;?OxnHB5{ zUl|?eg`lj;5?^8zk{Ol-jPfH1NRSnTx&*73Winz-Bt~cjHPdiJhJx~f z7=WU1BG?3Ji%JKw5+R12@a`hnCOwfUq13e=D+UP%5J2K^LRs}Z=s}EgJs%4^qmv6< zMVwd0#<)2?W91@HT!6JEyq&RNowc*HgCVkvNodDkhd_XwtxB1F7U2_HmkRr==DmyJ z!eu1DXaOe2e&6Ly=M~(loT*G$QhD`LN3yQGdDBO}b~Rm6F>M1znhkvIg%xnp?iu%D z#m@VI`_Uy|C)jCXl|M8a@`}VeTNf_e-?rpCq`_g@MQ1?=*rF4eFpa*1CbG0V7^Tv! ze8$7kD2W#swM{DAU^pl%afyDG&^Y@D&B}BnDne5ENa8#71A$2{LqBABghOr(N^nUX z%;;?DrwsI1g;=2i?$)T1e}RHb9sroN#BScnrn01J4l>T)}c=1NnhN@U)`XTcaYXV)`7C+Sy{M@ zk^-3>AZ2Xv+_)p|}Jcm{%^Ei)Q-DtgB zJ`NoTXDU?)IeC<4OgF17Xk{`_&f&bTSSKwb@5SwU-woeklia5IE7$$R?~u3VJA60V zBDXO}n!Kz-oeS5DSUbeP={y@sUC=?3ferc_Q2J)PSwOQg+AcpPuH17O*i1DHZk6w; zzfcw{AZ@ZBUhs+Un7`&7TjK@K0#ZyCP8LlT$4$JG%{WuMP@a!`MZ7Rx6!(AP?C`&0 z0r6bSTjRxX3l|`?A}Oscd`{fWJK`SX7sTB$KnS`Ux17h9HL|aJ74qe1gZx&I9|tG% zHIO7E-%)=#pY}aI57uEa|AqXUJH_9tMn&>m7|sU}$q|uQFnB%!*$GfC;r1Y81;q48 zR0$(WAX$1e9E24TtYL={Oby_UCO5JT2e>&C( z65RssC>-$~8PD~Oj^NFrL{s!cM-{#R+Md4A)_q_s!b8G=R&Cw?3r`Y?kX$#c_^T83 zDSy-JXYX%MH6Kp;4==h8GmLmPW`W{ze=Jxp>`^c_*n5oo2ne)rKiOXG0l^e9ojv=j zf57pvv5j$1vEt7%N^JxbmQ1Y;MNm|@z;DM>W2WZd$HvxQ5y%c%8T+5HOCN_P!7NWK z(8sx=@l1G95b@K^(|0*Z!8MF!A1GPEEApx3Pnx~4y5DAw{~ewp{2nILb;Bc{(RsuunSiWp+jsx`_s=99?NhdC z+pJ}_FAEYLc#+#EvD`rWJSoOQ&y~UM$(0E~!sMKZNqA<(KXv zQ4%!ErQEes#`j(BbXocBU30r$-gD#hROd{?!?JohnQln?i>4eP)TcXV^Jh*Z%-=kR zoLTd1{`BstPI}({8~bMqmt4VBQ^0f7xKdm(%f0NHwyqS_B|bgh`Np|>=a!20tprMM zot`q2**y7N@J zvH9-goyl}l%Nx1(a#w0w=C3SVxqmI)wtZpz{zb6XZAXlc4aT~o#)qvPZw%ZUNFO@( zQ`e7Oe;qu1zdhlK%6PRc1m1J+_+@3|a^;p}<(7p&s&dDodj|$(SGuTdxoB&$ zXzL?`-%~nm#*p0FKeIpKf6rf^E~`r9yjq*+{ccmDWU*}XbZ5G_e7SgYvKS(Th2~W8 z!Rf>AmzA#+SKfBdxfkn?zY}<``0T^BEy?0$e8>L8`1@6x@5S$*ey47!?cBqr=Je){ zbn~{A#`c9B_jkOxE4_91{q1ko;QhCD(fcH&o7cec&?$>(hG=C2Wh0JCng( z?*~d&8_~ZHnqUkx!=*!QQ(e=0Ar*um#NEL7qyO<}zoGh!@uOe*%SpS4?*|4ecP4kS z3Lk3OcO>aM@*7e&9yNX}Y{pdlN%fKPlYYb7`|D2T`u?KYiSwW3S}FBAPwq4Sti15# zPV>)pT5-M(hnP|SF|BN3IwnmVL&J2PGL_A0ZNXsNEH=M;SbidCu z34(xGx|xJhRu)9|qy=&}3y}?w3R8fY=NnOV*u$;KRX20yq+!ZPbVvM4biE7ac9p zaR?`ZO;oZO?J|%|L`WZ55H<%RLy#CSB~I|DXu~n2nvGEJ1c;(RUJ%AOf8ub*_8rW$ zWF&Z|bGwSq&t~jW-+_Z|!lf|E!Dfxy&i@OHEPn=x!tE1g6~XEc>E6GhA!TUedwOcplL!YiDu`{rJ%)j99Kb8@kwb-F7Z zC}ER()rHcM^m{!YtVrKh&`pxQ=}FyG1tg?s`XyAU8%5Q`uxjd5}p25>}xa{_M+qxW@MdhYt&RuR}P~oW64#pKuoYYfz zPnUd;KtbF>Z#7{LIbt6u%k=vr_`ZRW@Q{3yN$RxfqL4^=t1>wa zw4fCjmaVaRWulSp`K<;!yIdw zk-<79v6(>6IQvGjrvvkhh?UF4lHT1D1Ze&bJPm-xZSVzNx_0B*tS#lOnzE3EPSZ@& z?Cw;4{ggfJ%Af8d_~S2`ZJap>0tVtop#K|3fBAo}+Zrg8Mo-(Ja8>ehj6R`T2txY;A(=HFAi8>PnbEh7-8q?*$ z+vn!a%^!K=%)K-Bx2DPuP93><29~+gJ8qm^b^{gHC;DF(UK>xjw=cVQC*8a6*Dkpa zfW#m}v~+1D8o&BA?|J}6Y7sO39cto~vr*2=5ZUlmWz7j2cj+3x?#9 z3<&7~8_SdQZU8_UJ55-QD?mmMlyK&_Evg9JR2z0Zy_*ainQmGSJXmxEZxUdfv`2|R zV23KM;VevTG6$1B2f&(+fNT;1InXHwL2*DF%E20+hc!M-`D}v~a(n8pDy9^SBlU5U zkPjh>Q_UT$RLja|LLTh(tK}>8SFL3<+&pYCX!@@JLI^QCvFeJVjdDGR>a2s{#j}ss z74S^{0Wd9j@^^6p*b+~R1LN)Bav06#0uphtGbow(KZslO#9XjG(9MsVdz7yR5tt%S z6Q4pU=Nd4`Pu08sqAS`am(E5QXk8JF4nX+3!4ur-6DB>-E0d5T>yW6@T!=kA5>@Jn z=h9op-SJ#PGB@);UApl^WkxZ3WQ*JoDbgUss*$fD#40lyG$XDEJLM91cN+w)8gV%D z#M`Hct~}u?d=3S7bitj78Ng_*jkTyj!b74l5!r!9MB6E)1&vvehE$cToHaMeOG$Gn zyE73w3pVzRjs~0BTepN7gTPvFg1ZzRQx(ToU$BFIs_AlTs8Q*h z)D0+;WXG93LCDFTfBphL9(n$Gh{}c_zaRxU%$r3MCrJ|WXFst{H zG7QQ9uKBXPvRRt^9!mMMu`-e!g@epZQTy2-AmU>_aW?QIEebY4V#L3U`FGF6{~3N5 ztq?0=rmv!)iK!9=S(V7s?1p6TD1KsIfq54)_cdybpQRR*W*}rD*vJ#j%@br3$&3p) z%eXX?Nh5NykOL>*MP(-_VRXbjs^F2nY!4et{yQuWHUsM9;J-jM?ou*OcWq+tSXVPP z66k~lzMF2pMYlb&Y>lWKfxUOgE7CFV(tVfOvLI?ejlAXs9P&)dSOq55vRvsM5;Dfi zOahiMa!{6XBDq7fv+@na6H!tG%_|uP#&TscN4zF~2;r}hfUqfL9Mp=tV)k;%y=lsr zcDbi^ujJP()*gCuZ?g7mD*xP~``k)i*=*oJe+@SaO^MBev|XP5NsShwpaXf$Pxb zDaVQ{ck0^L_s_OJaFss{6iyvW`%9PoO-X+fNT`B}M}}Na3Cx`RfkntU{F~E(@>P>7 zuOwYob9?{X{`tJ6vds{J{GzPk9=Fi`TK{tE(Fd(Z)8*B-PtTp6&wJ(EN2_^g;loOU z&p*BW>#^Cx(DW8p&W_JFys_!trlsQT)7JOB0Y&-Sx?o-M?MRnaB}{XnX?wb)I?e)3$GW(zToK?z^*Z!FJ!2s@=O>doWph@J;)__rF_^ zsy#Q=wd4+_efd*|(|IMg%4f=F2j=rrdCegEiYk_iHYbZVKQfp+^&+cT^UdAqimHTp z?z7W}r+dHIwQ9vJNaQN3rn+vPl}R=-p8Dv+kfFF5Rr5+n_H}mV>|*VKH|_7_Ed@?x z0>!A92NP~GCVI=b^LU==r+LBS+pRy{W<&~aYP&>Yhm2jJGI13gM_K*^B`1+&@+87s zwZh5dT?F&OPiPEtGXBUlCe!3JnWBjHI<@p!N}i{rmy&);E>kjsB;$ZknfWn`lbxBi zU8TEhLH;3~5lg_tv;4oIGsZW(LuVOENUp%>RyN7`b96}wS?miWk(QjaFoGpd!#}Ga zUA%?T(%MB!5h(fm!s|~xtZZ8dB`fzXTFM?<@~m}_8r;^xN99&)>7!huwfvDyN-93E z8FCA!FDLe=}K4HY^1ycdi)>Q zhpoG_H3M85VQoM? zMJNX-j9H2?wUEFJSAxR>WVZ{j&OE-Dj7ZF4d?i#DBe33zLhnRiXpO9nfHX1EkBN!< zBcoR1qZ$Ln4c~xzp0mJ*%k--8pBX_D5}j{G6?SO+LycO8ZIq$**#VDQYwVVStTuAE zQVQrfQ)8^~>WmqdhEL^zrSg}dTIh$G=V^H8g1bfyB7Wex6yZg$U5o|Hz{h*Rzp9n_ z2K13{L~>S=j{&?>9sU<|gI11cDaTl2D6$Pa5wQ0xs+uBW6Ca&%_K3Kur$->9i2=VZ zt_W%+RCy>1a+mcFbRS;MkEaCJxcF0%2I~ys%Wb z^%H!R2zF>cCS*DCyv7~*(6ixCNNe2FT?TT|Y)MMs;+25b9mM-7^GkKab_EyDo*amH65 zEXMmGJNwYHUm+2+%w~|aTqlBFJhzJpqV?NQrm)&N$(ximtQ$O=`kHmDsi$?T)-`5@ zL{Rz$kmT7!NnYHpk*>ivl`$sv9_3kJOcjP&eK@DsZlJ!x)NfGM-mkD>D2;_L9vhTa zm{F7^K*A0Uv#Q$3fHj4<{)ccOcT%sxT02F?5;Z+iMKVm+W2~L>NW>jIUbQT)6cb*s zz9vx$7`K9nJFR^JnDouQ^Jt` z8+7&;l>CGe1{L1MS;#HILq@(6LgAMv`93AY9zZHcPkocF|B@0WG$g3Uq=bSSXMmT= zA;L`}MPg-HP(>@K{T{)RZY1zJDlMPSPlBR@+kBA-QQDGz2=f-Wlz%S_e)CEm8v@R4 zpaA9jM8iT?SDo^21AVKTyHZq@h~EA3oi8sHZJjy+8DFAs?)20N2==OK6DQ|hoI0`O zF30)pYjfA;ovEr0F(X(xw17`**YIhRc@QMeA|Ua@Z&}|rft(-nsMUfk-?I;4Z6otkkNCS zr;ny9szrbQc`jA4m6Rlnxa03|i(!dF z;`jUo6{X~5`ffA@KO)l5Y;}C-a9X!LDzsR){MubC(`Qt&7k|njtvka%jz06!M0)D{ zxwA5Xc9oGF>j^X}*C+(3D0ud0gzrPR2_nmo2__Kg!hvA~LSa5(ed8md6B=3avi8Uz z6cqJESa3`*NdcBHY(2&W@YPQu!vMBEi3~HUWSHtMuUd?21+Wt^!;vT&EC07>n*TK= zpQVJPo%}B;`Oir7XqDoup;CyIMfz~ns0CtW#o@U*IvY(oT9S^P3$_Q2oh!w4iSw!A z5GWMMtpvrD!;CZfd!o}9q!L7N#HyG;L-FQgDjKb0m#!z5NQN|IcV3?kSwi0)6Aoc? z2)U~rP33kjIy#>~dprb1prt)Df_Pmj3$}a;4WWJ~CYG1x@}!x0heJ@Gedy}@RJs7- ze!UPZGLF)-rIqhZT2-eQJx3S>VUfNY#Q1)>U%;b;46+VAN`({%3Vq^|D9>oWOV{pA$O0cCUL{0+)F*3c{}g`nTEN=?{R`XO4YJVSXhgyj%__b6^apu$8^ zI0WRNHtc%#xP;^7a-c)LA*l{z!MS6Qc#W)MFqD;nOVv?{sXR98lu)dqp+X=mnsvm@ ztS=_9&x37Qw{fZe2CC($JXd5|_y2Q0WlD(k?B+`p$cXb0ZKP+>DnA{g_%{Xvv*dO` zv=23e-ncV+ZsX0u-(jx88eC6l6!)lK6yc<3L z{jBew`~S=L&;3V!f7d_RxBdf*;pQ(b2EaKO=0H8NO`eTVj~tsMyZIe*j`};eTRoT0 zqI>1DxL1Zy@-NgZH1O;ggwihi;Brw%g1Hoz0^zp2FLmmhuIs4zJ{uBm#HK?vyR%wLoI*4@`e%hRh;i-n3(82zvhGa9)}nn5)9+Q#id{ zJXf3urAi=P#&v1s?WVb=#GZLRRoa1^Q`sem6);iku1**gPIcZqtv;c;9=3cPxAx5J zNxCc3#U-;1bIwNwtLKmryaFD-edaPm*1o{9uO{iMkz;u+`8KEPnwIOfCF`~=Tu9aJ znYNJA)a?1BuNpy0rmxK8F8e}BUueFD1n)oS{eC3n+qdjHl=K~X)4$|9mJYQnhju4J zyYJVfLI=TYOrU0>_JOZq)kP17J92GZ;;B0=%Qf4RHQQ4)J4rXtX`IPL_^<+K4Q4Oi z9-JF|;BSJCV5P7!!QH)l=kiiv2Rd6;aeL?7&S~?v9qCHQ+rRCSsm5t*I#@Stg(SbG z5s$n&`%7rzt5#wj%pd94_x%%5B&66tJ@eW^wEcQgRca_ ze#|3yYQu~ArE@pVy>c=Ue);s0I|Pf;Wp{bfUA|bcZ6Unu-nHo7#SGMbvua0`j|I|G z-#fYWsVc+ItDL7=%s+41bE?VwZj%+~{3BX9AJUQ_+Dl@X7|l+}yEN6QzREC}teYM= zEY@SjU%R);91|7o#h-G>)aT1|6IU`2>@)4&*Adn0hM)`4jFavY54Z zWQf}hpOOupX8v8DrnH&EB=D{cTej-Atkic$Je=*Titku=F4>S}EKkEvBepGvU=d>t zMd2~LECK2uN+)wp*}p^a>k#?6*nh}r0^pa!rXJi=({%9ZeaLA)@P#kdJhv%S6K|Aq zI*`+doW{76u@xByo)vPChhVFlLkDv%K>?7}6!ex^O(AD(Q^?RZmD7aAbo;bzU7xmR z_i2ZwPv}srdLOxrqd`sAzR+0n+`%TiOw9p=kL@+9-=Fb%bp7~`kz~i6iJO?g5Y2UV zfOnO!GiXy?^CVqK>5&1#(m`_Wk(Di&A(D{>ne(BPYRTJ6j?Bc%Y7`I_bm}b3av2i+B`%nJFJtYY z!G=y70gHMsWvt8%1HK+a<%ne&x$!S?DRc0me=g(kV;-8u3fmsU*b1Z=fPy*40DpMP zO=r5cVbRe*s)bq0D-Hr^Pu+M*b{DukFgK8LH;FC-k0S8jI2;<%o?NJPgD2(l5zlFNPFD_i5? zTalf;FZMUeViE1#nc59A9~SFkd}CTCLjxnsgdM<>EtTjfgfh@^iYrOaN;Z5EfsU!I z0X|p*2nO#qgm9%8-jQae2jn7<%nc(PAUxki<6GF%u-Lp&5YVuOQB8tm!w+#~t}V<0 zkh2E+#v!Leml$+cgmnZ3*34xG282fWaW|5+iZ*%nF?VYCK1`Y?E#y`mRlp+DKw6QI zBF=$HIUH_PM_cBZ?!7R;O$5is08hv=xD{$RU|Ym(r-UXAqHQoBu#+;rLdgr15WMAS zP4TZISszz}ML`>hl`s&&zKrT(N0HD*wh_1>X6w4)m%Bg_{)s2)-VQ>vYqm4dFkinA zSn*fPUP)YeeSG1{P=eal~jL~a;U^VyiSzP`TW z8dIcDXl$rg_*?)bSU53IN~l1DqaQo=4TXmt(Fn{$={r5lh z=b!!2XW#tPpLG98RkH2GbkiUKQOVImF;AH;reBZs3Q%6_wOJ?hCx6HN7`&0QXbX_{T^;vZ*c&9d%e-_#B&I5XdL*4o5*n94p)jah2L%5|C&)V*sz2CW%cNj0Igkw4j z!?Z3MzT=b-;ufueOc-{1FCzFukdQH+%oxvSjGyBxX~=<+B=J7b82qiM4mJf@XPuKn zd6f8QoNu6*Y@OpXc#5WuP&Zc%mSPKHU)mghc;WXhAg}XA=kI+1eCW2BZAojm1Ip9{@CDPm3E5kfm~jm;GWW;u?9w5Go79^=7nx zbR0dyb{PnZBWcC(-IYTj7@tL!7Rl<_vS@THio3(>O3=JP!kJlzOmH%gOLlnVLqB?P z5TXAq{RkG6aU4h5g-o8%3;#cnAY`KP;yP$tsr$izPes&mffiXgYF{_J!r;XZ?Dvh| z&si$nyIguGS$Zf{dgQtehM=LK2R|m%M;Jo#uoq43uxF1bC6EYyh88}dBcG;@P;1u> zv(?fgv3~>^AP&JIm2X9x8OsPrs9t%!p|F9z1CgqaIo$sQBQZ0ylNQlP?31*Ukdtc+ z#8A(m+P0|VuKbm7mq;FVs4{*%ZIq@4^;)c(GO236yv#=95{ zN(D4On${G%o8P*IqE}+iSBQ3SpO)~e7;3hpi1gHFKvniJ+gOetg`pthJ5`Ih^#rX{ zOWICE+_OZwXr@&vK=zDiaPTo@hVyK<7tyAUthnJuE5(tg9%dg5tVnjP43a!ATe>&F z&Ru$n>_8XcB-2D{Me5ba_;3%w3y>*d&yaBubUD}wFudoAOIf^m?>mjnxVn|M+{g4OJuCi08v~9EeF_t z83Bd+$Jj|O0)s^faQ7h4dhcb)^;cvWsAv3M>hgb~v%f>4dj4M5m@RGqSLCqkpCh<3 zh1wrMjUIsY;!biof+~WaO-r zRNgL|D|;E)H*;4?D_*Y0i8ozYOU264Wsp*^;+400W_nTxc8NL&`d3_i>&2NDQ$l# zXB{doV(#!J71n_jSD=$xNro&CE9lC%^z8gpPhha_pRpKd8=KglDPZJ+gxFaKK4Oot znwhaMVq%O?IAu8`3*mP$o-v$lNQ}jJY?N1;y2$L3DRzzM?*fD63y^WK=zhdMQ~b&S z7^@Ay`~~Zhf^;A}GTUGQ3lzcbS~Zc1*_>w_eB>gN3$6B`Xl1>-G>j9v5D`8JqN@^WaGk-VN#p1Fel7UL=M7c91z(mnh^jAY^G;?bD@M-wDWXV`lJ(GyvCauy*`nUq(o>qgf%PSCxAhsC9;6_xh;5!7MO ztOmJSTO|FjwcP+HLe!Qre;|U=$l6tShWa`X4Hir;Jdqt6SumldLQlzMVb}3VkWEi~ z`AKyYN=bc=3M~<(Pq9!MR796*NjM!VTUasJN(!~CL(d*5%N|FsmX77J+AoYxRn}v0 zslER^HYB5eGH*%WOxkbbi8W<6(ON@0ID)GPobq{mZ?U$tm7_(nW-!B=A?9M+tk80T z7od+nNbBH>=!+O>iP!^;Ny1LL+edjj=yocg$*Dy^;3Z%ELs+hXm^wa4~7d$9?^vhiy@O#{zzyLQB{ z?b^|^V_Q7T57RD=@v8$POg+)$F@*>INUobT%CexNdOt5k|LZ!oQNOMizZ7+D_zUL)>IVASka|3r5`|xw4a$aF-xVoH#XnfyntBH`~Dt*%Jx6>`lnn|(J9y8Tji^d1)AVL zuBkZUGXKP7JyKv_Bg!H%AX~W~V{Eh{MRip&y&cooA($)v!SRV|WF1%;maHsX>aWWaf}Ru#r((CJr_s7 z=qpC4cPB_wu3R0)(-pCorca94RjSnjvuz!sjk9o88FGkb;p7yir8rhl+g(jn7+45B_7`}aUq%_L~d z=O8TNGoENB65}wYm^t98(V@UNMhAMwhr;VL)j>hoONi;25fT4`R5x zdLbx+4Uecmei6;_q)p+8z~cWSC3^^BBwrmJFsB$;VDamdIZ6rP7)t1YH0;&^pI-?P@EuV_cCQDn5OxdY<@Fj_L`MT6Jt zrK;gjy@ceM!R+ddlhzlkH+z75@T*$YZ@72l6X%QEW7y;^=g5HLI1A?~={O|IdfIx8 zs4!9x1Q`evH;JP>#Yz)lHnB+vL`b0KRO29KfWY9g40hFU;KbB$+Dii8>+OV;t}z7z zB&cC*oj3y99mL$bG|FNTK+j4fX&AjE6|0uc^J|!L8D4`qXOgOJ%$$savBkg){ByVz zwfc-Xf156!A-GH89Th~=2RHCE160#~X4S7%0noNTXz~kGl)>&Elvi~Cl5VjJw`1iS zP=jpn-zRX~j$%yi1z%RJ1w<;pVe06r$?w_xzP}LG?JQ1=KULNOi|(Sb>3F(0xLOJJ zSY)u9lD?+*e4AD)3=Ny^cHilKWN;SL&p8n;x0k~0M(@V%#2%EjubS)?_2B#O=G@7- zn|mjBKDrd#mTqcZZaR=`I)ME`nmU>J`;KJYj)my`^RV=;>sqPXboca~(~Iq0?^xdH zU8;KqMed%xb9T8-EVfj)@1s>Oo(HyF+n*)hCUpHFHr#GEc>NzCcun0dNbD-=-w%=$ zucH1pQc&Gik_xzHTx5pws&l^jyY6LQOVZcE0_(Q^20W&=S-j@Q0yGMSe_qh(GyFI= zNa>ct?VU!`Th%69ylr%LdaQ5fuyePO&OK(z_c@Q*&2N{~9W$BV-fumYWB3b`6*+%l zH`94e`LTwzF?kibw+=|+33RV)t!4!{FmXmkZS9ZZ*hPky!o&$h39wkBYLkwaL70psf~nKGV4yunXs(T&lQz7az<3Sd|J zr5jcO?u~je319cftxY;V;mNscp6nc~R-Y)JDWnB$C{ruvs=u6<^C{1BMeF1{x`7p3 z$}GAAPC>_QQhAyi_czOJslUp7&j!6wHW-0pUoH&C4Z5y%EF$2f7x5jvan%*j!{txr zMk#I(I|ke3GxayFyaC&;B`@yNbA1F~1XxPPWG+Y@&)|0PN}I-Wl`@{_Zut&2*KjMN zNl^uL*H7HN4;41NYZUJ?N4*_#%ODa0m|ePk;rwb}KxCYdQ8q}BJ(~JkCiCKXgVcD| z!39{z;Udj!JD61jm)JDK7|&Bz4jlOGlX)-X-HeF8SB=p_axL`si<5c3TYDI*BXWK9 zSCWqDto6ZTYAN|ljV=n=7$61Qn3a_|;?5S)kC;UPz49hMSKg#cZV_)%{ky)2(%vJv zJ@tz``K!z2LWSW9Ou-y2y`|7mL;#6`Uc^ou6@&qbav*ZbMBuaxL+^?R32fJ7jjZf* zpZi?!!nw|Kh;beTcN(QFT3H#A`i+oDswypGn=wLQ;~@o6l6 zRV;_)V5m^veN+tm)pCKtD-sBa`Q)r)QkyaBc(ku&SIiDUI=)={z_-!KSb((x(>%N% z^HpX3s&(S-A*NA5+D`nNTg6;l`TvK`Ajpv- zz%cqYk0|t>qvy_EICl0z&xOxFeN2q@Xv24fKNGXQgHVL|!}17*bM(aFXU-qHz;p!6 zc$@zRG?;Nq&N#;?A{sMs<%w0}37qg2>IMm-cqSTUl=EF&hVn&^8qzUjNiX>4s1DO( zeUZ-gQxW)j7}y8MxM3nivDJDgf@Q|ZB8syhVIQDe#-V&UnAnkv5YOz(*^VPD9-zFs z)L+r)CX5GQdgz&fw#t0K$ABxs50F3tl1~y4|7)Ig5|F&<&pdFIy=uB^zhl4ax#M|# z=>E1;>!GFKVW`SpX-)_!Y<~G{Du2(^(TA?w>AL0onk4?aYS^B!^~nMRgh>``n(9(^ z%Ghz=eE%~`?#|T|FAlT!k`` z?dNygXeg?j?Okl%e?PXk`KhJCQ`2zNt6N0U<)YSP zQR{phdzBFVf9lSu@1B`;QgEJ$xrvv*JZq8aEVdm+m08F8Wwi*&b9ea8@WP2?!~WUh z@7Hdc-}c@8vz;h7>sTqTy?u7>?EJn|`L05?=j!~Iz8jl8v1&4x>`B)) zvQAt})$W?@{Lp5oX-IJMCsWlsW^L&m`(`c6#ZAfLrumX&@mAPMBN|WVa-c35KqQr9 zAjC|mGg&Hb zhs?d86l{-)S?^dApI$JIr*x-Fa%S`JDp|Cqw3+)mcv+F#Ig! zM$XT+*PhBX|Gc>Tsr}ZUZ*$W5e(Ncl^Iel2=kGeHwzHfaR?69H zrn?97PJ7LWcaQ1uTVI~}a-#iPFTCe&z>3g{Z{h3nE0SV{igZ0aEU}@1iYqgo(Gr6UF2rrfNu|m+P|`@rIZ8-;uaOLq6h|C*p3Z2r_{Wrdh(zmfzL{=Q@)V&M z$Ye!_bBoo1tz81ew+_x6eBXEEeP7uJc8kw;{lx$6F0s}<+TlV{>avzSD)m_lSL+O= zb+h>dP2dSuf6SQfI`LEP$J}E`+)pF?YvCiC#k%#8JKq|3)KrGBtb3}E95Es;>*^I? zlu9w+!D8i(lz->-)4xWDS1DjCb*vYCQVw*I9gnx+C)+hdKVU0oh0BGVxm=Jo$d>VS z4)75Q3OaFGB=cgTaRQU&iO%1Q{)2^sb{2`=49Joy2jO)n88)slwxCJw!XG^2L<@SX zNt|ULP^BxeDYe#Gs&9k37b1ePg0SJN14>ZVs3H&7TkpE7TT#@(ruE6Sb)bMMvJrAs zi+tEuWoFE)>+?cQ4`t~*7o7x$Zy<2*ORz~Q3Y@c}ZLkwW}t zH6>n(&4Hpv6uMFHLw&(6n1RFpm6`4mhY}qfYZ(IjG^9?%jd~X(R!bbA2&cYg#;J7r zLd*~LEJ(gW(xe9M&r4SBF8AkbcQq!vOrQ``ZvNJe7ZF z(R~Qyk7|2~Cn^V>)8AvsaLTB+l7XFNu%uK}F+MY#`i1h1&WrkC%|_D~SsVcY>>iH~ z&n!jO?M|xMRX}M;+Aru}@GwI6Gs{{yUtoq1pGw%3?H8tgS;>Wrc$hG_VrWE^mM~3V z=5Yl*z{X_IUyS!(VsQ+a6$>nKsZ~sK9=uO*?e6L7%7bC;i+FqfIuhCXWCrJK(?(QW zYk-m~sduHF8DmxJCcxSPpQmXcnQmbtpyFk3FzF2@0?XC=lhylEUJ8J}-gJwgF#CG{ z3X@Z7Ijg!8>wP(WitIJCK?i84e+kVc+7+F>;}n7RTeu?en~rV^A{fO6723?gsMrkB z-EBba+nD=2eg|SZUD+8B^bg z#$<|Q9U@ppD)Q6!PKDQUPY=J!INCh!lb(b zdrsEPTGNGPaB8LyPbSz-E&Cgi{)PlUzwJH$mX(sS+eLFlx69|s!9*TOm9$MCSt+ec z^vz#fY3TSt#}9XYZ|4sWe(&I$9jUEdsfOd}hNk(N`HR?wprPZj!Bn<&`Y1TE^5AmW zzGNA87JaiWRd#&3GgDN?Hm__?7Pl`n+^>7D_#hmVDb7-P zW8T;MB`7QGPcg*$T$1WeaQ0>E9(tutubX)+=84x!dfH!HGQ6}10fX@ znu@J81upAZ7wFm#n4smBYH6cp61ApoU!_r!DU_7j72Or12>IoA!|KI9%~~V)p|^r; zoB}_v9_?(c8TB;v*h!p)GLfHv^>&M`H^nkQ?IYG3fFkj55+`S6oSeGc&a(K_A&n?pT~$dN{-Sfm7_2VEM}re%wB87qZ*s_;3HqIweZ)$Jem8V;=L%T9Jpr3W2(P4 zxEMCdFvuHafb6$sToeaUBInfI*cp$-xGSg?Kwp4B9gFl1U~5LU-w7xXGNA}FQ9p_7 zgJC5i@aRa8VgoWaAW*hBG*gH&LDVD=FklfBr*&+qEt!?~PLMtD=+Jl+UgsdHK@JH~ z@Y&LiP_mjpY)sm(NZE){whj@n4+ppaC?MokiH--2M*DNfL1`jfH4$QPP-Pt(9_YVB z#8S8))+a<%!Dv{jAz(u*k#1TeaKdL1i4|I{T2QJwX??}WlNH<(A|cmk2Av6ywG6B% z2KhQ3#D7f997D2(b0vsM-FRFI2&hjlseB-dwe=BXMpPr~;7n?aUO?=>1;kduE^!u8 z{|OElm$FbxoQRy}$PRGUSL z*l$xeFyXM#FqHe)-cF2I%exUxR66eihS2zPT6Evvt8PArJyI2_5D}d9M$4xuZB;$r z37etUq|(SbNUI8yjXbh~)x{aQwbbBFvJ6umJw0<;d0aHuyu? zR;Y()=XbUZynxk4n{&|)qv}2fEO07zMHxbHb=oWyDnL>$N;@5Zf%xxu9Z@C2Z~{=j zf&UQ_+R5Nc<6seoiIK?IBiF_dVO?PR3;;tBFcP;iAi`2?;7vOFF(uSW#;skt{7Zmi z;x6_-p%QOVLikFKXrs`GqF|D6lNjRkr#M>|(T2(7V#V5(r=d!zYY^Pigk#G3LQ5H}oubK5)C zAMbt7cW$+wUU9WSB`PT#o*sH*a!ZEU&d^67h$RvRe@LH@lCRS6(h{MdHdd?Sk((l9 zK6V$$NQ?^g;=XdoG~weWWPOqdk%q zUcw;q%h21A^o0o?iPZXp&>bd?C{YDZ#wd|s?2ti&V0y~%6=s{If=9UZnq#UxW`@Gf59y=@Bv{3bWAIQD$e@6iU{frnqdTxJ_23ortO-t_CWBK%r-66ZCmngPdc{4 zzEKq=X}^wwT>m4Q+Q^Sg4?Sp5E*WCmm5q?#+zLxJlP+5Y)=8-_&={>vsbC4Wr)C!nSV|8-cae;rWtB2=gs z_mzVtG#!txA=wzHF%5|sTiQvR*&$?=J>t+KG4z7%L=-U;LTOn+@4Gk(uH|Mx(u41A z&*ZNMRk4#QoD{VyY)@B4E7KzHy##qAnO(Pm7#NNq`a_U>a$pt%nqFcRr06qi2xbCz zUV7zANC@0vveIB?9UJLcn5IHmpz4%XK_Ij)ASkq3;nBu+;lIK|6wvnD!an&uM5RXd z+v&l&e{xlZIP^@7!ITc!dJIvv%;URY>sqp(0@_l>fx!HlL)1IShGG-+EvW%{97r`G zMiXInU!vwj)lsZziY}%fYdIug%6L%zIWwqt_ zJ~mPF@iIPi#v%7u#5r@wV>m~KRIgCR6A??<`X!;@mY>r?Z^w)UZh?@ku$*g35eS?9QjZ5%C)Ep^i>4S6k;8zuUd;&t-$+!<1D>p?fSQ*?@4d^ zcnjW#xOf(185!9J+YJ#VSSy@unO>6(f7>bNr&0Fs4k#Xel&-JNuoomUbctlJMIoHBMHv|+@)7tcZZ1DK!d zy_ceYfu!~?F}Cik&f@Yq^f8mJktWW9T? zmtexqgz$5lL<|v)-o<)W-DvPaSI8kw>G40uscZK=s4IWdLu2|*Jxa-bU=ib$Nn#vy+R#2g9Vf4 zM_g5LxjZ&BIxDeUd_~JX3fz(CO!-1nhcjLu?FzEzn|spbHMgIddn$1SJ9U(IOdm^E z*3m8&^Cb&MQk6TWk3WR5Bke2!bGf>7NfpyQccn@;Pak=|sQgZTx-KLd6h1OoN;b`P z&K{oqQo1UbI5KxN9jr;Tf7d#ncPHmn>%*o{!jx$Lj&;?Ea-b6>HTKC=N$d2HOi|@` zV1QS8+d1b6o9ik{SAHYob6zXUc1`4FLAVkw~7<76Hh#P2JF5Q(Z-IXfc zll1MGv8`HhTO#;B`p{|!Gy)5G3f}hxVD#lF5Capu?C&uBYv%#$zcU`NhH^J%2pF~; zp;!D*l$@hvClZ*Pqu(OGz(zoqX$hP)DO`z%zCD&ch43W(CEB6qu!F@y>r+Tlea4|#+%=MsyHW@pNRcEGRH+N5iDlv4 z*S{)(Py|2AcqI!Y*_VOQB78OaB9bX4aV4=uMBhtRaeo%)v6Ac|S18stS~D~SK(Hbp zW7UJA_E(8ib*~h{9^-ELo$}@CZOQ6wslx4$gSgg{CqyW)!6zdO02^G2ho0;M=CO*Q z0jVqX$PY%G>8g?A40RKkrzh!vaNVe<7VeX3>7iHvJb2_zYRoQFCvHYem?kZs@J5i! zAojmeR!lGwT=5~4#{yz~zj`j8VJ87aK`aASnRwDw2;(_xc6jKK!bHw1Q|T}VlcP1$ zhgnrOqm|JFVIVvL;UgGuJSgFh)h~7uZIPvs3Mu?y6x{`+@FmTShb0qE@Ps z?d+;jzxa-c>^kW#EA4*ir%dAQjOJ5+|8wrk=H^kgss-o1&pqed^FQbOU%x*U9CxdB zOXRb%Px(KKg~$rpjKh{4!(Pr!&&SSRxXA|ooQ)ka*;CH07F60rcdCa`>1UM1zfkfi zl8BAd%P;6e3`tIWi)9d_*^_F4yH5Gq5!Y8$3I#o0sm*ZMjYpS{lQkY?WPryZFh0ANQwSJsDR& zB0y~1xM$s%ec&4Zyo_>t4l$E~!2c03KZBG<2+zSpVEJq^#uMT*i1-iwe~38FI0>eE zG$ZFC@&xB1-a3m~nhXbV%ZPC64;Av=(8%rUaK3}>X%Pi80m)0zu$Ga5mK9K}{|ya8 zQ-@+1$T+~xkYb~lkV8rpSeebKxx9#)C0L3H(%(|@eWFIP?qkF&{XO<_rTpzG@_|OM z(uVp(PK*`99^`8HQ-ze0Mfg+F&A)1BmtlJmKkRGj}a5E+AT05cl%9;V#b4@>%9Hd~tr1=M+qM?it- z;iX|~^qF?i^81WsRT+keW#N}vPd?7TLMY@3nS5Y+f=GocnkOMa)YQm&=Tv4ST$@u& z&h@*rT!%=>P0!;VtSbyP2nQ@w)3UwwqCviYZV=Of6=+=g-Z&G(w z0FFI2$9@Ez{NUQ1YYNNIn)Y{tErP0}cDdrqyhHGS^C@xc2izOQtbBiXO}z683zS*( z(8}>_rGL5Nu>&`M6(hO*pVl`CcMl#7mfWuskru4bHI7t34VkhG+u~ng7c`UJVWCDj zv7g%UV2NTn!(fyyiQ6Cr>WAG03lN6IUZ)}>DqSoCk83WS(xf<$%aA2(J*+(3>Ra`# z(ODeCVP%$gNWlwhHiRG?xSK`+;|9n2u%UaWwcbM<5L=%a2U1#OUHR5!CiaF@9>%P| zSuX7DS_aSS?mAI~UZTT8U`b+qV?j*H!6o-5bTD2aFPPjNxD z+x;nBVm+UFH+Rxyx6>4$t=c5+Dn`OKjm(%FDOW+NdD0J(nY$E&#d#4^*;RPMWg>&` zA|LQM9syRl%vpA=FJ0ZST!yZE`@NO-;8{@RWr2#&`$z7KEZd=3Obp7-`fOY0di29T zCac~c0;wWKY5<~ys@++*kDggQvmR#RrYCm6TZf3HADp~%GWqV77qL_8xWJ|c&%q{; z#5G^$-9n(7Trcr-^LJh)Kg-=;G40@eYt_+i%l&TW(GlDIVG(Ho{vj=vO7Q=58*Rsk z2nWSKWr<>)qdVD8BNRlo0|^|#Qi)7cH9}Hu!v<#Q$eDg*m}({v#RAM^$)-Mq<<5R{ zF|D36M5Ch+8rh`XFamS(w;5C75WyE|1gC>kT{MV|qZT4gXv@tZ!8EZgGE4W(XtlZG1wF%#Y3?(DPd? zPzHeR$>a(?M1<7O34n*;n}mfWW=Dm|1D}Uk?g|A1;0UH#W-Mj^Go*Znt>IMCAv;L6 zaMR)mahor&VpCn0x-cm!Gp=qd(lHu3JQC{Z+8?2@0ss!jw0lD8wI0lT+PlY@iI}Qz z#LcWSWC^w}G%=ypXJP^|ji8#mK1I_%hQFd=M=t;$DJLda&GDErUP8mHy;2z>)x7zt zKs|!54Uc>v-Bb*9)b=HiNPPrVGGVXTkwX{?%emqVc07w$UYJI>?jg+)%&0act5TIU zSG;-{udP)>8v)fFH9zzMc#wgOj~bg(?*)pl&$J%KRLw!#0@iGv;zy}!U5X?JBVH1` zVUZt({uSPl>`R58qt!KjKl+;LH(?-b^aYhEM(IV&{O{S-V@9^dED@h|emY8cA<9QK zw6MBvV;*}~5NHN2PFS$1-%>9NgZ?z;ioOk(yq(2hN^|`UIj5l!#?M8{5yS#3v>2c1 z*u?h(j3S(cp_vYd64LC#)C}q@{R7Q*KcmYZVNaa{{}KC$rA{QvW<1t8kS&=L*{KB1@CT*<6w%w|J$K8ir2RM%uSEWBZfX2btPc`zHclbH;KO7F+awrqRkt$qL1 zWk|76Q^gjx=ti6^Fc44*)?gwb6y9c11u(9ED;$yb}^iCI(SiG_2 z+Dp6;D^UvJ&V50W#UD$BrxoN80>qz)M3&|zaW3g#6Kj^mLn5is!PM3tJR`aD&y^N2({WH$^Ko;3k>OHLwBG z9Acn4B*;v!S}%QTDt!bR?@z4i`}n)!)};y^|14@Nb{~F0SrD;S&5sb5;@0!pysx)~ zwtgwq&&92}o!VlV;k?ao9!lVZMT%l2)2P=>-P3Y~D%=c5jnItIHpc#v&lxWvhBk-{LIE?u&jD z(w)@HS38O>;Be8Ux0coh?zlw?zrgs2p)OD~%`aVde=RAh#;i7>ro)59nYj)l|o;6Jo67 z1--|KCls1w>%5ok$5qCDyjT;jS!#-x#2Qhmm(C$trc(mTVb2T7>MAH}>DBJy+QTr- z9j`J<_h;-4udpMNK1sHHHi zqt;)+)4Y!Nn2Z$$YWFiY8S&Od+-XMd{z7`cwO|!s(D7HGq%z5pu-uC3r8ED+S4qcQ z^iwHZqpaF^En0IBt%-3D^bUiO^9|}l7%_0A_y?+g5h`XSo_y{%yftKf5e}xuI2Xig z5lfrghN~w30?k^ku2Y$`q)0kW0Kdc`808k^4zIX(!Icd0Nwpkwaf#}HvO`G7UDz&i zb^wc3W5&=?X<4a-GHyxe0CWd{;f2Pqic{6rn&41hPbvi=?>Gt&C{2PbKzvv{M2m1b zO)hjeP3D=G2}fXP4sjcY_JxKn%wL%XvKuP?+_J=GS=H6zXUZPXEK^1|rAdnYKmdI+>*s8{#z|CL_+8b90<|4|_{rEM?S$*?!%RN5> z-))9{aFh5d&izeN_zul^(C|UOP7rg1%dGGgsub4P{JIwc@}Tab+^iKt<)jSxo-6wD zx_zr5CII_1j8DNL{$}X%B$PMU)AAjnkoQ9q3cnMb2+{GC3-d5@pyEQ|sWyKIJPXU? z1{z6wUeo+csCf|21TOb2pelmhV;NAN>xi%~$YqJoE(q&6=LuF(i`4V2o6jqi;ag~h zBI{frN6vLBelbjAT?)6BA*?J;s}3 z7q3i3!)Ouuu4q7XL`^oSN-tHe@d8?1eMHL%co>s2Hw%gU+6-bZQ{z&GinWGLxeFyj zdxqdKQ_2Z)p-dsj1=~<`>Ybs5fbwzL(AlWhXypO&<7XIM7ix5PEyeDmO1L|vFB{;gXKz)?}BxxEjF~^Y>R=*V_C))>dtB!bBTi6!0e8>;32!JW0N!FZ_6uu z6EHA2r=i6bf>5|q^P-Tbr}8D4wk)>Lf|HO$Ai@m|G@T5EGpfpnVER2XeY0!9L*0%D zoTF_bq)j8!*KtK2Q|bLP)^nUa{+Rauk`h{C8T5ZYr^6g2B#$I08(_a96i}3#Y#*a5 z#4<~tB7xuFJO!@jwa>ZP*r^>>@XoCrmq7_a8&M!=TN+DEB6`(|hhyIjwWE(b=54pjElwzHI?e^QzGL!YjCJNpfR1SaRuS@Rz48W7sY5%@uXV&RSoRXbQ zSy!#151og$a@$q={R5vhjil=j%dW%Ar+(w~C9eH&c+0sTpvEHUusB;60xC*MdO|DJ2vovWxOo6*5L zgYOSPy~TG~Fpp$kroL0gUu7o*4vMfL`oOdIajAgNBY{0~005G5V1L4vtqCN@zB2;F zY{nagRu+zzQyXt?c@J;<>N37|+1I}A%|s5#`12hCpeCK|kbNCMCPtPkmM!#)%(>*IPH-_e$jb$I`pU6$u%Jp^>Y5BFRZ`V_y(LE+YTmqDkhHkl`dqX7cgd4K&|%ue#SRZw0!u^$lyKtB2P6Hb&&VN3so(Ohc#K z(7AqjtKr}y*!jX|D;0S)8|leJM&-yTVyiTciQ9EBsB@)(uR5A-Y|b?H%8k9hgIcH$o@kD~e7WFIEQrGE zzAbxqw$hupy!jLiQgQ}^2hWS}&!u%b zN68)<7Kl|RXIwx_JhhkF2A+7_w&UWHT^?Jyl4<;tvt5k`;%W27@?E7oD$NCy#K30}R8*`Rmsq z-DF`m=m|13WDr7p&L|~-#mPC2VoWkU4je>MQi(LNJW4lNqe~=Rl1OwWk-}Oc<60I~ zgTotF(;;BE?NYT!^z@#%_;^duNY3(`GGYAK=dHfIG6#k52M9Vti&AzE?wb&@!7 z8#D{O?w|v(n3iqlAHt6)oHW|aE8a}B(r#Hr>cHPhhf^gM#*JL_Ru+E z<|Xnr%9YMuAU{cNYy4|E{a=)n)2(|cA?Oe0UoA1GL}q0CBRa?CUiPgDJHc1>;p?-} z`RS>{(r!}%n-Ks))vqc+jMd@(Q3Hh;3bOY|qcnHR9hPl%%;jxOOE zw)vBmgSc}bFJP0O6K|A={^aqzK-;`j_6qL2kr%MZk6K!B5Y7wOZ`A+zV}!B9~BiY4p(*Wp~2t%3CI0UdeJUx;o;d4 zp5tb@Fn5^?^I=nrzs$3{>9UF4&6myWZnck5+q*c`URY$Nu|cAmqtHRc#`UUsr) zTg)|5cDW4C_96aqxrq}^(FScu<1SWygi-0b>_!_)RA4X96=4VJH$PX!UOqCZb(gEZ zvZu3jPt-QAg_p8(oDS0~TBB`i+k{PFR|9vs&cvPI!e#GbcB1bia{-U~36sA(m2@48 z1!Y-~#8F9<#kdlQ4++Y!D8wSNA|wWd!AMM$g-Bco3Sm@9k%6QVNyGy#SNHdlk+EP5 zeFP=JKH^JE4p0y3-7cUh`d>$XIWZy%qf%lZCXUDf*B=On-apV{`uV)43$0_3f$r-e zag>0g&M_#5#ZV$F;<-GOh>wYq(mxthhVzcI!FXg)l$DhA%9ZgpSIW~AXgl0`_@K+5 zcHy?g{|8#?5DlSSg|+9N#ZfcMi5#efBT504xWndmc~FVvT@Ey2MQID$P};+uupM6< zVF%uvVJAvg*oCsp$vL@j6;>3qQg|-Mb4B5~0?(D6qowJ(N#-2kc`9> zVPHZ?#0ByCXe=RVOV5^kLRQ2PAs7$S4k)4|hSAm~;0lh8#wMukSWt>2lCpqhL4&wV z+b}*HRD^L6ozN5eD2V~qsW+sp0j-G*|3nARHZv|#sE%FH;#OLn#&d;tx_wO#n(?YD z&0ptbFV86j4&u0|V^tHpepIN^_)NQ}xqcmsG#6#^;rZT07?nT&h2B#52MisrFpoEV ze5FR~p^cBP`WO?u-;@foRix$biAR)35Ckq_cfc635{!qi%6fzSqd_S+A`Ap&alg<9 zR-z~Hha`rSgfv0Br0%yUB;#RGQa6Y|_xj87ri7fgFhaKn2V|Av;|XbmJ=umtB{Uw+ zTL@&{EQ_Og8~7GHmUjeWF-AC4t>mrj*>B2QWHB}Gh zz?4xSCU;zm2gf2qL7><%CdS7)z>poI6UuNRzB{mUSBD%?#O3tVm_0Xh?t@o< ze&YQT%Ue3LTRQLd-GBMyf4=bdZ+!g5fBNpymYyZ=sf^{OGgsFz8<~lGu=(fB?>A@b zT2WV)t8c`uVx_kJN3Ulrf8}}x$XrOLGQ8;2{@)n2Gkw5~@RR(AY0@-eo;35^5Ob-f(za*`Dx0*UzEXuyTuwUDHtFA+xU^lPuSu&?rL~AwYfr{K zZPh4$(wTO4ac|xLPA-MEkzG-*_GH|nKI2(?N?X$|O-oFc6^*GiD7vT1^fAlR<xa}+gZqekLyPN2qN^hU3D zEF4ymzxlz0dBW_sq(+XDhy&FZR21VSrn(rvk>ms;2v@IajB)iUu^#C*FjgX#R74js z9bLp+@!$v)m9Fsy698zirbNu+H|Oma`+F{4=sux7boE?NAI|ii?)6uK*_5Cn(d?y0 zDmG9-!i6zl-aMKB!$N+8ailU-=k25@AsQs2ro1JZh{W@DS?M2v=95U``75P5>R$q8 z-XbLu;B<@`x+cBE0E{N(;k=biC2ye{6lpRRqbF%2YeA4@qER++y^x4_@^(@iSg({v z=h{LI>@ZILFDPzs|LowLyR(j6kD9hFI<^w;%{g-Jnp+c76B$dcs&?9zvF0jkZbhad z8FS9me(v!`ZG%_&RXEt&2|^&6gY&WfgK%gXuGC*8bD%GgTZ?J&b$kxEGhDML>ZPyC^8;ltRZctR}z0xEsDGu&?TZ`zlrfj-a<$e zG#sO4DS)r3a-ELRp$|3kX%siO$K{;Id+Y6~x95~Q-@pC+2kvbvHMO&QXZFq>m^m%i70W|*OK+MELfI&+aEdtYblC$gHco`9*CkK zy&(c7P1w;=v}H2(;AX8w-G{$ewGYo5;{_@9;ti3X-w|dU7PbU-{x{tdo-L!_tS+*Z zEwa=>>qt|C^ibu71CaZH&qR^B*Q(y4)+Bq_s@FC=<#^|MtZTXF*2$@p(|v!{`^1cz zwF^nc8e7OcShgQ>KeWwq8C!-MgxUVC<2{>UNKUt6+25gso{MWpCo9 zY-#hqf{iWO=4p%zMb!pHWlEb!ul8Bo0*t35`@e>osx->ECf(3@YE;6I~jMzf30tUD)?07KAl(p1suk8iH?^1L_ zy_De}tuUZ!PlkZI0xTv?li2I9X^fXmr?_``>^981w8_}B32p*w)tmAV(PBYJcwvpU z$}ph0FZm9?o$*257E25biBjGg76+0;syw0%R@Jvv9*sp5zb$V82szJ(VVnmg_{Vv^ zKW{I9W}GCGnjqbK}ZCiNlL3u~c?V0YH?V0I$?*}W58}FRBed5m9+h-RxEj6~!IHzrMe9pIF z{*A0Jko5#U_4wv2bAt~(TOZpw&qkFAi=`B8{BHa|yNu#A$CE_k-fY66@(OCytCV&u zwduyT{53zzgH^Ud-f@3p9_K&gdm&`>rIg6rz}lMvJJ`||3-&La2ZqErJSgc?$;e!P*gcSJ2^8s-?!{*%hnzGLZ*4XS(+r9)Zg78e*__Rvd${V_>Au;^Gnaq#QpWaaSV;L^q&4?Q~{oALEgdG&O7syB1|Gfy36dw1+X-JvDVq5o^a8{iyPtkp8Qb6AIoe7#(|0zx5qGHHP;2u*Yi`a{~4HbaxN ztg+Pv)OKc(b}dhzbMnj{|0MYp0=ee zS{M|o+fi7Zif@W<@pwh}Rf1CowgcS%3rtt9s~ditOC>A&33;^hhJjPza{+Y z)$oh#l$x|D1+LI6n|FA>H#i2S(=CJZQX(WGW=s)b3Tlx}KRz4@4GSVHcadq&LdaLO zG6to@$ZAJihj#TUYjpK$yO5CJB#b1+w1Dw*y$h|@2HJEaREt-CB|ihvEkd>6h{(f< zWDIdsQH^I0BCHlvbVQg~){0PqB5o1Hs|9jLjPN$*arS6$&++byeSt_EF$IR#e#0r! zAh7$eqKxkE=m;l5GQwgMObaBWAr>-Y!SW6{k(5Frh0p@S%1EpU?U8sW zmJEx1h=kh^u^UcEsfKu>V8F33g@9>#Y5kl|!+_Krptw(EoU9_gD8q zD05<*qQ$C3XvFz-C>qo%?08a=vF93K$Ym0?sqHTSuLft-t)Up`R_V(kKn2)&>yQ*2 zRC-eaAZcwQAcnP*w2n&2xR~lhL&QJFC=4E(&=3m0xO1v15=Y)50tXkgi|G4S2{xMt z*#$`!$@)`C8a0KLqr3wJ*d?s3r8w3a-wSx_-^qyZJ5-~%c?3+vw>r(LDzh1zP*F~@)zJ+_+1;h9i7V^UD=MV zPu^JSIG1&_XKd4sx#sz{$1V=W!5jC>Hs;nhJ>^Ulr}$|*qAbh4_N=dc;ZN`NE&AFY z`d(e}Hq7?U^e#3X{>1mt+w;UqEgw6$O7HZ<{R)9~<}13WbA97-{q}7A_JyH);l=vx zOZCTQtZ?!05ngwtchT2!zoLb8Fjt&hHQMWJv}1+QV1sNqlskO%)p?Sb%f zF!+k@RfCFb&@Oe*ZvJs4>(F+;qOCCK>M34ggCZ`)rbvVC%l*lbPnv1iQ*2mFRUKA` z!dDz$HS8c8wp$(cxH|0g`2C8Fxf4HMb-{Z#x>(ctpyud`r*5`#rgHJ6qq&#- z7^Z65V>9P{wXmQs?gadV?YY1{>b76)hA?_fQ_j;gKbZBjKQr?+0W_*85u4DBopvY} zicOS?NNBbjoLAkHfwNSw;|eCvI+!CSil&9lW8nX^sg%8s{G-KCV_J_%+qcFqJ{;$C4AaE)NPTNZ2WM|HB@mf@T z3!H56;+~bOdm{R7L9W0yXwkz5_HiwcfG58@bw^i8mq>U96~xgE1HcI671Ce2_$#56 zne+vKqD~SEPV5(s3d~!gIJ_z~+x7HjJH_q+ww*@RWUiqoB_dWeOz)7+&~q;p=cqVO z#cNbtpyDDGeN<4pUcaSedlJB@En6kZ)=`E`I8cz#I}hoPyABC~Kmb8V9rzyzjZ|B4 zH=t|uDAifVC$*`lUr>;tW?+CED4Oq~R8=y5EuI)hLSENiR^~6~&B(>)ZOBL>S1yq* zl8E063Q2kc&w1-Of;_TB&b;(pDy~p%Sv>S# z{HUsK`g=3=8C$L`u;>V694Myu%$?l+T zcZkRZ7jr2gb5~zCJm_CMLZN}CD-gmf8H9yfypyCc@}jy7H((o*89BgOKp?7Hbww#C zwCXbY;lvI?o;P^M8IBDX-i6nO*8q!wBVEZ@=&VfT7Ga(%n3Ofa7y77hiau+U0IwqKJ`Mb622?NA0H zfUsv30jFgkGAaEiBO50Kaj0elaiI~!2ie&U_Niqs&IWGLg)Q=R$ruh2w6wLb(;zK} zTLjhK2h{j>8KMcN5roh%4jmwTBFXLW#mJD~T==wE2ZdD3C{i%w_G}M}l!V0C`vn;X zfQIQ53eE2o3dAJh?P@J%jWp^2@{3v{9az`7iyeQ8Y++(teucGS{Rqt2U`RN3v1loJ z289;YacL2NgCZqGp_LXQEDi<{F7q?V9%lxfD8AOCt#95^TygX4fPErfOkbcrq_W5*WA0;1p`VUHYeXT^1637f>}QLJJt^v=k`QQ*!GMdV zFeeW|`vFlI7sa>^4p@&+Gi@<2-Qqb$hH!)gREC}aK^Zwpz3IJagCcUjBo2w!^(|^Q zAP^B~GZ2WL3-B0u=umWCp-sk_vg8OxgbxmPTZ;=6coH-gSAsYog5?Rq<;Sq(`v-MU zg{lEMnIdf8PX3@G1>+z>=CA>NI1$ID5fQ0vQ58+%#2WeSIDcjw*CE`KGB63s+aox7 zrjMaY34GAx1Y12ItH%C;xFH*gx)ri0eMH0&?RXrm3G>Xam=9A6Hd}e0}Y@<=XaaEj+%vgZBnM8D6SAmvKRjB1?C0>fmCTK=}qF z8E*DI^48CuojLoIGdnjRjptss>=v?aVcz@D-JJ7yXI(Qc@@?jn2c9kP1!t^}?Pv*C z(Nmi#SL3h6ibPjczX3kqPE{3|$y~IczyL(QJ}Q{~-%<&cfK)Ptue%j%ln^BwFR(zC zPFyckLM()&>K|2>=|rmYR1pQ91Jz3q8#rVplE7yiNt~eR6$p6nvl=zh$gb5-Dr^9; zHG@R^(1&G~pVNZiB~%~FU8zJtPc9lLN6xh#d-u z#S-I!7#Iq`sz#VfruYk_?!{wg1vxnYI~4kheTEV<#G88VjKqZ+FM|hQgs2P`06b@v zBG~`Dh32I)R+Qe6n4!3$W(z;hVA3@-VZ0^9=;;KC5==#jw_>JR75(uOQ-#n5OjZ8^ zrdq)Xnec3MCc0F$NoAs=1`}01biDFzHw`eskIpEphhjZT;k&RD~8*Sd&%P+dAXQ7D@+)&48|pq$r8pRhL4ED0W3D z;kW9FlJmdn!h9N5RpB+Pr+_rkgwuWIY5vdL&&>`!r5&YL1P}^BZPHb`MOtqWwkVYM zWEV~W7W$QO4cuf|{5xOQd$KHD_OoGEGVYV*FaBOgoteTmwA8%}P%^FchOj;DOaT~9J(k+bGDMvm^nFmLZF-w@#J`(% z7&sf0XVj$~+PWKc2K^Q0=15zA%BP+9FT;QNPk9;-Pxhbk|JIICTGJ+}c@5T19czXg z+IipB;1pqHoFolf8aP0Fp4v(MuDT4I;ZZq*>p?hu1>=iCKJu^_i*1iZt}!cF^@233 z9Y#}7H^ImD&Aa>0 zztMN{TyOuS?h6-t&h_TY`pL2ER}!%D@=hpw1*gsvaS4e~7=&;W*eSWZO_W2yQPDW5 zP;^i(M97f*^H;Ex#459rX+3s&6wx9=Ja49BsZ0aXLA!i~I5MhCXa)q3ULj2t zqO5v;f^CX=pn=qHYP}IAT4MkoBt7{rC~k01s=0FSihJE$%Llt3xLa0y>t<6ksri;A zU)!Rm?U8TebmeDd4Re?7mo+_V6qXy?vyJTw7nd4$E;qiCZG7e4v8Bc%Q)e^X(>td_ zzb~uKt=q7?&YxZ9Uuaocw<~jM#l3O9?!LPv=i5|BXT1KvxBH%JdEe>mzSF-w_F&)n ztmpirb?Y;yK66*m`PH9Q-|^k{-D$ktI3NCbZNs^OYWC(uC=TxTejgdKy1G6 zZp{f>mW3TzVFwxrozoRL9lJ|Qjh%}x_xwt}cW`NM&*Gk*#l}-JP6K=TKJCo;gk|5h ztZ&;w_XFRqyA#WMd$N0be%th5Z*SJqn`_+qL12Boj0>9b)iTvw** z8_!HTSE{|U%`?rJV=F*;Y-()I``!<7b?c|iG+Tz-24TMQ_T`19zis`n^=?nDbKkxF z+0Jep1nE4%KjZjq$fR)m#*_RE+4mb;e_>we{>b&KWA|KtckVZ#-!}bvINRB~xZ&Ki z>(gC(KlXk+@!y+1-F4vO5CCjEhE7jxoTqN3X7l{u{hIdNrY-Zz`wa`x?52G)r+y#U z{mZ_4`vGO^ucMz_%f519anr?Vwz#RO)Lh$=n@$X`J%d5Y*Np#X{{cnuF_KaTi;9c_ zQ_(4k5`t{8rjSda`MY;oaip$S6Ln)>IjkdVa0 znupKqUri`dQ28r`p(djs$#g%N1SAtdkc(ZB!9g`SBnrsI8&y0A>N zQY3D!<2B_q#El^}$^4Zm$d8|yRC0A2mTQ}{waxS6OSK&t7iz#hgHwYU^GaF8tvyqF zru*JI1b(P#$Q;X6H_pk~>dhJZ3Vxk(Y39;mB!s0dzlq z+;8sdJq{6%AH7g)vA;j>>ZcR@h}+@0yubf@$sjv|k2iaNKMn)*_e=Ei3W>r1%=4Fa z(G$#SPC7-!RVpar&RltkTo2~hNHpIMIdynCvd?~8#)_?Ylfx+9<(`;KR>w1k)4KlY z#&y=Fr+XaMj;CI`b^Wtyuk{H3wB3v^t{&bRc>0!UyY=PAZ}Hs0qkL|2%QJI}wf6A^ zbd~S>XnfYaF^RqZ#Yi(c%_}57pLgCL);FkI9kDwjQTj=-$%TLgf-~brb#))4yonZ$or9UUQlx~;Cs5O5!U)6u?+?g{+&tL5B zKYz5Zulqu8p1%madFdV0I_<@li>Ss2LO!wnv%&b9=LBdIGjMKH<8 zW7_IV#{qSp4oQEFI#3KJ-$nsh$Ma9hExhHKi{stD<0^m0IoY4N4#&?2nuc8Q-$AA?s|I+qdN0a>IsCwJ%M-%6{dLTG;isoga2Cd3P*wRiLct&9iMY zZHpUr-re;dJAc`EZ}Z=8`FP7OUskU&_n7s&!S4$|(pHQhpk=B3*W zf~jU})~ia5;;nc{whFMF^0?NOl}oA0&we=h+4cVI?$6AQQjB_WMX78)T$K;KK2qc( zIj3j3889X(a%=kZ?R(EX=iYPgJ+Jv)b+wZ~sT)6aCgM zrm9&Yu`{g(yUn-gc)*mtro3X+T{2Z8Isw+QWQ>TeyF_$Lbq_3M4BvNBsWz$9iyj!? z0GJIA%50|mSMl3tem9CWqW3N{)wI9{YLjEmO9GW8%HN1nUb!jpQfw|vg3z-snzEI0?0HFpBJ1xthhv35L8qe3K{l*D&{Q#c;es=_fvq6sP~$&=mP*Tk2* zuk`^8^jy2s6Hu>pZEw2PrC#g!R%1sXR2Ho+2M!<#^7*R(mWg8asYGFQ3;++xHOi_) zW)>Kgh-@>oizBidbT}b|Zh?^H{zN#@ zk3tgxTMWwzB9}L$FR`Gxf?+urfe}=QP!Dj$^CceukRt1@hK%q@>qFO}FNC7EzUXqN z-@bP|Gmsw2aZS$wg=`Uy9U64u{2f%5$uwDH6hzX?O!@p7-}qLEapFeE_YV`Y$g0eY zaf>Pt6{M^em7S?F>YH!lOo|MO*`R5>8S;~UjwmhzUuBFQ*bH`D-;01vs|mg{dU@jf z#qr>!;mOI-%j22@j;Dx{(QHB@0TR^M@pm-aG>y+DWX&Q=O2DEqvSy=_JR4CoCMx41 zd7h`$@Ybq>(~<(B*UzI&TcE8S9{C)A6e(7FQ|H#J_penS%2yxC-Y!%Jo)N|xNHax; z=fmoI)jz$yQu}GsYSYIp+2Pgw1%KB+JG!4(0OOA?PkQcy6FJULy+A4ik6Dm0mgjE) zSSAty-9u3CfX-n-6IkHk;IYDEgU1e!10K*Cs54610^Zf|cs_B1hVp_YurAaDYPG7- zIUzEO$1Zuo39IBMZ-!+)6cJ>ZhsvxBcUg(^QVB~cUwdAfhs%psQts17h0KcrQ^dM{ zX59LGRiZMtx(Qs9FPQN!$QP`}%xlbojA&)CZa7Xxgy?lqIF+n3C)8)O!6_ooQAMZ7 z%F!&d`f7@lg!F%6O50#0#luf|0F`WMCp7HDu@4c;9EY>DtLJv*h=*Vq4t{Bw^Neg| zN?#+m=)LgoNB(sHj1_-$I{Wth+Rv`+I*$r*zqVJ-M}R3kh(JGv|C@xNe{U;13M|Y$ zUAetFuDTC9Lo8M;Eig{r1nKUFT6D;XUu|D=6H+?h^ja_3oMLab)=N z?p)DQ;5nXWC<`Z;+1t(z02TA@d^DDA-&LZUJmvofPqf?y&!Zo`nq_w7i5I(cU(t5& z<$l8T+T@pIR(97&75w%n)7LBb-M-JPB+KgyxHs6Lp$*Fr0QQIQv=41CCpXxW@H(}@ zo*L3D0-Cru)!1-s!xoDx;F*O`IUB_R6r^U*PPv zkVT7XnSc|cvU3deD5kj=ttykWZJO`*0YlZtmqt|hT8sjCrDFJ6GJAo*2u8Fa$3;%% zR5F9}-Bxs-rYj)YRc;$kMs(;DU^ZfvUb88NQH5ETdJPAHc5La>@y)*ainTda>&J}f zQaK&kK4$*bX5hiB$qXvcZAG=Jtg*U9`*+~jDsUXCRdl2Al&z|*RHOS;POJv$H!8IT zdDU)kUbI)VnjyrZBX+=`L|b6I2gds=Fe}GH2vjO+#dsFW>h5rB!7CI0-IPT8Ve6JJ?Q0ew;m`WINyl0X_ z1OnLOuiueqBBC>uM7_@vxe3l8y(uT_!!dA$!pJHLQw+=T*dV{b@S3OO ztQ)Rjz(G+dQPdO^uP^-*1iJD^+e1-JQq;-;mY&4=5Z0X(&#@jeXs(Hcm?F%NQVQ3X z6T=}zbH)?k)8pD@%{Lxb&Tr0BN7J2s&0%u6}F$q*@oGe9dXdHNMRI`@_MVk=e zPXRy&u91^qk#rba&j66oF-JM-MfZT|d1$KinG9wp5Pt$~f69Xk1?l0S5|&@z&% zA1OBT+4|M}fZC&@zUU(LZ7bsEBM*InygN{=ZODjAE$K5wZ|zF`rw3LKH*z&^6n%{=)}<5a5wo)HZCN>o%~DHzn8!C*8l&PK5A4hC<}3XyV;Js1?@p!)7je`Mi-X(-E3&sh$I~`+enblzL&eNy zz^EM-VJtTZxJkGkKposdNFi-7eVP^W6OgpQDZ+KPMuizr{?=$XR(e6MO>W3{KJI@7rx|v>HH^WuI_Bw4qAWB z%jdm(nk%}znb-dEbkXh0C@aHDcRu%JCx3qRv#W*nqxr_8dH2!uSkdcGdvqPAdBTQC z)6Ja59MMQg8g9+EwNKZCntxlPv2uG{E+Nz;B7%aefXrg(CL|}dHnXK{v$vAaHb;~t zt$EE6@`9{L(FzoU-{v4ApXn=8uM{*L0kJ^}bU_XpBq0f7zbVLq0{duz4k`c&{Q=@} zsL?ftfms@C500E4J3l#rheHY7)U0~$3fvc2vl}aH*m+@gV?DOgGU!!gg;ytFr|)51 zLLdUrEQ!P%#pA58P(fWHW5%x170|rfP7PfIj3A%q0w-h69sp|x+l=h#}$8~L6$3OyILwD0Tu^z`cK!oJ=ut*r+>xBsl_=(~u1kII+vyRMj&A6j-~%m_stO~wnG?MR7kiOK7nwGz5IUiN zMXRnsYAZqun~J)MRV|=>I745&&ur#Q71M+ny^9ds&|1|x;{uY~%4T+yA&P0zb_`Hh z)oM8M6Qr}k2p@!iVUeqtBj`kZju8G-&Jm0#_e1UubBD}Z{+!%l0`}xHC!U(~M(Un7 zqX39a%kDq4l@hM-2Lfhg;ST~H9Q=wu9QvF(l|gX2g=jg97=&!4nUaJorTOnbDF7J6 zzZgtZ(36!Eq_gp1 ze}v%22y_|hS!vTRhb(x>r9Vag3Q$0e5cz!our`Ky>R}n~c@1Hle;`$VAOOApPWXQz zU0;*l$1Z>RaLWGJw?A`id2nek*Y^E_?*}S^~ yNOyeLbFU|Jwcu<|*`IMdQ}=X)A-;}6U1!Q$dMEfEb`T%|65zgpJHee4wNZ;ragnHna%u5GFEqsm$&|RL9ze;2$tv2Z zq$rmYL3ULHwq0$=RT)!pbr;=9Pbrhki7Qp<=}gb*0R*WCqm*gpv?nL&J~Kltm6X+I z`poaUZ^0u8+OBl}F;C*fd-vXV-@W(U`|aQN{#|Bf28SbOaR1qvcRB7q(uH!E<&%eN zdXBr!3EU7T@PclfpU@5IcskdQ>xcCCHH;f3j6+5_&opFWW#%C>`?U;N1fyUYw@zdX zWlY$HY^Y}x%;WZn%%RMQtf8z4$B={NS;n0c*+bdv+&Z2!;Tm#HxQE>AI%7O{B5x>f zB7Z2K=X9LUe7;TTXzJHj_z^E%4HfCQgPdUd7AM$!86RN;bPN@<+)U(VX>vJF zO>Qa6%|>pHCb#SyC%8V~hsp)_kVnWJsz6^X=X<60wW*M&_N8jeI{9jyYN24LMkpMr z6^e%HgyNxkp=8J_lnylrWkZd=2BADi{cjRHL(M|PP>Zk0*TQmI(RSNM@`H!keeLIc z+FnTKz8d8@Jhw%S+Apn9|D`n=zO+Wum)2-a)!1^@DwR4z+k~obaYLO#HPY?A_FnEP zH>w-M--}foH^M_qMy^v@k3og-OwJPerT`Y9oi=}4DA;hhn^6c zhMp9fhq^K114@fSJzI{yMIC>yuv2LL7C+R-)@mEpYCBp`R(rqDF?3MaHgrhn92#IX zwxh-lO^w4d`cdp<8sTN6IAguM%z1YOg98&6$9)sN$-qcpY--Xob=DJj#pgNZ3ycUO zff3KyDbe%POyCt1T^t#`Fmlf4_dM12l)oh-~%_e^MRm>5B3eS1q= zlc&93ySC@45j`;)QV`uta9razLJ|}I%!zpA2-AUqUr>GNI#=P z*WAjy9vk!f(Z@bfoDzd&-5$~R_31IuC#2?a%uEoxrFCX{WOB6iqBwQlHyZG_UYH!Y zGbbgM zPEU%y(W!HjV?m$rw6rLtL3mD2UYMM^JelgVyk9>zk$h1BjaO&)V1PnO{Yf2r+pqQzA>pr`pGM&UQtr7?NyD`E6S&BsJu*Unj;5? z2L}6(5BClB9Pb?%JeVv}vz|K9*WY*IL|?D6ryd)p1819eJ=Ozu1T!)`((%IVW2Z`IyUN?^!vQoVl554juINV=tc54M+SsG zp;>vR*g&O?lr&M&Oi2qRt&|W^lg#KD9{~`+%Ej|~u`U$~lOy9^i@1k6 zyqA)Fl<| zAv7PDdF(pr3rt^ZR!2mWleE&fCJ8w`&QhladEy9O&}OibA+i_z4g2;XsjsYm z{-w$n8@-jYbvUcTS)F%O!CPpEBOtEF-^1HTu7kP~_zPIg8O+y1Ir-0Ac|(FQ9N8;1RyX1wctjM=z()MGEah)Guq-#M-q5Y)W0htkijfM{g|h zbL~p`NiN_}&S$w)U9WYJKueoQ0F}-)vy|N#Cm%#r?q=g^=lB2yGk-sAcc?)F_Ce{Vi&>Z{jXLp|ii^em&3K zt~{}ned}vKzi@ls*M8U@t32_!pCxKnu|UV0+tI1#m+Q18qth!*z8vkpcr2Upj%b}yr0X=glR zThy?PA+vSsLERa5u#&+m^WVZsILCqh=gw<)5c*7qvX*dC+ z^$VY3{mNs>*zgo0%-O-7V*A3U*uL^p>|gMdHX)NerD;|#WL*FT+wu)%e&y#mHaw3A zTzOP}U5I}xM{v?J*?GYh>%sYzpO&qC8d~o*aDiOqiL>gu5^@*}#wrwC1lRz9)75gZ zS`}Zi2Hk+!>KY6Xuw#ditMvK}USKQnRbI>_S*>_J&&4K!uVwYf^fv$y0X-;WkaaMX9?XUtQ~zk2&te3bJWt zM3q1R51Rb$S+hT9*5Y^0TK!ppO0_2h8BD2b;8c^y&zNV;NUgILq?t2LZ+>ulFX+xu zuv!oTobmYs9vNbL1m8ulf#6v^5Cu@F%yLcpeL~Bq{HoaF2%Nd__mJiW1OyKN2#mzU zB!KEbmKL6y;ejT>5)Yp0XPg-r1_M}cf6@$6{Q?-Lq)9%Z=D-6mTnVJ|%7}khDhXB& zQx6sNkwTQ3I&b1;zXu7BNM7j!PG>Dy=ubFu!|pe~@o9eXnh_amCeE45pncMOdhp2L z@n;4Hy(aMx?qWoOI6!BIDLF#PNlK_Rn0vxEF?9)CJLn0I0KN$fYK@=Wq%CXLlu=vS zvJOodJwjWyO;g66+_L55lBV&gbLV_w(kS@OOrH}^Q!k0M5TBvsIjX83_f0ZZ9kLE0K#p~v zI0DfNU4g1fT@ekEx+20uxzdBL5osTIGm<80&59$`{!6TV689Lv3r|C~b8!m%7)GP4 zD0F+wKiodtF8_A0-wye@W4Obgfi|!<UddR{FPu);oS_rp!boq_?Ty*I3A;OCv0t@av4wi>S_;<8 zsQ4g*E9~K;hFn^>?uVSqxN||Duw{MsLd;eX@kLvojMYAwu$Qjbt7G=+$mu)w#(Vah zt4FUKjTW{oSKYDi`2TBVM^0$swxcTHtXOf@$DH*`xp$nc_ndjx?bqzl($3}4JI*fF z_qaUJ_!kZI7xo=%b(ow-9h}7$wUxxprIGC0=E{V_6UmM_s-l*vdscfivn*~ckF?*m zR^PK^UA14aM{}S2r1p+w;9gc$w7M&vwI^!XgQ?DPMf2*SnRT}_kK8Y-QXU|!zy_xqXrq66OQEykw)^*R-9JM!pYR*hJ+}d=_!r8MKfP2h0 zCwa(7CFYv()x>Lqha^TDKlSwEU~&zKD<&3G!*Qy&NG*U4l~{2}#?VcdJ(L`vq#p^| z?2>*+5aKmRQV>u<8i_-m?un}bTV8A&)e^)+%F^}2w~zpv=)}D#)+-(9 zEPx$UQ8xFbb@}rI9XA|Apet=CzhL^fcX_nVzsrALe-dK}zH$N#zbK(Yl8%aFXQr7H zog}i1#Zu5G#N`Ae2F{W|or$wq6)<7}aoX1eu_kK>@^-N7RMZSn)yPGFSrTEjh?mj9 z$Gqn;-vUHw1y^;n?__s>UsCU%K9e+yzKi1{qdvl+bgwvs+DW_iN&aUY)x#7d{!OjyviW4EJ)1uQy+7j_4!Ld^mh# zc=_b5s(8)*c+L|G=44*c;=!n`I%=qvxF@uu9)y4Bcz6fNdfB*@vvPt*&_l;z5Dd`r z7)dSw4WkLESui8D2o|JP!HP6P$Utf%z2A^sup`YBpzRyV5-Nl&wBZn-d|5sHzP z3MEL(gi@sCLK#wzP>!?$#7tE(>!|PC$mop1Y>!Ow9Cr$|(m2abNm+q`NAS+aeItIK zyfjp8iozljQK40!5aUj~x}r#_ADIqJH4BVf^9kM-4`Jrfkx91D#wPuNk;%XqgjI}K z8zotzv?8Y_eX^Fv?}M!T+%zeFps#^YeG+BfF4jP^rvbSAm4+sEJDn17Gm;ttEmWl@ zoll)P-{3hnb_s2=Mch0-b^#AMLxMr+!4ry#Xv9zQc@k(T4NQPM0BPAkl8F(I0Lj1h zcBPi2gOMvKbg7i-p~cMV4UTH}vmR@W{vH#Rh|BvJ{`L*s6rwLys%h7WYeAO z5Og2memdUZ#~}O~Ru(fDb6lnB(Un1}$#Js=T&ca8;Q+fP_ZI9scb;hR4aZ0FHMKJXVg2CW(|{h=(R*%UuMaPd ztv311Fr|v`)zR^3KVC6NDdXtW^dzL4B$1TlJ!XJ4Qos&y7 zy;x%0d37nGNIsO;pT1P!Nwhx0-P8>-`MFoeh*a?ka&PkDHT-Dgb7BbB!Kw}Om+lo6 z(p(my_B?m5an~*PpO^eeNxZRt!5|S;b+;{&UT{?1AgF7?AKRcLW2Ft6Zfnl!7~<6< z)qUTfjE)vBmTpkj1-zI6>7tP-1wmub5X5&VAyKJ#5s9B3N=rjp8TMgTS6Z^c;tiwI z7M9ScXbXXZv^cJ2UdjBR_YZ5Ld2M$s?b3_Vz5w+_RpSl}C#_&Gwck&2;xSZ2-}S)A zH+53anS7U8ReB2rH;Rdq!cs2U*x6KBIrWt!Ta1H z!RDPbT3dH?R;Q3Zny%vIgM?(0oSI*1Or2hI7?rl{uv%8BnOvpAVPD))9ks|5gm!Y( zK8s)2XJviN>8xAqk6GP5teq+@B|oj^L^~vw8epxo@&sgYG{6Fx8jB77Ov#h#d7PG4DsCN zg^V?w-dd4xx`{Um4}n?w^*u-a1CF;=+{-BncfQjSwR_g|xO~ji0qGF+lvLUN7NYQ}2U+@+jef*??uIvtxU@efcUzK=w! z1tD7oA_|~_^kb24+L4;VCYlt|qheB=?y%u~`=UMStj5^0cOzrPSs8OyMmpo*AA5g% z^ybm1a~DlS*XG@-E~q!q8jU~2EkIlbqaKLK`1CvmC<1vV)A0`qex2h31mM_l-m09X zenF4$N;}{v^n;Ah7hgpUAUxY}_tB$@2IU*bOB%WnXbTFlo_|H+WX*$^? z2TL}B3hlyeqiH054%29Je0NXGR+ez(FB~DrF?(e;+!Jxd9W^VC#+aiq?q~+#?*j zrzB-rGHbZ+Xy38E!BZ!tfo@tdS=dBpN2bRi0we)Wuyo^a*A?%e@fNNdZ>0K1EwRd7 z30LmIK*CY*1q+0vI1EbScjF=O7)xGiWa$=!fW?%0(V9h}LY!2q>+51s051^UmxPi3 z3};?L(z%g9O1d$3gMGtfPciT;{XlZnAoZr? zimNW>0wi1V#a*3Id*|kvS3#3P7p&Ww##wAkdY8~Ks30i?h~AK4wNCt(H2f^s4>8tU zqEt6+7A!l$p(CiZ6@HbWtD_a#j`4-mdee;q1UY07+L~O zU;`nAIt>VekOxHY;5U~r00lEC12{7O$XRB|^VK8_s!2UWphk0*;CDPBul7?oLZ{A@xpTFE$hcmd~zu6I2N@W+dN+i&! zY~!JsjYsN*Gljecv|#S|V52NlIRy!eXY4Fv5hVtb**>LMS;&AfT85T>glBAC9~Ov# z87kkzM<@j+Xq2Sn1|Q*YtvD)TjtW^`0(kn}*P@Q}>*Bw8oC;=TyYd3xxV(LSn_0!9(~0I5>gfjhjjhS%$64KTMhj)F*lp?3+MU<|0T6R5P) z$VUW~HB{EjHQiff25!y(!-*{!1rNED855W`vArCg!SM%3b!xy?YYw zg6oH_9SWb0^xbtgtQDgtYn7bSMMQJl0eR7aTaSG8`Gb6} z>?m zK;bI1lMV{=FiX;>GtdHL#0cn6urwg#;SJ_sdvLdb8T4#J`>F|-bRVSx8J@Ui4e8|6 zf(b^PGSxO`n9SL-mL*jS=5sv57dgr^(0gr=*dRKc<9OJh28zP&Ij<9R$=4Q9hYQN<9C^boL&Sq~ZM3*rdp)zkf}cBr6c3 zNMOc7VmcB;F%1oLG2$<&@Gd34pyVPF26wbDIf=|*VYYt3~c0b@;*1Z75xrNuCz4mO__s;M_|EG@Ph-qo}@|jz^Z#706 z`eUAc8ANBr9JNe%QxS7kL>iWS%O`*G?8ndEIvd~KcgLyJIudi#0p^B}-FA5s`Nb>w zO|kr@<*Zo#{zOIHhh;a)09ME26+Mfl)pgflQ=-TdE(n=c9qu~?^)W|%V&}eJ6z*U0 zg{$7LU#yR8|9)$u!;MN zT?IX@rgd@XD1a1$lO6~>#St%3Kbm20TkmOG$EkKXwfbSJ}C_x0;%Kb0~^Ne_2ewi%CUVfP#|H_omq_%{I%rMQ>_!J0q_zi(5 zV$Xc}Wzr=*kK10vZKQOB<rYVbi*csPSH3>3*c(7dFEF_4;IlX6LV(;9m|RQf{#IW1`F*N`wda$xJ^sJP)% z2s8IeVPmYYaj7Q`3#Xd9B=F_xnxYO#mBviH24Njx#(E)14$BZn(V7Avjch?CP10f% z{{}@#{z8(!#CG`0Y-vj5>Qxj4b2orSsmBrO>h^Y+mpE}*4uZ4}_kwwd0X9aDWI7ZUMEsf!cL* z`pKPSoj=(LxwBJg7vw_Iy8fuFYTCZ%t*g7a?;yTFkmx4SyE$DzB}&eNpxAf>@|2wO zs-3culOp@X{~ZjW#Dp3GBsXIRh%2zb8;_5$;OGG9!UxKvb8?&z`(Z@TOTGfKr-1Q% zg;JXO#Vn?qb(KVt*iz*gVC?HO~mn!;up9_>X?cvn+TP$<)V<;NbSH5Jf{)Q@!~m+N?z($^PGa;^f`D+lhP8N zl7}5(Wji7p?})Tg8;;boBm?Ml5e;S~jl4l7DD`0cGlG>pP=|?A<0PS)^Z*2UHlm3Z z$xe?^k2ITL^Y=(*zSVU#{<3cSIV&9z44dWv<8w!S1hD3k=H zM0_SQ#^A(EhDM{lq=B53n4~}?B3g`51tZzSU6d%(vy@>U^Y={>2_W=OiAggV07I0P zG(XdQVi10zBFGkwnQ|nvNrlln(9?aYPw_5tLQ=_w0RwQLO(??5pdBWu0jJ_UdQz!e zpjL*`3*8|9MrbwQk>^nADpgbM%EN~0>Ga?LTvZhT$e&QRt{{=|Mar%~{987xi;@Q< zQ}s%wCM36vCOJSU@3UJZudQBQF!|g zJAafLX};rZyXPnj*Zi>Lj-w^f)c#{KN!7=j_Wq(^U*zlI?Dz8*^S@shE!Y<_#tQbW z78G4GCb9@=WPxW;&?Q3MK(DwpN$fOhQQx8Z^i{Zc` zgENkshFd*q62jhaXj+4$mNe8U#07vvccp1xQkN0xWOt~D40n9(%kG#5ayto2H{!d2 zQnt$o$F6h?eJ9>MjYKx(90X)gx>X%n+H90GU?3c1w1#_jf>ANB9%~VJ+ZXpZpvqq% zt#B*7RLKpvGo8;@a#O#s_?4fF=Y7E(GRxoGgK6P0O}t2iGh^w!b_rGz;6Mb2V*@8o z5{&y-RQ?Z?EK?GtM4*H*^nXuhDg@QSo1|IRXG`K#y$EAEJ>cOc?wu?GHh~&QY-x@9 z|0@bNgBn->gaX%Rug%76RS8Gld)U*JiK4QVqUKmp^O6uR+7>b=Tty3mWGcXR4}_gZ zuN{rJWA0io`L2S6qX~ek=VP#TTVLdGFU-MeE@VyQxEFd7`6Yl6ne8Dxj1BITx5iwp z33vYW!`BXn{ogx|-I-fJ7qBkwzF}I@FLmEEMax_7y4%)lxC@RG?)-(r3SeCSBn>Rf zFS-8Owbvrs;`wz^XB~DrvuNlA&k(i9=5^XVqRQ;bko#@hR)n!aVDi`t*bNAxB9Lzr zh&k*G*m^QYU<-&@Erh^y(~**W<-=&b3i zE#4>8AyHs1_EJ2%YS&(6#v&@=t4QZ3H zn*j|@0fZlx*$ic8gNUub?oac6;3jB=c_HqCb-yb4#Jk!JX8jgP_Zx`l)kMEk(@8Tm{D&B!>AA+Wk0JDVYq1|E=Rop$YJZTuE~Sy%~YKjWwDl$0VJa`T*Ikk zaLI%MFX2KG3Sd_8kU1VqzqTf;P8JDi=S#I&mY}v~hU=h-)k8jN@EQljze6jGChb3k z&aKfEQHGEUT%_~ArQ|In>*WHu5OT<*UW$722e)k?pFjhSUP#Fa(%w{#E$#2b6G(87 zTLc%t%!&}tXbVOveEr9lZ(d&Ze>8im`{ptoZ-XO4&6c0R&kQ*XJAH%FMw7=663OoWOGOuSy@>4eNqy#7}+#!(uJ^G z2nRX;F|>`@!HBJysxTKaHWt$(n^;K+P}Ef&wO45;);EqG+-YIa0-9*tHVyI0+r zsBT!P?uk|RKv+`U$A4D6jpgi#RqvskeQRbz)&2*Z#ricqW-nXl4;{wSiac<@%lsM- ziEly4`<6vZBo{`O1Gtv-I&{nULk-L+<;*4Esd zGe2yJIy_N}XR|#E!EHt-{u(D=j$gLc3e6$#8K^j7?T<6O!;22WJ?B-*5f6|L=4Vp#4vXiNK;WXktF`s=<;#eLMKRJ^ zro?ltg6~r6Mc+j~CCzQ{Ol_?i6WVvCnqiPRX;XN{X>nX47mXSX&lS84*rhQAdb zCt_;6s(V#7y9+`VHVP>tZ3Flf0Ch3^S&d5|D?%U|H%O`^yRAz=+%BVJ=1axEvW(Cq zBZs7OL=a$F$Jcn6SYQW)YApn>zvzkGtaPQmu0JOrV7j1;K zsu>Jl7>-*?BPB6Q^Bu+XUyIj4NlKH}h7+wd!PZbm!S1l+zK)xK$^R36Bwb_}XIg&| zqANDpHIahmB#nrm4g5nOH*nWR0@0@ZvAQSX?kD4p?x>|(f}7gD;uhHHgTLO7L3-#}&>}fHD^L2KO3p86u!~lQIwn z0wD)fiH!%awX%qnFi@AlE4&og07Vz3Pee4;b>m{H-c8${(KG%bWk6VHHQo=OyYbu) zp8tiTJv98FGb$@V0AXx1FBbj$Kj9E(~m!G_b7d z^#fB;_IWliax12@jYm3R3;8LfN6B&tP1=S7CHn81Nw@$p?p`s7;>Y}c*ce*j7(w2f z!^0xc?ULwmh|V_bJPHyCPvG>6S1Nd!=A{<*zRo4etKR>{;x|^xcf`wg+%o*R^-ryo zHT&)?2qkCp8rE|&+mAO5gM)+OW88F;@0ZL?E2W;esS~8=5J|HkevcAH5Wh!f5lVhQ z$r2@hNXZ{i@~(<7wkH19)l>EQ=^Aptg7I$A~F@Ry@ek8M_`>493O>b{31lVBAh;RS)wF#zCH)KFH7+s~%WP z#{37)0%I@#a2HM=I`fTtA9fTOiy!Q2FjlQS%X1aphg`9-@?lqlvEt#ge6G>`pv7ct zd635&58&ZCW8MRc+=JZ@aVfnI*88CC;tYA5x19G+O$IX+CX`(w@?zhq?%wWG-82j8 zL2L;f4{61&_rFFAT0=TEKc#^iGHqE$k9(E2r6;gd5w{Ilw!G8uC3jkV8AG-$?^g9x z@Buf$1KjM(A|VO9zu_w`ScQ!D^zZ?%aEGr5zr~0cjcdV0sjra!32ybg*jFs% zvhqA3UnqDlbExF`!smIJXR zAT$b1LbK2!v1wvQ6 zSTCOpw=}=lpk#WVs1BCA^t`rwL#egpwf3ftw$7b%BB9Tqo%S>W@_OoP{9cK`8~Lpm%xsUOBFQh3r~@G8N}ETE*{BTi2$BrRr-A~DGXuHSQJdTd;! zcX7M#QmRZAZ6UldTy9d?Q*z8x0YR9RScLvz1SlSZ?1hoch?n`VX#&()5XpTMQgJEl zCE0fjOH-9J4l{0ugd*$X0TANVMmHpmxGW|4Hr@skqe3Q#zQc^2f`;64`GJWm@pUvB}#pz=l*Oc=*yMd z)UTk*73PdqE)^v0d}XSRa+Z>WYoCn%rJH5$JgtBYhj!+fTQJGd*a5d-xZr96iQ+B6 zYXu0D4m?jjqw{nYuF6dE+;iYU6zk|Jt{oiHWdve>4q`pXnEzOEFor`iv779`lUuY; z4%8_nn(-Qbq}tE^Q~Tnz42r*vrp4bu0>19MbWZywsT0qDO`;u_v{HalkwS)xRZ_Kg zlxkkL_-#60pro1zF7jDcRQQ0UW7vs4DD0&u4df!l2$-ZrDPzXojO#1HwzjtGA7St_<5k!2*}+myljsg6msQQw|I z!6w-Vqh5pA$K)6#YJiCAc*A}Hw?Sw26$3;Rvj7pf6el7>jtjAB%Zb{`)^tW_$H=I( zHs-92TwXTaaqdi%R)-8Q?#h6;d7<}HhwEN$VYoU1C+`~2;Mvtn*@@zk_jfGrcz0K* z_aF7hVcCC^U69BxBaPiV-v}8XmtB|z@9%A1soxi?-PJ~zb;qC8f71D0V=>(fpT|&b}w~f4QGW3ap?a1Q?V^2ry|;FdM@W zQn0FSS`a;ybRfZ6--e$-{MNGH%%ok5(UMu~kyz5M#bU|KbqFuXC~y^-B~22FgiN1> z>h~uz2u=GDRv$WBGh+SHcN3Bp=!+&mefX0$4YEyU_@}1DQ6J%2w*A)GbQ;iCLN5;| zkwSQbQ|U;jq#=2j0<2)2rc~v&sH0x$IhThPg-*BXDm!DOErPOlD z23zf`WfqFeuij?L;S4HCtN7dKm66$kxn`~D`XHFJeVCj;eKV_HyG4C9CMawFboyF& zSDKMc9!OtHP~(VFTmItTV3h0bgsDf`v90d~9Na80VbRT+<+lhz3-7Do%hn)_TV#|f z-E>KxE~Bi(ue@SD0^FxV>WepH5E~U+7T*~md1lf^Sj{J}i4mQj_|Q3oF9}or40Ryh&CXxRt|zlB_tG3w8Eno$9LG@Y zn~=Dah5d`RD+3D$AkZd5jW=fzk0I2RsA-72xOnPMjDKnl^{@5voHK7BbFG`_$|~P~ zVey5P(&kuc^U|4kX*-Ial#BOq6}6GfMZ?G2{|J^`&_4iImbcvJcz4TcX~p|Pi$m|f zwD{6e4@|vEcjCSstkp;DoTv8PS3`#qr8S{`(g9{HW{{OyWHw&V8S4HtzaUXu7HPO$ z+?1%P{qXdS)6vGgw|w!M-o^ezsV8#mc4>RUQ}LnkhA~>ZBktK5?*6pglkhhDIQM4m zl7G1`?(Mo^THR2isyb0!|KZ^qhd&&=F&N#}6R+-#@SE<7n4qeT6vXnqiHh2=35ppu z51Cw6cGwilEW4Lmypr1#%WYaZwY)8!yK|u*lmx3{<+5_FzVPM?>NPId%) zlQzwUV*?h^Bcu!>?x3zpLZ@y(>}p=Dg}E3>%QqYvds^&ge@@CI1`=9|69ubaCQDW2 zLvQeshXRwV)&`;^Z#3s@c2B``yEC(_v zNNuw9B_<$!|JU&tQVL~-s#kLAWB6~YPgK^fRPKsZ?z-iQRql(~%NGuYh7!)a+s>MB z_4|#BjZ5caj$H|NF_Bx5nz*|jz6bdQe_hm)>_3w1JqX&ZZGeBs>532YYn(0@sh%q+ zL^v|%ZX|ZEv?7S|P!4)Gj1u_^yuqzB8N^^K5FPA{`mWQySuM4q|I)f@yD+|jClprR zdtkRyw2F~o@-*z8h=}O(rj*en;%1YyK21$Yk&Tdi614$#8TE(-*>KEC_S>|Y)0C#Q zvNw#W%=jEpGZNik!V}E0V>mrkq7DjX&1u`PtZM^zs{Ke`-@0XeqV@|>GsO_3-g zeTh0JU-Is}wm}hS1Rr6cJlRr5(-Sz>%KXnS8kw&J9yGq@rQ3Ixu$Tj<0%@jp`%LxK(g(cFYw`BIqUNZ(IZ;&~GO*BOC!lIeWV?ZgOPhd*bDCBw>rj+&EhD_` zZ3hq$&=U+kR}k*n?OkfRrHi}wphcJtG~9MoCmP#A-3YLJ+g+c?CBM&HZ=#@(Mf|GS zzAVNIxqZ#z8qT%}>( z4_~PVDSkcH8^$3lId=9eTqHDvAngUm(as;4rnk|@<)d3+~tJ1f==X|obrg_ON` zVOoVdR;;??P$VD7)nZ;b7o42D^G;Ia##0anzmB35^SenM=p>#~8{k(%ylpJnNsB_# z&41>oj+`Pj@Ur12_K)qigt((8YU$ZLEb1h6>0ts1Ljd^Qcwl3uB?lx!jX8d@B>g0$ zLlETQu7DI$hNlDBg!)mEhQvpS;rj+=3c>@}Wy7w~wz0PWa;n8Gh!d#S$q-}@swFLo z-1@Q3Q~#Lv!ZMrox+LxzqBB(t!3+ZNe%S6M?~S~PG-Tv9W43*}l1jIE}opQfe;l~YsG)V|P5QSHO!x9#55ng(1QzH&Geyls~Q zaA|iDEeJNy{~JBna-g6e$dp@hcF>r^=s>MPTuZ@z)9p=lQG)h_0m?8qMkA~!>z4)Dy3_Y}*wsHrYi&=6+Pt})v-r@q-j+$#du z90fg{ZowM`$%|ZmCdAPr2AGA*V#;$*lfI76m#gb0>|1-lf+%@*NB=LqU)S$Vd>%C%B4}Eg`sA`Qs*1 zfZ`_ES$%~0+(Abv$@0|OaSNP?$NXpET8?nsU?ilEX^f0}G}k8PWiGcy_bH$oxDN{PNgndf|odb zRSrr|^h(o{l-;4+1F4#}3+ezMD!7Ok;1m!1j1PWw%+eg1J*|tm(#qr|G_l3tp)`eS zJAKE+;{yjX&Au(0>PXVa`jE6~x_K&TQPhXfwx1-fL2iR=idTrqHrvxss6xt#>AjrEib;sEouTNhjX9(u|~9lmsS8BYQhi1LLSE z67*&yR?>{`os3Vz-1KE?hFHBM?@KEunZ!LBRJ-w6#|V;9q+Xa==D^Zf0`o;+%J)i4 z`ED++V4?pW9PLaW*q17ogdbnHc|n5oWWVl&^9<;tqDV!|Rkf6P>ua(4{i|h_*AA}c zmqkWm`E{$6wTtG}%Bl}*ZqzK9f6%hrAFb>Pn?KDjTdk=4F!x4oWG-H@J#6~4xZ+-I z>#_-sgSC6Z2a~QM5Os_{tcV=G(M&!!6?hn87!|a^WIFQz50g%ieJ8ISr4G2mrneFE zNWSBan`{puV>!Hd`2E4f!KHn-w#6Fvf1-<*^o079YSk;1J7bkQZy7&1o7npVSj?(j z4>`W7oBtKZ=N{nK9P|{-3JE7R6C8xN7z`&}`Ia!82o9>X;rK|t-bxm&1gX_aB)nbv z@UWy$mXLfHEoclKlNn@7i|;z()1pC_%CV<1FVl;z#7!xb<;q`iRU=|l+*KR3*Am$r zyb_FB3OA3Ha2FfvS)6P+R#S>&dxO__s;4E5(vw9B?o!5Yls3|HwD3s}D(x6YZ{JgW zgT45E>vO|L`kp(viP(g8gg)>ifzY7(A>S5l_8d(JDO=PDxtCKDwby*+Laf9O8*Vf# z2`eoJVl4;auAZn}ra045D`f5U)g~o9!cK>XQi5V)Z6!lDgJv?AUXxj(ZK7E&(~eI+ z=5NuMD>jcA%0!}8R_vuQJ2;QKb~)ZPy>sOti3D2%WblgNrj3oRp%&7TV9d}zBegb^ zeeec-xsXWZG;)u0rvA!(pbI>y*fJz>VQz0WU}4ZXpbngHup+p-;aKMYR|)HDy(qc8 zrK2QNS4>8Em^2D_)i3~38~#iBS)g$pOHVt1_RvZ+$T1JZs$r1n-GW8OB##`8j~5x2 zlCzcgUoku&9VT+8fYj_8&B?4|-GfX>DDRR{)Y|ACM65UNWX!>Lshos`BB)CVtB9xR z><;DqpOpM95*E-=B>*G_zX8?ILseg`3JPUa`*&#J{V{GPQDM&2Jy-Tb^SyB!+haYk zmY&--xaD-jb13{Sd1jhn{kc-!5i9RlDc=<<-xV+Kf>(^S{>t%%o=_1&u7vAuJ1P>c z!bs6=S0hOh;f)>HcGq2pk5XCd$pOff$Z3HaK;g%Qw|2(cdtx~~>s)_i>Ek=c$yU1c zO7BAV!q?fi4?HnDzQ`2mj$FEHZz1F9*3Ixx<)Qx%3~9@)zX$6XI6ij7bDsp~?_jF7gv!OO!rrQ@Ot714%lZOuEP866x z<}MLFR**sp>IEah0)o2(PmYwtQ`mb35-Ge@3=E=6hi3$nhLa>$H}g3uViAN#4>qzAb=T9G0S}*Y-XnC0iR{VDOkQ5A5i}O^4w8-p3@=00jtV68)Ood$< zW}hD0hC0Y~LC!mUQDJWUQduY6{|Y5c{vv}7M$j_3rXFD%go$9shhfh4?8lm(qzVj`T_a0Oc4>z8WKrMUEib)@Lw=tfHjf=m=^j6 zhhvtORZsPbXM4=Eon%~Pi)7H0ld)g|P(j7 zCQ zYvoOP<*-e{$2dj6G0K|+tcOg%?XTL%ElreW+RidS4 z1!Hulu9UMNPCk<7dCm&cD+1nM*cOoeSbtAj->2pxz~&15zE)<0LQX}#vbb<2#fxC?&| z2}^6WE$U*y1mT6u<0XLJ`(nBQ3n+b!l;jn-NsiYB?1FY7oB(Dq;7iPUe2F>j=Ot6$ zg~mV%1p}6dUPP$zSv})-uwcYY$aAfby&9mlfNYn7Qp}lw3#o3}HU&#MY86Y%oC>I; zye2&L6vA4(fdxpo$vP;W#axN!C}C*gb({q=nUK!2Z=a{K#$WlEuMe8MOt{E`IsmYI zfLUf7P*M-?Rmnlw0`o?MC%}i^MEdxl_;pHH>m*NufQ^L-`%Aj>Wh9$5mq`a86U-#Z z_Mf#AY*GoP;lPw^;hzfnu%Y%HLMGHPSRuLd-|3?Ow1_z4%-ju`74(C~MPvBfyIC*} z%FDm*yXFfYi{~{!u2oPNZdlAjHpQ^AXYYp9PjT6e=|n;4`_@Hkq~iPb)ru;TnRya5 zoy*g)n!VwE)JT@sB)j(g$)%{b|AuMR+XQnR`Hrd&>u=OAbuV37+7qwbdADHK{X#Um zW<^gRQF9kA9A$(XK7ZXqlR>Lr>_&pGuQJ5UXw2V220kj;cd#3Bmt);eJw@?@MyV>( z7e7sB{{z*@7=Y~MRrUockthLiCnXH;Z>KXRC^h+Ec8ZuHHiTnx9RfR zl#ogp5!~^CKLzWH?Jx)L@Dp3FvZ2Z+V=_{2MI#1FWya}^kg^;fKi0Xdg=-D)?7kX& zGYFYa(+5q!^7pdK=70?GLytYn6m>NmF~~ zhc$Ox^{^9zL;3DRMRnxFjr>r5xZ~}^tL}Vy(IxaIizymeS*UwWXUHu}l$0XMX73`u zW<=%#1QIGtR8&egt(Btn`(<2KY53GiX-ljWZ0rgcSo|;TiD&jM=swNF$6Z!R+hV0{ z%bhFRdSm!s+8fX8BWl5MbVNl>g0`rTkuf z%aZsJ$d{<2I%cU^C5_y#9~E+?H9tHbEyfUa=%uG7Y)lrE!X78L?6IGaz)$xYdov9` z&&=+vH2=JUN4o9{m#Si`o?%sDPS2%{;{xvwyaYNB!jqyuZ1H_dKzNl^lIl~c08fe& zFP=o5G%OT=R@(eI<0J`X)3C@&s}#UebVJESD{R9-1b52kf|;Ed)2g2U95>WU+Zz@k zEsc4L+85I#Q6J6?-M}Tlx=t)k`QW6(#)QiSg8-%4k4zuQ^GJOT=ZiS&tv}5rNIv4czy$T|4dei$%} zAeZFdLEAzBRg%Dr9u>?|aS8hrfDuft|39MutOt2_EIc89y2>55)h^-NpN$BY7%e>% z&l!l?2k1-e`2OQtj!$jbipfif=l!FLN3U5|adLd|c)X-JWQ7w)!dZCTam^7iEbk3D z?mC}bbr!BTt7FdU$TPS0;$wApormz9AZF}Jz7{nxH*E6iuJPm$0c#i-=Q;B3!Lh=6 z%^I!Q_Oe@U@%M1=z_o$!NF;mN zeQP99-$Wr2TmDgx(to5X_bGYoCz-|1s*8Iq`kz~jz1imU{sm;dyrt}bj5g59#v>gq zwO*`_`!MAjk93ra0Qs~+Wg77kw!B~g9v8d zPk>lj>C!rQVE<#<4T`R?HvEsJn zvQKj2#l48{2bU%oo77OSBm@afxI9b7+pgy2x=(U%cfb%D$n;ZpA*8{XMPSgO!uv*| zxF#|iE!>XptvE|ooK-Pr6_fHhTRzJ#3hzLenBwMmK7Hl>g?RgcSpI>K;a&~C6!(J{ zz&QtRJ7qf#3`jlbZ4#J#_#Tq2)~95xA@EEpMN_`vkjr%>f7)V2ra^CHK!n-^SvDN3 zgshH@%mUf;eJiMH^I*_gkMM3}YUK@P;7pD#D;ClVCB{n}p?9V8?gwkFGV@|F6%z-; zv=EB?RxMvIzb&B_Qu13R0z@0Vp%-nX=g^w&45;=L-o31t8&S{A>T``jd zI;_uEs`tdJ_uyisdUw2f_y5%S7x`-l0zsz0y!9{)L#Z>R)U9JU!}l8Tp_aixM09IQ z7YG8RqAzJCQv!T+B3ZD}rw?@Osh&f9CzAX?(mvRItWV9zX3>tcSt8--q~qzn6DJ3b z52_U%Cr=+c)_sCVV%C(%q*!E1BQ{engOtosa)}c9I2(o0@Q+UgD2&GUs3P$QlELSH zqGwp?+viezU<0XeT8net57jxhKZ$pAnk?;?>D zgOWU+;k`_{WQgwf=`4i-87QDvxiMUYhk8i~iE91LNGM!|0pTj_oTniyz8_o+MjN`~ z<$I!rl2un}sN;GUzD8Kq{Yl6F()rWQxa-jT(ba;=u#Q|BqE$+E!J()jcQvnW{`hL1 zCv@ie`D^DR#qqpmT<4cW4enKES)@4TY?>c{+$!4zLObCqyKgq+ndS%A>^fJ){NXi= zuAp`PIJ^zYb}Wn05(vvm!>>i1Pz_Z@o{zfPQ@=Hl*P^a%_id&^6CMkBTXyUG!0N8O zEZRn+vHCvXpDQn#cO;&3bp8lJ`i24_`}{ycIYA$a@Hy^i0m2ZsEmud2cH+)NVI}={ zRYguka~cw^l0;rPrS8&1L3Kok<~Jttni3^D?iXjdO!G(9Je)NrwEF>q66QU8nztAa z^AFrL#`?8Eo-<|L*YOmmLyuDk`EZIyQmzG+rA(Y5#G5JW+rzI9(+g;%{9JGrIJ4KI z@RZb!-dH5xfip}FwPHxMO{aKurkoXHLCjb{Wi?d4kXovFV7D7vAC#DldmrQ&jYSW# ziqY_1E<2wFwtYXP`PGR7#}eHGi33k1@~RWN`|ju3=&d{`YC~TIz5wwy!{c6lsgm zNAD&;Co*SSDN=0)l?_uuh%{-K4nQEtR3oI^Wf2RcsEBMk!<#s86oJ37Qy7#xOLej- zDW-(E2$$mw?)>yUGW4;6@+&DJOe_9`&d3i%JVnWAO2#M|q=X0)*j9IT>`>x++t~#G z#u2~~@foUgfs%1bo}+{TgCEh^RU}DE-?OJqbPu2ClOkMQqJn=x$u}tZmz0cBLSK*9 z1bKW!dCQbUDfyU^f1re!hks6Ivy{9}$!{S^W~;!lf8b~zLB3@EGl%;6jt*}wC{V-z za&Q-nPP&D`2cQXtAq>=|yJ*`_FSf0%jS&TpEqf(T)cxYmPyzorKl!c$%JckvyPh}v z%EIyW|B=i5Yp&{-ob8uf)-O5hKbknc=|6DWW8C(?=F0v9hx3kAYtcgfinSt46x0l`GahuyD4+{Ja?(Ew?1f zWrJcUtBP_(Dhvxx#$C-(&Y8%s2#ME&*MgCzcz$b?bK?t$j-q+nT86<n92K~7^Uh9OWpR!ovOhn--{*M80Ujmre`=n$uR0o#WEF;w#<=(yT-r7N2EMBMh|yybz(!FN8WKFagi zYiD%aj&A-R^g4$w(cC`Y`|ZQ8AO5YQD~5uYp&;xEkH!s^k=~f0{sGlsop0@0X?Y^n z@jP09K}x0W0yh-DZeKnf5E zFuR~AqF~J?>I7`%im-hp*m#E2)N`W8Nl%&STyxjCnKa4Fb*A?RVW>xV&70~jzM1Af zMr0euy_w$U`xd(ZL0C?6Kc2*g-S^(UeLucGKJWA1{;k7N!y(iUJv%aRfa88fH(C&j z7n^+sj$7bDT!equ>YcwnWC*$q+-WXk zy2*viVdsa&VvdKUT99fDH|VL2EVTxyws51K+Qd@rNOhE@?qaF6NOhLg(9BX@NUaMu z>ov5Xt*s%0)~;}K*cv@nYO!_|ZiyKDyRDp69lLga2TJY^cSHxY5~bf0xGd%lmQuB= zvfMLTTIrW^ztIt@zsdRcM>v01$c?LRw9yiMxl~HKLi&M_M{B$G>+cCQ;HiVthP_&6Izb1@#pjkAFsG3W0B!_C>$7z zB*Ic~Odk3<%^>9rMC8O+_oG#A_q|VX?LuKEd>nN+j%BxfJ(S2Z#4-rFm|e^BIPcwNkP5y=;Vh7R3;k6=5Qn zxT*-zcqAs#%N3)XkQ7m##E42%yJ86hBC$v!5Wt8Fa(HY+5!m2b1A*bOpezRhGWFc+ zo&9{c{}nkb$^Fxl!Psy=rX?C4PRRY&V!`W?(O@Dj^aa`zNLoSL3lK`VJlL zmoeA96T#tY!O^hXKM|Se51?2Gr9v?jJ8PdTXzgD)ZFBiOh-jYxCa6|6=dz(ZT%T(|Pxq^uW5sacew#DQD?f8TdQPp-nu; z4Qm2IHx$^c3b<@LmZ=Vxwx!p}xw8X~xtC>B<`)VXxF)=8eQk%_@6V z3MVF|7@m_R!`_JcjN0^wthT;X_|ga52S%wLomMPby^;gB#hLa>4JakVF&f3WoiU|M(&0q2 zRw@N!s^vY&&6rc>Xsec2`o-*%0#^jBm+&eu&#;2Uckmd$i|lVNcZieuDFb;G9{(s^ z^*KHv`M$0`r^5+vP**+ZNg`g-l!K4Z(UVm)G!ld4$A-ftr8%x^7*v`xGZq{V|C-u4 zbV)HxUGX^;(?}#13QOglEE0oNA?waGP^zUXHzLI`A%#aGHv)-xAQX`lGa`DWB1UAo zw~Pm`g>fM(rtl3IQdy!QR|NRVm?BO|u)2zPWjYa-eHNzcQVZpq)LPlg6ce<6ax5Y3 zp&XIvy26jh7Tju9P&EZcc-~~4X26(#>_bv73d)}%f&r-Ic6k@x%)GhQ^klB-$$MAx zP0!8Q)24Z$V5>_%TWDxb4{o$^uEw-utC?%uweV`@)rHqGuPt}p_1*EUTw3dWF4z0q zk4*XA(|_a1Hw>i**HLIRGrADZ#Ft0%jlJp9>qTq-mCRR`o9?@P>#q6*TgH|>ec#oo zS+Urwz^7{mY&ChOP~cuRFMMsNiW> zIGs72J+m~lICS6B^GhR=A2=J*j`a1kr zd0?n*{*W|}`9m*z78=h5aHWQn0e4#Mz#I}yzRw`F<3|ywqdwKAuoUSilDD}N)v-5} zzg+k01YKnpBDnR&wzP1|R`Bdf3vXFjCx?83)Q3!|pQ6VpB6}(AqKI6MI%tFoB#KVs zkGZ9r+@`@GHmhYQXWK{>?F_eh7CGf3MF3HQhhbAlxXEc~&2PrNSaxs0JyslgzIECR z;APP|nf%YpI-T?~1OVFv<&(p)1bP2p3?@p$MY`EK=#?jjuX=+rOj#(H2zo~%W8pr) z2zc>`%xa6p6W&-{8V`<*O`{63Q;A405e|8;OnWB*(7Xh(4|=amCcF~t6cUgTWY1PY zkwIpT-tbOcjo_{0!5Cq*ZFoa9fP=&O%ww=fMwpz?(gt3g`?b9~_hGRf0B%0{Hfs}E z8nWF4wlF*lfvW=ms2UEA_mxa{aTw5jGWFWJzzai9#?Tu{c;i>DN8*#zgjreTV)@lE;KM%tIr546sDFFo|)wyINj=8bmp9$ z%a`)b1FMz;|38{+VbT;yhAUf)6&F&I`pUD9ZX;D%yf^3EyF8G0`c^GI*5V;wO@&cZ z%z;2CK1|LB0DU+fO9Ue^tn!EikO(GA&rw8UBn?nhVLxetB#JKJPksr}P3{-)IhKtY z&eJ@5{-IzN4+7_#8Ys16(}=4Ly4tX_G+yi}rr~PCR7^X-(tcs!MRlav8-`K29&|hG zMbdUV92RJ)u8F;0oHqIdr36E?E?%mxO8?g+&Oy_snI?J199s3PWUD57r?j^9>6za| z_bLUkJLl|P@#LL-tCqgvw3;fWRT{)|>inIftBP48*C|mH!ymIcH@SklY4-dB(L;H2DPPxJtqRuQ6P#VUg4UHnZU z7oOfVUFWM;bbFvWyW|mO|FwyNgC#`HmiA=ryz;c12$z=dvg!aqp#-l7ea6oPa1_HV zjwelh%&)^|khVy_jcD8ImzKsfx|{DJqSbFXo+_F36s>zWZKa7annrL5eRUfpOkNS9 zwu%JYZmZRRRatR%wUI&XdY#~ngdsw$WAPw{0EPotmRbCO!U5TuR5YuYA^yPxXd{za zuxz!m2d`wS6^sEnNs0MBYQI-?l`86M(nedI0v-3wqM%GjQOAAjjk~iW%VYNj@{Lau z4qW#%5;|XaDf80%r&k8=o&Av^-+3zU8PL(;wh^b^vJw9+Tr8BkNqtO_Q4CdGr_QTg zEFxTEsk_9M1jooleo*W#X@XqVUEuy;C^{)8R7a|t1Fhd>nSVf!s(xwRS$BJCZfech zk#lw|3wh_hRm(o6t=l>$;0e~b2e?4zbV!!s6MFZw}eP^CJP&6N_YXQk=M%ZOBD)Hpx>{ww!wJ%#$lxl<478`7r= zuH9>{y*bz3wU{(>vishrcBd9Tc#~Lxmvd`Z7Mk3 zYff*@>0NHjJG)mc-8-e>|E;J?o#>I|r@obow+Q?p?L)-Pr-Emx(jMO4?DX&JK-e2H?Epl{yLqai>Xi8`qSCz=r$wV0& zVx(yxwYW#?qvR-U6r_j>Eo%3SF=j7q7;MkM^4u8EwVd9ff@V-WXsa}e2)qM;At)oT z_Hk*NApr)**tlYm%`Es8Do%Dy)d?Dgl1d0{`rQ?SOo@Mra`J14*wEg7bMDRTOy1d> z7BJAalXJ;z=Y3~~$^z9g7HGo;#(2%SC+FO=jJ&S(<^wB7?(NPuKbJ9m+KjXnN51*! zys6OAo*uk)u0V{;BW8&Rg6%f3+NMm2UcAVCU>H&i(iM2FeRx*wGK1b_0xum$Rz>`M%;@PCamTZiDcV)sv9KapXM`Es1O;V(?I{jBs8Snf zc`jPTLeBAznglz<6t7WifdF7N?dD=1(x6zdKPXQ{uya{2UyDpkU=uieBN2|t*cg_f zuq2%-DZ_MiRwb#;V8r56;ZU--ij+!4W=ZZlF%}=j*7LJ{#o|9eWil-$Xj9SCklmg0 z?1yYN93y7vDR@k*KsuOd1}MRA3O$$c0A1{6pK+{hy;Tiig^qqJdEo$W6E@C znp(>giYD<5U89J1Otw9$t@ltuCVY&hZ5a&Kr@_6r-0w+C$;ISK_rL4?pf}%f?7zBC zXZQSv(?2@-pU%F0@+0@@yz|Ve<;<^eCD-85?>kPKEPo{+s;*u7D!Iz!LBfjm1QqE) zlOaum4AM2^eSrZTL{@28JjfPXedYYbzej;04rZu_IfU-Jy?1)^&c|0RkMC3+@^X9e zxA`?R`5ebXd8*6aHt%fs{dZD^QJy@o^cL_gDPKh>ZNZbd{S$tHhg2J?sh)Hd=~a{u z$ktE|F%NK;FF*;!lpq^ZA~xCFAw#w0TS`cYqdH>1Hd|GlN}04NU|VffOoLR99+DHU z2r0AnB+uPCn=-3?y!Dd6VO02Ax28etPjlZlPVqkD5QE(kF@HX@G=?9=I1!&v`3Mq9 z=^RCb@fA}LN*W7kJ55(8gJfS367f)65!uca+Y?YMAYxVgEe>CejD@P~Hd)x|5MY!Y z7FWyoE7UEM&-n+YweF^cr!!AyFX!DoX-mQ8UbS@;JZS zXXY)1#`d>s3+~o6clSr`?m}DV(uKtf^Dh*<-D}>%Iq%_zoVB4lD}3D1S?KCnJoBLI zz}*{nZrp45p>WTU?|L?Srr_CStf$clwl?^Iww?)??pJ^I%3ozEZOf81q6JmhPxWO`np5i^2-P%IN;!36dN z$CVoJ`&gimF_dl~U)}nkRZR)lG3d)?h~X9HswMJR5}6n_VTv8~BqGD(VVuhdl`WDU zqY_MiZ_-r-y9A--B#N%%PbNb~oS*@mpoO#8zLWa>)S9_HXKv44zi-}O*!@(_((+(8 z9A3*q!6?4KKdj-!{SQqwqVM4@UhI5m;>Epm+eo**hbDvA_RzwMeGg57_#*$%&WneB zVd5J0EZ5&{y3=%b_nqB&Pyg(NO`%>?S3s;S!)S&cH2bvqGLp6(_~HFV=2HzfE!u7l z?d9Mc8nIGl#!6WjD`jP@R1IULY>bt%vtvOHI47G@=Z{QmH`2+YH8A2{EwP+J(%lSp zX1smL$OPNKDUwLr3@~Xe*`UoqSTXXZ3B6CH)jSUS*vbz>FfUuh?o_imGlmdfTA!Cz z`vgAAX`qCDbOF|;O5LFLii0e*RWA{B=}p%!@CKbZi0w+y(t?GkN4qNhrVO-OQvO7O zh!Ga>#wxXIRt(SRyaVVg*en`W#l&bV+2@exS?LccqGg}-D&?Ak5-iX4uwop;R(XxO zAs(P>^VOhCOqXXK41$;b;PGQ4$LxFpDlR$TXTV7OJTOsSi%(S&K!g5@cu-L9dEXzL2*PWT{rhNUBiPb?eL| zffKnmp{qrdKzT(732bDlC|k6#q9|@PmYCoUPFFp;X7M+#c`ujHDM6eQ73sY1i~(mw zBl=lU)6k`#{|mxk(#^Og??@1=eCW7$pM?Kf;#6G1;g@2f&o13YCz#Tzo{c<&V!9H+ z`G$n_F6DiPQfgi#J$*rv;*8549mPo;F%-TsIm!%!)Qv)#787`442Z%6Ty^dP6=HL$8k)1Ug9@1&{O?Y8R>;1*XnFtnyMuQI zKiYMm(A4_gm8Frzk<84zutgNLi6sWmc^FklZ(68 znh)ig58dm`H$OFRg7b7WuG{NxpPxIw+T3?fxEK1%Yd^TQcJxf{=$ZTW7qKhH4&WF$ zhx?1lFrwwNEeGdm$0~^4)&8~#3m-?v=jf(OVWjpnx@h3-k#M|7OuDt{p z88F9hWvHgHkZQgf)P@rybHT!PC&nxQ&IP87#1Uc{$&5cHkgU9Ff!QqnF>bYKB~Z%d znJrf;CYCXX-klRm>--XlxP>a%Aymw8UBg0argg2ZGgsG1tZmcnnYo$l@4W9`{_3B# zE(TVCg`9oFfi=u0(y3KT>rQh=rjD7r^SJoJ0izNXq55!Xo>5zz8C9RhcA)7%$rmis zPNMQ;YxS-(g6CH#Ah#l7a;mKxtC|GBB2xK^ zP+G+8=$c}P#1-@NbjIz)msHfdgSa`4>XL2MJEk7t_+Ka?lU%60HRCFm`WE|EcI8_R z=bcZiTAtY1F@4s)h6l+>RdZ3*T@w>qVvBV*gDQ$aMM5E-oB$K)pVN!L%rQYOSvktz zPS2e}O0o*D&^W4pp(lC}(fp}mdTA+8E~4ygMD_@6I@IB`K~>J4Z~(Qa_!Y=+&}{>} zF@Py`;L(1z=#34JE|tWK2&3_?L~q2m;$IsMaP{L(0g6$&?bRVStn=O4~6N z;nCw+0{bC`M6})j8HgbR8|{DX81T2gP5r=zp0t3rFe9z*=-JA|nqa&%Oc9xDiBOi5 zrKse-jlobzdIM>oBiL32Gv+j*_{;(Dow;l2J-X**hB1M=DX8ZI$pj@ks#^km*=7Xh zl*xyGftq{_7e0`!&zyPRaMyIl^pR(O!R~tZ`GvvE;M@>CIdB4l|Iu_>Sg-TE(~vfi zFTOB$A=|lhVDSJ>f7yG|e4*C)?%w&(LNpV7r~ji`P~%Mt$1}&X!OU0I+&wurzE-&J zK2&fuV2w@Qdc(}Y&D3OSvWEx@WW%ej&h*IwYCb!6cK(|SQ<*6+g4Y+XFMl)NrlNrjT#vwrrlt3nNfrEBB?TH$eZD6Rg-BI zz(O^nrsL{ImSVD1=Ig6rZ?s2WRBCTz%j06rGX{pMtCeB+zbfTc!qseZ4j7eWkp*B> z6EG_H@vnm*yU6J%6$?$0jDo2qo!hqT>Pb5P z05vctJiiTGewk!ekwjogYb${0fQE^wa$hQ2#kiu_;(129FWLBK&1ISa0NPmv0Ln~(TDJ6=jn#Nw|@ni{g>&HoP;Ny`xTztnie~hzD25o&w z0q?23tHm;s|xK4LVK9#fOkVqDWP4%l>yn)xqYN_Hc>{zZ9rYeAeTBBI0y?`zCzAq!q2#fz$0zZ1S&WWJ z1OK79+ghm}>pJL-$8dn0K55e%E)j{EY=0#dyn>T(I95$tWeL2IHG!4gC*dHDLlbxP zP%&8~#jI8<(}6OTH46l!uOdex5tRsnv9BMb@8Qa4Qq0BXt6rOtX3Rjc#oPB$MkcUH zgRVJnIw!(DE_j;sQ>d7_rd~e`h+-O;4xo1zQug9Ps4o-cvss&F#IAuOC{q z4}DyR!)$qWo@Y9m@bjhRUUeCs=6M4U10V^qOG=9NZ}@N z!MyF)Pjy*ZYp7%SK zum9P>yrX}1@ME(BiV7`iX{>dwcyKwf@^ZfA@wDldv(WZf8ccWd$8}9v(>o|u z(iUGY8J3YreC3KW0+Nw>!m!pITw(J)K01o8YSa<5l=!C?i{^M8^~(%&1~}k!>-ktYqDe(u(UM`yyr#Ea-W5PFJa+ zYt<_#9yNC?EX!pjYENPlBZ3cr!mL^bDx@D!D{0=9nhWeRwM!Tqi9D+GA1R`VuGs(k z+;T#dtY@YFf?Tpv^2>-p2lD(s)^dFJ&p5{?ob?l~R*P#s;q0GquK&rk|2=ms#~piM zZAmw+SzB_}mh7>-wR6@4U}<&Cid!Zh-#Gum7Cr=O-1-`Cf9BHy32Z*ln9a=ps)-Sc1F;^=oPVK~S0joI2Qj(&gfx`7j|Y0tOM&es+M$C}Wb z6Pj0B4{nG?k71Q_ZPeI#>jriuyFal!jwbY-SQR|;7uOnmIs6w66uO>d2@9`hUe5`g z4-P$7%qK{k6Z#4k8xSRb7>lwx_pIZgsgbYWILy`UnHSew-ki&O$G!ZG{GLO3*Wp>m zrm2pv|7_zj&)J&*oyG3|X6eG1iQWH<&m^s$`PWy?ok-`c9}5;5OY7(C?9`9<38$Xn me(dWTsNsI{jCH_l{Hb8T^-oPaU7L+`U1J{b7=P;K5&v%@n6#z< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a87bab548aeb072e675369fb10f02e2d25b759a GIT binary patch literal 19594 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Ξ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 Rs6uMGa<1j?DSVUu{$EE#<5B=$tFzC=3 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