From c519eaf6288f2f231b96b791e4b8509618fb44b5 Mon Sep 17 00:00:00 2001 From: hasan Date: Wed, 24 Jan 2024 17:11:16 +0100 Subject: [PATCH] Python --- .../__pycache__/joueur.cpython-311.pyc" | Bin 0 -> 2354 bytes "1) \"PREMIERE CLASSE\"/joueur.py" | 40 + "1) \"PREMIERE CLASSE\"/main.py" | 13 + .../__pycache__/note.cpython-311.pyc" | Bin 0 -> 1157 bytes "2) \"CLASSE BLOC-NOTE\"/main.py" | 22 + "2) \"CLASSE BLOC-NOTE\"/note.py" | 21 + .../__pycache__/fish.cpython-311.pyc" | Bin 0 -> 973 bytes .../__pycache__/human.cpython-311.pyc" | Bin 0 -> 980 bytes .../__pycache__/life.cpython-311.pyc" | Bin 0 -> 837 bytes "3) \"HERITAGE\"/fish.py" | 10 + "3) \"HERITAGE\"/human.py" | 10 + "3) \"HERITAGE\"/life.py" | 8 + "3) \"HERITAGE\"/main.py" | 15 + "4) \"ALGO\"/divisible_par_3_et_13.py" | 16 + "4) \"ALGO\"/main.py" | 18 + "4) \"ALGO\"/max_entre_trois_nombres.py" | 18 + venv/bin/Activate.ps1 | 247 + venv/bin/activate | 69 + venv/bin/activate.csh | 26 + venv/bin/activate.fish | 69 + venv/bin/pip | 8 + venv/bin/pip3 | 8 + venv/bin/pip3.11 | 8 + venv/bin/python | 1 + venv/bin/python3 | 1 + venv/bin/python3.11 | 1 + .../site-packages/_distutils_hack/__init__.py | 222 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 11164 bytes .../__pycache__/override.cpython-311.pyc | Bin 0 -> 321 bytes .../site-packages/_distutils_hack/override.py | 1 + .../site-packages/distutils-precedence.pth | 1 + .../pip-23.0.1.dist-info/INSTALLER | 1 + .../pip-23.0.1.dist-info/LICENSE.txt | 20 + .../pip-23.0.1.dist-info/METADATA | 88 + .../site-packages/pip-23.0.1.dist-info/RECORD | 996 ++ .../pip-23.0.1.dist-info/REQUESTED | 0 .../site-packages/pip-23.0.1.dist-info/WHEEL | 5 + .../pip-23.0.1.dist-info/entry_points.txt | 4 + .../pip-23.0.1.dist-info/top_level.txt | 1 + .../python3.11/site-packages/pip/__init__.py | 13 + .../python3.11/site-packages/pip/__main__.py | 31 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 776 bytes .../pip/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 1085 bytes .../__pip-runner__.cpython-311.pyc | Bin 0 -> 2513 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 959 bytes .../__pycache__/build_env.cpython-311.pyc | Bin 0 -> 16079 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 14704 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 19235 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 38364 bytes .../__pycache__/main.cpython-311.pyc | Bin 0 -> 759 bytes .../__pycache__/pyproject.cpython-311.pyc | Bin 0 -> 5527 bytes .../self_outdated_check.cpython-311.pyc | Bin 0 -> 11329 bytes .../__pycache__/wheel_builder.cpython-311.pyc | Bin 0 -> 15999 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 293 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 294 bytes .../autocompletion.cpython-311.pyc | Bin 0 -> 10084 bytes .../__pycache__/base_command.cpython-311.pyc | Bin 0 -> 11082 bytes .../__pycache__/cmdoptions.cpython-311.pyc | Bin 0 -> 32981 bytes .../command_context.cpython-311.pyc | Bin 0 -> 2116 bytes .../cli/__pycache__/main.cpython-311.pyc | Bin 0 -> 2371 bytes .../__pycache__/main_parser.cpython-311.pyc | Bin 0 -> 5530 bytes .../cli/__pycache__/parser.cpython-311.pyc | Bin 0 -> 17031 bytes .../__pycache__/progress_bars.cpython-311.pyc | Bin 0 -> 3178 bytes .../__pycache__/req_command.cpython-311.pyc | Bin 0 -> 20143 bytes .../cli/__pycache__/spinners.cpython-311.pyc | Bin 0 -> 8843 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 382 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 216 + .../pip/_internal/cli/cmdoptions.py | 1055 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../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 | 502 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4462 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 10561 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 2312 bytes .../__pycache__/completion.cpython-311.pyc | Bin 0 -> 5474 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 14903 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 12011 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 7818 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 4163 bytes .../commands/__pycache__/hash.cpython-311.pyc | Bin 0 -> 3364 bytes .../commands/__pycache__/help.cpython-311.pyc | Bin 0 -> 1976 bytes .../__pycache__/index.cpython-311.pyc | Bin 0 -> 7799 bytes .../__pycache__/inspect.cpython-311.pyc | Bin 0 -> 4452 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 35381 bytes .../commands/__pycache__/list.cpython-311.pyc | Bin 0 -> 17513 bytes .../__pycache__/search.cpython-311.pyc | Bin 0 -> 8958 bytes .../commands/__pycache__/show.cpython-311.pyc | Bin 0 -> 11301 bytes .../__pycache__/uninstall.cpython-311.pyc | Bin 0 -> 5152 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 9958 bytes .../pip/_internal/commands/cache.py | 223 + .../pip/_internal/commands/check.py | 53 + .../pip/_internal/commands/completion.py | 126 + .../pip/_internal/commands/configuration.py | 282 + .../pip/_internal/commands/debug.py | 199 + .../pip/_internal/commands/download.py | 149 + .../pip/_internal/commands/freeze.py | 97 + .../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 | 873 ++ .../pip/_internal/commands/list.py | 367 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 203 + .../pip/_internal/configuration.py | 374 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1044 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 2416 bytes .../__pycache__/installed.cpython-311.pyc | Bin 0 -> 1553 bytes .../__pycache__/sdist.cpython-311.pyc | Bin 0 -> 8955 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 2147 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 | 747 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 248 bytes .../__pycache__/collector.cpython-311.pyc | Bin 0 -> 24554 bytes .../package_finder.cpython-311.pyc | Bin 0 -> 44226 bytes .../index/__pycache__/sources.cpython-311.pyc | Bin 0 -> 11030 bytes .../pip/_internal/index/collector.py | 505 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 18186 bytes .../__pycache__/_distutils.cpython-311.pyc | Bin 0 -> 7595 bytes .../__pycache__/_sysconfig.cpython-311.pyc | Bin 0 -> 8890 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 4011 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-311.pyc | Bin 0 -> 6419 bytes .../__pycache__/_json.cpython-311.pyc | Bin 0 -> 3573 bytes .../metadata/__pycache__/base.cpython-311.pyc | Bin 0 -> 38018 bytes .../__pycache__/pkg_resources.cpython-311.pyc | Bin 0 -> 16866 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 365 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 3572 bytes .../__pycache__/_dists.cpython-311.pyc | Bin 0 -> 14588 bytes .../__pycache__/_envs.cpython-311.pyc | Bin 0 -> 12426 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-311.pyc | Bin 0 -> 282 bytes .../__pycache__/candidate.cpython-311.pyc | Bin 0 -> 2101 bytes .../__pycache__/direct_url.cpython-311.pyc | Bin 0 -> 12264 bytes .../format_control.cpython-311.pyc | Bin 0 -> 4665 bytes .../models/__pycache__/index.cpython-311.pyc | Bin 0 -> 1907 bytes .../installation_report.cpython-311.pyc | Bin 0 -> 2621 bytes .../models/__pycache__/link.cpython-311.pyc | Bin 0 -> 26453 bytes .../models/__pycache__/scheme.cpython-311.pyc | Bin 0 -> 1273 bytes .../__pycache__/search_scope.cpython-311.pyc | Bin 0 -> 5836 bytes .../selection_prefs.cpython-311.pyc | Bin 0 -> 2004 bytes .../__pycache__/target_python.cpython-311.pyc | Bin 0 -> 4766 bytes .../models/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 6429 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 228 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 53 + .../pip/_internal/models/link.py | 524 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 133 + .../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-311.pyc | Bin 0 -> 270 bytes .../network/__pycache__/auth.cpython-311.pyc | Bin 0 -> 19074 bytes .../network/__pycache__/cache.cpython-311.pyc | Bin 0 -> 5193 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 9585 bytes .../__pycache__/lazy_wheel.cpython-311.pyc | Bin 0 -> 13031 bytes .../__pycache__/session.cpython-311.pyc | Bin 0 -> 21298 bytes .../network/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2419 bytes .../__pycache__/xmlrpc.cpython-311.pyc | Bin 0 -> 3198 bytes .../pip/_internal/network/auth.py | 446 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 518 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 208 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 6641 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 11604 bytes .../__pycache__/prepare.cpython-311.pyc | Bin 0 -> 26388 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 214 bytes .../__pycache__/build_tracker.cpython-311.pyc | Bin 0 -> 8137 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 2285 bytes .../metadata_editable.cpython-311.pyc | Bin 0 -> 2321 bytes .../metadata_legacy.cpython-311.pyc | Bin 0 -> 3721 bytes .../build/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 1951 bytes .../wheel_editable.cpython-311.pyc | Bin 0 -> 2395 bytes .../__pycache__/wheel_legacy.cpython-311.pyc | Bin 0 -> 4502 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 | 149 + .../pip/_internal/operations/freeze.py | 254 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 282 bytes .../editable_legacy.cpython-311.pyc | Bin 0 -> 2278 bytes .../__pycache__/legacy.cpython-311.pyc | Bin 0 -> 6118 bytes .../install/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 40004 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 120 + .../pip/_internal/operations/install/wheel.py | 738 ++ .../pip/_internal/operations/prepare.py | 667 ++ .../site-packages/pip/_internal/pyproject.py | 174 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4454 bytes .../__pycache__/constructors.cpython-311.pyc | Bin 0 -> 20713 bytes .../req/__pycache__/req_file.cpython-311.pyc | Bin 0 -> 22442 bytes .../__pycache__/req_install.cpython-311.pyc | Bin 0 -> 40354 bytes .../req/__pycache__/req_set.cpython-311.pyc | Bin 0 -> 6010 bytes .../__pycache__/req_uninstall.cpython-311.pyc | Bin 0 -> 37008 bytes .../pip/_internal/req/constructors.py | 501 + .../pip/_internal/req/req_file.py | 544 ++ .../pip/_internal/req/req_install.py | 946 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 640 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 208 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 1379 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 215 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 23801 bytes .../_internal/resolution/legacy/resolver.py | 600 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 219 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 9632 bytes .../__pycache__/candidates.cpython-311.pyc | Bin 0 -> 28842 bytes .../__pycache__/factory.cpython-311.pyc | Bin 0 -> 31986 bytes .../found_candidates.cpython-311.pyc | Bin 0 -> 6767 bytes .../__pycache__/provider.cpython-311.pyc | Bin 0 -> 11061 bytes .../__pycache__/reporter.cpython-311.pyc | Bin 0 -> 4664 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 11129 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 12316 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 556 ++ .../resolution/resolvelib/factory.py | 731 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 248 + .../resolution/resolvelib/reporter.py | 68 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 296 + .../pip/_internal/self_outdated_check.py | 242 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 203 bytes .../utils/__pycache__/_log.cpython-311.pyc | Bin 0 -> 2024 bytes .../utils/__pycache__/appdirs.cpython-311.pyc | Bin 0 -> 2562 bytes .../utils/__pycache__/compat.cpython-311.pyc | Bin 0 -> 2270 bytes .../compatibility_tags.cpython-311.pyc | Bin 0 -> 6762 bytes .../__pycache__/datetime.cpython-311.pyc | Bin 0 -> 720 bytes .../__pycache__/deprecation.cpython-311.pyc | Bin 0 -> 7093 bytes .../direct_url_helpers.cpython-311.pyc | Bin 0 -> 3726 bytes .../distutils_args.cpython-311.pyc | Bin 0 -> 1470 bytes .../__pycache__/egg_link.cpython-311.pyc | Bin 0 -> 3241 bytes .../__pycache__/encoding.cpython-311.pyc | Bin 0 -> 2326 bytes .../__pycache__/entrypoints.cpython-311.pyc | Bin 0 -> 4248 bytes .../__pycache__/filesystem.cpython-311.pyc | Bin 0 -> 8233 bytes .../__pycache__/filetypes.cpython-311.pyc | Bin 0 -> 1319 bytes .../utils/__pycache__/glibc.cpython-311.pyc | Bin 0 -> 2562 bytes .../utils/__pycache__/hashes.cpython-311.pyc | Bin 0 -> 8340 bytes .../inject_securetransport.cpython-311.pyc | Bin 0 -> 1337 bytes .../utils/__pycache__/logging.cpython-311.pyc | Bin 0 -> 15462 bytes .../utils/__pycache__/misc.cpython-311.pyc | Bin 0 -> 37704 bytes .../utils/__pycache__/models.cpython-311.pyc | Bin 0 -> 2943 bytes .../__pycache__/packaging.cpython-311.pyc | Bin 0 -> 2810 bytes .../setuptools_build.cpython-311.pyc | Bin 0 -> 6107 bytes .../__pycache__/subprocess.cpython-311.pyc | Bin 0 -> 9897 bytes .../__pycache__/temp_dir.cpython-311.pyc | Bin 0 -> 11424 bytes .../__pycache__/unpacking.cpython-311.pyc | Bin 0 -> 12899 bytes .../utils/__pycache__/urls.cpython-311.pyc | Bin 0 -> 2696 bytes .../__pycache__/virtualenv.cpython-311.pyc | Bin 0 -> 4943 bytes .../utils/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 7113 bytes .../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 | 188 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/distutils_args.py | 43 + .../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 | 144 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 763 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 195 + .../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-311.pyc | Bin 0 -> 638 bytes .../vcs/__pycache__/bazaar.cpython-311.pyc | Bin 0 -> 5863 bytes .../vcs/__pycache__/git.cpython-311.pyc | Bin 0 -> 21527 bytes .../vcs/__pycache__/mercurial.cpython-311.pyc | Bin 0 -> 8709 bytes .../__pycache__/subversion.cpython-311.pyc | Bin 0 -> 14606 bytes .../versioncontrol.cpython-311.pyc | Bin 0 -> 31875 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 | 382 + .../site-packages/pip/_vendor/__init__.py | 120 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 5616 bytes .../_vendor/__pycache__/six.cpython-311.pyc | Bin 0 -> 46418 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97448 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 845 bytes .../__pycache__/_cmd.cpython-311.pyc | Bin 0 -> 2700 bytes .../__pycache__/adapter.cpython-311.pyc | Bin 0 -> 5507 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 3781 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1138 bytes .../__pycache__/controller.cpython-311.pyc | Bin 0 -> 16453 bytes .../__pycache__/filewrapper.cpython-311.pyc | Bin 0 -> 4240 bytes .../__pycache__/heuristics.cpython-311.pyc | Bin 0 -> 6685 bytes .../__pycache__/serialize.cpython-311.pyc | Bin 0 -> 8400 bytes .../__pycache__/wrapper.cpython-311.pyc | Bin 0 -> 966 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-311.pyc | Bin 0 -> 420 bytes .../__pycache__/file_cache.cpython-311.pyc | Bin 0 -> 8403 bytes .../__pycache__/redis_cache.cpython-311.pyc | Bin 0 -> 2500 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-311.pyc | Bin 0 -> 345 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 746 bytes .../certifi/__pycache__/core.cpython-311.pyc | Bin 0 -> 3988 bytes .../pip/_vendor/certifi/cacert.pem | 4527 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 5077 bytes .../__pycache__/big5freq.cpython-311.pyc | Bin 0 -> 27207 bytes .../__pycache__/big5prober.cpython-311.pyc | Bin 0 -> 1682 bytes .../chardistribution.cpython-311.pyc | Bin 0 -> 11274 bytes .../charsetgroupprober.cpython-311.pyc | Bin 0 -> 4304 bytes .../__pycache__/charsetprober.cpython-311.pyc | Bin 0 -> 5550 bytes .../codingstatemachine.cpython-311.pyc | Bin 0 -> 4001 bytes .../codingstatemachinedict.cpython-311.pyc | Bin 0 -> 957 bytes .../__pycache__/cp949prober.cpython-311.pyc | Bin 0 -> 1691 bytes .../chardet/__pycache__/enums.cpython-311.pyc | Bin 0 -> 3392 bytes .../__pycache__/escprober.cpython-311.pyc | Bin 0 -> 4908 bytes .../chardet/__pycache__/escsm.cpython-311.pyc | Bin 0 -> 12647 bytes .../__pycache__/eucjpprober.cpython-311.pyc | Bin 0 -> 4734 bytes .../__pycache__/euckrfreq.cpython-311.pyc | Bin 0 -> 12090 bytes .../__pycache__/euckrprober.cpython-311.pyc | Bin 0 -> 1683 bytes .../__pycache__/euctwfreq.cpython-311.pyc | Bin 0 -> 27212 bytes .../__pycache__/euctwprober.cpython-311.pyc | Bin 0 -> 1683 bytes .../__pycache__/gb2312freq.cpython-311.pyc | Bin 0 -> 19134 bytes .../__pycache__/gb2312prober.cpython-311.pyc | Bin 0 -> 1698 bytes .../__pycache__/hebrewprober.cpython-311.pyc | Bin 0 -> 5687 bytes .../__pycache__/jisfreq.cpython-311.pyc | Bin 0 -> 22163 bytes .../__pycache__/johabfreq.cpython-311.pyc | Bin 0 -> 84667 bytes .../__pycache__/johabprober.cpython-311.pyc | Bin 0 -> 1689 bytes .../__pycache__/jpcntx.cpython-311.pyc | Bin 0 -> 40171 bytes .../langbulgarianmodel.cpython-311.pyc | Bin 0 -> 85841 bytes .../langgreekmodel.cpython-311.pyc | Bin 0 -> 79263 bytes .../langhebrewmodel.cpython-311.pyc | Bin 0 -> 80025 bytes .../langhungarianmodel.cpython-311.pyc | Bin 0 -> 85795 bytes .../langrussianmodel.cpython-311.pyc | Bin 0 -> 108742 bytes .../__pycache__/langthaimodel.cpython-311.pyc | Bin 0 -> 80203 bytes .../langturkishmodel.cpython-311.pyc | Bin 0 -> 80042 bytes .../__pycache__/latin1prober.cpython-311.pyc | Bin 0 -> 7338 bytes .../macromanprober.cpython-311.pyc | Bin 0 -> 7505 bytes .../mbcharsetprober.cpython-311.pyc | Bin 0 -> 4126 bytes .../mbcsgroupprober.cpython-311.pyc | Bin 0 -> 1996 bytes .../__pycache__/mbcssm.cpython-311.pyc | Bin 0 -> 31736 bytes .../__pycache__/resultdict.cpython-311.pyc | Bin 0 -> 775 bytes .../sbcharsetprober.cpython-311.pyc | Bin 0 -> 6401 bytes .../sbcsgroupprober.cpython-311.pyc | Bin 0 -> 2946 bytes .../__pycache__/sjisprober.cpython-311.pyc | Bin 0 -> 4839 bytes .../universaldetector.cpython-311.pyc | Bin 0 -> 12467 bytes .../__pycache__/utf1632prober.cpython-311.pyc | Bin 0 -> 10587 bytes .../__pycache__/utf8prober.cpython-311.pyc | Bin 0 -> 3474 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 510 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-311.pyc | Bin 0 -> 207 bytes .../__pycache__/chardetect.cpython-311.pyc | Bin 0 -> 4346 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-311.pyc | Bin 0 -> 212 bytes .../__pycache__/languages.cpython-311.pyc | Bin 0 -> 10812 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-311.pyc | Bin 0 -> 579 bytes .../colorama/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 4577 bytes .../__pycache__/ansitowin32.cpython-311.pyc | Bin 0 -> 16223 bytes .../__pycache__/initialise.cpython-311.pyc | Bin 0 -> 3940 bytes .../__pycache__/win32.cpython-311.pyc | Bin 0 -> 7928 bytes .../__pycache__/winterm.cpython-311.pyc | Bin 0 -> 9154 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-311.pyc | Bin 0 -> 210 bytes .../__pycache__/ansi_test.cpython-311.pyc | Bin 0 -> 5855 bytes .../ansitowin32_test.cpython-311.pyc | Bin 0 -> 21522 bytes .../initialise_test.cpython-311.pyc | Bin 0 -> 14149 bytes .../__pycache__/isatty_test.cpython-311.pyc | Bin 0 -> 6714 bytes .../tests/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2889 bytes .../__pycache__/winterm_test.cpython-311.pyc | Bin 0 -> 7242 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-311.pyc | Bin 0 -> 1448 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 52314 bytes .../__pycache__/database.cpython-311.pyc | Bin 0 -> 72102 bytes .../distlib/__pycache__/index.cpython-311.pyc | Bin 0 -> 26691 bytes .../__pycache__/locators.cpython-311.pyc | Bin 0 -> 65867 bytes .../__pycache__/manifest.cpython-311.pyc | Bin 0 -> 17034 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 8170 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 47118 bytes .../__pycache__/resources.cpython-311.pyc | Bin 0 -> 18997 bytes .../__pycache__/scripts.cpython-311.pyc | Bin 0 -> 21273 bytes .../distlib/__pycache__/util.cpython-311.pyc | Bin 0 -> 97452 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 34579 bytes .../distlib/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 60383 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/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../pip/_vendor/distlib/wheel.py | 1082 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1201 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 335 bytes .../distro/__pycache__/distro.cpython-311.pyc | Bin 0 -> 57734 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1102 bytes .../idna/__pycache__/codec.cpython-311.pyc | Bin 0 -> 5393 bytes .../idna/__pycache__/compat.cpython-311.pyc | Bin 0 -> 1019 bytes .../idna/__pycache__/core.cpython-311.pyc | Bin 0 -> 19454 bytes .../idna/__pycache__/idnadata.cpython-311.pyc | Bin 0 -> 38978 bytes .../__pycache__/intranges.cpython-311.pyc | Bin 0 -> 2987 bytes .../__pycache__/package_data.cpython-311.pyc | Bin 0 -> 222 bytes .../__pycache__/uts46data.cpython-311.pyc | Bin 0 -> 163202 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-311.pyc | Bin 0 -> 2081 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 2382 bytes .../msgpack/__pycache__/ext.cpython-311.pyc | Bin 0 -> 9168 bytes .../__pycache__/fallback.cpython-311.pyc | Bin 0 -> 47195 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-311.pyc | Bin 0 -> 646 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 567 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13233 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8001 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3689 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16529 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7644 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34367 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21352 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6687 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21879 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 | 3296 +++++++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 158235 bytes .../__pycache__/py31compat.cpython-311.pyc | Bin 0 -> 988 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/platformdirs/__init__.py | 342 + .../pip/_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12934 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2131 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6361 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7188 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4598 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11030 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 317 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9966 bytes .../pip/_vendor/platformdirs/android.py | 120 + .../pip/_vendor/platformdirs/api.py | 156 + .../pip/_vendor/platformdirs/macos.py | 64 + .../pip/_vendor/platformdirs/unix.py | 181 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 184 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3849 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 785 bytes .../__pycache__/cmdline.cpython-311.pyc | Bin 0 -> 30296 bytes .../__pycache__/console.cpython-311.pyc | Bin 0 -> 3048 bytes .../__pycache__/filter.cpython-311.pyc | Bin 0 -> 3509 bytes .../__pycache__/formatter.cpython-311.pyc | Bin 0 -> 3875 bytes .../__pycache__/lexer.cpython-311.pyc | Bin 0 -> 40403 bytes .../__pycache__/modeline.cpython-311.pyc | Bin 0 -> 1728 bytes .../__pycache__/plugin.cpython-311.pyc | Bin 0 -> 3741 bytes .../__pycache__/regexopt.cpython-311.pyc | Bin 0 -> 5035 bytes .../__pycache__/scanner.cpython-311.pyc | Bin 0 -> 4890 bytes .../__pycache__/sphinxext.cpython-311.pyc | Bin 0 -> 8321 bytes .../__pycache__/style.cpython-311.pyc | Bin 0 -> 7429 bytes .../__pycache__/token.cpython-311.pyc | Bin 0 -> 7469 bytes .../__pycache__/unistring.cpython-311.pyc | Bin 0 -> 33803 bytes .../pygments/__pycache__/util.cpython-311.pyc | Bin 0 -> 14596 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-311.pyc | Bin 0 -> 40109 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 143 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6875 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 4157 bytes .../__pycache__/bbcode.cpython-311.pyc | Bin 0 -> 4483 bytes .../__pycache__/groff.cpython-311.pyc | Bin 0 -> 7816 bytes .../__pycache__/html.cpython-311.pyc | Bin 0 -> 42601 bytes .../__pycache__/img.cpython-311.pyc | Bin 0 -> 28573 bytes .../__pycache__/irc.cpython-311.pyc | Bin 0 -> 7676 bytes .../__pycache__/latex.cpython-311.pyc | Bin 0 -> 21809 bytes .../__pycache__/other.cpython-311.pyc | Bin 0 -> 7637 bytes .../__pycache__/pangomarkup.cpython-311.pyc | Bin 0 -> 3181 bytes .../__pycache__/rtf.cpython-311.pyc | Bin 0 -> 6848 bytes .../__pycache__/svg.cpython-311.pyc | Bin 0 -> 9668 bytes .../__pycache__/terminal.cpython-311.pyc | Bin 0 -> 6047 bytes .../__pycache__/terminal256.cpython-311.pyc | Bin 0 -> 16413 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 | 179 + .../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 | 882 ++ .../pip/_vendor/pygments/lexers/__init__.py | 335 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 15152 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 62783 bytes .../lexers/__pycache__/python.cpython-311.pyc | Bin 0 -> 43984 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 541 ++ .../pip/_vendor/pygments/lexers/python.py | 1204 +++ .../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 | 155 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 97 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4462 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 308 + .../pip/_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8352 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8466 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14788 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277674 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12930 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53631 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36314 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19510 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15368 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14267 bytes .../pip/_vendor/pyparsing/actions.py | 207 + .../pip/_vendor/pyparsing/common.py | 424 + .../pip/_vendor/pyparsing/core.py | 5814 +++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28033 bytes .../pip/_vendor/pyparsing/exceptions.py | 267 + .../pip/_vendor/pyparsing/helpers.py | 1088 +++ .../pip/_vendor/pyparsing/results.py | 760 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 352 + .../pip/_vendor/pyparsing/util.py | 235 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 710 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 408 bytes .../__pycache__/_impl.cpython-311.pyc | Bin 0 -> 16674 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-311.pyc | Bin 0 -> 1170 bytes .../__pycache__/_in_process.cpython-311.pyc | Bin 0 -> 16492 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6454 bytes .../__pycache__/__version__.cpython-311.pyc | Bin 0 -> 591 bytes .../_internal_utils.cpython-311.pyc | Bin 0 -> 2088 bytes .../__pycache__/adapters.cpython-311.pyc | Bin 0 -> 24891 bytes .../requests/__pycache__/api.cpython-311.pyc | Bin 0 -> 7436 bytes .../requests/__pycache__/auth.cpython-311.pyc | Bin 0 -> 14635 bytes .../__pycache__/certs.cpython-311.pyc | Bin 0 -> 987 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1813 bytes .../__pycache__/cookies.cpython-311.pyc | Bin 0 -> 27115 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 8530 bytes .../requests/__pycache__/help.cpython-311.pyc | Bin 0 -> 4525 bytes .../__pycache__/hooks.cpython-311.pyc | Bin 0 -> 1255 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 38786 bytes .../__pycache__/packages.cpython-311.pyc | Bin 0 -> 835 bytes .../__pycache__/sessions.cpython-311.pyc | Bin 0 -> 29624 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 6242 bytes .../__pycache__/structures.cpython-311.pyc | Bin 0 -> 6227 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 40141 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 48 + .../pip/_vendor/requests/adapters.py | 584 ++ .../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 | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1086 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 758 bytes .../__pycache__/providers.cpython-311.pyc | Bin 0 -> 7077 bytes .../__pycache__/reporters.cpython-311.pyc | Bin 0 -> 2807 bytes .../__pycache__/resolvers.cpython-311.pyc | Bin 0 -> 25253 bytes .../__pycache__/structs.cpython-311.pyc | Bin 0 -> 11335 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 213 bytes .../collections_abc.cpython-311.pyc | Bin 0 -> 488 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 482 + .../pip/_vendor/resolvelib/structs.py | 165 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 7501 bytes .../rich/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 11579 bytes .../__pycache__/_cell_widths.cpython-311.pyc | Bin 0 -> 7840 bytes .../__pycache__/_emoji_codes.cpython-311.pyc | Bin 0 -> 208527 bytes .../_emoji_replace.cpython-311.pyc | Bin 0 -> 1939 bytes .../_export_format.cpython-311.pyc | Bin 0 -> 2344 bytes .../__pycache__/_extension.cpython-311.pyc | Bin 0 -> 640 bytes .../rich/__pycache__/_inspect.cpython-311.pyc | Bin 0 -> 14192 bytes .../__pycache__/_log_render.cpython-311.pyc | Bin 0 -> 4774 bytes .../rich/__pycache__/_loop.cpython-311.pyc | Bin 0 -> 2120 bytes .../__pycache__/_null_file.cpython-311.pyc | Bin 0 -> 4685 bytes .../__pycache__/_palettes.cpython-311.pyc | Bin 0 -> 5256 bytes .../rich/__pycache__/_pick.cpython-311.pyc | Bin 0 -> 801 bytes .../rich/__pycache__/_ratio.cpython-311.pyc | Bin 0 -> 7939 bytes .../__pycache__/_spinners.cpython-311.pyc | Bin 0 -> 13689 bytes .../rich/__pycache__/_stack.cpython-311.pyc | Bin 0 -> 1135 bytes .../rich/__pycache__/_timer.cpython-311.pyc | Bin 0 -> 988 bytes .../_win32_console.cpython-311.pyc | Bin 0 -> 30176 bytes .../rich/__pycache__/_windows.cpython-311.pyc | Bin 0 -> 2835 bytes .../_windows_renderer.cpython-311.pyc | Bin 0 -> 4026 bytes .../rich/__pycache__/_wrap.cpython-311.pyc | Bin 0 -> 2791 bytes .../rich/__pycache__/abc.cpython-311.pyc | Bin 0 -> 1932 bytes .../rich/__pycache__/align.cpython-311.pyc | Bin 0 -> 13481 bytes .../rich/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 10457 bytes .../rich/__pycache__/bar.cpython-311.pyc | Bin 0 -> 4554 bytes .../rich/__pycache__/box.cpython-311.pyc | Bin 0 -> 12996 bytes .../rich/__pycache__/cells.cpython-311.pyc | Bin 0 -> 6446 bytes .../rich/__pycache__/color.cpython-311.pyc | Bin 0 -> 27577 bytes .../__pycache__/color_triplet.cpython-311.pyc | Bin 0 -> 1880 bytes .../rich/__pycache__/columns.cpython-311.pyc | Bin 0 -> 10651 bytes .../rich/__pycache__/console.cpython-311.pyc | Bin 0 -> 123167 bytes .../__pycache__/constrain.cpython-311.pyc | Bin 0 -> 2472 bytes .../__pycache__/containers.cpython-311.pyc | Bin 0 -> 10813 bytes .../rich/__pycache__/control.cpython-311.pyc | Bin 0 -> 11904 bytes .../default_styles.cpython-311.pyc | Bin 0 -> 12504 bytes .../rich/__pycache__/diagnose.cpython-311.pyc | Bin 0 -> 1827 bytes .../rich/__pycache__/emoji.cpython-311.pyc | Bin 0 -> 4805 bytes .../rich/__pycache__/errors.cpython-311.pyc | Bin 0 -> 2336 bytes .../__pycache__/file_proxy.cpython-311.pyc | Bin 0 -> 3784 bytes .../rich/__pycache__/filesize.cpython-311.pyc | Bin 0 -> 3308 bytes .../__pycache__/highlighter.cpython-311.pyc | Bin 0 -> 10995 bytes .../rich/__pycache__/json.cpython-311.pyc | Bin 0 -> 6688 bytes .../rich/__pycache__/jupyter.cpython-311.pyc | Bin 0 -> 6411 bytes .../rich/__pycache__/layout.cpython-311.pyc | Bin 0 -> 23318 bytes .../rich/__pycache__/live.cpython-311.pyc | Bin 0 -> 21139 bytes .../__pycache__/live_render.cpython-311.pyc | Bin 0 -> 5152 bytes .../rich/__pycache__/logging.cpython-311.pyc | Bin 0 -> 14523 bytes .../rich/__pycache__/markup.cpython-311.pyc | Bin 0 -> 10445 bytes .../rich/__pycache__/measure.cpython-311.pyc | Bin 0 -> 7278 bytes .../rich/__pycache__/padding.cpython-311.pyc | Bin 0 -> 7494 bytes .../rich/__pycache__/pager.cpython-311.pyc | Bin 0 -> 2252 bytes .../rich/__pycache__/palette.cpython-311.pyc | Bin 0 -> 5985 bytes .../rich/__pycache__/panel.cpython-311.pyc | Bin 0 -> 12741 bytes .../rich/__pycache__/pretty.cpython-311.pyc | Bin 0 -> 44834 bytes .../rich/__pycache__/progress.cpython-311.pyc | Bin 0 -> 82713 bytes .../__pycache__/progress_bar.cpython-311.pyc | Bin 0 -> 11019 bytes .../rich/__pycache__/prompt.cpython-311.pyc | Bin 0 -> 16385 bytes .../rich/__pycache__/protocol.cpython-311.pyc | Bin 0 -> 2103 bytes .../rich/__pycache__/region.cpython-311.pyc | Bin 0 -> 666 bytes .../rich/__pycache__/repr.cpython-311.pyc | Bin 0 -> 7665 bytes .../rich/__pycache__/rule.cpython-311.pyc | Bin 0 -> 7704 bytes .../rich/__pycache__/scope.cpython-311.pyc | Bin 0 -> 4358 bytes .../rich/__pycache__/screen.cpython-311.pyc | Bin 0 -> 2781 bytes .../rich/__pycache__/segment.cpython-311.pyc | Bin 0 -> 31548 bytes .../rich/__pycache__/spinner.cpython-311.pyc | Bin 0 -> 6897 bytes .../rich/__pycache__/status.cpython-311.pyc | Bin 0 -> 6765 bytes .../rich/__pycache__/style.cpython-311.pyc | Bin 0 -> 34338 bytes .../rich/__pycache__/styled.cpython-311.pyc | Bin 0 -> 2446 bytes .../rich/__pycache__/syntax.cpython-311.pyc | Bin 0 -> 42540 bytes .../rich/__pycache__/table.cpython-311.pyc | Bin 0 -> 48807 bytes .../terminal_theme.cpython-311.pyc | Bin 0 -> 3712 bytes .../rich/__pycache__/text.cpython-311.pyc | Bin 0 -> 65223 bytes .../rich/__pycache__/theme.cpython-311.pyc | Bin 0 -> 7150 bytes .../rich/__pycache__/themes.cpython-311.pyc | Bin 0 -> 362 bytes .../__pycache__/traceback.cpython-311.pyc | Bin 0 -> 31676 bytes .../rich/__pycache__/tree.cpython-311.pyc | Bin 0 -> 12533 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 | 78 + .../pip/_vendor/rich/_extension.py | 10 + .../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 | 83 + .../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 | 237 + .../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 | 618 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2612 +++++ .../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 | 188 + .../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 | 54 + .../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 | 373 + .../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 | 1029 ++ .../pip/_vendor/rich/progress.py | 1707 ++++ .../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 | 134 + .../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 | 136 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 773 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 945 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1311 +++ .../site-packages/pip/_vendor/rich/theme.py | 112 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 677 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 519 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 27800 bytes .../__pycache__/_asyncio.cpython-311.pyc | Bin 0 -> 4807 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 2072 bytes .../__pycache__/after.cpython-311.pyc | Bin 0 -> 1699 bytes .../__pycache__/before.cpython-311.pyc | Bin 0 -> 1533 bytes .../__pycache__/before_sleep.cpython-311.pyc | Bin 0 -> 2110 bytes .../tenacity/__pycache__/nap.cpython-311.pyc | Bin 0 -> 1572 bytes .../__pycache__/retry.cpython-311.pyc | Bin 0 -> 15046 bytes .../tenacity/__pycache__/stop.cpython-311.pyc | Bin 0 -> 5900 bytes .../__pycache__/tornadoweb.cpython-311.pyc | Bin 0 -> 2918 bytes .../tenacity/__pycache__/wait.cpython-311.pyc | Bin 0 -> 13372 bytes .../pip/_vendor/tenacity/_asyncio.py | 92 + .../pip/_vendor/tenacity/_utils.py | 68 + .../pip/_vendor/tenacity/after.py | 46 + .../pip/_vendor/tenacity/before.py | 41 + .../pip/_vendor/tenacity/before_sleep.py | 58 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 240 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 232 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 417 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30856 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4496 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 409 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 | 2209 +++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3715 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 18303 bytes .../__pycache__/_version.cpython-311.pyc | Bin 0 -> 225 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 21899 bytes .../connectionpool.cpython-311.pyc | Bin 0 -> 37642 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 16129 bytes .../__pycache__/fields.cpython-311.pyc | Bin 0 -> 11422 bytes .../__pycache__/filepost.cpython-311.pyc | Bin 0 -> 4503 bytes .../__pycache__/poolmanager.cpython-311.pyc | Bin 0 -> 21826 bytes .../__pycache__/request.cpython-311.pyc | Bin 0 -> 6666 bytes .../__pycache__/response.cpython-311.pyc | Bin 0 -> 36549 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 567 ++ .../pip/_vendor/urllib3/connectionpool.py | 1110 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 211 bytes .../_appengine_environ.cpython-311.pyc | Bin 0 -> 1950 bytes .../__pycache__/appengine.cpython-311.pyc | Bin 0 -> 12157 bytes .../__pycache__/ntlmpool.cpython-311.pyc | Bin 0 -> 6234 bytes .../__pycache__/pyopenssl.cpython-311.pyc | Bin 0 -> 25743 bytes .../securetransport.cpython-311.pyc | Bin 0 -> 36850 bytes .../contrib/__pycache__/socks.cpython-311.pyc | Bin 0 -> 8095 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 228 bytes .../__pycache__/bindings.cpython-311.pyc | Bin 0 -> 16975 bytes .../__pycache__/low_level.cpython-311.pyc | Bin 0 -> 15612 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-311.pyc | Bin 0 -> 212 bytes .../packages/__pycache__/six.cpython-311.pyc | Bin 0 -> 46454 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 222 bytes .../__pycache__/makefile.cpython-311.pyc | Bin 0 -> 1969 bytes .../urllib3/packages/backports/makefile.py | 51 + .../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-311.pyc | Bin 0 -> 1414 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 5141 bytes .../util/__pycache__/proxy.cpython-311.pyc | Bin 0 -> 1723 bytes .../util/__pycache__/queue.cpython-311.pyc | Bin 0 -> 1506 bytes .../util/__pycache__/request.cpython-311.pyc | Bin 0 -> 4626 bytes .../util/__pycache__/response.cpython-311.pyc | Bin 0 -> 3495 bytes .../util/__pycache__/retry.cpython-311.pyc | Bin 0 -> 22763 bytes .../util/__pycache__/ssl_.cpython-311.pyc | Bin 0 -> 16826 bytes .../ssl_match_hostname.cpython-311.pyc | Bin 0 -> 5805 bytes .../__pycache__/ssltransport.cpython-311.pyc | Bin 0 -> 11634 bytes .../util/__pycache__/timeout.cpython-311.pyc | Bin 0 -> 11042 bytes .../util/__pycache__/url.cpython-311.pyc | Bin 0 -> 17566 bytes .../util/__pycache__/wait.cpython-311.pyc | Bin 0 -> 5008 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 | 268 + .../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-311.pyc | Bin 0 -> 12888 bytes .../__pycache__/labels.cpython-311.pyc | Bin 0 -> 7288 bytes .../__pycache__/mklabels.cpython-311.pyc | Bin 0 -> 3216 bytes .../__pycache__/tests.cpython-311.pyc | Bin 0 -> 11194 bytes .../x_user_defined.cpython-311.pyc | Bin 0 -> 3568 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.11/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3282 +++++++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 156119 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 205 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97422 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 15998 bytes .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 839 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10756 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4283 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5568 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1401 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6499 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7500 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8374 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6396 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 104 + .../_vendor/importlib_resources/_compat.py | 98 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 121 + .../_vendor/importlib_resources/abc.py | 137 + .../_vendor/importlib_resources/readers.py | 122 + .../_vendor/importlib_resources/simple.py | 116 + .../pkg_resources/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 212 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10987 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20298 bytes .../pkg_resources/_vendor/jaraco/context.py | 253 + .../pkg_resources/_vendor/jaraco/functools.py | 525 + .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 26615 bytes .../_vendor/more_itertools/__init__.py | 6 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 384 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 169506 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 33526 bytes .../_vendor/more_itertools/more.py | 4346 +++++++++ .../_vendor/more_itertools/recipes.py | 841 ++ .../_vendor/packaging/__about__.py | 26 + .../_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-311.pyc | Bin 0 -> 656 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 577 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13243 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8011 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3699 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16548 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7663 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34377 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21362 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6697 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21889 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 61 + .../_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 802 ++ .../pkg_resources/_vendor/packaging/tags.py | 487 + .../pkg_resources/_vendor/packaging/utils.py | 136 + .../_vendor/packaging/version.py | 504 + .../_vendor/platformdirs/__init__.py | 342 + .../_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12837 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2129 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6371 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7198 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4608 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11040 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 327 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9976 bytes .../_vendor/platformdirs/android.py | 120 + .../pkg_resources/_vendor/platformdirs/api.py | 156 + .../_vendor/platformdirs/macos.py | 64 + .../_vendor/platformdirs/unix.py | 181 + .../_vendor/platformdirs/version.py | 4 + .../_vendor/platformdirs/windows.py | 184 + .../_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8350 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8476 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14798 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277650 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12940 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53641 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36324 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19520 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15378 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14277 bytes .../_vendor/pyparsing/actions.py | 207 + .../pkg_resources/_vendor/pyparsing/common.py | 424 + .../pkg_resources/_vendor/pyparsing/core.py | 5814 +++++++++++ .../_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28013 bytes .../_vendor/pyparsing/exceptions.py | 267 + .../_vendor/pyparsing/helpers.py | 1088 +++ .../_vendor/pyparsing/results.py | 760 ++ .../_vendor/pyparsing/testing.py | 331 + .../_vendor/pyparsing/unicode.py | 352 + .../pkg_resources/_vendor/pyparsing/util.py | 235 + .../_vendor/typing_extensions.py | 2209 +++++ .../pkg_resources/_vendor/zipp.py | 329 + .../pkg_resources/extern/__init__.py | 81 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4328 bytes .../setuptools-66.1.1.dist-info/INSTALLER | 1 + .../setuptools-66.1.1.dist-info/LICENSE | 19 + .../setuptools-66.1.1.dist-info/METADATA | 137 + .../setuptools-66.1.1.dist-info/RECORD | 484 + .../setuptools-66.1.1.dist-info/REQUESTED | 0 .../setuptools-66.1.1.dist-info/WHEEL | 5 + .../entry_points.txt | 57 + .../setuptools-66.1.1.dist-info/top_level.txt | 4 + .../site-packages/setuptools/__init__.py | 268 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 13933 bytes .../_deprecation_warning.cpython-311.pyc | Bin 0 -> 649 bytes .../__pycache__/_entry_points.cpython-311.pyc | Bin 0 -> 5206 bytes .../__pycache__/_imp.cpython-311.pyc | Bin 0 -> 3662 bytes .../__pycache__/_importlib.cpython-311.pyc | Bin 0 -> 1962 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1161 bytes .../__pycache__/_path.cpython-311.pyc | Bin 0 -> 1482 bytes .../__pycache__/_reqs.cpython-311.pyc | Bin 0 -> 1143 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10171 bytes .../__pycache__/build_meta.cpython-311.pyc | Bin 0 -> 28154 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 1297 bytes .../__pycache__/depends.cpython-311.pyc | Bin 0 -> 7982 bytes .../__pycache__/discovery.cpython-311.pyc | Bin 0 -> 31135 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 63802 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 2958 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 6814 bytes .../__pycache__/glob.cpython-311.pyc | Bin 0 -> 6571 bytes .../__pycache__/installer.cpython-311.pyc | Bin 0 -> 5621 bytes .../__pycache__/launch.cpython-311.pyc | Bin 0 -> 1537 bytes .../__pycache__/logging.cpython-311.pyc | Bin 0 -> 2104 bytes .../__pycache__/monkey.cpython-311.pyc | Bin 0 -> 7014 bytes .../__pycache__/msvc.cpython-311.pyc | Bin 0 -> 64187 bytes .../__pycache__/namespaces.cpython-311.pyc | Bin 0 -> 5669 bytes .../__pycache__/package_index.cpython-311.pyc | Bin 0 -> 60907 bytes .../__pycache__/py34compat.cpython-311.pyc | Bin 0 -> 724 bytes .../__pycache__/sandbox.cpython-311.pyc | Bin 0 -> 27340 bytes .../__pycache__/unicode_utils.cpython-311.pyc | Bin 0 -> 1826 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 444 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 15500 bytes .../windows_support.cpython-311.pyc | Bin 0 -> 1441 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 14 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 568 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 8538 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 870 bytes .../__pycache__/_log.cpython-311.pyc | Bin 0 -> 287 bytes .../__pycache__/_macos_compat.cpython-311.pyc | Bin 0 -> 579 bytes .../__pycache__/_msvccompiler.cpython-311.pyc | Bin 0 -> 25081 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10629 bytes .../__pycache__/bcppcompiler.cpython-311.pyc | Bin 0 -> 13455 bytes .../__pycache__/ccompiler.cpython-311.pyc | Bin 0 -> 46324 bytes .../__pycache__/cmd.cpython-311.pyc | Bin 0 -> 18848 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 6049 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 9939 bytes .../cygwinccompiler.cpython-311.pyc | Bin 0 -> 13633 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 331 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 3993 bytes .../__pycache__/dir_util.cpython-311.pyc | Bin 0 -> 10374 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 55497 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 6804 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 10185 bytes .../__pycache__/fancy_getopt.cpython-311.pyc | Bin 0 -> 17244 bytes .../__pycache__/file_util.cpython-311.pyc | Bin 0 -> 10678 bytes .../__pycache__/filelist.cpython-311.pyc | Bin 0 -> 17618 bytes .../__pycache__/log.cpython-311.pyc | Bin 0 -> 2702 bytes .../__pycache__/msvc9compiler.cpython-311.pyc | Bin 0 -> 33567 bytes .../__pycache__/msvccompiler.cpython-311.pyc | Bin 0 -> 26979 bytes .../__pycache__/py38compat.cpython-311.pyc | Bin 0 -> 631 bytes .../__pycache__/py39compat.cpython-311.pyc | Bin 0 -> 999 bytes .../__pycache__/spawn.cpython-311.pyc | Bin 0 -> 4443 bytes .../__pycache__/sysconfig.cpython-311.pyc | Bin 0 -> 22080 bytes .../__pycache__/text_file.cpython-311.pyc | Bin 0 -> 11280 bytes .../__pycache__/unixccompiler.cpython-311.pyc | Bin 0 -> 16503 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 20854 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 11356 bytes .../versionpredicate.cpython-311.pyc | Bin 0 -> 7633 bytes .../setuptools/_distutils/_collections.py | 194 + .../setuptools/_distutils/_functools.py | 20 + .../setuptools/_distutils/_log.py | 4 + .../setuptools/_distutils/_macos_compat.py | 12 + .../setuptools/_distutils/_msvccompiler.py | 572 ++ .../setuptools/_distutils/archive_util.py | 280 + .../setuptools/_distutils/bcppcompiler.py | 408 + .../setuptools/_distutils/ccompiler.py | 1220 +++ .../setuptools/_distutils/cmd.py | 435 + .../setuptools/_distutils/command/__init__.py | 25 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 551 bytes .../_framework_compat.cpython-311.pyc | Bin 0 -> 2792 bytes .../command/__pycache__/bdist.cpython-311.pyc | Bin 0 -> 6010 bytes .../__pycache__/bdist_dumb.cpython-311.pyc | Bin 0 -> 5730 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 23264 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 6065 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 7773 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 30283 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 17609 bytes .../__pycache__/build_scripts.cpython-311.pyc | Bin 0 -> 7863 bytes .../command/__pycache__/check.cpython-311.pyc | Bin 0 -> 7519 bytes .../command/__pycache__/clean.cpython-311.pyc | Bin 0 -> 3195 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 16232 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 29384 bytes .../__pycache__/install_data.cpython-311.pyc | Bin 0 -> 3772 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5227 bytes .../install_headers.cpython-311.pyc | Bin 0 -> 2360 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8681 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 3167 bytes .../__pycache__/py37compat.cpython-311.pyc | Bin 0 -> 1548 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 15566 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 23778 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 10432 bytes .../_distutils/command/_framework_compat.py | 55 + .../setuptools/_distutils/command/bdist.py | 157 + .../_distutils/command/bdist_dumb.py | 144 + .../_distutils/command/bdist_rpm.py | 615 ++ .../setuptools/_distutils/command/build.py | 153 + .../_distutils/command/build_clib.py | 208 + .../_distutils/command/build_ext.py | 789 ++ .../setuptools/_distutils/command/build_py.py | 407 + .../_distutils/command/build_scripts.py | 173 + .../setuptools/_distutils/command/check.py | 151 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 377 + .../setuptools/_distutils/command/install.py | 814 ++ .../_distutils/command/install_data.py | 84 + .../_distutils/command/install_egg_info.py | 92 + .../_distutils/command/install_headers.py | 45 + .../_distutils/command/install_lib.py | 238 + .../_distutils/command/install_scripts.py | 61 + .../_distutils/command/py37compat.py | 31 + .../setuptools/_distutils/command/register.py | 321 + .../setuptools/_distutils/command/sdist.py | 531 + .../setuptools/_distutils/command/upload.py | 207 + .../setuptools/_distutils/config.py | 139 + .../setuptools/_distutils/core.py | 291 + .../setuptools/_distutils/cygwinccompiler.py | 358 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 96 + .../setuptools/_distutils/dir_util.py | 243 + .../setuptools/_distutils/dist.py | 1287 +++ .../setuptools/_distutils/errors.py | 127 + .../setuptools/_distutils/extension.py | 248 + .../setuptools/_distutils/fancy_getopt.py | 470 + .../setuptools/_distutils/file_util.py | 249 + .../setuptools/_distutils/filelist.py | 371 + .../setuptools/_distutils/log.py | 57 + .../setuptools/_distutils/msvc9compiler.py | 832 ++ .../setuptools/_distutils/msvccompiler.py | 695 ++ .../setuptools/_distutils/py38compat.py | 8 + .../setuptools/_distutils/py39compat.py | 22 + .../setuptools/_distutils/spawn.py | 109 + .../setuptools/_distutils/sysconfig.py | 552 ++ .../setuptools/_distutils/text_file.py | 287 + .../setuptools/_distutils/unixccompiler.py | 401 + .../setuptools/_distutils/util.py | 513 + .../setuptools/_distutils/version.py | 358 + .../setuptools/_distutils/versionpredicate.py | 175 + .../site-packages/setuptools/_entry_points.py | 94 + .../site-packages/setuptools/_imp.py | 82 + .../site-packages/setuptools/_importlib.py | 47 + .../site-packages/setuptools/_itertools.py | 23 + .../site-packages/setuptools/_path.py | 29 + .../site-packages/setuptools/_reqs.py | 19 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 202 bytes .../__pycache__/ordered_set.cpython-311.pyc | Bin 0 -> 21788 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 107619 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 15995 bytes .../_vendor/importlib_metadata/__init__.py | 1047 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 58241 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 3854 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 2201 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 2723 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 3641 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 2604 bytes .../__pycache__/_meta.cpython-311.pyc | Bin 0 -> 3008 bytes .../__pycache__/_text.cpython-311.pyc | Bin 0 -> 4399 bytes .../_vendor/importlib_metadata/_adapters.py | 68 + .../importlib_metadata/_collections.py | 30 + .../_vendor/importlib_metadata/_compat.py | 71 + .../_vendor/importlib_metadata/_functools.py | 104 + .../_vendor/importlib_metadata/_itertools.py | 73 + .../_vendor/importlib_metadata/_meta.py | 48 + .../_vendor/importlib_metadata/_text.py | 99 + .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 836 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10753 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4280 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5565 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1398 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6496 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7497 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8371 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6393 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 104 + .../_vendor/importlib_resources/_compat.py | 98 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 121 + .../_vendor/importlib_resources/abc.py | 137 + .../_vendor/importlib_resources/readers.py | 122 + .../_vendor/importlib_resources/simple.py | 116 + .../setuptools/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 209 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10984 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20289 bytes .../setuptools/_vendor/jaraco/context.py | 253 + .../setuptools/_vendor/jaraco/functools.py | 525 + .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 26603 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 302 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 149189 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 23771 bytes .../setuptools/_vendor/more_itertools/more.py | 3824 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 26 + .../setuptools/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-311.pyc | Bin 0 -> 653 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 574 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13240 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8008 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3696 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16542 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7657 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34374 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21359 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6694 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21886 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 61 + .../setuptools/_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 802 ++ .../setuptools/_vendor/packaging/tags.py | 487 + .../setuptools/_vendor/packaging/utils.py | 136 + .../setuptools/_vendor/packaging/version.py | 504 + .../setuptools/_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8347 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8473 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14795 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277647 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12937 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53638 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36321 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19517 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15375 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14274 bytes .../setuptools/_vendor/pyparsing/actions.py | 207 + .../setuptools/_vendor/pyparsing/common.py | 424 + .../setuptools/_vendor/pyparsing/core.py | 5814 +++++++++++ .../_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28010 bytes .../_vendor/pyparsing/exceptions.py | 267 + .../setuptools/_vendor/pyparsing/helpers.py | 1088 +++ .../setuptools/_vendor/pyparsing/results.py | 760 ++ .../setuptools/_vendor/pyparsing/testing.py | 331 + .../setuptools/_vendor/pyparsing/unicode.py | 352 + .../setuptools/_vendor/pyparsing/util.py | 235 + .../setuptools/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 424 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30863 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4503 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 416 bytes .../setuptools/_vendor/tomli/_parser.py | 691 ++ .../setuptools/_vendor/tomli/_re.py | 107 + .../setuptools/_vendor/tomli/_types.py | 10 + .../setuptools/_vendor/typing_extensions.py | 2296 +++++ .../site-packages/setuptools/_vendor/zipp.py | 329 + .../site-packages/setuptools/archive_util.py | 213 + .../site-packages/setuptools/build_meta.py | 512 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 137216 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 12 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 643 bytes .../command/__pycache__/alias.cpython-311.pyc | Bin 0 -> 3910 bytes .../__pycache__/bdist_egg.cpython-311.pyc | Bin 0 -> 25592 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 2198 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 6998 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 4173 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 22018 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 23184 bytes .../__pycache__/develop.cpython-311.pyc | Bin 0 -> 10926 bytes .../__pycache__/dist_info.cpython-311.pyc | Bin 0 -> 7988 bytes .../__pycache__/easy_install.cpython-311.pyc | Bin 0 -> 121508 bytes .../editable_wheel.cpython-311.pyc | Bin 0 -> 51421 bytes .../__pycache__/egg_info.cpython-311.pyc | Bin 0 -> 40846 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 6823 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5349 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8420 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 4287 bytes .../__pycache__/py36compat.cpython-311.pyc | Bin 0 -> 8044 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 1134 bytes .../__pycache__/rotate.cpython-311.pyc | Bin 0 -> 4194 bytes .../__pycache__/saveopts.cpython-311.pyc | Bin 0 -> 1374 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 13446 bytes .../__pycache__/setopt.cpython-311.pyc | Bin 0 -> 7686 bytes .../command/__pycache__/test.cpython-311.pyc | Bin 0 -> 14627 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 1098 bytes .../__pycache__/upload_docs.cpython-311.pyc | Bin 0 -> 11949 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 457 + .../setuptools/command/bdist_rpm.py | 40 + .../site-packages/setuptools/command/build.py | 146 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 383 + .../setuptools/command/build_py.py | 368 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 142 + .../setuptools/command/easy_install.py | 2366 +++++ .../setuptools/command/editable_wheel.py | 844 ++ .../setuptools/command/egg_info.py | 775 ++ .../setuptools/command/install.py | 139 + .../setuptools/command/install_egg_info.py | 83 + .../setuptools/command/install_lib.py | 148 + .../setuptools/command/install_scripts.py | 70 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 210 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 251 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 212 + .../setuptools/config/__init__.py | 35 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2038 bytes .../_apply_pyprojecttoml.cpython-311.pyc | Bin 0 -> 22847 bytes .../config/__pycache__/expand.cpython-311.pyc | Bin 0 -> 28252 bytes .../__pycache__/pyprojecttoml.cpython-311.pyc | Bin 0 -> 27883 bytes .../__pycache__/setupcfg.cpython-311.pyc | Bin 0 -> 33292 bytes .../setuptools/config/_apply_pyprojecttoml.py | 384 + .../config/_validate_pyproject/__init__.py | 34 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2326 bytes .../error_reporting.cpython-311.pyc | Bin 0 -> 20217 bytes .../extra_validations.cpython-311.pyc | Bin 0 -> 1875 bytes .../fastjsonschema_exceptions.cpython-311.pyc | Bin 0 -> 3250 bytes ...fastjsonschema_validations.cpython-311.pyc | Bin 0 -> 192648 bytes .../__pycache__/formats.cpython-311.pyc | Bin 0 -> 14365 bytes .../_validate_pyproject/error_reporting.py | 318 + .../_validate_pyproject/extra_validations.py | 36 + .../fastjsonschema_exceptions.py | 51 + .../fastjsonschema_validations.py | 1035 ++ .../config/_validate_pyproject/formats.py | 259 + .../site-packages/setuptools/config/expand.py | 462 + .../setuptools/config/pyprojecttoml.py | 498 + .../setuptools/config/setupcfg.py | 769 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 176 + .../site-packages/setuptools/discovery.py | 601 ++ .../site-packages/setuptools/dist.py | 1218 +++ .../site-packages/setuptools/errors.py | 58 + .../site-packages/setuptools/extension.py | 148 + .../setuptools/extern/__init__.py | 76 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4402 bytes .../site-packages/setuptools/glob.py | 167 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 137728 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 104 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/logging.py | 37 + .../site-packages/setuptools/monkey.py | 165 + .../site-packages/setuptools/msvc.py | 1703 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1162 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 222 + .../setuptools/windows_support.py | 29 + venv/lib64 | 1 + venv/pyvenv.cfg | 5 + 1505 files changed, 274861 insertions(+) create mode 100644 "1) \"PREMIERE CLASSE\"/__pycache__/joueur.cpython-311.pyc" create mode 100644 "1) \"PREMIERE CLASSE\"/joueur.py" create mode 100644 "1) \"PREMIERE CLASSE\"/main.py" create mode 100644 "2) \"CLASSE BLOC-NOTE\"/__pycache__/note.cpython-311.pyc" create mode 100644 "2) \"CLASSE BLOC-NOTE\"/main.py" create mode 100644 "2) \"CLASSE BLOC-NOTE\"/note.py" create mode 100644 "3) \"HERITAGE\"/__pycache__/fish.cpython-311.pyc" create mode 100644 "3) \"HERITAGE\"/__pycache__/human.cpython-311.pyc" create mode 100644 "3) \"HERITAGE\"/__pycache__/life.cpython-311.pyc" create mode 100644 "3) \"HERITAGE\"/fish.py" create mode 100644 "3) \"HERITAGE\"/human.py" create mode 100644 "3) \"HERITAGE\"/life.py" create mode 100644 "3) \"HERITAGE\"/main.py" create mode 100644 "4) \"ALGO\"/divisible_par_3_et_13.py" create mode 100644 "4) \"ALGO\"/main.py" create mode 100644 "4) \"ALGO\"/max_entre_trois_nombres.py" 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.11 create mode 120000 venv/bin/python create mode 120000 venv/bin/python3 create mode 120000 venv/bin/python3.11 create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/__init__.py create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/_distutils_hack/override.py create mode 100644 venv/lib/python3.11/site-packages/distutils-precedence.pth create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/pip/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/__pip-runner__.py create mode 100644 venv/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/inspect.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/main.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/installation_report.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/models.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/six.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/lib/python3.11/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/lib/python3.11/site-packages/pip/py.typed create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_common.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/abc.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/readers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/simple.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/context.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/functools.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/more.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/recipes.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/android.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/api.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/_vendor/zipp.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/extern/__init__.py create mode 100644 venv/lib/python3.11/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/LICENSE create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.11/site-packages/setuptools/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_entry_points.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_imp.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_importlib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_path.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/_reqs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/archive_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/build_meta.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/dep_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/depends.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/discovery.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/dist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/extension.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/glob.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/installer.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/launch.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/logging.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/monkey.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/msvc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/namespaces.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/package_index.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/py34compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/sandbox.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/unicode_utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/__pycache__/windows_support.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_deprecation_warning.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_log.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/debug.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/errors.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/extension.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/log.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_collections.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_functools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_log.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/cmd.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/check.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/config.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/register.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/command/upload.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/config.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/core.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/debug.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/dist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/errors.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/extension.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/file_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/filelist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/log.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/py38compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/py39compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/spawn.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/text_file.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/version.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_entry_points.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_imp.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_importlib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_path.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_reqs.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_adapters.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_common.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_itertools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_legacy.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/abc.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/readers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/simple.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/_vendor/zipp.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/archive_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/build_meta.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli-32.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli-64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli-arm64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/cli.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/alias.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build_clib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build_ext.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/build_py.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/develop.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/dist_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/easy_install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/egg_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install_lib.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/install_scripts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/py36compat.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/register.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/rotate.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/saveopts.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/sdist.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/setopt.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/test.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/upload.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/__pycache__/upload_docs.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/alias.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/bdist_egg.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build_clib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build_ext.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/build_py.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/develop.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/dist_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/easy_install.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/editable_wheel.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/egg_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install_egg_info.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install_lib.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/install_scripts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/py36compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/register.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/rotate.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/saveopts.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/sdist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/setopt.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/test.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/upload.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/command/upload_docs.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/expand.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/__pycache__/setupcfg.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/expand.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/config/setupcfg.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/dep_util.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/depends.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/discovery.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/dist.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/errors.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/extension.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/extern/__init__.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/extern/__pycache__/__init__.cpython-311.pyc create mode 100644 venv/lib/python3.11/site-packages/setuptools/glob.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui-32.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui-64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui-arm64.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/gui.exe create mode 100644 venv/lib/python3.11/site-packages/setuptools/installer.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/launch.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/logging.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/monkey.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/msvc.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/namespaces.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/package_index.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/py34compat.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/sandbox.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/script (dev).tmpl create mode 100644 venv/lib/python3.11/site-packages/setuptools/script.tmpl create mode 100644 venv/lib/python3.11/site-packages/setuptools/unicode_utils.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/version.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/wheel.py create mode 100644 venv/lib/python3.11/site-packages/setuptools/windows_support.py create mode 120000 venv/lib64 create mode 100644 venv/pyvenv.cfg diff --git "a/1) \"PREMIERE CLASSE\"/__pycache__/joueur.cpython-311.pyc" "b/1) \"PREMIERE CLASSE\"/__pycache__/joueur.cpython-311.pyc" new file mode 100644 index 0000000000000000000000000000000000000000..63710a3753aab1e97142ef26bd425dea89c0e172 GIT binary patch literal 2354 zcmb_d&ux3+ zD{<_P6iN%+CAXH*dy& z=5lF<_V>kq+;x+&|Hz42LK_1c#vU`+_e`({Oz=Mp#{R-DY#U4%6;?EBQ3pM_b_Q!O z_L$2yxL_NG;1Ae_DGXpjn82h+08=6foDnIYC1!xL!UCqnEHER|z^upsb0Ujaxgd4D z)ppym7ICC-#0WXC!6m>R>+&vhV1=z~z>8S1t_d&BK(Gqi=jDAfFq^II!2GT52B|x( zdeirci6G&*jbG#pmXQ|0EWo3mtH{moXh^mWl* zTD!IS;}5I1R_*U@T&+}Amr7fT`pTWVf#o>$X5Dw3PCm?MCF-E{y_10Z?DaySm)NzU zN8uE_Ob?#{hFLAn2@csxfzMz-0k(x_*eXmWVeNC32_CfX9=%}83^16v?fMSV@62f` z+NXH~${9@Z3%fhLyv)J-^tehqA~qEjdXGhgPa)(y!Qp}tVL2HrO(})@+Bq_kW!R-= zQ?_BE_g-2j!r*b8U@We&qi`l`jOs|KEb|yG8cJiOw@2^Uk<#9T(%Ppb2b6BS=RK=u z9hw6z7jYo%r#X!3P8{GL!$e7Scj&ORLKIdVmC@AG6lP)vhFvF!r50dV=F?25#8sJ} zhe2h&!-s|5N z-ojD3GXAgf39_gRbyL-=4R=hcdFgsy+pE<{F3s(8&24(<+$hDf;}l1gN@1Sb;BR1z z-(yek|ATuio(&&2`xa@d8hrCv3R))09n-Gboilb=Z?tDw`G=>HNgdju$h`NE?MFZ1j8KK7sPgx0_Qi+iC(XsxTdC>Q7G z@^4nRUB?O1j)y(FqqTb6TDNlb6ZT zfXR#GYJh8#s{!s$ocs@=(oZE+F7hzD5~WD@hRXQBx*V!`MP5Q5Rf=~N&^I~f{nRq2 QRX>bxRsXw>jH(dt0iHkGE&u=k literal 0 HcmV?d00001 diff --git "a/1) \"PREMIERE CLASSE\"/joueur.py" "b/1) \"PREMIERE CLASSE\"/joueur.py" new file mode 100644 index 0000000..872a3b7 --- /dev/null +++ "b/1) \"PREMIERE CLASSE\"/joueur.py" @@ -0,0 +1,40 @@ +# joueur.py + +class Joueur: + def __init__(self, nom, vie, points): + self.nom = nom + self.vie = vie + self.points = points + + # Getters + def get_nom(self): + return self.nom + + def get_vie(self): + return self.vie + + def get_points(self): + return self.points + + # Setters + def set_nom(self, nom): + self.nom = nom + + def set_vie(self, vie): + self.vie = vie + + def set_points(self, points): + self.points = points + + # Méthodes supplémentaires + def ajouter_points(self, nombre_points): + self.points += nombre_points + + def tuer_joueur(self): + self.vie = 0 + + def ressusciter_joueur(self, vie_initiale): + self.vie = vie_initiale + + def descrire_joueur(self): + return f"{self.nom} a {self.vie} points de vie et un score de {self.points}." \ No newline at end of file diff --git "a/1) \"PREMIERE CLASSE\"/main.py" "b/1) \"PREMIERE CLASSE\"/main.py" new file mode 100644 index 0000000..d880c4c --- /dev/null +++ "b/1) \"PREMIERE CLASSE\"/main.py" @@ -0,0 +1,13 @@ +# main.py +from joueur import Joueur + +# Création d'une instance de Joueur +joueur1 = Joueur("NomDuJoueur", 100, 0) + +# Utilisation des méthodes et affichage des attributs +joueur1.ajouter_points(50) +joueur1.tuer_joueur() +joueur1.ressusciter_joueur(100) + +# Affichage de la description du joueur +print(joueur1.descrire_joueur()) \ No newline at end of file diff --git "a/2) \"CLASSE BLOC-NOTE\"/__pycache__/note.cpython-311.pyc" "b/2) \"CLASSE BLOC-NOTE\"/__pycache__/note.cpython-311.pyc" new file mode 100644 index 0000000000000000000000000000000000000000..0cd867e40249045b9a7ec279ce61f30c8a8736c9 GIT binary patch literal 1157 zcmZuvPiqrV5TCbiHzw_d*eX;@t4muO_Rt2}f*{3GOHr_-LcBDWb=lpLlr*VtH}(%X z6zQP{4<3XRMDbJ!J^2N^_ytnvK^A)Q3qxprZX(p72sJQJ3&n;UG+4I5{Jt^y*}AN~2vq$P_A@PNrbGW;wHJnWZPBO+DN73YBtZM%TucRu*%)W$n?*>e5tp_4)Ex zhLTNh?fP-UD3*(!VeBP|*mSg{mbgiTefT~+awxw^9pZOEq%0yE3F!g(VN~i+lWMRL z`Jl$;QKu4wf{KVC=v>6{=X0y%__0@J$*BsLGH9A6668_MjY`#Xgh3ql1_D~Wrfay# zrCuSmyZ4CN5kHNOG=m}f(P4G33>S20!0-T-IwZjBX+E;;u4?Qy?g-@=ttVX%3u+h# zkGj&42@pf)#}HeI=jn4RD>=Cy%TgVF4Y*dENQN<7p+3nv%#=uy*7IM?hAx{ zXh}RVcdib+op_h|G=4TXd8($*)O0f%?eo-73s_?A58&?R;LMSQ5ROxI_Dr2^_KX(C zh<3Z}s(8rj;XCkgbb)_m3p}gG=#`btO~)|&KEv3o*wqs0s$smWnx)Vqh@nUk+(2kR zaFfA{5OjS3km4>P?03JG#FSBF8bORHleFwWOjfXts}N?Vd|91^2Mp0E^n8LtFXQte g(TCy|+UPB~_Yts8##*s{hH0ke+;R^TQO2GrQlsH*e;>Z@!s#hOq?LKIT981027T zGj00B80FD80uMYELWS9kfdWPFlmqZopLJD$9{%HIE1vcYEd2+$7E828LCJR~!E{h2 z&ge24uQ0I>HuJz%I#6OBJK(lTsco$TFPW`lGBwfe2eRyHb7{z?q9YsO4LgE5`y1_| z*_*j<=OVL7XtTD`MJ~N5A7Ic{+aPAX2Uwf!V0m3OYJQw>A%ZBV3z2B`X3e+sM3a74 zO0>wS_=)Q5`EdpdBpD&x(2-IINgA5i_D^pV%GHWrC_B=L3XfeU+$QV#lV-hKjS4p{ zb7On!>4V*S#jTA(2~V4^HDivuTLzsyKP^oOM_t)Dde>zq(p><>B!&hP*L literal 0 HcmV?d00001 diff --git "a/3) \"HERITAGE\"/__pycache__/human.cpython-311.pyc" "b/3) \"HERITAGE\"/__pycache__/human.cpython-311.pyc" new file mode 100644 index 0000000000000000000000000000000000000000..28eff75fd9c707351dd0767e1c508b05b25f1b6e GIT binary patch literal 980 zcmaJ<&ubGw6n?Wm(rIfVNYx4oYtxDgnjCr+QLrRMsiL0tGA!9?6Wraz-2`mNp@)JI zdX@I*DIz&}@c&4qpezc4CvTB>ke+;R^1~F1GrQlsH*e;>Z@!tg>GT|6`;dDtzu@?t zoN+Tp#vq5rK6v0U9|Gnu1{xH=({{nrCF|$_UHpg5(LCb`*yay%ZI&1hDx0!23aUXH zIfG?1USeVi4)eg#+OWwyw#yxzQaeT)UNFbRWO`y28-W{^jHx_iQ`Lck@S5#Io&Ak= z(Ckj!H&cmZr#m=G{%=`9cw-vcbpHmH8wsL3edLR7*^U5F&LB|}d}wwV~Q z^fwbDbOV{_?v{*Zu|zT}M9FvKScsTpw6N_Qujb3uK<3MC?1uS=CD$*Kb@S17y<83R ztG2aNTzkC!^lo8oDPN`o=W5##$L-CGI)83lo>Iow5q|H$SDt<~vp4gJFMi~U2MY)B zA#I@U%1>h_U7Bz2e=kW(=w2BN@z|Rhj9b7(PDth=f&B?_d}vF^>7I;W2JUm(V3{@qL88 d&KUa!=X)o=zL8>B`d?_@`$@CEP6?@Ee*ok#(9Zw> literal 0 HcmV?d00001 diff --git "a/3) \"HERITAGE\"/__pycache__/life.cpython-311.pyc" "b/3) \"HERITAGE\"/__pycache__/life.cpython-311.pyc" new file mode 100644 index 0000000000000000000000000000000000000000..df268cfb6742052270199cf803426614e05918ac GIT binary patch literal 837 zcmZuv&ui0Q7=FJb?Xs~5b47=z&|6Sj*e1ddVc^&ViK3o*`3OzAR?@U4*`cL}9(LHl zg9o99A$Xd~ymS-sRH)-Qweo3D9$M=3u-sep|8paY~eW-o)zQO+D zV7|1OGd1B%NTFSF>5yD;q7a?p$ybA1Q9@FzsKI)XM?!i3+fw|S>4-t{`lqg?oPGtqpezh zkmyo&f=(>u(BMvM^N=~C3SdmOUqZ@cNy=`|J@DCImh$z1MwfK(Miq*_^k_A315+@Jq!WW;{~ Do1d$a literal 0 HcmV?d00001 diff --git "a/3) \"HERITAGE\"/fish.py" "b/3) \"HERITAGE\"/fish.py" new file mode 100644 index 0000000..06d2e95 --- /dev/null +++ "b/3) \"HERITAGE\"/fish.py" @@ -0,0 +1,10 @@ +# fish.py +from life import Life + +class Fish(Life): + def __init__(self, name, age, type): + super().__init__(name, age) + self.type = type + + def swim(self): + print("The fish is swimming.") \ No newline at end of file diff --git "a/3) \"HERITAGE\"/human.py" "b/3) \"HERITAGE\"/human.py" new file mode 100644 index 0000000..c7d5d6c --- /dev/null +++ "b/3) \"HERITAGE\"/human.py" @@ -0,0 +1,10 @@ +# human.py +from life import Life + +class Human(Life): + def __init__(self, name, age, gender): + super().__init__(name, age) + self.gender = gender + + def speak(self): + print("Hello, I am a human!") \ No newline at end of file diff --git "a/3) \"HERITAGE\"/life.py" "b/3) \"HERITAGE\"/life.py" new file mode 100644 index 0000000..5b11f0b --- /dev/null +++ "b/3) \"HERITAGE\"/life.py" @@ -0,0 +1,8 @@ +# life.py +class Life: + def __init__(self, name, age): + self.name = name + self.age = age + + def display_info(self): + print(f"Name: {self.name}, Age: {self.age}") \ No newline at end of file diff --git "a/3) \"HERITAGE\"/main.py" "b/3) \"HERITAGE\"/main.py" new file mode 100644 index 0000000..1847eeb --- /dev/null +++ "b/3) \"HERITAGE\"/main.py" @@ -0,0 +1,15 @@ +# main.py +from life import Life +from human import Human +from fish import Fish + +# Create instances +human_instance = Human("John", 25, "Male") +fish_instance = Fish("Nemo", 2, "Clownfish") + +# Test methods +human_instance.display_info() +human_instance.speak() + +fish_instance.display_info() +fish_instance.swim() \ No newline at end of file diff --git "a/4) \"ALGO\"/divisible_par_3_et_13.py" "b/4) \"ALGO\"/divisible_par_3_et_13.py" new file mode 100644 index 0000000..3f7cb57 --- /dev/null +++ "b/4) \"ALGO\"/divisible_par_3_et_13.py" @@ -0,0 +1,16 @@ +# ALGO - NOMBRE DIVISIBLE OU PAS? + +# Programme pour vérifier si un nombre est divisible par 3 et 13 + +def divisible_par_3_et_13(nombre): + if nombre % 3 == 0 and nombre % 13 == 0: + return True + else: + return False + +# Exemple d'utilisation +num = 39 +if divisible_par_3_et_13(num): + print(f"{num} est divisible par 3 et 13.") +else: + print(f"{num} n'est pas divisible par 3 et 13.") \ No newline at end of file diff --git "a/4) \"ALGO\"/main.py" "b/4) \"ALGO\"/main.py" new file mode 100644 index 0000000..62599aa --- /dev/null +++ "b/4) \"ALGO\"/main.py" @@ -0,0 +1,18 @@ +# ALGO - PROGRAMME PRINCIPAL + +# Vous pouvez importer et tester vos fonctions ici +# Assurez-vous d'ajuster les valeurs d'exemple en conséquence. + +# Exemple : Vérifier si un nombre est pair ou impair +def est_pair(nombre): + if nombre % 2 == 0: + return True + else: + return False + +# Exemple d'utilisation +num_test = 7 +if est_pair(num_test): + print(f"{num_test} est un nombre pair.") +else: + print(f"{num_test} est un nombre impair.") \ No newline at end of file diff --git "a/4) \"ALGO\"/max_entre_trois_nombres.py" "b/4) \"ALGO\"/max_entre_trois_nombres.py" new file mode 100644 index 0000000..3fd59c1 --- /dev/null +++ "b/4) \"ALGO\"/max_entre_trois_nombres.py" @@ -0,0 +1,18 @@ +# ALGO - NOMBRE LE PLUS GRAND + +# Programme pour trouver le maximum entre trois nombres + +def trouver_maximum(a, b, c): + if a >= b and a >= c: + return a + elif b >= a and b >= c: + return b + else: + return c + +# Exemple d'utilisation +num1 = 10 +num2 = 25 +num3 = 15 +maximum = trouver_maximum(num1, num2, num3) +print(f"Le maximum entre {num1}, {num2} et {num3} est : {maximum}") \ No newline at end of file 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..c51b74c --- /dev/null +++ b/venv/bin/activate @@ -0,0 +1,69 @@ +# 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 + + # This should detect bash and zsh, which have a hash command that must + # be called to get it to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null + fi + + 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 + +VIRTUAL_ENV="/home/hasan/OcalHasan-Python/venv" +export VIRTUAL_ENV + +_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 + +# This should detect bash and zsh, which have a hash command that must +# be called to get it to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null +fi diff --git a/venv/bin/activate.csh b/venv/bin/activate.csh new file mode 100644 index 0000000..1bb3f3a --- /dev/null +++ b/venv/bin/activate.csh @@ -0,0 +1,26 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/home/hasan/OcalHasan-Python/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..31fad1f --- /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 "/home/hasan/OcalHasan-Python/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..299adb7 --- /dev/null +++ b/venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/hasan/OcalHasan-Python/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3 b/venv/bin/pip3 new file mode 100755 index 0000000..299adb7 --- /dev/null +++ b/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/hasan/OcalHasan-Python/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3.11 b/venv/bin/pip3.11 new file mode 100755 index 0000000..299adb7 --- /dev/null +++ b/venv/bin/pip3.11 @@ -0,0 +1,8 @@ +#!/home/hasan/OcalHasan-Python/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/python b/venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/bin/python3 b/venv/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/venv/bin/python3.11 b/venv/bin/python3.11 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python3.11 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/lib/python3.11/site-packages/_distutils_hack/__init__.py b/venv/lib/python3.11/site-packages/_distutils_hack/__init__.py new file mode 100644 index 0000000..f987a53 --- /dev/null +++ b/venv/lib/python3.11/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,222 @@ +# don't import any costly modules +import sys +import os + + +is_pypy = '__pypy__' in sys.builtin_module_names + + +def warn_distutils_present(): + if 'distutils' not in sys.modules: + return + if is_pypy and sys.version_info < (3, 7): + # PyPy for 3.6 unconditionally imports distutils, so bypass the warning + # https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250 + return + import warnings + + warnings.warn( + "Distutils was imported before Setuptools, but importing Setuptools " + "also replaces the `distutils` module in `sys.modules`. This may lead " + "to undesirable behaviors or errors. To avoid these issues, avoid " + "using distutils directly, ensure that setuptools is installed in the " + "traditional way (e.g. not an editable install), and/or make sure " + "that setuptools is always imported before distutils." + ) + + +def clear_distutils(): + if 'distutils' not in sys.modules: + return + import warnings + + warnings.warn("Setuptools is replacing distutils.") + mods = [ + name + for name in sys.modules + if name == "distutils" or name.startswith("distutils.") + ] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'local') + return which == 'local' + + +def ensure_local_distutils(): + import importlib + + clear_distutils() + + # With the DistutilsMetaFinder in place, + # perform an import to cause distutils to be + # loaded from setuptools._distutils. Ref #2906. + with shim(): + importlib.import_module('distutils') + + # check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + assert 'setuptools._distutils.log' not in sys.modules + + +def do_override(): + """ + Ensure that the local copy of distutils is preferred over stdlib. + + See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401 + for more motivation. + """ + if enabled(): + warn_distutils_present() + ensure_local_distutils() + + +class _TrivialRe: + def __init__(self, *patterns): + self._patterns = patterns + + def match(self, string): + return all(pat in string for pat in self._patterns) + + +class DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + # optimization: only consider top level modules and those + # found in the CPython test suite. + if path is not None and not fullname.startswith('test.'): + return + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + if self.is_cpython(): + return + + import importlib + import importlib.abc + import importlib.util + + try: + mod = importlib.import_module('setuptools._distutils') + except Exception: + # There are a couple of cases where setuptools._distutils + # may not be present: + # - An older Setuptools without a local distutils is + # taking precedence. Ref #2957. + # - Path manipulation during sitecustomize removes + # setuptools from the path but only after the hook + # has been loaded. Ref #2980. + # In either case, fall back to stdlib behavior. + return + + class DistutilsLoader(importlib.abc.Loader): + def create_module(self, spec): + mod.__name__ = 'distutils' + return mod + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader( + 'distutils', DistutilsLoader(), origin=mod.__file__ + ) + + @staticmethod + def is_cpython(): + """ + Suppress supplying distutils for CPython (build and tests). + Ref #2965 and #3007. + """ + return os.path.isfile('pybuilddir.txt') + + def spec_for_pip(self): + """ + Ensure stdlib distutils when running under pip. + See pypa/pip#8761 for rationale. + """ + if self.pip_imported_during_build(): + return + clear_distutils() + self.spec_for_distutils = lambda: None + + @classmethod + def pip_imported_during_build(cls): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + + return any( + cls.frame_file_is_setup(frame) for frame, line in traceback.walk_stack(None) + ) + + @staticmethod + def frame_file_is_setup(frame): + """ + Return True if the indicated frame suggests a setup.py file. + """ + # some frames may not have __file__ (#2940) + return frame.f_globals.get('__file__', '').endswith('setup.py') + + def spec_for_sensitive_tests(self): + """ + Ensure stdlib distutils when running select tests under CPython. + + python/cpython#91169 + """ + clear_distutils() + self.spec_for_distutils = lambda: None + + sensitive_tests = ( + [ + 'test.test_distutils', + 'test.test_peg_generator', + 'test.test_importlib', + ] + if sys.version_info < (3, 10) + else [ + 'test.test_distutils', + ] + ) + + +for name in DistutilsMetaFinder.sensitive_tests: + setattr( + DistutilsMetaFinder, + f'spec_for_{name}', + DistutilsMetaFinder.spec_for_sensitive_tests, + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_shim(): + DISTUTILS_FINDER in sys.meta_path or insert_shim() + + +class shim: + def __enter__(self): + insert_shim() + + def __exit__(self, exc, value, tb): + remove_shim() + + +def insert_shim(): + sys.meta_path.insert(0, DISTUTILS_FINDER) + + +def remove_shim(): + try: + sys.meta_path.remove(DISTUTILS_FINDER) + except ValueError: + pass diff --git a/venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94af7d5b4e441316e672f31e661943ec55a83161 GIT binary patch literal 11164 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/_distutils_hack/override.py b/venv/lib/python3.11/site-packages/_distutils_hack/override.py new file mode 100644 index 0000000..2cc433a --- /dev/null +++ b/venv/lib/python3.11/site-packages/_distutils_hack/override.py @@ -0,0 +1 @@ +__import__('_distutils_hack').do_override() diff --git a/venv/lib/python3.11/site-packages/distutils-precedence.pth b/venv/lib/python3.11/site-packages/distutils-precedence.pth new file mode 100644 index 0000000..7f009fe --- /dev/null +++ b/venv/lib/python3.11/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.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.11/site-packages/pip-23.0.1.dist-info/METADATA b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA new file mode 100644 index 0000000..984f9ad --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA @@ -0,0 +1,88 @@ +Metadata-Version: 2.1 +Name: pip +Version: 23.0.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 :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +License-File: LICENSE.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.11/site-packages/pip-23.0.1.dist-info/RECORD b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD new file mode 100644 index 0000000..28a214e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD @@ -0,0 +1,996 @@ +../../../bin/pip,sha256=nGt35jjc-NxakUQmMMsGSWNEUosOpoAoCvZGuyGkQEY,250 +../../../bin/pip3,sha256=nGt35jjc-NxakUQmMMsGSWNEUosOpoAoCvZGuyGkQEY,250 +../../../bin/pip3.11,sha256=nGt35jjc-NxakUQmMMsGSWNEUosOpoAoCvZGuyGkQEY,250 +pip-23.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-23.0.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-23.0.1.dist-info/METADATA,sha256=POh89utz-H1e0K-xDY9CL9gs-x0MjH-AWxbhJG3aaVE,4072 +pip-23.0.1.dist-info/RECORD,, +pip-23.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-23.0.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92 +pip-23.0.1.dist-info/entry_points.txt,sha256=xg35gOct0aY8S3ftLtweJ0uw3KBAIVyW4k-0Jx1rkNE,125 +pip-23.0.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=5yroedzc2dKKbcynDrHX8vBoLxqU27KmFvvHmdqQN9w,357 +pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198 +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 +pip/__pycache__/__init__.cpython-311.pyc,, +pip/__pycache__/__main__.cpython-311.pyc,, +pip/__pycache__/__pip-runner__.cpython-311.pyc,, +pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +pip/_internal/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/__pycache__/build_env.cpython-311.pyc,, +pip/_internal/__pycache__/cache.cpython-311.pyc,, +pip/_internal/__pycache__/configuration.cpython-311.pyc,, +pip/_internal/__pycache__/exceptions.cpython-311.pyc,, +pip/_internal/__pycache__/main.cpython-311.pyc,, +pip/_internal/__pycache__/pyproject.cpython-311.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-311.pyc,, +pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243 +pip/_internal/cache.py,sha256=C3n78VnBga9rjPXZqht_4A4d-T25poC7K0qBM7FHDhU,10734 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-311.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-311.pyc,, +pip/_internal/cli/__pycache__/main.cpython-311.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-311.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-311.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-311.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc,, +pip/_internal/cli/autocompletion.py,sha256=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676 +pip/_internal/cli/base_command.py,sha256=t1D5x40Hfn9HnPnMt-iSxvqL14nht2olBCacW74pc-k,7842 +pip/_internal/cli/cmdoptions.py,sha256=0AFz3vHEZeUUOpE4Ze0sBKmsS1OOd3aaWX3Fr2ov9BU,29496 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/main.py,sha256=ioJ8IVlb2K1qLOxR-tXkee9lURhYV89CDM71MKag7YY,2472 +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=ypTutLv4j_efxC2f6C6aCQufxre-zaJdi5m_tWlLeBk,18172 +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-311.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-311.pyc,, +pip/_internal/commands/__pycache__/check.cpython-311.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-311.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-311.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-311.pyc,, +pip/_internal/commands/__pycache__/download.cpython-311.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-311.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-311.pyc,, +pip/_internal/commands/__pycache__/help.cpython-311.pyc,, +pip/_internal/commands/__pycache__/index.cpython-311.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-311.pyc,, +pip/_internal/commands/__pycache__/install.cpython-311.pyc,, +pip/_internal/commands/__pycache__/list.cpython-311.pyc,, +pip/_internal/commands/__pycache__/search.cpython-311.pyc,, +pip/_internal/commands/__pycache__/show.cpython-311.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/commands/cache.py,sha256=muaT0mbL-ZUpn6AaushVAipzTiMwE4nV2BLbJBwt_KQ,7582 +pip/_internal/commands/check.py,sha256=0gjXR7j36xJT5cs2heYU_dfOfpnFfzX8OoPNNoKhqdM,1685 +pip/_internal/commands/completion.py,sha256=H0TJvGrdsoleuIyQKzJbicLFppYx2OZA0BLNpQDeFjI,4129 +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=LwKEyYMG2L67nQRyGo8hQdNEeMU2bmGWqJfcB8JDXas,5289 +pip/_internal/commands/freeze.py,sha256=PaJJB9mT_3vHeZ3mbFL_m1fzTYL-_Or3kDtXwTdZZ-A,2968 +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=3vT9tnHOV-p6dPMaKDqzivqmcq_kPAI-jVkxOEwN5C4,32389 +pip/_internal/commands/list.py,sha256=gI4BWR-6IVMFY3Ucwf9YGwxvCwXyTV5kVTDzJdKWqu0,12440 +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=mbFJd4dmUfrVFJkQbK8n2zHyRcD3AI91f7EUo9l3KYg,7396 +pip/_internal/configuration.py,sha256=uBKTus43pDIO6IzT2mLWQeROmHhtnoabhniKNjPYvD0,13529 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-311.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=cU4dz7x-1uFGrf2A1_Np9tKcy599bRJKRJkikgARxW4,24244 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/index/__pycache__/collector.cpython-311.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-311.pyc,, +pip/_internal/index/__pycache__/sources.cpython-311.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=SVyPitv08-Qalh2_Bk5diAJ9GAA_d-a93koouQodAG0,6557 +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365 +pip/_internal/locations/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc,, +pip/_internal/locations/__pycache__/base.cpython-311.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-311.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.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-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.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=7BxanCh3T7arusys__O2ZHJdnmDhQXFmfU7x1-jB5xI,7457 +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-311.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-311.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-311.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-311.pyc,, +pip/_internal/models/__pycache__/index.cpython-311.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-311.pyc,, +pip/_internal/models/__pycache__/link.cpython-311.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-311.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-311.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-311.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/models/candidate.py,sha256=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990 +pip/_internal/models/direct_url.py,sha256=f3WiKUwWPdBkT1xm7DlolS32ZAMYh3jbkkVH-BUON5A,6626 +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=Hymmzv9-e3WhtewYm2NIOeMyAB6lXp736mpYqb9scZ0,2617 +pip/_internal/models/link.py,sha256=nfybVSpXgVHeU0MkC8hMkN2IgMup8Pdaudg74_sQEC8,18602 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=iGPQQ6a4Lau8oGQ_FWj8aRLik8A21o03SMO5KnSt-Cg,4644 +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-311.pyc,, +pip/_internal/network/__pycache__/auth.cpython-311.pyc,, +pip/_internal/network/__pycache__/cache.cpython-311.pyc,, +pip/_internal/network/__pycache__/download.cpython-311.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc,, +pip/_internal/network/__pycache__/session.cpython-311.pyc,, +pip/_internal/network/__pycache__/utils.cpython-311.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc,, +pip/_internal/network/auth.py,sha256=MQVP0k4hUXk8ReYEfsGQ5t7_TS7cNHQuaHJuBlJLHxU,16507 +pip/_internal/network/cache.py,sha256=hgXftU-eau4MWxHSLquTMzepYq5BPC2zhCkhN3glBy8,2145 +pip/_internal/network/download.py,sha256=HvDDq9bVqaN3jcS3DyVJHP7uTqFzbShdkf7NFSoHfkw,6096 +pip/_internal/network/lazy_wheel.py,sha256=PbPyuleNhtEq6b2S7rufoGXZWMD15FAGL4XeiAQ8FxA,7638 +pip/_internal/network/session.py,sha256=BpDOJ7_Xw5VkgPYWsePzcaqOfcyRZcB2AW7W0HGBST0,18443 +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-311.pyc,, +pip/_internal/operations/__pycache__/check.cpython-311.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-311.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-311.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.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=WsN7z0_QSgJjw0JsWWcqOHj4wWTaFv0J7mxgUByDCOg,5122 +pip/_internal/operations/freeze.py,sha256=mwTZ2uML8aQgo3k8MR79a7SZmmmvdAJqdyaknKbavmg,9784 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=ee4kfJHNuzTdKItbfAsNOSEwq_vD7DRPGkBdK48yBhU,1354 +pip/_internal/operations/install/legacy.py,sha256=cHdcHebyzf8w7OaOLwcsTNSMSSV8WBoAPFLay_9CjE8,4105 +pip/_internal/operations/install/wheel.py,sha256=CxzEg2wTPX4SxNTPIx0ozTqF1X7LhpCyP3iM2FjcKUE,27407 +pip/_internal/operations/prepare.py,sha256=BeYXrLFpRoV5XBnRXQHxRA2plyC36kK9Pms5D9wjCo4,25091 +pip/_internal/pyproject.py,sha256=QqSZR5AGwtf3HTa8NdbDq2yj9T2r9S2h9gnU4aX2Kvg,6987 +pip/_internal/req/__init__.py,sha256=rUQ9d_Sh3E5kNYqX9pkN0D06YL-LrtcbJQ-LiIonq08,2807 +pip/_internal/req/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc,, +pip/_internal/req/constructors.py,sha256=ypjtq1mOQ3d2mFkFPMf_6Mr8SLKeHQk3tUKHA1ddG0U,16611 +pip/_internal/req/req_file.py,sha256=N6lPO3c0to_G73YyGAnk7VUYmed5jV4Qxgmt1xtlXVg,17646 +pip/_internal/req/req_install.py,sha256=X4WNQlTtvkeATwWdSiJcNLihwbYI_EnGDgE99p-Aa00,35763 +pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 +pip/_internal/req/req_uninstall.py,sha256=ZFQfgSNz6H1BMsgl87nQNr2iaQCcbFcmXpW8rKVQcic,24045 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-311.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-311.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=9em8D5TcSsEN4xZM1WreaRShOnyM4LlvhMSHpUPsocE,24129 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220 +pip/_internal/resolution/resolvelib/candidates.py,sha256=6kQZeMzwibnL4lO6bW0hUQQjNEvXfADdFphRRkRvOtc,18963 +pip/_internal/resolution/resolvelib/factory.py,sha256=OnjkLIgyk5Tol7uOOqapA1D4qiRHWmPU18DF1yN5N8o,27878 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=Vd4jW_NnyifB-HMkPYtZIO70M3_RM0MbL5YV6XyBM-w,9914 +pip/_internal/resolution/resolvelib/reporter.py,sha256=3ZVVYrs5PqvLFJkGLcuXoMK5mTInFzl31xjUpDBpZZk,2526 +pip/_internal/resolution/resolvelib/requirements.py,sha256=B1ndvKPSuyyyTEXt9sKhbwminViSWnBrJa7qO2ln4Z0,5455 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nYZ9bTFXj5c1ILKnkSgU7tUCTYyo5V5J-J0sKoA7Wzg,11533 +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-311.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-311.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-311.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-311.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc,, +pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-311.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-311.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-311.pyc,, +pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-311.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-311.pyc,, +pip/_internal/utils/__pycache__/models.cpython-311.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-311.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-311.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-311.pyc,, +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=OLc7GzDwPob9y8jscDYCKUNBV-9CWwqFplBOJPLOpBM,5764 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/distutils_args.py,sha256=bYUt4wfFJRaeGO4VHia6FNaA8HlYXMcKuEq1zYijY5g,1115 +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=tDfwVYnJCOC0BNVpItpy8CGLP9BjkxFHdl0mTS0J7fc,3110 +pip/_internal/utils/hashes.py,sha256=1WhkVNIHNfuYLafBHThIjVKGplxFJXSlQtuG2mXNlJI,4831 +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=lX22zJrsk-Q00ghAHB81yHpc_8q7Hp5Vto4k7QDzLfg,23220 +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=4i3CuS34yNrkePnZ73rR47pyDzpZBo-SX9V5PNDSSHY,5662 +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-311.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.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=Bzbd518Jsx-EJI0IhIobiQqiRsUv5TWYnrmRIFWE0Gw,5238 +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=8cObBCu4mIsMJqZM7xXI9DO3vldiAnRNa1Gt6izPPTs,13079 +pip/_vendor/__init__.py,sha256=fNxOSVD0auElsD8fN9tuq5psfgMQ-RFBtD4X5gjlRkg,4966 +pip/_vendor/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/__pycache__/six.cpython-311.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=hrxlv3q7upsfyMw8k3gQ9vagBax1pYHSGGqYlZ0Zk0M,465 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.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-311.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.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=bK_nm9bLJzNvWZc2oZdiTwg2KWD4HSPBWGaM0zUDvMw,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-311.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=LBHDzgj_xA05AxnHK8ENT5COnGNElNZe0svFUHMf1SQ,275233 +pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-311.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-311.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.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-311.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.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-311.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-311.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-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.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-311.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-311.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/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262 +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +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-311.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-311.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-311.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-311.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=NryGaKLDk_Egd58ZxXpnuI7OWO27AXz7S6CBFRM3sAY,1132 +pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=TuldJPkYu8Wo_Xh0tFGL2l06-gY88NSR8tOje9fo2Wg,6080 +pip/_vendor/msgpack/fallback.py,sha256=OORDn86-fHBPlu-rPlMdM10KzkH6S_Rx9CHN1b7o4cg,34557 +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-311.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-311.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=NnpQ3g6BCHzpMgOR_OLBmYtniY4oOzdKpwqghfq_6ug,108287 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc,, +pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562 +pip/_vendor/platformdirs/__init__.py,sha256=9iY4Z8iJDZB0djln6zHHwrPVWpB54TCygcnh--MujU0,12936 +pip/_vendor/platformdirs/__main__.py,sha256=ZmsnTxEOxtTvwa-Y_Vfab_JN3X4XCVeN8X0yyy9-qnc,1176 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc,, +pip/_vendor/platformdirs/android.py,sha256=GKizhyS7ESRiU67u8UnBJLm46goau9937EchXWbPBlk,4068 +pip/_vendor/platformdirs/api.py,sha256=MXKHXOL3eh_-trSok-JUTjAR_zjmmKF3rjREVABjP8s,4910 +pip/_vendor/platformdirs/macos.py,sha256=-3UXQewbT0yMhMdkzRXfXGAntmLIH7Qt4a9Hlf8I5_Y,2655 +pip/_vendor/platformdirs/unix.py,sha256=P-WQjSSieE38DXjMDa1t4XHnKJQ5idEaKT0PyXwm8KQ,6911 +pip/_vendor/platformdirs/version.py,sha256=qaN-fw_htIgKUVXoAuAEVgKxQu3tZ9qE2eiKkWIS7LA,160 +pip/_vendor/platformdirs/windows.py,sha256=LOrXLgI0CjQldDo2zhOZYGYZ6g4e_cJOCB_pF9aMRWQ,6596 +pip/_vendor/pygments/__init__.py,sha256=5oLcMLXD0cTG8YcHBPITtK1fS0JBASILEvEnWkTezgE,2999 +pip/_vendor/pygments/__main__.py,sha256=p0_rz3JZmNZMNZBOqDojaEx1cr9wmA9FQZX_TYl74lQ,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-311.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=rc0fah4eknRqFgn1wKNEwkq0yWnSqYOGaA4PaIeOxVY,23685 +pip/_vendor/pygments/console.py,sha256=hQfqCFuOlGk7DW2lPQYepsw-wkOH1iNt9ylNA1eRymM,1697 +pip/_vendor/pygments/filter.py,sha256=NglMmMPTRRv-zuRSE_QbWid7JXd2J4AvwjCW2yWALXU,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=b5YuXB9rampSy2-cMtKxGQoMDfrG4_DcvVwZrzTlB6w,40386 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/formatter.py,sha256=6-TS2Y8pUMeWIUolWwr1O8ruC-U6HydWDwOdbAiJgJQ,2917 +pip/_vendor/pygments/formatters/__init__.py,sha256=YTqGeHS17fNXCLMZpf7oCxBCKLB9YLsZ8IAsjGhawyg,4810 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=fCZgvsM6UEuZUG7J6lr47eVss5owKd_JyaNbDfxeqmQ,4104 +pip/_vendor/pygments/formatters/bbcode.py,sha256=JrL4ITjN-KzPcuQpPMBf1pm33eW2sDUNr8WzSoAJsJA,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=xrOFoLbafSA9uHsSLRogy79_Zc4GWJ8tMK2hCdTJRsw,5086 +pip/_vendor/pygments/formatters/html.py,sha256=QNt9prPgxmbKx2M-nfDwoR1bIg06-sNouQuWnE434Wc,35441 +pip/_vendor/pygments/formatters/img.py,sha256=h75Y7IRZLZxDEIwyoOsdRLTwm7kLVPbODKkgEiJ0iKI,21938 +pip/_vendor/pygments/formatters/irc.py,sha256=iwk5tDJOxbCV64SCmOFyvk__x6RD60ay0nUn7ko9n7U,5871 +pip/_vendor/pygments/formatters/latex.py,sha256=thPbytJCIs2AUXsO3NZwqKtXJ-upOlcXP4CXsx94G4w,19351 +pip/_vendor/pygments/formatters/other.py,sha256=PczqK1Rms43lz6iucOLPeBMxIncPKOGBt-195w1ynII,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=ZZzMsKJKXrsDniFeMTkIpe7aQ4VZYRHu0idWmSiUJ2U,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=abrKlWjipBkQvhIICxtjYTUNv6WME0iJJObFvqVuudE,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=6MM9YyO8NhU42RTQfTWBiagWMnsf9iG5gwhqSriHORE,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=NpEGvwkC6LgMLQTjVzGrJXji3XcET1sb5JCunSCzoRo,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=4v4OVizvsxtwWBpIy_Po30zeOzE5oJg_mOc1-rCjMDk,11753 +pip/_vendor/pygments/lexer.py,sha256=ZPB_TGn_qzrXodRFwEdPzzJk6LZBo9BlfSy3lacc6zg,32005 +pip/_vendor/pygments/lexers/__init__.py,sha256=8d80-XfL5UKDCC1wRD1a_ZBZDkZ2HOe7Zul8SsnNYFE,11174 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=zEiCV5FPiBioMJQJjw9kk7IJ5Y9GwknS4VJPYlcNchs,70232 +pip/_vendor/pygments/lexers/python.py,sha256=gZROs9iNSOA18YyVghP1cUCD0OwYZ04a6PCwgSOCeSA,53376 +pip/_vendor/pygments/modeline.py,sha256=gIbMSYrjSWPk0oATz7W9vMBYkUyTK2OcdVyKjioDRvA,986 +pip/_vendor/pygments/plugin.py,sha256=5rPxEoB_89qQMpOs0nI4KyLOzAHNlbQiwEMOKxqNmv8,2591 +pip/_vendor/pygments/regexopt.py,sha256=c6xcXGpGgvCET_3VWawJJqAnOp0QttFpQEdOPNY2Py0,3072 +pip/_vendor/pygments/scanner.py,sha256=F2T2G6cpkj-yZtzGQr-sOBw5w5-96UrJWveZN6va2aM,3092 +pip/_vendor/pygments/sphinxext.py,sha256=F8L0211sPnXaiWutN0lkSUajWBwlgDMIEFFAbMWOvZY,4630 +pip/_vendor/pygments/style.py,sha256=RRnussX1YiK9Z7HipIvKorImxu3-HnkdpPCO4u925T0,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=iZDZ7PBKb55SpGlE1--cx9cbmWx5lVTH4bXO87t2Vok,3419 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/token.py,sha256=vA2yNHGJBHfq4jNQSah7C9DmIOp34MmYHPA8P-cYAHI,6184 +pip/_vendor/pygments/unistring.py,sha256=gP3gK-6C4oAFjjo9HvoahsqzuV4Qz0jl0E0OxfDerHI,63187 +pip/_vendor/pygments/util.py,sha256=KgwpWWC3By5AiNwxGTI7oI9aXupH2TyZWukafBJe0Mg,9110 +pip/_vendor/pyparsing/__init__.py,sha256=ZPdI7pPo4IYXcABw-51AcqOzsxVvDtqnQbyn_qYWZvo,9171 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=wU9i32e0y1ymxKE3OUwSHO-SFIrt1h_wv6Ws0GQjpNU,6426 +pip/_vendor/pyparsing/common.py,sha256=lFL97ooIeR75CmW5hjURZqwDCTgruqltcTCZ-ulLO2Q,12936 +pip/_vendor/pyparsing/core.py,sha256=AzTm1KFT1FIhiw2zvXZJmrpQoAwB0wOmeDCiR6SYytw,213344 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=KW0PV_TvWKnL7jysz0pQbZ24nzWWu2ZfNaeyUIIywIg,23685 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=3LbSafD32NYb1Tzt85GHNkhEAU1eZkTtNSk24cPMemo,9023 +pip/_vendor/pyparsing/helpers.py,sha256=QpUOjW0-psvueMwWb9bQpU2noqKCv98_wnw1VSzSdVo,39129 +pip/_vendor/pyparsing/results.py,sha256=HgNvWVXBdQP-Q6PtJfoCEeOJk2nwEvG-2KVKC5sGA30,25341 +pip/_vendor/pyparsing/testing.py,sha256=7tu4Abp4uSeJV0N_yEPRmmNUhpd18ZQP3CrX41DM814,13402 +pip/_vendor/pyparsing/unicode.py,sha256=fwuhMj30SQ165Cv7HJpu-rSxGbRm93kN9L4Ei7VGc1Y,10787 +pip/_vendor/pyparsing/util.py,sha256=kq772O5YSeXOSdP-M31EWpbH_ayj7BMHImBYo9xPD5M,6805 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.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-311.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=64HgJ8cke-XyNrj1ErwNq0F9SqyAThUTh5lV6m7-YkI,5178 +pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/requests/__version__.py,sha256=h48zn-oFukaXrYHocdadp_hIszWyd_PGrS8Eiii6aoc,435 +pip/_vendor/requests/_internal_utils.py,sha256=aSPlF4uDhtfKxEayZJJ7KkAxtormeTfpwKSBSwtmAUw,1397 +pip/_vendor/requests/adapters.py,sha256=GFEz5koZaMZD86v0SHXKVB5SE9MgslEjkCQzldkNwVM,21443 +pip/_vendor/requests/api.py,sha256=dyvkDd5itC9z2g0wHl_YfD1yf6YwpGWLO7__8e21nks,6377 +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=KUqJcRRLovNefUs7ScOXSUVCcfSayTFWtbiJ7gOSlTI,30180 +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=0gzSOcx9Ya4liAbHnHuwt4jM78lzCZZoDFgkmsInNUg,33240 +pip/_vendor/resolvelib/__init__.py,sha256=UL-B2BDI0_TRIqkfGwLHKLxY-LjBlomz7941wDqzB1I,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=roVmFBItQJ0TkhNua65h8LdNny7rmeqVEXZu90QiP4o,5872 +pip/_vendor/resolvelib/reporters.py,sha256=fW91NKf-lK8XN7i6Yd_rczL5QeOT3sc6AKhpaTEnP3E,1583 +pip/_vendor/resolvelib/resolvers.py,sha256=2wYzVGBGerbmcIpH8cFmgSKgLSETz8jmwBMGjCBMHG4,17592 +pip/_vendor/resolvelib/structs.py,sha256=IVIYof6sA_N4ZEiE1C1UhzTX495brCNnyCdgq6CYq28,4794 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-311.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=nHArqOljIlYn6NruhWsAsh-fHo7oJC3y9BDJyAa-QYQ,2114 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +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=cTaTCU_xuDXGGa9iqK-kZ0uddZCSvM-RgM2aGMuMiHs,1643 +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=FV6_GS-8uhIyViMng3hkIWSFaTgMohK1Oqyjl8I8mGE,10368 +pip/_vendor/rich/ansi.py,sha256=THex7-qjc82-ZRtmDPAYlVEObYOEE_ARB1692Fk-JHs,6819 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=zMjFI15wCpgjLR14lHdfFMVC6qMDi5OsKIB0PYZBBMk,4503 +pip/_vendor/rich/color.py,sha256=GTITgffj47On3YK1v_I5T2CPZJGSnyWipPID_YkYXqw,18015 +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=w3tJfrILZpS359wrNqaldGmyk3PEhEmV8Pg2g2GjXWI,97992 +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=WqVh-RPNEsx0Wxf3fhS_fCn-wVqgJ6Qfo-Zg7CoCsLE,7954 +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=4gCbGRXg0rW35Plaf0UVvj3dfENHuzc_n8I_dBqxI7o,1616 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=3WW6PACGlq0e3YDjfqiMBQ0dYZwu7pcoFYUgJy01nb0,9585 +pip/_vendor/rich/json.py,sha256=TmeFm96Utaov-Ff5miavBPNo51HRooM8S78HEwrYEjA,5053 +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=emVaLUua-FKSYqZXmtJJjBIstO99CqMOuA6vMAKVkO0,14172 +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=dAbLqSF3jJnyfBLJ7QjQ3B2J-WGyBnAdGXeuBVIyMyA,37414 +pip/_vendor/rich/progress.py,sha256=eg-OURdfZW3n3bib1-zP3SZl6cIm2VZup1pr_96CyLk,59836 +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=eJObQe6_c5pUjRM85sZ2rrW47_iF9HT3Z8DrgVjvOl8,4436 +pip/_vendor/rich/rule.py,sha256=V6AWI0wCb6DB0rvN967FRMlQrdlG7HoZdfEAHyeG8CM,4773 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=6XdX0MfL18tUCaUWDWncIqx0wpq3GiaqzhYP779JvRA,24224 +pip/_vendor/rich/spinner.py,sha256=7b8MCleS4fa46HX0AzF98zfu6ZM6fAL0UgYzPOoakF4,4374 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=odBbAlrgdEbAj7pmtPbQtWJNS8upyNhhy--Ks6KwAKk,26332 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=W1xtdBA1-EVP-weYofKXusUlV5zghCOv1nWMHHfNmiY,34995 +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=andXaxWW_wBveMiZZpd5viQwucWo7SPopcM3ZCQeO0c,45686 +pip/_vendor/rich/theme.py,sha256=GKNtQhDBZKAzDaY0vQVQQFzbc0uWfFe6CJXA-syT7zQ,3627 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=6LkGguCEAxKv8v8xmKfMeYPPJ1UXUEHDv4726To6FiQ,26070 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=rjcWJVq5PcNJNC42rt-TAGGskM-RUEkZbDKu1ra7IPo,18364 +pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=HEb0BVJEeBJE9P-m9XBxh1KcaF96BwoeqkJCL5sbVcQ,3314 +pip/_vendor/tenacity/_utils.py,sha256=-y68scDcyoqvTJuJJ0GTfjdSCljEYlbCYvgk7nM4NdM,1944 +pip/_vendor/tenacity/after.py,sha256=dlmyxxFy2uqpLXDr838DiEd7jgv2AGthsWHGYcGYsaI,1496 +pip/_vendor/tenacity/before.py,sha256=7XtvRmO0dRWUp8SVn24OvIiGFj8-4OP5muQRUiWgLh0,1376 +pip/_vendor/tenacity/before_sleep.py,sha256=ThyDvqKU5yle_IvYQz_b6Tp6UjUS0PhVp6zgqYl9U6Y,1908 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=Cy504Ss3UrRV7lnYgvymF66WD1wJ2dbM869kDcjuDes,7550 +pip/_vendor/tenacity/stop.py,sha256=sKHmHaoSaW6sKu3dTxUVKr1-stVkY7lw4Y9yjZU30zQ,2790 +pip/_vendor/tenacity/tornadoweb.py,sha256=E8lWO2nwe6dJgoB-N2HhQprYLDLB_UdSgFnv-EN6wKE,2145 +pip/_vendor/tenacity/wait.py,sha256=tdLTESRm5E237VHG0SxCDXRa0DHKPKVq285kslHVURc,8011 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-311.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=VKZ_nHsuzDbKOVUY2CTdavwBgfZ2EXRyluZHRzUYAbg,80114 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=JWE--BUVy7--9FsXILONIpQ43irftKGjT9j2H_fdF2M,64 +pip/_vendor/urllib3/connection.py,sha256=8976wL6sGeVMW0JnXvx5mD00yXu87uQjxtB9_VL8dx8,20070 +pip/_vendor/urllib3/connectionpool.py,sha256=vS4UaHLoR9_5aGLXSQ776y_jTxgqqjx0YsjkYksWGOo,39095 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.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-311.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.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-311.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=0KOOJECoeLYVjUHvv-0h4Oq3FFQQ2yb-Fnjkbj8gJO0,19786 +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-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.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=QSbBUNOB9yh6AnDn61SrLQ0hg5oz0I9-uXEG91AJuIg,10003 +pip/_vendor/urllib3/util/url.py,sha256=HLCLEKt8D-QMioTNbneZSzGTGyUkns4w_lSJP1UzE2E,14298 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=3i3Zr7_kRDD9UEva0I8YOMroCZ8xuZ9OWd_Q4jmazqE,476 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.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.11/site-packages/pip-23.0.1.dist-info/REQUESTED b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL new file mode 100644 index 0000000..57e3d84 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.38.4) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt new file mode 100644 index 0000000..bcf704d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.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.11/site-packages/pip-23.0.1.dist-info/top_level.txt b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/pip/__init__.py b/venv/lib/python3.11/site-packages/pip/__init__.py new file mode 100644 index 0000000..42f6c45 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "23.0.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.11/site-packages/pip/__main__.py b/venv/lib/python3.11/site-packages/pip/__main__.py new file mode 100644 index 0000000..fe34a7b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/__main__.py @@ -0,0 +1,31 @@ +import os +import sys +import warnings + +# 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__": + # Work around the error reported in #9540, pending a proper fix. + # Note: It is essential the warning filter is set *before* importing + # pip, as the deprecation happens at import time, not runtime. + warnings.filterwarnings( + "ignore", category=DeprecationWarning, module=".*packaging\\.version" + ) + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/venv/lib/python3.11/site-packages/pip/__pip-runner__.py b/venv/lib/python3.11/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..49a148a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..127f5d3f948e73f5e812355d4fea503260ac736f GIT binary patch literal 776 zcmZ`%ziSjh6rS1L+dJ=!0R=HOjv~l`+4YQIA`%dSC`b~B)gdf%JCnP?-PvJg?&5|B zDJ&vb*d>LvKd|yYNns&d1+452(xvjv=|u~Dym|ZH^1b)IH*Y@7%rp_m(xoq)V}!oD zU@EoW&hZL3`-mZiGnC^l&b_XO5%an}tFwT69P?mqnuY#&tj24b0SjN%x*_v7P`mNN zq1s**JQ2oLjWuOOA!)W9-d>1qMV-|upt^6WP;)!fG6hDb;)CbT@pUl31~bpGd5JOd z&<@@~?*aY!Gy}T%+xt%k!Vpj@iIA3S=tUl^KPH9DN|JLbE!iwI85&M{B~e1%Fr?U$ zBrT*VGEPjYg|a4UHVMc>fKtZ9FVci@OGRdG62mzeSgXvvIPMEO81|yH$YWJ18bi%k z7&GK1zI$hBF`5+89?a0jRU_HbR4K0EO0EDhN~SEMp@q^BmsXdmfWJmJT#l#RRwll2 zMF=@rjR!@};{i2P#%n3f9yxD*y|jZu#v?9AaVC1e#>ER!rxP1t`Mjd(bJ_=5j$s0g zg-w!3l~s^aA$1Fihj5I$?p-u)qT147u=uwgwJz)}zFm2}{AT$um^%g>%(U9BSD`JH zkbUjer2{ZkD@jIN8(4OdRKBsg@?oY)lTS#WbvXA9Pa600f(_-w6zu6Gho_ca-lMT(yH?wcvd-J~czIp7|(a``Pa{tyZ z^b-Q`n>wEO`o=|r0pJ6Wfy}5N-8-2y)2DT-ynw?GN9d?haty{ zKI5hwZmJsqp|RtYcZs)&j|-nyz9c>+zOA+*OYO)~E4bVaE?3rj1yV<;`dZy?!Dt&s z9T+|5g0+J)ZpPteNI_q;l5E3BM;Lb^bI!fZF30-#zksMqs=BV?fp6J?OV{@~3{@Ui eleO*I_M4sKofe#K!)eFc-5UVTk_P518OA@iF9ovz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90e6e856f429acacd266867c5490545a7bc966ca GIT binary patch literal 2513 zcmaJ?%}*Og6rb5$f3Cp}CV_l4TP027$R8ykYFbeeH6;l_0tZN?x~f(i?-&;BU1xVq zF&N2;sD!FYb){C}$f2TC$)UaV*gwHW8^zjFq^eT68IcpGzS+eT7qzqFH}huRys!Dq z^G{t}K?LoC{$I(D9)$j&OuGdRCVMY1LeG$lGDyZUlgAk>vl&L_R#Ao}c#dlykQv$Y z6?3}HBErl&bA6aW#3Oq*yoXyyCb0LvS~kJ@bNIQX>qvv(T^AP{fBc)ZEXDypDQP-n(E?+>!V zj_>2-G5yy;-`*gQF@(WJ1$_}+!R8S!D!5bAr|22R=$l>{flfRg!!~P}dW^A|Rx6OytYk=PY9cG;@6%Z#T{dSmHMIb#PUV%ysiMPQPYw*E48zl61je9UQqHzl-AGi2;or~*TAh$!)vvkYB)`7AEL<+J-0B4#h7^NZw zj^O4-SY8pX=;TRB(P4l1qve%Y65I=>C3E(!qRK?4&dQ2TA({p4hmAsqw!OmWyWn55E5f`S{Lj< z4$>hSMUu56>Cv<}HSuWj&d8KFIWaLE^Vpn0@;Td|E9LVvRW?_I4BB2((r1VXyKv5+ zF$uIe_pSE>yL9Ql6Ouf%_zp-Kqd=5sTVBQIxeTM8pDbhtr=;-=7#4Cr2JW8l4=Oa-N+XYCl9p&1rUUs%$_> z9a&UN+ndw$f@InrP+lzCQMU*~sYw>3EEIgAmtC~@G$Tn7phph^qNQFGb^8D9WXcXe zG9}SPiJ}@rH}wltHc0(Gh~*-crVram^S*z`T_4tINu{VaWS}h;W87jm%(W0D5rp|_ zkbW&Mik_~9TV9M4Ep$lyi1S%&wDxiBVeMm!?ORW6v#~lGYX*DQt~ULnul(t4f4Uj! zTN_(vt^O-pJzH;Y^;rG!Mkry05?jk#%fH=fq{gh&*e=Tif^QIzU6$j$Zx9gh!sBiA zAly|A(XWZF);oI>ovnBF*U>Yz_t)XuxY;-xx6VR&OIXoF9YtDRKL+p|C%bg*%|9Eb z5aw39UZLJ?)LVO4@4p7U(LZSQ4>r&Z3*D%r8?Sxg+K1b|^L4jhm~8mYTh6?RB2|xt YBDIqnXMQp3XsCgPEHnfYw>!7+HyOikBme*a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..6afb5c6 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8e78689bd9b1521d098d2b58ce7b597d30a6b84 GIT binary patch literal 959 zcmZ`%y=xRf6rb7M+iWfgs3&4<95Ky_*(E5Lh^7*;kVMczt~n;VFLx97W0;wXoJ2@r z5y2vzDa0}&Y4kriAw}3KU}blZE|qUq?^KAxn>W8VypP|!d7oxx>IB!)<*#txA>_L? zMyvK4oG1kENkS5ul8m-!=CmAYZ6|eG9-eMm%lwv4i9^8Om>4D4M{qDQ2u4gK9ymZD zm>u8#K}iiJ*S*AlQ)|@|=P79hKde{NDZR%+n=)9HMiet61H9_R-_4w zi(D5eFdZu)jb^6H4a<0+X(Q55(@u)s zK{a$KrAOr2;4C>N3xkmyk-5RYG7Jd4ue8t16~H0b*_g(*OVf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5618da8b8cc98d4ec4d56a76e10ebc53565dbe64 GIT binary patch literal 16079 zcmb_@Yit|Wdf*J-kD*9Pl&FU#Q!iVzMau6uwrt0a<;S(JY{atB@ZMaO=8R;@d}U_j z2SWwkB1IKL-MC%_R&$+(1$r9kC9AXG;e%ov}_5wx_!?!B~)l9qH~&PppT8 zo$208Uu+u*yVCucf!F{EyVKh4ccdWkc)&pUTdK1U4mzq3c)zqON~KTGL@#abMzDj_26ZsiX)|&kUbP za@P~dn=^OwT-X5#Z(p8@zjxkp-T^hzoOsb!>*EgHieVhBSK9zQqKZ_JzDY)pw_teIlrNyNWF5eYza?*OFkjq;QOJ>w4t+*9O}-6#n-HZ2BWyB0Rmg3=Bxho#_EEYoKc3TA;VPu?f&6VijQg^Lzlq zb|J~9@}i*Fucxwcm^!4B6??umTkYB$cEI3az5tWkB5>(hm6lDN$pXGYC=}uckti&T zR5m5X;{{)>E2CP<2;>W=0l@GDx|b}=&Pr!5JY4JkzSUDDQSy(M{o}HKe92Y`_OHAT zSegxO=MspDz11ulVcZfQ7TM4{_a8| zUCS{GBG2ywd_IH#OOnR&qZmSfNx~rj_v*i@$!a~ZdZkLiqclSvTLP6N5=z3qepw)7 zhX1So4&V_b)@KGq&DX;sV%07qvoB%UP1om;@85tS=o#oHWj`)%ZZ^x2-#ss%!Tp^LBMAsq%QvucZW+Zh{%J- zF`Zw?hQu3OD7nD%z*f_DBao6smJeJY>TFu;MGt#3&pS+!b}KJ9Yc+hgn~aF2b!dQj*rKI-GrSm{bAuFv$kA@fWiPqJe^At z;iTAk4g}RL4wh8{Td&ws0$DjYcN9}jP#m)Y%O!IxiVvHRTi}6P<5<_0hYwjhzA*L& z*3O@V%yIY&*8tq3e#=m8oy$M{biC}@DSLLl@Ju}SOq4x)WxNmHJG0^Te{}5ru@6ry zpQuu1Yu|5el&|B#p%33%eou1re&hBmAAN933hgfk_m|xVWcLBda)3zv`!xpLRHnGm9V9r1tjTtLC>#bui^BYZ2@ZOU2$jOb3MF|i zA%ZS*{jM%`a^Ie?+PJrf)D=S69G^*~Qw6{TMjXn`hJZD}vyKbgzqj~8~wvD4IniR&95oy2vM7LG^j$UlY}1h4>LqD$^c z^)88jcxw6V3ufDMX4~panHiFqp?apq=Iy9kh$0X22Zoe?6I+UX!M6i|rN-#$7xW9R zd#l#*7og-M{Dn&ZVBxh>4(}g|Qs<7ceWz^SS*7gOL+imlIk>wVjL5;r60^j>>g*Z$ zW6xvHFW&pp#V3nW@Zb_tAuqC4gf^GmlQP6ClbctZ#&chRePB>Sz^v)4sUV%K6;u%` zYvXL3opUtQ??#BVL!K^&bwJ#y%SV;Q!8(DCi*<2sj?w3F9hSeA zpeDJ2rk7<{58Kv6*UK?rmM}z}az2M*TK%*c$ZPp|ULp#oSJ-y~*(R*_3Dl10Ck ziYjA6{FiiWwSi&mT4U|T*lFsWHx@yCov*i{q*>+-au6!g^PmQ(myrUE?Wwo9#AsOh zCzRF}LX#>%Q_CksRJUuFvE_><5!LtFHSg0xC0%c5X%zLLrGdd(jUxrUj4Xp(ThK(l zvgv|%tCusrx6mV^VN$#1QMD%5)+K04+^u0z)E2F1`DS{Wtj+jltetf{bsBB&gVdtA zXfAa%YHNhViAH$7TMM%;5lnr>NZVNZ&Nha@PBm=z{m6jpnz8F zJBMLD(|V;_ui7+Lb89vGLsJ6-q$WtyhOflXqM8;Bfohr0 zrLrJm&p@tXLAyk8putYeDr7&Q&^=AE&T(1pPM$wr7;ol)byG?wS~YA`ABhh6-M>=* z3i1rJ!%-Ij8@@o*OtrOt{Mx7c9>4b4(@bhJ>;R$%MzC4|G=I?8 zfc>N9Uel!XC3AdgE(MMS)KTJy6FP?FqZs_jk#{z==Vmr{J4+A+#N@=W@FpDeSrJm8 z2)?H_hUh-RAisEI6E?O6n;K29EIz@O9>db(AzfX^bm7ev*6P4gTB}-ClT+U-swr@! zp3UU2Mf!KB_XlXRW1BiG+@hB@)7(@HdhaJK8%cUjU;U<{EsKFR-um@GuNF}y*LTt; z3Y!O7dueFr<_2skKODLOhFz8&55Xvgz(NecFcRlmifb|JhCv$LE2#i_-2Y}HqXyMKtNRoJLV0-d5MRp(6c4ay@EwHKz01? z9<|;P`b9?GaZI{ABXwLYcU+Y_t}Z#g=^1G-%tmOVJ5sd*Z+(dz`C9}K>cvp63*1?4 zRTnk769biz9r#%98u(N!oqjU?V&wJbBd?c7j>;oP%iAaA?UUuMV{+HADrIu+Ct&GJ zh4C#$6p}sSVy2z_$ph)PS>X!{e{WbAkqFP&(>n!$V@v zu{3Obn3~mnP&R>-dV#`JH#<-v`hDF-4N<%`M2a;xbT0G}^ZSbQ7UsOEwelj?{dVAK ztSj_JwZ#}SD(`djqS-*B?#(IbDAyZI8F1_MwKhqbT@bA0KUCUmY&UCq+>}yNAFb1y zh6{)F)nx#Ws1)jl!$d!9yoGLnw&-ryIWTI1|HZUCqUn69|3tCZj8Mf4ZV_OnsPXZH zcc4e6<|hB%HOayTmg+!>wqQBHz=%t-;XqQ-}22@4Q0c#f$w>aFG;eQH={B_K+3i)(OBura%oeEr@Phxf!vuz7`7IZVh%0Vk8oOlOj zIC5#0=vazN-4-I6jRmrhBNK)U6+&gC9}2x&_tA$?M)(H+&>tr4H8;9X0nhE-%xQgr z<@Z+;_>;Y%B}=6vxN^L-L+%JKIV$cBxHA|xufTs?%v0)&%B>_*DU4kh}<2ijO<(=2tA(v zEcZ!nZN5D4x;*fD)owus2H>UH<^+xiplSqUXh37WlZ=bFDQU+L2u>7!kaRtXU8G&O z)KC_`S_6PK&%BmHmFmov5aKl2f@(YlnSV4AY1Xbpf31iOZ@?o1gQHp@UFCus!aqYJfus;Zv zlN0BTs!Z4*11F3&Wneo9lmy&y|H8BW7CRj^|i8ZSn>^5 zomz2qBrUKlAsBWL>w|^{rqSJG93F6b=mxPV&s?M*(7a#okH#iyhH;E~$TJ`0A zPJL=#bY%TaIJV6=fYGMaQ1WUa{Zn6twLf(j+aUzOo#WEuYvH1!Xq`0~dj{Thy=X3) zX7K=qv+$qQZHUl5G-`#0nHmX!T{D{ofz-T@c0}8z7_0eGIWT{2Cx9ulVcc+oojyE3 zA=K@SNGOvMge}QnkvcB_4zzt*v4Y~xC-^al6immC70kzu9h(8Kfg8*VuIw^%*N4BoI;*Ure;$}3OYqh03Pg}6S?*Kh+wb1pW@c_nPLW^h?|4& z#-TpN3<1T0bu0dQzr}000?uN>u^L>f9gc(~Zz6_v+C(S}Z<2VMk^US=30Hwh!1hHO z)zS4wqbs9J_VuowKjK!nC3nT`eMxmXPtmYR80cF)Q0gmpMC6VL=;Z#1kG&><9$k2Np=2)y#^k`56c~dN>mB`IZ=`>9w%l<*?l=ItjsGlN*&Tg)SQ?vx z`*#79!!%NcWp|9-H$Q$LrNjY#*3Y`3I!`r)hR`L!@j$xI7+h)o686H`K!sv%c z@u>!IJR#t)!=&dg0a9H;BlE7C2`dmWO6a0q%?J70Fb{askEq{+({Dv<<1k6lB$!Zo z!X`iJk()04{)16ez!4Qw(OR^?o&^YlFX{rJrYM`i&q|YqgMRiCpv&(9pmf494zjgw zn3ZI=S`*KB0*3!Ng2xE(-HDYgGz;ZGD^i8gO%uEo+J6PALJj~3Yai9#wK5=u_Q?Ld za7Lt~XJt}yY*%lXRZF&Irs9RkMLRnxOgq@d4(5ep=(%HPo!JJ$TxJF!xx#cK^mkU> zlymqcYF}IHVPyAT+pZ@sXBb^v%0&O#13D6ja)@eIV>D4LA4j=!SqTHtj7e+JUyNZmrEA z#vMglslFrBNQWFJ>?OclZTQU#kj=VV?+l4}sH}Ds?RgW++-On`jPKAw)TLl|sV-a> z9YqI!YRgu8iVn7|VP?;55}c6lH5%#AV?B$`Eh+kn&dpSod$U`Qir@G~V1m>0D1^vG zYIAK_TYJ&fsy3kDGf;4ENui_Y-hx7X=jjJ#RG>xM>-%FrP_A=Rxvl1`qXlNm8Ccvj zc5IipQ|pChneSt9M$l*H~VmJrYUHfzO_c)KWOM;EY7Fxdc zd@rIMPAZrpw_wN2na!a$HUURM-MK7mnW+)TjVN^ddphzxJzlUK$>y@$5lBq&C{F$j zIY_}Di4a{3+Q4#mA`5)F;3CzLc!7yTP!>kuwAD?a&=!e^JnZ;zY~)5x5DQk)#DZ6C zDaS`@jR?dqpT8WxGIMhJ^vR2trr~Vv)LSzJ_xZ-btwOKyWS4&H9!?xG;3a`=KNb#x z3Q0J$sGhS`Jfx}GG1+hzD2R6j#nm`%Ry(Aa&dtq%Hs=R*aB6lI{Pn3@+(mFqrxiP9 zfz(#4r>9O`JD< zGyuB@eBjVUa3ojlpg4Arpmf3xX6|+zAbQR<)mHJ~$bz#+?Jpkp$9Y_WJQ^wCHok=6 zhOEW8OJuELN$_(5|0To~yV_WR|0|5S)vh6}Lf?D#reeV+@K3Sq7XSq0lXWGO1XLe5 z+Qx+)n;q3XATjMP z+{4e^!)5oV>>mA9@M-^Z_aVuBNOQSZ%1pn^^h->CW#9;$z(I#DfTij6uKv|od0_vu zpOw2#%U!3J&en=-1iDv`zv$chyl?Nb;b%g*@2K2&v>Z5E2?QUVdwA~CYo)W&$m`D> zYlU+E5xM^eWXXY};2ZL{zcgFXrwjlNc50xF>e?oE?pShF+?|l@+@Uosuv%Cfe7q=i zN6Ji8W}*@kt!xjk4XzEX4LyDzln&1uperMM;I8-rkK7O4QvaT3yQOW%%f1t`?}S9| zs+l0#D36~wnV2#&Dl?-JGg=As%7IbTUcmhTVCl40^}t#{>IT>Tgv?Axx?)&Zsr^}8W+0i38dbE^_WyhfG7?d1?m7a;e?EH1`%b?W#`jThe(Q0g)9~ST^6!;GiplZh-LV#k6M_rNsV+5Z8fCFp5W>U!v z2S?;t^|S!4JwAkB7{MR{JTON9`mKe#z^3oje-+CG$#S7;IbemZGJ-VSVFk~k5$tkV z_iVKHf*t6Q`=WCDMAZr@V9G&SMD~wW?HF}X{+`u-*|)Rm#HfpMwN>31qKu$BWE}y6 zZS~5^kE><~Z@@AY9voclSWT{Wubhy*!=)>09Z!Bof~_NGv}y&EDrE$xv6UOX?Nuu_ z)J6rjuL>)fsvTnvs&Am`#1KPy+p8W7wP9Pl7;1hq%GO>r9kRAnx_YW+coL%U)DguP zyjyqGi6NCJhE$>$qBQW*4D>$uDWTX%RYwH}BnkierRgNEkVWgiFMxx6{@TGl|NrNM zeSX#jhwR*}8xPpQaXwE&lZC^19@YzgJP7DweSp_S4%D?Pf$7|(d^2k=>^TWL$PqYF zf#)hf@`GE4h&b|n4sJ*{muPW@4yL7Q2jQH@Z@6lEB4jrIk|ypG0g+V4zPi)e->NzF z6E5&+74-_OXZTpa!7N!w?;Eysey~#hYbdI(5?5_uV2dhiy9|RslK&?_REN5Vp}PAy zX@RJA{b1eNK8LZqfaOurstfxAh!wW#0@Y7F0<{ot5%E(yJ^#<0pxBe(PRlOj3)@Cd#@BjpU$f^B%w0c5{RywA0;`t1C4{@e(>=e)E zcx|)3q3%4!iqW-D->t88Aac<{xaE7a@*_-OXQFKc%8HNj4wc)6<+i$)hyPp1345Cu zKmT`-+KTD(e~%eBpen2XZy0Ludu&=WBmWJiA?U+~{BH>88Tk>(a-?dZtsW4>24FKr zNv_Ri^)&HuNYV3gjOzF}MpZtJA<77Rt!i)pKS#a{PaO-zn97$iq_R*9sVo#j)D}Qp zQ26@c*VJD9HTK7G1cwovNAN2IHvph>HJwIXJ(m^K(ewDw+&rcYPTb! zP-QX^vqa#cbmq~uuXKQY5skxVXl#y;g7PkcgO}*p%8))s{ZIf1NA+Gl)xX@|8qwf8 zHUkciQ;a`?wW3uMt$)=PO{P=Pn(ZPG{ay(g5i~naAZOau)9nEy)Mdm2l_3FpstMKm zjm~goz=#3v?z9kXd@4gM31wR=B<&2M?wpU>C)(F|QDQ~FSvm5p1$^{~9}}w1P$!s5 z7m0PHuA9HWS0@V35Qat(oJ4Q|0nud0DhOe;uHt;}m{dR8I?n%3$bi*B2_FMH0Y#an zt0tPZz?uMHqiFBFHvCm6=RNYPP$Z5i?tA1{pQb3}HI+_P0}G`(Xfi3N5%P#>#YX=-iw$&a2{pC!NA|Ln$> zUTNfnJn#m=X$B4(4c{wm2B6u~CqT2;a@#%h!PVg^1&?MB^3%sk!=>aCuzMib493ox jY0%+X!Pv^B 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 A2LJ#7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f741ea2bfb50d08a3f492b0e5e3805419085f02f GIT binary patch literal 19235 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27ea8ef637f6a3e41834f61231d5da7bcf8317a0 GIT binary patch literal 759 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8cdb03199e49325a7d2804dcd034cb40b961822b GIT binary patch literal 11329 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 UVf!z@^@hT4FSE-F0du4O7sR%J&Hw-a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7d424f2a4069a5b0f0f919d4cdf586d0fbe2d14 GIT binary patch literal 15999 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/build_env.py b/venv/lib/python3.11/site-packages/pip/_internal/build_env.py new file mode 100644 index 0000000..4f704a3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/build_env.py @@ -0,0 +1,311 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.certifi import where +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +def _dedup(a: str, b: str) -> 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.11/site-packages/pip/_internal/cache.py b/venv/lib/python3.11/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..c53b7f0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cache.py @@ -0,0 +1,293 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional, Set + +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.format_control import FormatControl +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. + :param format_control: An object of FormatControl class to limit + binaries being read from the cache. + :param allowed_formats: which formats of files the cache should store. + ('binary' and 'source' are the only allowed values) + """ + + def __init__( + self, cache_dir: str, format_control: FormatControl, allowed_formats: Set[str] + ) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + self.format_control = format_control + self.allowed_formats = allowed_formats + + _valid_formats = {"source", "binary"} + assert self.allowed_formats.union(_valid_formats) == _valid_formats + + 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 [] + + formats = self.format_control.get_allowed_formats(canonical_package_name) + if not self.allowed_formats.intersection(formats): + 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, format_control: FormatControl) -> None: + super().__init__(cache_dir, format_control, {"binary"}) + + 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, format_control: FormatControl) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path, format_control) + + +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(): + self.origin = DirectUrl.from_json(origin_direct_url_path.read_text()) + + +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, format_control: Optional[FormatControl] = None + ) -> None: + if format_control is None: + format_control = FormatControl() + super().__init__(cache_dir, format_control, {"binary"}) + self._wheel_cache = SimpleWheelCache(cache_dir, format_control) + self._ephem_cache = EphemWheelCache(format_control) + + 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.is_file(): + origin = DirectUrl.from_json(origin_path.read_text()) + # 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.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..813ec5fe582804f6d37b4a2e96a879c43f86b308 GIT binary patch literal 294 zcmY*Uu}VWh5WI^)C6Hdb>m)_81S>&owNfFS2*>7blXrM;?|APLh_(OVCy1rLW9tt* zNSDgH5DTZ6o!MQO-H+jLATqAbzUVF2pJM(X4`N$Z-h~xU!pfN#^HL_LSF)7E1ngtqC4S7st^Vrhhek8w7w6?)${VBF3Z}$vU zs0k`;k>SChzbk6|xJgxDSQD?oyE(+Yznn~`(7Ht9!#OSFbkO@eMi0h2(Am1A^(1a~ hr`L6`D^EAgaSkgVw&$6;BPnIqld|85f7JBz^cPP)RGa_+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d7e237760baa3681edc60d29e97cf834979f9e0 GIT binary patch literal 10084 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..178dad05d97b6a11b7fa35470aa6c270c29a9cf7 GIT binary patch literal 32981 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7e0d84a05b8366c4e5e6c215811468d11b8c719 GIT binary patch literal 2116 zcma)6&1>9N5TB>7)!MsRyS5wGG{qlDh)iSIgg^tO*iQ4&mTpV3q(p%TRgz=1TJ82p z{=|o+80yj^SYQzs@b^d<^H;y6pRYGej+#i+ULRYeR%f39fLP}X(Fa{^rtyO7cI29i29 zl!Y6n+jNMc;M?v@nACOCHGE&!eHO!D>7}X87V@?_YxstzeqN?JE~mdve4BVC_dk{Ux8;F~JW!Sgs)J|Ngo=FX`Khx%-udYcSu|n1h&~qFf^`zL7V_y6^?eHHSI>C5c&#!d=|wZ z?L``Ed_9Iz^KR_u=+pOdpHI4u>&}cuBxUpjB=m08~hmJz5 z%|G%}(6$8COiv|qx-8e{4ikr-Wz?q`wLCt#otdg+rpodZ?L%w)Z3;hGrITF)-e8HM?8K2ViFXjw4UWvMpvP*@s)}SXD5gB347ln$~Mtnb*w(IIT)?yDXMYT8? z)gtX=ri`$Q%fF8V8@BP(I9^n0a2)9Xskg?-;^>A`KKEATjY~B^;ehP&Xs~)WGO6|Q z;xzfi`{PDsY?5s`P5!(QfB!#?k`zUo#Y?}VUNv}~MR#PBickucijH?LPDGR!cCt7n z?3}+sybJ5Zm-5?jYTu#5D6;bKzd?fCLP!KCje`9TyK3Vb literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a63ab1df2257059f61d3e4e72859c0c463ba555e GIT binary patch literal 2371 zcmah~&1)M+6rcT)MxXwSqquP`H+HcaY{f|-O)zboG_)bc3CSf91+mdi<#l&g%k26S zIjE3=8w|;XIJXTYF2I{sF5Zs8}!r}b1Bi6XLZN*@fDkis76Zgqw1nt$Q4Z6ATEJ%%vPyGvcNG_ zO9MtcM~UjTbMRH&zDQ|-!fZq%HYJTEeOaY>#}82AE>bJEzavX6xlu&*b*aP3U~_g0H&J`9iACvK^ib^754N=lE&PuTcRwy*w>*N`&u?hl z_ZLX*?@bd9%H4$6UYBl57H;&*!ZKQsZlYxYeA03TPTkW!4%{lPf*t+Z{n`4BwdRn-JG`T1r)XMFZZ_C_X=v(%>W34}nf~FM3CGnL5r^2mOjdN)4>XqcLtx4t49s50&dkpG3eQ9) z!BqQ-Ms6+UDT^{+HdWn91t<$6ALmRhYpEt_AfBlbS;_eV@q>HW?l7B@yu7}Vo-ddr zJ+C^dmA(QS|CFJLtE=vO!AdU?YbkB$x6(ErpPHPSN;_cugstYjQ1iq|+q#|3!sSCK z+%xH%p{JQOllCfo8y4YY0)TT7PN9Tq!APmN)787VQWnZ$S==mc$bScr(p{C`t;pk5 zdEAr7pUd4}&fS?S&DCW^>E9W8Z~Ohq(245Mi3%Rv!1u@RkH6Z9^wp81^tZ?kj%kS5WFf(9Zg} ztjq{II9|nxhXW6Ww#5oQUd6{f-oTEY&FMN4L8hHP$MJj7yHW4Z^v`MqpR3|?-W!dt zqOd;!fe*Td$~S&I`Xu2^UGn0WEAh+K_~p_kyOG{|(|4!KxDpwuMn*hn=({H1p$ zik?Qp=RcC34$KUnKP&xuR)N7YY52l1^z2yI$A_h7C*S(GSNg420h|)%QVBnp&1!{Q zHcMGTL+n8)LA26C?4Y_CE8wo$jKi*9Dl<+J&UbSEd?(?2C)*wpcwBgp`$KPvu`tN; zM~3no@COdaG+rL35yOejNeEcN-!7+-I(?nfi>_`sjob_6i96fK37qAD5BodHOqU#& z`VxdD55n)!OJE{83gk7OHVfLKK|Z9XV94$V=Pw|2Nf3m(Cufc2+UsmJH05=+8k+DrTMZreI@@k&aN}?_G+6$i5*n?B kMoWSE^bz5mIs&q>QkKitAB3u1jq!Glv;ULOld$W501u`@Q2+n{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..197c0d59578b90dfabfb14a263d8541c937466b1 GIT binary patch literal 5530 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 E7yacC@Bjb+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d89b1e73f2648c7cc4494e35410377ea7e88d6d GIT binary patch literal 17031 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..338bf0fb3967da072388a8d40f4e4b9080bc67cb GIT binary patch literal 3178 zcmcf@OKcm*b(YKBUYGJerP#``8g${`m!wTR4J>(dmIrK;xEJ`dOz(5h8zHQ+YFnsEpC07&; z8$mA}F5kZ2yqS6PKKof;Ujo56KlUZQBO&xpMua2TK^}Yu$VW&=I%gu4y(1=PMbwDJ ztGpFeqn4lwmZ*xBq)Hr<^JdJ7t8pu#Cak2Iv}9Gb`qVxvrKYU3nzs7YerrG-urg{U z(2tsf){r{HAsoR`JbWVD0ovfOaGWkhx-xY{7kagI5s&H;9@Ar($HO|Ob0xm3UyAAR z52ES`;3q!jI=Uhr>uSKfk&>tWEI=70l@_n|Gx3i)bdsQ<{ZQaCPd=cB2Xw)HI z>`e+7W45t?w_KryV{4`-tW_%}&L+J01&zGwm{rU6QVY&y+jKNNq+d5oylQOY4jsEl zoDG6q*Gq+1N7A=iF>F}4LnhYn723fE)(i{3W@;4|hjs@UYXw`HVH@^FM{jVAXtrCz zWVM1r%`E4oH!v+2wvKJ8v8{VCU*l?^iw5I-_7yU z#~wTVz|-uN#GNP|>`H4SdlARpo>?m!uHu%Rs;MiEZEh*+SgAsOD2A=j zGFEh4(yAs^EJw#Vk2mbn_H)0kbdoQpW4B0*Ad%nu4b|Muf=iIW1qJbRTibeHNokojO!A0g*KQl4ciiHsuK=C<~OZ zXdx*ESVWQx1N{uJU?J=d2@3$iyzIp^T`#ch5q9mKSgq(9#U5{BI~yZIOmCQh5e7~( z6{#51A=itAXZ0jzpkU~pP%KyNO_$}f(ixAmeA%&ZzO1>LonJ0$<{J!~xwu8kj-9`R z?Mr#nSkG4idM-CRn|Gmj%v7}ErnZ6Ie8s5bp|(Ihfr^+fnnpfcw*aNZ%~iI%Oo13h z@K(q7j8A4@4{X!!pP?rF3x3y-FC%$qkKRp=*W1s;&l<_`W`N&IrhSwV5{Lc6d-y~7 zPx7wttvpg6{b@tK(3CG6$|r98;B&q%PdDW0raXNppKQpdn)0bbd9oo-HRY*8d7>dt zHswh_DdrQq(yrw9qk-Ya%?$r;>H5->W{>Pu8}dX`o;b4T_eq0b=sy|MKXzlZo}Rz6 z0sx+CZ?sY)|42>VO-=6epI&X8oo}9<|7x~z_T`51%GbZBrzRVzrDkgB+F~m{;3Hl* zAAr{IgpVR|AOP&X*2;|TF0o%r9{S_*@0V{ZezAII_?CL0?k+dv`KCNy4<27&bNJ9o zVCvt@=yyk!yK6iNd-(9-lh|FJ%R=<8=W+{k{5Nyag>%w3FL3~~To83d5C(%qKC9cT zvOQP>09^vUC)!2>5V;BSZy#01RYb*5j#&2d+gBGcRWw_1 z*5AiP3aPG9r3iGG{?t(jhF(Y7RiM+2l`#5pi3AJ%m7vYJiUxDrZGXCLifWq}*tQb3 zNCga@zD%^r>0B_Au&;?*k#62)qh7pJwTskoOxKet8li?}1`+N>nH7?U87}jWqL68L zdC#zhtarB7O^o)wVZt0Jy~HN5G=a=Wp;-Uk3wNc_x-@#29&4tRzfaA5RsP#rJ-yOM zuQbyu_1Ma{>A~IP1DJrauAgur?~S_VfL!m9iIo>7g0LnOAL#lWXg{-EP=%IZgo$;u~1JdO<~GUGA`-`Z*gd5 m*5?!4kdH#p8W;*Vty5?AS3mxFfZr1)d?8fms&=v9cK!>{p$y9a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b30baf3231adf1e76ec701b087f6a565f6e0469 GIT binary patch literal 20143 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 None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + 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.11/site-packages/pip/_internal/cli/base_command.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..5bd7e67 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,216 @@ +"""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, + ) + + # 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.11/site-packages/pip/_internal/cli/cmdoptions.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..7b510b1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1055 @@ +""" +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.", +) + +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 is installed + # and raise error if it is not. + if not importlib.util.find_spec("setuptools"): + msg = "It is not possible to use --no-use-pep517 without setuptools 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) + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "--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.", +) + +install_options: Callable[..., Option] = partial( + Option, + "--install-option", + dest="install_options", + action="append", + metavar="options", + help="This option is deprecated. Using this option with location-changing " + "options may cause unexpected behavior. " + "Use pip-level options like --user, --prefix, --root, and --target.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=True, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user. By default, a warning message is shown.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + "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.", +) + + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + "truststore", + "no-binary-enable-wheel-cache", + ], + 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, + 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.11/site-packages/pip/_internal/cli/command_context.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/cli/main.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..0e31221 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,70 @@ +"""Primary application entrypoint. +""" +import locale +import logging +import os +import sys +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:] + + # 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.11/site-packages/pip/_internal/cli/main_parser.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/cli/parser.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..c762cf2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/cli/progress_bars.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..0ad1403 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/cli/req_command.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..1044809 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,502 @@ +"""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 + + 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 + + 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: + 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, + ) + + @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, + config_settings=getattr(options, "config_settings", None), + ) + 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, + 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, + ) + 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.11/site-packages/pip/_internal/cli/spinners.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/cli/status_codes.py b/venv/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..978a5c96cb1ee0b697d6ca747453b897375af2f8 GIT binary patch literal 4462 zcmaJ^&2QVt6(3R(MO&8S&%}xI!6dd5C6N^8qvjDWINsRqrb$|77XqyrSzJ@3 zc1Xo*MFxbTSg1wO8fby|(1Q<)bc>)sdh4HI7Y0fYSinF}y=js5vZuZoii&JSC8*(W ze!uy>H*em|P=Ag_yAfO;4F8Rsk0bOi_TpdRM&<1!lD4rfG!pS zivfYP1@&Mdv=}N#i&7!H80KvuT`qJjb_qyCB!DFxeg!(O;pbh8-5SC&VBNS2cjL&b z0HE;mu0II4hhtG3!|^t(mt%dn9}l!)gB%;ehw$MxY?xz5@KHR{h8^SBaeM-wY{L|e zox-Q_nKo>cV`F$6pKZg=aV&w);|p!rMUEwL3a8t!OB|cPm+_T0>?+5u;UD4aZP<@F z_5r?uZ?<8#IQAjFjqkK!KjGLUzKf^YuxXBcgzw>x+pzl_o52t8>_KcXLL|~dx^vN;!keD8-7T7@Ei%@dD4}W@WQWxi!t6dPr{_<9X}VuKLsp~#YZUdX?d)BLCvnH z%S6eVhOKIbW-KeJt}8{Y2u+28YGAAT-^|=xLU6kcwLq|4D(WN=a08RZnj4(fvbHPF z7j4ZnR2@j+DX*U!X;fy6oLN>1CNAkDQ&jEzMJ21NmX%>@7Zs}nX6Tw5)(p!A+vO8r zJeAQ5n@~_p`EH~dxEq`Chzm&r0y(@N}D8)59ZyE|Qo@>-J zn1z%Z)HTa4k8~IS1Kr3cQ2K(y?BzYKgOZguS34>((2YET(pNgqUO>qkBcz_9E}8EQ zOUeyp^CY`cKGwlaj=DWljO5E-e?q91TYHbIN?v`=R!adASzFSHf=Q7Wm>5}&K;lWT zj&j;^d9;%;4woo&HVt=hs`b@3KK@WO*pk%Etg0)p0+nUmT!N~n-RKOqETYnEzGDJ; zup52EX}4UyIZzCRK(U9fHs+@Ya}#z8<~I!etfj2x2?3WG z8I&~$(N`UnIqLSzFp{r)#aG@p$o+R+Y2-JYk+HQ&zY z-IAtb&s|tEOm@vI(S1t^@-wem`HuO?KsRz9N?-L1RA8ABNEa(lEXB+>TJ!jr_ zXMv;>mI~!l9TUc|_bD zL&B9-R#m!exe_IIi5gjp3LK|KP$w_ii?64@GzSP4}E`@goZUH@r-2)wXFu=6z|B(IYMAFC<>`{H2!|DmA+L!Ow7l8}{cy z1`-<&yM9p9d9y&$klCt{o`*dO5??iv3;cjcga6Od;8of?Fs`H~CeoH>lcaw-ryFPr#Hc~5W$0oN1zg>j~+-io?SA3z)1RICT!O+6q8LR}PvU>!9J z83}#csMot4bb5RL?V$1P&i5X=yuJV4iw)Pl*gU>{?!iuMb~iR#jnw;}2no>%Mr$u> zFC6)tBM&?B$oJu3uk;@TMLodqdJhW4HzFGmM@~5M5l21-j6TNblj>2;kVDvLazf?cW843zTYb&)CM?UMwhaLGQFyf36m+GfD<2(w*TK!10_;GWdTP&V&m4K&kq>bA&(3uv_=N>0_&{n#|*0RSb9^`!3!uitU zln-)JEu0q~2mU(l4^9#|esDe#`MBnQ)3r`{KjK z?#JgB9%t#Gty3+wvYbQw9!1~v!k2p-=C_~T8O cKMoed5n*uCsv~%8ef1{r%{s4kEcjacAJ5Y-mH+?% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47b70c5ae653e8d1999929fc9a7a1486d1bbec15 GIT binary patch literal 10561 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 LzTKsr;OTz>W_o8y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..664c1e7897401c53b0a9db135777889c669884bf GIT binary patch literal 2312 zcmahKO>YxNbk@7x4}YWyi9!;GWNC5LP_X%sfJmh(N+}%DP!W~GmUOk*og_>4!_2IM z64_D?9CF~0Lo1@5a!RS_f!_KvY{>^}rBp~2hu#*26Q{mef5fI#jA!4xH}B27H}A{8 zX0s^-V|MHh{IiJA-;C&tWE(m91(2u6LKf#BjjaiXa}!#EV>s{duAm7qE;vb7)WjH1 zI+81Eva4uHOp8v+O>1d4qh(@Raj73&lS;c1g#Bf!0T`U>$~-S%i;I1aYp(##`bgN$DeO69<8 z8xt?!!gw5Af#oSYOyex1B`i+kt%N36JWg5y7O^zm7DUKOVtGZh#K(fBSQ0!(4l{Gi zuD0b{SMOnBuWYJa3)Hs3R9!PRuxk2l$q4La2dfq?Vb8*zX=7U08cnJ3$d`z}s{Y`Y z0^9fKQYf{tP%y|U4Ml>3GV#o=TfsDz6pTJvhCn<;K{p%-9l-W;_*&zB0--8j6@s4A z6}~@&u}rcmR+3+%rAt+*!dH6U{{U`ijjCKp_HsaaqN)T^hY!BuDpEzRC|2Uwe+L5C z17B-!=t=I$<%;-0P2#(n?!ybJscO2K>C*_dg2qfGRY@N}bf0%3jM|!#RH%qFQ4xp~ z$Q>&XT10)f2>l-6P!N}0OCDmLT-Z9Brz%W>AC_%`8GcTEv}T)Ys!dhT502wsAk1Z3 z=UWHXjP4;9dqI3|xg4mQez}z&u~=d2)Pk=r6Mr3h9UV-Zsw;lkvkEgJQQ%U-o)AhK zm{7E7DOmJB%Nt?H0(%QTc+n=&#?o4&W=*k-_p z3@{&HGtfQ5#bk(GlIo`IW+($5v%)mP+J=NYxP>yct&DENw?7uwd>0qN1%_9=V;atF zhMoUzGg$Mz;s*9MijKWpEXDNY!o`b43Wa;VQ$NL$T`EFl2bg${4ruh-?t9cefB za`KZ1$;ycs?94YuPw$^=j20WCS9fkTr}FzwW9o8*#4HE^*i9V{PBurrYL2MQkz8|R zYVYAs-@aCoLnq!K0MRkv*^xnX>az%?*zEw`y}dB|=eb7V7HDR-1E>$4-Iez~->0#X zxsH;P%@NQ!{W>c#H2|Vxz_YU>C^H-(LCNi|$IJdwyc`aX?aaT*jMc`k)ibk=%xo<) zdpJC?vv33sf_|I|Wj&6iu7@dIcYUkuV8AoF{;+H~ECGO$blvhzK$2w&U6`;&LRdYA zJPk<5LwLw3Ab&$-im@gc$aKIUAanu1cK6p5Zq$Suk-%lgw{J$`bTYShB|@+~8+m5_ zJ|3elXuSL{XsKdaW`;w_@mE(_?#j?OS&p}i48>rx1luiRry!RK-CQb|j$K$bDAwCa zMcAKd_#PqnR|(1##4JpYOYL1rzk~_&cxc~+I631wjVm@B>sMS3Y=;)0^vt+=LuC~Q z^I$(FWSW^Evc~`sd+<}(Iri#X`HNPJz9bib!FoRZ3qZtk9M?nx+wrf7a<%^1L?>(g z^Ch}e>z_?DTYKM(5U6MNU{%9)08W?PKJJeP~mf5Gn6 N*KGIAdsy-N{{_AMT2uf4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f7391b23ebf887956855443d6a9e49376de5117 GIT binary patch literal 5474 zcmbUlTWk~Ab!?9xaqPr#0%UphZb-pqJ2rue6@f&MknGatwMn*U4Us$X+&B*7vG>k6 zfD=pkKw3WdsniN8^&=k@rGgK(YE?e^Q>p!~6Ge(OD$+{Te)Oj@g8uN;bH?`A6FU?! zp4@xxz2}^J?s?ra`JLbI<>0x{`z`%Az;XY=LG5u?f!7-VJme%!vdLVm(%WJ-7~5rg z+7WZuaLys~X=lu7z`X2AyJKzxcFLY~Tdd81U9vab9%~2K9rH;ZsZH`q?UL^|e9Uj> zKI0_+Jx=PN?#B*}dkTM*C)Od^=D2X@zi~Jfw&|{)iE@sr0PzzkRfFC=nn|ZcMM7}y z%hA!Xxj6tmNvg%OER)P%^`0QvRFcK=pK#2pJ;LB{3&!L>MP~PEOWP#T6=XvQb4#IVEA}xQU`sLvkh|%H(#2 zNh(QTXYNl3qoPEFD~ZZ-(?UXNL6Md3w$QY}A5^@rg6rxW>JNn~e1!oL4)3SkmU^vh zGq7M)@4nhiXfhFg`c94JT5B}Elv0;#{zp;44cZ|@rC=)gPJ_3R5SSBVL{2Ga(J<-j z+n>bnF%oKV_Oz%iBQHf0Q;JH26cL0yytOc?c&Fj!VbG%0sq5-Mx2}oWq)#$nl}}?S zB}vq*oYKfmVr)xS!F3w;x-qa&XO1yji=VnHFNvft6mM2vxQ_@4i!Xlz8OUUiS|Xv) zJXJMe1{E+~b?w2M^Wx&zovf&+kW9iv00k34$!O%~CMn9$lC&`_=!lrOmCJ&=?MWZA zR1wouxTewcKD%1nr^?6Nydj*;aBLJg)Q|q~BhoL6s&*ZsuSo!7Wdx%178xQp7){bU z3xk7mXoec`sT=DT7fyw52m=d|d6r7gVNPwxh^PTnV4YROKvA!!wB=A=C4rE>=EEal z|Cq8mXhdfvYu1^VheR}d>ZsKmiH9;ok5uFhM<%F}1p5hloXezc^1>mj7b0TlWYtf? zHMUKX%+hpbwQ4o1{O^Zq$p3#)n}oGcG?*Txrm{-W2(6sBl_&0XMC5UTjEitzEP}5R zxI5_`xPCDxHE|IJ)hMtCfmAKHgTG-KGQG}1(;#>i4D&j_D5}f4BM%Laxli|IGq))- zF7!mTQZPDKb?|x^fQKCAuu_THC0ooP*<(D^9L{@u%qh93OL9{;^?YPfOAgw$@E zsESH-8Y;BU5fWzZYRefVx=NMRsGM4iW{vT=$iP5UO=(ofLS_(?RE&$WI0igUMl-(XWVngG}4uak7wNDdh!(f1(vfL#vPb~$eBa=zs*K@_Zg z*K=yybLxrh$&a56ZFw&2crFxc?`t?Qr@JeLQgvQrNj1?J8E#lNGRSeT{6kJd{OZ#> zgFJ@Sr!^F=;E-(hIIZ@j2lMNW$KU}^&FpiP+e5*x+g3~o)*Y)H`$oecs6HzuFN-W@ zma5@l-^fX_TcddsPuBEkUG*ueT+jB%Z9PT7sdd*WwVpcMdY^S?qioN3t87-@HcmTO z=Qqb`z4g(GzXor1)S$**a<<-Ia&2}t;?>}F-n#d@MtkK7yYs>f)X)Jn4}Yk_*Lb>zToNvu1$P0i)^%GRW`1FR;DO|8gLEbQo(tP`d*lp5 zW2u;t;7jfZbZ@PO4bVAJWt@t4hQsL z_51kR^i+IqboScJ{G86;qIXqblwlf`3`V*~qj$91Ow8&oiAq$_bO-#KL3hE$51&R1 zy;gT-QO$bi$d$RV+GjVgWf%myLp4}x5@k$x-e!ngKSW}S~7FSi(>JCs|{y z)A<)Cza9SLFlckDcVwq`{zxZ`mtlYr^&R8qkzfzhvXDd_QjW9V@VGaWqn*$m^{Xg&i#U4&-C{FV5jB0u!q;p0XAP?_&@4wgA<^SQ0VdF0XgG6&t0o+pWC z9~t0t)#&zZD%<1E;Z8Py0(=6E?t$B)a?zvkx=Xv8g&Mtbh~scCN6dRUl8{posCKYC zGHzUk$y;xM1pg(|aw?!f5ma&GUMr`ZmXg&-It4L@A;8XH6T-&Oj8$82J(nsL8D>`j z1=EcB4`|8`o6T0@yc@=^#C2{MzY=$(XnjlEp`!Kujyqelz9s7rR!f{vw7zBD-py}x zmc1UoryTV9JmrI4fDRt$_LQ&K&L6awIcSPpu*__q+K!aD=H`+670$kCv1Hiie-~?9 Ac>n+a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62ae33e92065b25218368b85e9fe56dd56b158fd GIT binary patch literal 14903 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e64bbe9fb8731767d62e74a581476b0663b7d528 GIT binary patch literal 12011 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..507c3debcfbd535953f4728ec3eb68cd5aac88f4 GIT binary patch literal 4163 zcmbVP-ESMm5#J+^%ttqa6<< zV|I_O#oB-#g2E^av?!d~El^ZI5!HqC(Ebhm2S|g34+{h}P~@R+G@QQpsk3|JnRH^* z$m%#dyE{8OJG=9n)n7816oPVc=I`Ww8liuSM!&>*%+p^2a}QyJ6$h0?9dVRuq#RKM zA9bQtwX8~Bbz;?cIWGB_lc;KCP4aOkSxuEwl2174s$SM5uQ{3ONO?p-n+PZWtdvJ1 z=sd!yPY_NMZ8wV09{hq*9>dBi%Ip6T&5L=3$KSV{24TRdKed?$b*fUuZr!upn&?fO zajR9Uh6THN<;pb@J zO+p-=!mtFj*BTz-DMq|T-E&=sRRY@r8t*lpz75PhL{M45s2sscIf^4?6-Uc4oWk)> z)N&jrNCIm_BgxrN16E0DJ&uzwp2jiQYMN)>k;e8m(!7x}pj>Kr^@eBIHRf54L$Fb| zD%Y$H!l28b+U!a+CD)o^fUP%iAn3Xb3?RyPoi;rM=HHvu;SenC-QMT3Tu;Pf=sab|yH z7mjGJe@y6==8xhrIXerp;gan2W8#%&d!aN!SHqjU3+C_jH-UCx=X>GqU&*F%JOMUM z?x>-X0R~U)46OQmz|)`e!)p$=_H($SL}LSD=EcARX#=3guptU707Ehy0ZD4c2B{Hhd3J5XaAhDDjmw)hGlGzUV5}Ky z#Aq-Gz-q(s>^f-j>?&c!e2lA@Fb|BX2#n(iOx7)s;fX5otm_u#>LzjOuq&sTC=?vG zVmUk(R4L}Ul$aiEkawC_e!L!p{&kyr4a*_5>#!5cGd3+|Y&hD4fZc#?f;N{g)ts%qwh)q@YXhGOxdK2D zDK=w;0ze#31(V(EkpVTq=}5n>7{9pHj4T`Z=zv+$qVYn3+^9GW zObP_sp0(x>4lpKr%zjVv@VTJJ==b#3G1jSD?H?W$w<@3F8l)Z*&XDnxg(U|kL`5L- zqySs9Zh4!Kd?X@s^{Q*vxOVp3`{sKW&aZM^iu6q2@w!EY$0h_QQ%|S`W#$HT8+FKA zDkIK16Nq6vGfSIpm6YJztXk<3ocFteE4;VmZMwA*+{^1FNO7gQY=5tK>{v-Sw$S%j z2{K&Cv}+!rHOnc9n+ms&bk>svhid^fB)JCu%!14H7t83miRk+11@GLJOlp=S8{ zn6JLIj&(C~8BHt$q$|nzz%ssW z_}Om@v$7|;Nhur?!a%x`=mWySrW5U@mCn*iTRYX!PPMdCkHMemN7|8x+K~s!gYWPE zu&tf!XeV3!?ks}jF5 z{bkLn3vWF`j6~t-$K&w!gLDS3WeWI0#Zl#B^e9xcC`d_=H-T`~v1^2hdm-Mk2K}z+ zjM7G}nH@$K==vFqv3~&BMxT$4e|oAty4V?Aysi49xz6ZP7b(ea0mS_J!mlp;QETf< z9et^#FFj6=chd7>@Mv%Fexft;T3gR|^n6Rtf1!ZjaCc>?0qc<4|49>s&LwPTz*+Uy)o- zdY6hzDv7w+%mK0;{&gd2OzR>+bR{#peeUu2%Jzk>dOWt$MZ;uMnT$=}f3u6AdNBE* zvOg=?zcE?8lmvzd8}eCt8Y->?&%Z_pUMXIKff&4;e2&4tjKv`9$?MPOhNT*w?XV&&24N6H zmk6l9vlj#>PFH&Snf8O=G*8o2=o4Ve{t2WTRTRZXscre^qxshG=cDP?@b?(K)*AkN nbi6hEeY2j&>33W5+t#}ARYjTZqOYgFIsZhCeEE`bx$XY}a)1g3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdf5e5ca437ba83655162f1eb1ca1d17743cd2d9 GIT binary patch literal 3364 zcmZ`*O>7&-6`uX&E`KB{l1=@%@+z`mv#rQFZQROm1h}#iw>IQLQd5M5u~>0O#kpLZX5CRoVd$BGBbZ8Y7_8~pA=O(8fNrQli1q2u0V(EEmY{8+H{_=!thN>O&h_@Epf*%`6{Ci_6RRmV?;JFBcXTS5{yo_3q90 z?=Amqby2^4bLDoBT3KDbxAb1fEHZh5V8hgl<*NH34U(J0^0Dq!{Yup@c6Jpu-Shk@ zu#XT%>hN%4{$CX>aUhD#ahvDwKc3&DK@oD z%P(uQv*C2hh3N!;RJ90pu7Yl}qa`0mr`&0;*HS;?`ne~u!x&%=-l%YFuibSIy5lEu)|yK1 z_Z;#tAKs`i{DVK$r5ZnL)Dp9^hF$UiMP(;YPrDNJJ%VeOz+;hbyCUWfaNTvyb20Py zC)+jt`&w2CL=#g#h!xA8Rm3!qjUw|!5Hs<*QMLU*EMvPu*gmpKpcEZb2XE0JZkS;Y zbcqT=q5uixb&og(Oxo})H;^j^p_l~2;C4)WHWAeI67i}P7FQJ8>y&v-`{sVW>^V3O zfHK_tJ%A#h)^KNk@z5`OZvFvwALMOoEnf-wALg!J%~Ob=*$!T5zG7AKy5;(qxQ3lC zMuAG1y>hPdFi4#4mew+0`y?WAJ%VxA3Ec#;gIY>*FZE2(o+?@^nQkS=T0<9(N2XfC z)1moRdgPJ%d-V^qjr5gf`pOG|e`DYk0@5Bt>eLGqSL3f3X@}%IQd4`0 zXUgTL%H<>O=toc9X()3|Wv+fwU&7KTh;@P?5DikIMF#eh!qRXE{;#0};OFW0dI58G z0Q3TOqid}ntQ_*0`#NO>ZE+i2@NWxS{4I3<&27D`2~Y|W6$0+ms}#~vAkc?^OzNAM5W<3p zFheB46jM5LvhJedE(5di~N zKteqrfP}%}HsaMWfWh9KXUXZO$>~2W{PE|FWWJfq*OU3<;nCf@&qpSjBQv{dYh<*I z1a%-JySI*$qpkGx!Rpc6U!A|-`bV~LZMAuA6=0HLFiC;h3Hh&#(wW@>qQRP3o(w>< zluZVTuDgbVbv=mdy5pHuoAr~r{!!JiJCc~Ln_dxyrRc1Nt&$5lK<{K^oy88h2nGpr zK4JcV^Ylp|!1exzocRFe@V2Fa1YD}k(=3R6uXHK7>0l_4x&rI?@9by zknsCa_%_<+{Vwhi+UQ!^;`*atTkw0*@)qAOg&4?e1I7>734W_=iT&Du_E8mndf3yy z9}c;RX>=7)ag+a8_yBEk9Qpup@PO@Z)b%cK2+ZT|0K|<@n_3RpqBB+(QF8t?x6><&MyGuf0!Cb z(Vt6y@Q}-3C?sz~hyD%74*Hjx+BHAF)lkQpDmYz`F7E&8c<}t*C;M}a!I|dZ%&vHR zPCLjn&SjhDvTekv7elhU2qE^{JD=Uzmm0~*W^%F~*0#VDBrp@&3dsv*^%WzhV`ueV zzkYqza9csJ()?%hjl@JVF;N#M=n!oEcQsc8qvRTl2Qk|#l`OYJ zW*DbHeva-n2C6{zA6A%*p(2=sYbe*fhH^#Q%B>j`>z(_Eu;V*R34V(FDg`yTi=+I; zfEbMTo2&X3{5dgqfELTw;l&$_o~7kjv>5t1N|I^``*-0hAb)nvuX=1)X%CdG+#ffK3B(gGfj1T|0fOgQd7OOBe&&gF4IQeCZAt^!A4)5itchU WcVS;>BWRAI=F6xFht4A5dHoOFnI*db literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3eb08db6c6ba358504a5d34bcb4cf6a784bc988e GIT binary patch literal 1976 zcmb7E&1>976d$d$l6L)>_0}ITHA>tPZy+n;K%0~_P>iVyB`G*9WT6$x&Sb4bUzyRy z_Od3S6$i>h_5HOS+dfVb2Ob(@Qq}4i`q=$}1Z+`D-H1m6J z-kYC>hVls7xyfINEg|#=SJIa4g8k0`JU|#>!A6cy5d@AicE%AaVvI#wapF)rQDxfEeVnQiD}mf10;QDu>eM8 z!E+qb#T+hwys)siybN%#Yh9$&qt)(W@gR4V{dWL7Km=6;j4Bx{R79MqNLZ|7u|#B? zB??iedVgY>3Dgg1 zZpiM$EDF>fZ}bMDc>x9SIVRR><_cOyt7uKUf>wp5+!SvK^il>jvrYLS?DPoUq-`iz zY|7suEd3zXgblT+(5a@nm4+~#7LPdFRFawfYrx(khZC{9^&GcDdsFTIt6%$E0Cv(# z>~hWA^<28f)^i@FHiRAmeAH9>;{bW3T%;NJS`wq7^u!EoRfA}_N{JZ|qicY8>r-I5Li2g;*FM?pmS4_r*v;?$))){$)bK5;QsxFTKmEH{#UlQKf1yiZ|0gC|}o zA4!bZ*C>w!9pK`Hh1IHq4cBx?l&wJ(u}E}SEmBe*{J$hyxqSAizT!DVUon~K>X)jf zy~NR}kJf_~&(&`c_m*y3S9L$u&y-J})|nNMQ@&ZfVb%!K!CAfMte$S7bE;*3JrZf% zZHzouLuD{<|Jgqv?x0Ra%H=!g|A;{;H@!D8z4_i(tF5Kh(!rCFsSXly(}&{8*wNNS z{&YmJ9~>NXWHeaZd^a4JgWfLAg~hq;$(`c-ZgIY~xHmSxwHA)ecYEPXYoR?-gw=-5 zwMWMuLpi)56SV{l~_)jqTZQZhwD!r=af^^l(t$D`@x2 zTa!D5le>kJEv2oF+#CK~J@%V=Y)75lRcAwW_UXuYYnTl}2=1w`p|6jW#BHG@UWDvX zjri;gBgz|wi4D3|_Wa|tLAsVx4u1ASM$<4Y2BR@6D?-UBx zIf_IU&`5*?qBEfWjP^ky`Z^c9uwuahyA0w^?`ca~C}|x@7@E4XxOa3WlqNdTRCZ$X ztqy`=ySQEb1tJgdF^h-)6m%}#CiW2S#3Zjd#Yhg;eao#SRA*kO9os5jHCeAhDZebE zS4?7o8PplnEG8_erpf-5$Xb;oS8-fliQ^|Yt(Y4R#xwPN67LJN3@X1L*_R+7i3FjI tro;Z;MiXIw-$V0Ze{c7z@U@LjhyA@HYr;eay)5pZ_={Wre#NJl^uPDi`uhL? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bfeb70881f8636b78663c6f45d101ca083d016e4 GIT binary patch literal 7799 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 O!8Oe?BX&iEYJp8%y#_itN}<8Z&WON;8t_@S)65 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 z zd-XeSi0ezCRNg~@Nb*tUsOJ;XC%<^-%XgXJNlu)D`A^>U{GBH6d+hIQhll)$q!&f0 zk>=1#Fcz776hGF8Pc-8b_4vd$;wfkU;rh`t_5EkS#7GoOWVa^}j}sB)jz7$v+{>P9 zWDCt~f!(PvEs)JC4nF#6;x7s3;IU8Mb4Cw*lH5t}jZS+(lrMri^2{CiWIcY6`2!Xp zBu+Z1{KM3Vz0`?DYPy-4uBWEIb7Glh?C93YUaU}$6&}S8H{$tbJYSFJ9}Nv}CMnAp z;A}JexiJ-UMTvhGOOhLv*a50)1nO}~`k*RnEHt4NmL$b2LnT%1X|a{8!B~-hNw&}=%{e-mTd}OEtyJ^SGyTN{8NU777)#kL?jC%W2>_tWBLWYH z68AaU;J*uY)dF5fzB$ymql4OdpTiu|+@~ysi8$yztsDA_fVbeiY8euAi^C~L#-}IX zyHM0stK5f_5kTZOIl$6anfYfK;SQf;H5O+)2)-9Dw&H4*{ucUJ7Hz!;6i%2RI4F6K z|2b&9KKM9jq(1n3jn3BxpRdu0`rzZBm+FI$gWj$`?|B~Q**Y3{9CWHa_;^0Q-~$Z! zQ6m003)d1w(ecfZW@P`zFE=8`nvrAoLSE>1f-vHt=hKf?>-h9zKKSGZSor4uAM6M? AT>t<8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc773583f9e5ee24d740be7c11c947754666c2a9 GIT binary patch literal 9958 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 can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http") + 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.11/site-packages/pip/_internal/commands/check.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..3864220 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,53 @@ +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, +) +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() + 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.11/site-packages/pip/_internal/commands/completion.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..deaa308 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,126 @@ +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": """ + function _pip_completion {{ + local words cword + read -Ac words + read -cn cword + reply=( $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$(( cword-1 )) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )) + }} + compctl -K _pip_completion {prog} + """, + "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.11/site-packages/pip/_internal/commands/configuration.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..84b134e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/debug.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..2a3e7d2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/download.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..4132e08 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,149 @@ +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 ( + LegacySetupPyOptionsCheckMode, + 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, LegacySetupPyOptionsCheckMode.DOWNLOAD + ) + + 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) + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..6e9cc76 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,97 @@ +import sys +from optparse import Values +from typing import 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 + +DEV_PKGS = {"pip", "setuptools", "distribute", "wheel", "pkg-resources"} + + +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.11/site-packages/pip/_internal/commands/hash.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/help.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/index.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..7267eff --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/inspect.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..27c8fa3 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/install.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..b20aedd --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,873 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name +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.format_control import FormatControl +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, + LegacySetupPyOptionsCheckMode, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import ( + LegacyInstallReasonFailedBdistWheel, + deprecated, +) +from pip._internal.utils.distutils_args import parse_distutils_args +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 ( + BdistWheelAllowedPredicate, + build, + should_build_for_install_command, +) + +logger = getLogger(__name__) + + +def get_check_bdist_wheel_allowed( + format_control: FormatControl, +) -> BdistWheelAllowedPredicate: + def check_binary_allowed(req: InstallRequirement) -> bool: + canonical_name = canonicalize_name(req.name or "") + allowed_formats = format_control.get_allowed_formats(canonical_name) + return "binary" in allowed_formats + + return check_binary_allowed + + +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" + ), + ) + + 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.install_options()) + 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) + + install_options = options.install_options or [] + + 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, LegacySetupPyOptionsCheckMode.INSTALL + ) + + if "no-binary-enable-wheel-cache" in options.features_enabled: + # TODO: remove format_control from WheelCache when the deprecation cycle + # is over + wheel_cache = WheelCache(options.cache_dir) + else: + if options.format_control.no_binary: + deprecated( + reason=( + "--no-binary currently disables reading from " + "the cache of locally built wheels. In the future " + "--no-binary will not influence the wheel cache." + ), + replacement="to use the --no-cache-dir option", + feature_flag="no-binary-enable-wheel-cache", + issue=11453, + gone_in="23.1", + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + # 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 + + reject_location_related_install_options(reqs, options.install_options) + + 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: + 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) + + check_bdist_wheel_allowed = get_check_bdist_wheel_allowed( + finder.format_control + ) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r, check_bdist_wheel_allowed) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + # If we're using PEP 517, we cannot do a legacy setup.py install + # so we fail here. + pep517_build_failure_names: List[str] = [ + r.name for r in build_failures if r.use_pep517 # type: ignore + ] + if pep517_build_failure_names: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(pep517_build_failure_names) + ) + ) + + # For now, we just warn about failures building legacy + # requirements, as we'll fall through to a setup.py install for + # those. + for r in build_failures: + if not r.use_pep517: + r.legacy_install_reason = LegacyInstallReasonFailedBdistWheel + + 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, + install_options, + 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 reject_location_related_install_options( + requirements: List[InstallRequirement], options: Optional[List[str]] +) -> None: + """If any location-changing --install-option arguments were passed for + requirements or on the command-line, then show a deprecation warning. + """ + + def format_options(option_names: Iterable[str]) -> List[str]: + return ["--{}".format(name.replace("_", "-")) for name in option_names] + + offenders = [] + + for requirement in requirements: + install_options = requirement.install_options + location_options = parse_distutils_args(install_options) + if location_options: + offenders.append( + "{!r} from {}".format( + format_options(location_options.keys()), requirement + ) + ) + + if options: + location_options = parse_distutils_args(options) + if location_options: + offenders.append( + "{!r} from command line".format(format_options(location_options.keys())) + ) + + if not offenders: + return + + raise CommandError( + "Location-changing options found in --install-option: {}." + " This is unsupported, use pip-level options like --user," + " --prefix, --root, and --target instead.".format("; ".join(offenders)) + ) + + +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.11/site-packages/pip/_internal/commands/list.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..ba6459c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,367 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +from pip._vendor.packaging.version import parse + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help="Select the output format among: columns (default), freeze, or json", + ) + + 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' can not be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) > parse(str(dist.version)) + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) == parse(str(dist.version)) + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join(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.11/site-packages/pip/_internal/commands/search.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/show.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..3f10701 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/uninstall.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..f198fc3 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/commands/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..1afbd56 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,203 @@ +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, + LegacySetupPyOptionsCheckMode, + check_legacy_setup_py_options, +) +from pip._internal.utils.deprecation import deprecated +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) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + 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, LegacySetupPyOptionsCheckMode.WHEEL + ) + + if "no-binary-enable-wheel-cache" in options.features_enabled: + # TODO: remove format_control from WheelCache when the deprecation cycle + # is over + wheel_cache = WheelCache(options.cache_dir) + else: + if options.format_control.no_binary: + deprecated( + reason=( + "--no-binary currently disables reading from " + "the cache of locally built wheels. In the future " + "--no-binary will not influence the wheel cache." + ), + replacement="to use the --no-cache-dir option", + feature_flag="no-binary-enable-wheel-cache", + issue=11453, + gone_in="23.1", + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + 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) + + # 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.11/site-packages/pip/_internal/configuration.py b/venv/lib/python3.11/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..8fd46c9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/configuration.py @@ -0,0 +1,374 @@ +"""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)) + + with open(fname, "w") as f: + parser.write(f) + + # + # 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.11/site-packages/pip/_internal/distributions/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2c5f1c400fac495327d49265d7452a9fd09fa68 GIT binary patch literal 1044 zcmaJ;L2DC16rM?TH(Qf*Y3)HN$`((Xl3j`i5sF$6sTY;zAmp-avXf?--Ay_(saAXN z;D4yco)q!qKiNPIVWA*+^0pAX^yHg0X_JV3yqWjSdvD%+Z{C-3`33@cc@GWNoLx1@oHXDFsU#eL=es_*ZM)K5LQ%@5<{oA;E%k^?AgF7X*9cuumBY zNhFdY{p)iXIZQN0M4v@XJZVH4Xfj*lw*XGj2|AG8Oqd~LbRs9{Gu-=jdABBWbJHl~ z7N!_MWHI;pN)~?iU@zmwP0yTd%WQR-DcZ!`r$;0*|LxFH5}o)|c#VKCIiW1F5p_STlesUX#! z*X(%vggZUjb6gq;!Xhtl{Fza4$AthDu50&>6D#yO#GQ@1&<{&Js)9|?f3}R=A0;Xzl>h($ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec10957d2680ed3b53cbde2bbba926f06ee07da9 GIT binary patch literal 2416 zcmb6aOK%%Rc-CI8*G}xD1e%aG&C*1o7R08&fk%Z%dG|hizuQ7M^!baxY0~iQ-;FRJl!;_rp8U4XSA zqM2<(ErxDn6M^4n@23%Z0AF`hZE7r|lKrPzE|rY9aGkg}$qIYl^C=UsF@BXu_O2%* z;niA^7x=LE)HPp5g!50>t(GTPllhU`6R4+LZ*i~<$X8%ELsf&KYKj`wG)*y+rm0ys zcTn8`6Gy8VW*wSH)6A}?sI_h02kr+wQ3zFYLsVIor#2g*Irx+`o92&jjP9Uyqgnt5 zN8+a!Yv2QMqd{LtA%)PQQv(+rmlG+SdLWzz@hSKG702tkNot%qL_}U4*kw7NcVK+l zV2(KSzspJdji_;y6S&nm=fRqMqs#6rIBU#lwq)eg;8lD5tv=#KOZ@6AOv$GzR@+i%jpOHLMvPmgeo%0N7r*TquwJP`GNGgU8L)3k#_M_!=P=gwim_BCInLITTBQ**S*1ZF@hcy@gny{8h3im} zfnQl={%VDLwMwYhuaqxeu1GIp3rQj>p%+#_Arv5_sX_-jURG3tl*0{C09~6i$8}OU zF?I?_`+d;v~Q z3-OnR7y*)9Bc50aqHE2N>wAdN_k;-G;u1wTl}fZD#sS99uCNFv$;N~JZI+Mq=tTPS zO0p8ah5jf$_pms(SDb6xbK;CrW7YM|8IRRk9;euo0Vk^T<8ima+?%+&4Mi#g_8q?*b-Ge`JP8GJk5lT5R3!cUop`XkBelDw` zTrc;U9d~QA8_{#agh_{#RnP0_$7hBq;DXdii?fSY-}wmiY9n@0*C16FPwXq*tiL5n zuvASbzW~rl8-}ru@>}|Ogs!xQ-+lC2d-&Z)FSUo?jx}pQn2v&b%in&k_aCdnzmB2M G2L213Yl++d literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4b99c85c5ff777ca15f12f8358c5f6812aaf7eb GIT binary patch literal 1553 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 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.11/site-packages/pip/_internal/distributions/installed.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..edb38aa --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/distributions/sdist.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..4c25647 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/distributions/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..03aac77 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/exceptions.py b/venv/lib/python3.11/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..d452729 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,747 @@ +"""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 LegacyInstallFailure(DiagnosticPipError): + """Error occurred while executing `setup.py install`""" + + reference = "legacy-install-failure" + + def __init__(self, package_details: str) -> None: + super().__init__( + message="Encountered error while trying to install package.", + context=package_details, + hint_stmt="See above for output from the failure.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + +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.original_link + # 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.11/site-packages/pip/_internal/index/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69c1d17fc4e13cfd1edd36242e2157537e5a115e GIT binary patch literal 248 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 i-bo`^$lCBBX<86Psn9t`u_kbI8*lk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d16e1c900dc25f44146e8d50d863a62ad4e6b9a6 GIT binary patch literal 44226 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/index/collector.py b/venv/lib/python3.11/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..b3e293e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/index/package_finder.py b/venv/lib/python3.11/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..b6f8d57 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/index/sources.py b/venv/lib/python3.11/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..eec3f12 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,224 @@ +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.11/site-packages/pip/_internal/locations/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..d54bc63 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9465e0da2293bc01495374246bd8fb0661650fa8 GIT binary patch literal 18186 zcmcJ0Yit}>mR?nN^}9(HpCToSDvOjvN+g>y^&VNWM3E9LiIPRh4~{3TCaXv_)emk} zwIp(yGrbdMOgq{vcOXMtjD!%5;h|#<)|+G!1xXO+PcT0gK{wNeI}HdR5KOQJ@}mc~ z1H*rk@7${Dmnd7=Y^tkI-Kx5ebMHO(-1Dm6)YN!697kLKT5%lbxc^Q!)=_6BzDf!l zcb~h)$(+nbxC!IRPw?#CHeq8|`-Gicg$aRO9TN^*Z4qbGHQ|c7C)`obgeU5q@J4+T zKA!5ZNBq&6iJEBbL@m1)B6U%5LS$)2q(0g((ZJHqNMp2Vq6ul2?2a@?TP9jq+7sCl zZJlV1woSA}w@z%0ZkyN^ZJ%h5ZlBoBb2FUm{eYk7uyG1MyTj^|B7MYj+$Z=O$HWVG zzf%!ppX~q0jyL$5Z#tDOWtUuoLE#i(cDMChuD$7?^u!*yPU)Vu$>Q6>L=S4|`3O%x zv9fU!dzHPK6ByS6<9!qRcuv`)dhyH+e0r^H6MZok?)yvkW~~jVH6S-CZeYq&VIk6?Z#OZyoA&%hFSL z9F>2tBxuPkzW^+b{U8=Q34i=L9|&@n(k<^&ycK=iU3I^w>YlLl%H3}}tEl2f9?ts7 zFUmdW&-2v27Z^O%f>JwOEAM;TF>xF;2>O+K(X*G#bRW_ud$lFiF=JUdt@RXkSoK<3q8q(ux-hF9K565GnNZxTZF&9yK zYTJxYdU-XT)PvTRzp$cc3i!guhGJ~5}XT7-3-kr zTHce;&^|ru@v6jvjVdO?F{=tcRY~`hQxz$Tj~>lMLV6@TY2GAMg>Jm8eb#-o9$D2! z0!>uNYZj2hYTnKY1}|SYb@jsNY4oVa_9gMcFKK(oJ5@zbsIe)ei-!v-%JJ0|fcuBgNmg`4#rP_kq~B1a zTcJook>b-*5VH{+e{+23(%8u8*?zBA!f|>Y`KLpPh~6vBh36!UmL?VFP(pQ==k*)7 z4EFCI*w=5AN$A#7IjrewcrpR{(xjB5X>wlD6kP}D9Ai~b z)5TW$gO^7yS7Il4vV)X~zPAnXrB%G1)&Aj|S%E z=RyJWArRKIgrWuZ4;(sh*ytr2Am9@!jnZ^nm2^eZLzCf1SfB5e&IHFZhJyA2G`nQm{4|xa@4j1JY zIUc+-37Mv}tH?qry~xMvJ1f>g7pDq5_a-Mh#<|2YatF5Y+Gz>z}(((Q00B2C>0#b!)`49BM8D)^Z$nakQ-2IGn%9k*y| zGBKlJsA!P;UPk zYQaeOrV>QQgA7mg0N!1|U;8mYiYs_I$Fa0>u*G?0Kig z*yvOlr{jp9F?vWNai1uFFQ0YUmgH}7>W(D8iuX?+vQ4(@Y{rduzXk<8w10#rpA?@i z^0I(hc-2O<^30k9*;!T2mb9%t-6Won99@|gcza5C7irKtrVb$gLQSBnv{wYa;{)Hh zXt^Fb5Exl-u!XzeWjQ88ni5!WcCjl6#n^DPs|RsmbrWIDg>;Op ztkFP%dm7WfuYCGdMGoEwVT&_zTJ#b$8&F9~pTJ+62S{7PI3o^b z#lh5Q&e!yXuYKLuzVg=Ek&N#^)_35s^YMK4$mqInG%buW<^fT`6%F0d!VAjgoMQwi zzEj3K-UIK@nNEQhIF`6+UbesOmW4B1rG)m>9_d*4iz|vOoeN>nvysuP#ZMavTV96P z0VXdS_r!*c9U&G+DPw|6R$=WWw714%k$LHMXkHp+o1X?Q0{){b;5s46Y!vL7O`N%9 zmT?fZ4;`skDAd70{J(ky;C=o)I!(*vC)*dn_TIJK;^Ix^BE-8`I3%PiqX<{p5rr+74OWcCl>Z@MpmHZ{^PW%M6?tA z#k>({=rvU)|(&3oBUv1!5< zQXHPr$e5g?t$buq9?b=fs@3yAQKSDp01S=u>7m*1ZCN>)_U%pk#@3RLf1VDErG>Gl zdo7>>*6ZV#ld4{0`9^F}`y!~+1{%ko|GtI1NQ|25d+Mkx#dAs9Y>`puv_F~0ED7W6 zSan;e@~hrZx+~RCxvH@B2oG%r>yIBmOUy7t<^Iks6>E5QOGFc)w=jg&eC+yl%zD4U zy{=zp{L6Tx+)*rL>iTt)ahZkpXwvoT0|PG}+}~$NMtvln^qEpfpCvW+Gq#0FjZB6v zVP<0DxGBD{>Z&lPXq`A>Xl_mcZ@qqfCzDDeJAssBGE!DqH^gy05rdi;nLpVh$q==r zKS@Bi1wV!;ZV`V3a=I3mZbLp-6=VjNHMJKA>`aiVB^#+9&oCfYaK4Vo~#H8nIOX3`*)G>M}PKP0XV`~e> znZ~W4TGxfv zjIcE;Y)uPWH{8Cvbq^;W%zV+&zuwXRTkX-$GaVs`z$f}(|pcfclVWt zS023n#rD4S?R~$UdNiBael)xNXnN}@<6QTjDmd($G0Gy#xQi}8V+OR2lufpcLxU*S zoM(#?plp|IkAzBzZINRdh105mcTCp941O) z;Ydt#h46s~jM|BS3}Ho%LwP5OMTQW992%@AOdz2&Ev9H(PDFqNwyfB>cKkC(S{%uUBUy1|$+6^k9<8Kl#jz63 zwsxm|IM1%V`5(gRzO!lJEK^ecam!Bb1Mh(SulNCb#m-E71>2(*kRXw>T*8_ysxhR* zKB`hW-m4HvW#Mf@EOkIEbyka|)%TU$p2#coE*iTC1I>#?>Z&3j%d}=uMM%0fHu^>% z>3$}?nDlinep`VdrdKkmD{8%vRvBeh*m$mAkLe&QgM|=VRwUTqq_D=wgepg|nK)TN zK#j1Cpt?vxhDZ(Z8Dth#nQ;h8ctn9_V{z#447eMq-3laRm8^ya-I1yt1-ZW%xHvj? z_VuFmqVwqB{-Y-T2HNaB)`PK_unaUQf{v+EXvJI+v>u3GDw@ zds#0?vWNXA3eynl2kRr4G*we!L!q6CmB`y-`Us?EQlO`bRDc^|P)tTAlU`9m-w6d2 z63i_=-X=p<2McL_rV?taoO?fK%Icl69dsb%?H9t6>NeEAz^tCd5rPn(cVi#bXk){I zJ%ucJey-depbk;7{pCxLjWyX@XKtH|a1$w>Tr%400G1GMCm|kS!(UUdbDrAeSC?wj z?$MQltEX0uA+Z+vtJ!}(`*=sDe>B@an%+BFuv>Ii|KP?gkiQzPm4{<%@Z$ofyI3>Ac80!v&?OV+<* zRam>0_77(KgIWJzYWNB1Cf0~=Ff>iXx=$dHsXv*mKZz}tR1<)&2_QvE3IK|ldoM9? zRo5ygoaE$A{J(-X(WLNa@x)3>UgXPF^l~#cOgL4hY{>Jxx+Q5-X`RrTdg@44trN|g zBH-K_ZDHcZU1P!9{!0{)}4qN*vX#Njte!bziB$>XsHDlmDYKcOunp zlHnn0vqu=qdoG-LZTQOg=%ul|8#d(WNN7f5Dp`-y*ejV&!w@@zw?e8)BdT5_AOpac zpv17Z&QjVFkxfsC8l`(khnN!@6xyf_O|~WorW`D`q~hgYaRvUPo_b5P{`uTrQ7D(tRw>_8N4Z}mDI{%4sM=67ArF31lnD(o>amY4bXx}C?{zBdKe&Hk{59rO zAxUf(yd0L;6(vhgzjT@HgV+z}pwwVb!p4J*^Y||9gtxe%A45TJQRt&Pm}Z=j_{@w# zex~?LzAkuibo}C}t3&647lvOOzR=@PNhw#U*KCOL9_Hu>CR8{ZqKc-GXN;s7A{vuw z#31dx;QkuJO_5bn5B?MW8i{);ZbLkl8Z8Jm&sMN`hyNQGihb|A@{3pg?B}blwZ^sZ z(AhC0b$mE;W-8P-@x&gIO5-X(31Y?Xd3%mLf_#zsEo zS>LW==Os+R<|{j0Y5uG?x)+`<_E7y9O8pJ~+Fk${IbGhRsb4Il7MO(jL}*$bU+G*O zObdH5!k(g<2%h zByR3gUf{HY@;RPr!m5R>+25Hbu%ji*WmBk&+yxuYLjU`|tb)^@22 z9_pW&q)r-1pJ@lBEZ^~7u%}zVMZHbn4nSU*g%}7zOwp6d(O{gcn*99O>}G-{0_rbO z>c8Tz4FNzq6`eKMi7b#B{zfbjpYR*c2cETE8EGIZ4Sd@5Sa>XdHj)v}XNB`=>ooX= zht^au2305T4#N#ZuIj1c>PAZ*{2BKUu(7?<^iK1$M0{&l!6_V%s<_0Wvz(Wxwxknu zO&g_oloW;UtL44s8E(;~mzkf=aLcxz{L4jm`F1p0#9p_ei_pru&B-c%L?uxydVaW$ zr1J;r@FqP;ueo;lyJI@}&CO$$#*rN*qnB)%!pjw zo2Iitye}HQR?CcZRvWO+RuO%?4fXs`nJSTC(Uj99FAtG?69jnQ@AWUMA$qwgv`t!#C%CRxK;zJiw9%$aSj zYPCk+^UU(K$y!!kP4aW~N!wgq(lJ+~ldIW0D%(RJQW(=_>#gjOz2#z<>@(*ms`puW zI1V#YEK#{4WY0}v&0PFid7g3~p6oYkJoB72dT+9Z=fsK{Yf82wM7|m0x=jz1aIEYn z#(?bd=27`>u`XGMF|*zEKVvrQ3=HB2tLC8(^CM#A_2{HknTJlBym^$5Y~?sr-j(;v z7@b8iDKea1D{nJiZ&E~!e%NZGnr;{Cll82mrjsqnJZ6h@F4sS5sBAs%D{li7VMi;C zx46ZIWCN>dCFxo%qkF4P&;dA?+>~_xntN!QwpZ55gUjCiUDBo5-fgbp+r_BIa=s0` znm+<}|D?#_-)quOmD*ZrT53kTR?FM&N?u+$mz6lEO*-v+<{@u^62d)dt(JobzoZK) zP3v2rqeai6cd=0)wn`bjOg27ht1fr9O+QGH8jucTUm02gMp%wAf1%UT$MT1R8wVk0{N`2Q3EdhvsLddhjSkinv<$>TY|Q9AskEGVK+ul6N1hRWr7`~L>%I-_f1JcQ? zesr*R5h5hh=UrKsS=O?ZTP72X&rH6Fl`Xf3($fa^bgFzDnG&krr*R?uQ)>ZWYIPNO z*|6#{B4XfwQ0@&d+;7QtCvv{#tanGwU7xG5&ib}oU2~zv<%2yA;A;Y@A!K#Ku);eU zb9FG0{K4DweC6QcYlU~N=}Ap%fs6BwlYeAziGLz)x#ur&ij3Ho75kPP&v?Ay6PJhI zJF#>k=Wl{frbf*AJF@=H)m!WSz5?f{>CcHxD`(Q8RIuY_L#$6X?@NpO3J%;co6tS~ zs^dfdy4YKA(IYp^MEAU3h`ZLsU8^@TVjwF93LbjnEq^m@pjD{hJUa>^=if>8qh{cM zaEzLIgi_QTej-X4ac5TCS+L^{Eib?MD@2tbZMF+<(Q4wuFlG!%HXr8yd#|pm9e{cg}1M zo$mfa)3#+Fb-4Q*7{QvdqO>})F7BoNc7KCL+gB3nVi$F?8&;J1-5GIDR@_5f+d^I2 z%9^Fxy{vY7O#ro zH^vfW?$xeh&h}8R#&~qAp?Ue*y&q@lU&z+KuzG5}epkBw^jhl*Vj1=#~be<^AaD@Q3F!Ed$w>fsD96EAIdF+Q0hoy7=DECcKR@zX=Exh_BX5uwV>`O(mx`!hnqgVr^(l%R%J>gu{fA%`t@)9O4^j-BV`=eN z!NqyDVdDH9R^bhI>lf}F>+T(^&1;Ue#mDt)i))K%>7|VOMAm&G?LL9ThHo3Pn=2Z) zHEz!~^bs#``>j)iRW;Wx73$oLUjKz>$*&2u;q!n>D}79wM(_R&F7W02R5%16Y#8g z-ON2+ip?-wCLCFHQ>X;ee@XO$Ft3K^bd9<77*!c!GHtmkfqzEbC*uvekL}batv0N6 zrG0^nFOa44a9TKQm;xQ_TZal?77Zvv{tyzC$X8CK#!S@+1TjroFkQnWP3G$!A@mJU z7$W6F3L8#lD4agy?(tYo%I)e0R1es zg6Ug`=AP{CxenKMg@_4{0)1e@La~^S+KPQLKL8*{`3;J6vXH=67eK2jHpK9zvoJA3 z=0`hv+^DY%(OC)_Bq=n1B#icwDrmNi3Tk0|UW}^5dllt#a>NiB;WYU7j*u?pFWqiA{KHBjS zpiiOqIhQ{z4y?Nd(yoDAUE`9T^NC9bzlQ_kQ_(77FWILn$^P$$16T7}aB}kdl<{Sq zYy{>}3dF1~_l#W6!=vl1+N*6)7LQ)&y~36cn{bO7DYV=CzJ}tdpxzqa%=9yFzQM^o z2D55K17)0?=8ZXuJG`g}$zTNuJf>-$MJJ{NO$0v*O5@fGp^1Ie&YeC$!djOOK^Np7}sqNw(} zgKQ9%S55@wTkkCCLDNqgCf7WCL8_N*maWY+#In?jG&a zZb03at4N2L!^r(;n77E{fUgwUj<RU}&!Qykl1wmQnV57y69om-*dJL{ z1pYIT)t@2py=1i^w5Kc24X?DcH|zcXNoqZgk+HFnv7Xa;5Boe3-^FQp7kRnCxm60F zGFHzuN_7F`o%;M7y`!$G0s(R^t3;+M8DsO?@P%K0@gui>L^LW9t>3U|F^i2#l3{*p zWj6MW8hvqv-OsSX?AR=WW%R;s!AvFjj?HqFK6^FHHEb$rdhz8SY#!`;RQAQG@hvGc z{}7!SAC$U+L42tY46nr9b^v7V9;>5c2Z_C4CU>JDMlnfFcd>rC$lqY$n*id zC%28dlK?qXN}LH_@1D9chR{00W$QRIeEQm1!@_hN84+xvCSaR^t<|te(e7o~nV118 zOt;L+#3a<8(k+u(e@Q7amKlO66VDjwGXBP>aW}o)L!cYrJNI!T-t>g}UvLX5<+Oi| z*~DjLJfGvlblI8XYE$f&<2)($D|_Niv0r(S9CsxBeCG!Dqx5EHj_XfXo;mJNy7J6% zL+Q$MgKJG!o&}qWw-va*KhWUwp*{n2u3f=KQXJc>m$ z(C*@2;o-_3|E%-z8~+{wY;^zo1IBd|*u>eIQ*BwkY2|8~-I=(IX{1nUzH0S zUCUvqEPK;Tu<)SF{J16C~F>pLTw#Kfd~DAlnV|0G?C> zY14*W{1Csg=KtVMr z1vM{^-@Rzo;OCs)LQSa}qsmer*qiQB)6H9{^_sYiuY+9`5N6qeoe~TI_Pm4uyDcHW zZoOPxW5LIgFlHLK81>b1PJf|}yx4Kb^MWP;I8HC oKSe2A9y5}G0Tbymu+zuaEsxWZLA{lry~cQj3(?D_fbsSJ1Di_jxc~qF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14cb447bc78f44395d9e2e199f257eff39d7c3c5 GIT binary patch literal 7595 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f3e650be894d278de63d4fb172c23203dcd5847 GIT binary patch literal 8890 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..836d45f9dacc0e9f225c724f745ccd06a9d80745 GIT binary patch literal 4011 zcmb6bYi|?T^^V8yN9@En4`4U535sJ#>=M`p*zksmY_()dLRlD+L`t@=K-MGpYAx=A zb!)n#F_!Fm*8MnuJ0-^iY>=Edkg`awJJxuYUY7M@g?nIJ0w7(R4AB5p`KrE)${>m~@EQtRxc+ z&|Z>L6j_-|z}fJpyGdtJp0-yT(`w`aBjE#k5LB7iC2y!V)GL z=q{)!wv@~ff)!o(a7CYoSy2;2LDLBwVMM^uxhP{ba4b4LAOJBSM}IU>n_RVhycYd< zEyA1jlu8yw-Q=|u&GgmZm_2h?Pq0%a*eMfrB}gYo z55lK)11O-X8+rGyk8hm$@|bbpNXau&vW^fxESXLP=MzL#b<>#@^?5~H#L1>zVFL|8 z`bVCn+Gy!!kVxDDqakx`>rFmel*23SHrMWqn(zi{>no%%aT@_WNO;tgGL3#H zy=0O2-&&fngZ?kS-P2m@r~T*+@@%iwch6~Wf!=GDHU2g)*>*LM>~-F5nBSw_8vh1) zZ?X^n%6WXdnn{i}Zq3tu4r%O5zWvYqhKsnwpTU-TY=s-H5*G5ZJ}-nDP81fh1ZOei z04eHbAvBp1T6W8t0C@nMcnOa{7{U-<{HvV2M3aRs=&GPC+Dd$kOGnm zD*~j1OHSr{=k^o)t)O29Ug9tFg_WTo&0(#zsobEgM z&G5I5zLKMF$KSb;|77j%TJfW@f5`9;RT1wxu@em48^1sC>BN?Ed$=4tW(1FwyvLrl z&OSc+cl+JR3cmm+tnj_wV%X|HAQ)-oxMa9^O7t?mcew9{-(h zJ+x`9c>J5(#`vam_w4%FO0cKM6)i=}y%Xz~YI@whd%JjLODg-182%$A=aJ`jUFCRHQv=Zw)CoT<8b!ZAr&zn&4S$*Yq_~4hZ}E2l7)ou8|OvltTt9eW- zUY2#JduBBnMo{;-L6Jmlw?_YZJvKV%y}Y|bBCs?LpY}%p1+?SnFFW2b9Pd<-)An<2 zC)9KA#{FBL-g-Fr;P5sshmISe#V9~Oc#_} zNmWV7b0)KM4NokIgi!Zn;aN*j0a;6^+HxXAAob-{vOtc)hAH^8g8&NXsmK2Zmk}5) zMNX9i?-_yj%AN_sGf}cmFfNg|OjjzWBy|w0F;6kA)DFx`NDNq*c6}ua?q>FazeSs+ zS`;rQahBG~8cV5Wuzi_b1casy^X=EHM0e|F=A>o^`vplcIgb-iaho02r!QYiTs(jA z%H_nR$!n&Q`WtmgLPHS3Lno#`kq{NQD{3WUBEf1xmZ+IKnn9qUZ0Ug-1t+03x9OZ> zs*4%371zDb!W&0*h2rdwgs@t za~xMefl|v`L9POOD#%k{PX)OP>}lOuLB0Ze{)K*AYJV#zTxx$S=whk;t=du7@Me$E z8Q!*)JEKNtw9o-_-NTzVjZk>oRSu0Ap|OH*T`Qq6c*|(4YPWHtTfr)VZZ8P*aqi+^ z6+yQRJD_`9>loewPWZTRk*^}?_5#7i^@9rGvs;oebf!FX&KNpZm|S1l_;pb;{DURy zIe5zqzNk1ta4*6BCa47V-Rme!(uZ2LA7Z=eM3zvY&*1hIXG+{anHw;;0l40{)5SxS j@boVDo=29!#_I00Mz8;GhWjr#(G#clLJ$9>n*;biTNk^k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..92bd931 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,173 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + # 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.11/site-packages/pip/_internal/locations/_sysconfig.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..97aef1f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/locations/base.py b/venv/lib/python3.11/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/main.py b/venv/lib/python3.11/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/metadata/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..9f73ca7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a3a44a3c7432c803ed542146589a18dfdb60380 GIT binary patch literal 6419 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 A2LJ#7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbefa57d988058908b3c5d5bf3f2e90665a1a141 GIT binary patch literal 3573 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 z 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..336b52f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/metadata/base.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..cafb79f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/metadata/importlib/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..5e7af9f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0cb4828329a704350ed311d9a9441bc6953356e GIT binary patch literal 365 zcmY*Uu};G<5Ve!Eg@*31ASR>?tyM7~BwzxG36R*bSZ-}KR%|D--ALW|3-|-X$e(1a zG9fXsA$9A-C4!-Mr@Qy=-jn6G(P)SuE)G9L4)d!e{}KFw%_)Ev#1Y2|X`Eu*;y?vD zOhdpSj}}21@!k_k`rjDD32qK+LC%#epUQ+F*IKdyXM7*c_eC^;i#$Im9yDRI(^ zamnU6TL?!=SrRIZ7uGOEwD62G&xq7zVSVeQaFw3YNx9nYUFw1_mAJMsyxo4vokRNx dF~)0jQt#Fp9oM_{86Uk~)x+d@(5Br7?=QQXWy}Bo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d34e28a5176b4e596011648726d172e059ed14a1 GIT binary patch literal 3572 zcmbtWO>7&-6`m!RD^ipw`6sE=M$NQVAX9b77)8+^#7S+ZmWv>=gZwn*g&OUS%$1kB z+u0>$swyA^M(YAO=+at15TJ*`t>7Hmo^tH5M;YKjSRkh&Kzoy+j{b(uedaL7@L0{jH{)fR*;=+~ z*34$EmTOuy%U~I{#GLG1=9qHqL6)(H_)l9cuX#D}ESYGfi75p(j= zl!e*;kgb_c;jUSmaK@i0KM9#4WJ-?l4l7Umo7OIu%_Mu-?2$Bp8|Qc^^LPv5wu{AD}S(`?{NeRAE=w?Xc+En|z-(M#J_ z1|yQv&0+7bJ!5$j%OlL#yNkoUTp+TS#5|&_|+S>@UBzu<(r+j z5%|@%^xIX>U9EuH2xr$J>BjZ?=Gmd+SNgN$<>)NPHaj>wbI<&!aPa&K_!RHq?+EkE9vl(_a<_KL zd2|qoaLGD)Y5N$Lfbl>c5 zN7q1xK~u|06A;M(64|@v18^UboNhG>Jj*dp%#S&Adt*udiiqS*5jVtda7CAS*h4MH zOw8Ltxj`%92)G6hR@bE+N8AqlwLmp1O)D##Zn)-pvd6eU9KIpBFQvl;_H8x;pRdAT4g+}H2_VS1_=kp?gvg$eoLLUypEg5JHnFvIexg*M)N|ks zW6>mtY)gas4tf@+AE4g*|Im@ilVaCYK@7RRb`D5}p3)bBaH1p8vi#>xsSejZu`zD5S@|p)ZnCu?C z<}GAoCo@{tf#9t8J!0XS3#7yinF1BzNqwq<{RFoV9cO6ARlsqeI=ukDe);N~KT2_| zq~{_g0i}}=hKf+RZ4ncc>V#p!Zk%o*D;(jbgI54?!&~>V11ZJy?F&2#{)=`(qm2NC zWdyH2h~=Fy0Nm*~gRQuLC9PG@wJZDzaEFo!+w8!RX>Nd~z(c}-OQ43NZ4aoupsmB^ zz?wrI()j119k>o}h&JF#J1e=NP?2?NXbQhWf&g-bUq@W6wLD-P3T)wPb?{fy^~on% zUxeDv9Rbf$YD{w4P0M8?8M}o_4qufGwTP=7hTti%P{-GTx)<1js*$Qdgs>7(G1_Kd zon{kfb}sJR+KnF-=ex!EeRDnyBzlpIK+?p7F55uw z@kH&nEhDBn)N7+_qEqqU8Oa!h=ck!bi4Tn}dLm{w|FR@;t0zMeSf!G}DeDZfErl0N z3`ZA5hfc4eEnH8mdZ;lzPajnruc%iz>Vb!AP!;|&go={-0%D=yT)J3!N7ym0j*@Mf zt>5Z|ok79ixBXy4UtxN4n{%$;79Ij)P{5F)REIB+Wed1P{S35}1=lEYxFWcYc52+J0&2QE91LTH4Pq9Tcaw-_-F@o=Q%i z1hV=%^d}a|Cp?oHPhq1d`RD^B;05Fsnm^O4O@rPe3;SJQXc zYwCO8Ql*Oi1#*}*4C8>!?)QHO?3Mlh^*gjI123hMWM}a)&3<{zI(^DOdOk_+-FZy2 zUmmm07mSy7XS=iC>CXP(kYVuI2Y+vLFWu1nr^!sgnBFaPXBN9N-zVPmXIJ&-nM8a3 EKR8l&QUCw| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8993611bc27055e7a215ff8d06e9b7705c69233d GIT binary patch literal 14588 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 IK-9&513c^}3jhEB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00e00bb01ffd6f6cbc8e75d141dafa008e358de7 GIT binary patch literal 12426 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000..593bff2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/metadata/importlib/_dists.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..65c043c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/metadata/importlib/_envs.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..cbec59e --- /dev/null +++ b/venv/lib/python3.11/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=None, + ) + + +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) # TODO: Enable this. + 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.11/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..f330ef1 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/models/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e037ed70826457f392239beabc01453cdb6185d GIT binary patch literal 282 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8207cdb41155cf9e29af48fbed7af2ed265197b2 GIT binary patch literal 4665 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d631228b3260147bcb3c75c9473f5322862c8efd GIT binary patch literal 1907 zcmaJ>&1)M+6rWwKq_u3Lq_!2Iny}!~ASd=Vc5rA(OKA$V!8j&uOc8-$yEC%ZUGHvY z)+QD@=-^Tpd~8XNq7>J~J+!y}8IloLECdQY^`_t)N=|(<@+xwSJKBAp^Y*=Yzc>12 zbTorty`TSsrZj~97D~K8m+SN~uxE%MqPVD}sOU39)Lldp2P#5G@b*?oRS{K*Mv}j! z-tZ)(Cr$JV9*roUqvFs%;u9hUt8;R$s_b>^^=D*V3boY zd+7L@7qYE#|G*iL+x1CS>uRURMzML3xHk z;PE;D;V4#6W5CllqVszcR8wjQ_W=vz7DK>B3^rT+YrXK zYjKV-7acSVqyFl#S@AciS+Tg~nGbBsT@=#H>P}ekJ#(9S+a?rX22!7&y?xu{PDp2h z-du7sZ~_xb4k`02*WC08b-C$?ah(lzSQgS$CkBUjHa?)}4-bL-TSw3J(eKjx=@UJF ztmj*Lp{*C1dZ9Cx+tc>-=ef!6-ILtSou2ZSmX%&v2)3{iJZ~xNz(6%T{5b zU048Pwv(Sc$xk2Wrw{R2^pBE2FD?8uL&NuaWb`3TZhs0=k z)+WU`%3usYZNU}C(Fn#*wk-F|lg4n{Z7{>AaMurERH6hAnFLan14GvvBAdD{#zlq6 zB1CgO?iDS1$OI8D{{{#k9RE7na#LIW>&nBXeCkVGEt9&FF9B@1_r`22> z5mFw)t~l&%q0d|rn~X*PEVwZW_qoaUTde<>RM;` c+TOj6Hrbqe&`qc#>I($qr66@({A5Z00n>5B4FCWD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c5591f5d1ec47080bb64c683598c1786f1f89a4 GIT binary patch literal 2621 zcmZ`*U1$_n6u$Gb|5Dh2m4so!Qy!XuNyp%sKa- zbMHOpeD}=$lujoRw9%g5@F;M9Ga+bVli9ii%nDMG%IT=emANWk=Bq+k;Mf?ii`7Uu z;_-qWt;WhRj~DfLHBnA*h(~WBHF5)~(c3&icj56{IjP1jphEm#CKd!om@wuY@r+in zocINNbq*U9T;QB86;CO1x+P=dnnp~ciVX{fQ?h&w6RMepEQ8p2&Y+f}>*v8xBbX^w zn)`UKSX0;{z^ovQ%AAVIyvkt#i@hz)DPHAoh~)^5sxYpKIELdmF~zrOh~SHO8!Ya& ztiY37yKRZSJ^RBG<-`3BA~=SsDCCoY4g zX36qGe=|RA-j{+&hCrGHvV=AcjxLLKe1F~RTQG(k5%PJ}i4tth5hE0w2uypyIn4RN znPmoEqv^K+u8Z9F=m$QWtWRNdTW=jKpKoCci|x~FV9R#&+HJ7C+p>q5;KD$f*4u0X zeT2g6&PIb7m0uID^X)5;B1i#f5gD|02f7GZUE6%SR`@(&X^~fjF)&-?0W#v`!k$Sp zubLkjx~Zs;qbV~#Ws-bBbkd zU3O+)JwCzufr)#^fIx4=Cv0!b?LY(j?VR*5cj7_rL?bt9=SH8zQQyF-Y7Y!IdPnTu z5tqq!Z_$mS-rSGr@6z99)-ra_Ywo_?nWT$=EDP=+>d4xuoQwFxo80=~t)kEUGj#Zu z! z!}DwYi=GSUXQ*c6ASgnH`O>hLV6qG3W`dWz1V2rVF*H=nYHfU>v_o2(DKCxbCX_ci z4osk5WQ!dG^4}7IAouLrCL70I|4MwAEj-8;?hH1vlAV=YA*A6&8?H#K`QdR=Pz!^v zkP~Zy$w{?;s06|;F=418?7D-4o{Qlo#^?jLr0(^&wVPZBo#K%d(S{WvJ$J zI^#QJ`Rbga`!j@rio_XVRoY2abcIs5s57QYSj}?;Y7xRNp_e_+BT`@@!>8{hEAoVq z1U&RhAWN;E%X5*FcP`bBpS6#ia}fy7k|>JqcKN-LuKLR`2k(2<{nLMT-9P)sC!V-X z9tog&<9$!reRWqPx!S#2SwFfuvo_!&5MN0Av$7LT7E(^sny+cbwC@!2(F=l;gN&CT z<%VjKlK)8rtx{DXSK!ZxmtjW$9WU!m?ciHkf>Ozzpgj2z_2Lqa)zkQxpNMfX3Oh5X w(9eOm0>^P1XsG_;zKPzbhx;b#uZQ~v8mou98-0a?z&uYLv9ZTHOnAZiALiDDqyPW_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9ea2883ed50bd78bb4a4554322fd3daae56999f GIT binary patch literal 26453 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 DQUwy; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc384305b9eb4d20bb95c117887914044e1971db GIT binary patch literal 1273 zcmZ`%ON$dh5bl}G+$Y>VAiVSzc6|VyNyp|+n{2rIpS*jiqGoR(G-X<+p=3sI zx+6_QWugs>V`gNUP#s31FLcYBZeX-05}{a3(~(dkDRyYurEJ7x%(i1utfnmC)I>rm z8m5U6yXF$rLU@re1AW8yc^c~0V9!Kp(n?j&zv|ELgprHgR%H6|1r{5j5(w+^p8>VJ z_ik1hKyvQAy8jvF*NXLSl+1%=sgwt`k zEy}zE>VUeSWzY(*cI&)$;B=|qcrB44w#8F-HBuvQKkePYRD(k zmv@8KDA@ zm6b3;9DFIIzh3xJ+82JrG)w%aA&Va%yF7cRKN88vhf?~pzPQ@Da>dsY zsy|PF_6Ks{2NK!|x+3=bDHpN!XZ;DylvM+mlqLxFo3p~S3dbtMpf3VUNWMhY&mTIk z>t9Zv`^T`h4$j&ke8;eyY*g{og!M%bWL^-!ox>P;JqTV6Sv;Sq1Oaq3xEI=YA8bC^ z3?6MhZ)de2&~a)s_)FR-wFn2kC#ng9Y9Q1Kz{b=XU~=;1w(VAPf>0&PXD1JHr|zEl zy1bUVFy>{law@MNt0Jo*^N=kdtCQwR-axiUyv4kUjQj^?@n9%h8zqIAQfmm);7%hu z3HVp_<}3lX)H+OH>*%KddC9V@+;%M|CkRWVdDr^9cnAK;LSA0A;P$`a2l{^gV`6&Y EZ#gzeDgXcg literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12e5f0355401ab080c95443a815f1cc13f67b898 GIT binary patch literal 5836 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ce0872bd62b95fb6c83d971f5259800c8dfef7c GIT binary patch literal 2004 zcmZ`)&u<$=6rQ!cj_ufiqEaQz4^0yaag}(Lq9Pi#l~AdHiyKi8l0jOHcgFFO^^7~S zPDo{>9D3kCh`1qyfQl3UNe(?&dy2$~+oEvliT8GGCsxCF_sx56cHX@CzBl9FDwPs} zc6a_yVP**V3ypEhjg+$wK{+Oza4R5Pt7%!NXM#*O+ss-dLp~uq`<(FHuNgxAfH!T; z9Jim4YW{CDt5#Ha+zWjrSpa&au5_1$50wnH3cS&bq^pdKvu{8-CW16APMR5RHM6_0 z>d#g)S0w3=m$@x$o`-ivG~G3*+_#A%y;)e%64PQj#IrU5<53{7#Q>%L6rGC~?LiGjOZ*cDhgcv1l{E1P-gBbru+Lo=2mu;c|n! zD9Qoa?f*R+2G0ayMd_=y(@|aFbeLh%dF-*^Q`APwJNrWJJAvPF()0FyZEMRhekeA_ z%sD;3=eWKMg@!B7=_)P)<4m~5Gu}3}-eFX5;VVCM-Dk^}9g5m`cpg$S4?rA|c%772 zPiCvbo3~ENtEWrrKjdB(7KS&sv0ojoY+%1QT)u_<_2IksuwOe#o->F*s=0cj-l!IF zaml*Eb)%B&LXQ0a^|I?e?XzGsGUK{jdEhR(t_f6VK+Uz33N)T~jmKPH0r7(9w@`l* z1p=7}RLqYcjwZi2leG&mK~c(I$;V_Yjy{W5$a@>Z+aC;9)`nYm;>x0ZKPDhfuU(IA zH1dSL6VISlAPYBsT7Eh2#6>hqWPT~0MXgM3RDZwv%Un8pj+Ex&H_(r9E)!|im}jGE zNBQuu2gfSeTeJow)+Qv@QW9&^7eER?vS0kKImh5t;a-a91HA+TcyXGqLBv_hvW8^w cWcoQJ_fMvuIKOE@#;=Qi(D&~p1Ign50Zo@McK`qY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71af94d65ff999aefa9a1aacecae71f3352aea10 GIT binary patch literal 4766 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 PIsJuCSen|wj5hd>@V}P zm$c&u4q$WzngCvr4k_Yc9pC|7<{|~=0ei?pANIJ1VUP_07KjB1Fbvq*2ITG@IVDtC!QCW*vJ ze1@Ck;OffoS=Xd1>z;IHJ(C^|``j6CwrR47)jb(s)<5az2v1%ilJ^55HQnP0xetHy zGZ~QhaT50xF25n?sjSI4T@ys%T3VJf!nBf+1u-WHd8*DSk_Vxj8YTNN=GEFM|dsFjZBTUA)zstv^HME|CeCf=u!fH|gSu?7r%; z21`8LS))nAgEvVo*(bRr&$Js19_)^^_6jtBuIdS1QT4GM7 zqgH+Nop-0S{!0f=#QU)cyUdo}6Y+RJsD65SSnritB_oYaN$?UjNZDo6%vOyo;f1T6hoU`J$ zX4GFLpK}yQW(0*}w$;Y(ob#7ZgoUOcoQSRci66Ev~Q^N90r;dKlN$ zK^>u!Fx(75T=EImZ@2)VhKIq|@G!hS;Sz=mP-?glm?;|>pg-x4>P<+DOC26ui zE_L7FZnf!9-F=7(78zi?eo ztGR(WIX5?uQLYT++5J%B(4hfM(dGWUn0il~k+p%mk{?JaIS3p%F*A@=B{`!FuuzrA zUw`61uE}~z&E`i7&oT~8Bw?_kCzFZe85LI3Micgs9#Be~g5vQasSrLEs1@bidmbGA za=7BMTFXa{{!#kV)w+hWum1GZZSMA=+v2TrOXq4GH6g6F1@a-}wHVDz$t3zmlFEiB z3%i!4h;WJyX?SL+I-56|s0_wT$rL@&Xo7v$6g6k~+1@90amMgy`HZ3)0pvp~Y#hUC^r?2j@WJ_{gqUDbl?e z>EDR-ucp@{M@x~THv{F?&I;lDZ*mXYpI_}Mc8{CC_4bKU`$RD~QSK0Kx|f>E;XRw- zu8nZl%Ek3?Un$(T89uxbKD;*mVE=k}v=knNLH>%DbnM%Vc5g(xS3T>|L@Aosj2_vD z9$C{KoLY~*Sc<*~!-D0`{hOWfjn4RL_j>1GsdEq-TgtJn%~q#I*fB-0HLINk%Vbq$D067{0_3!XqB*n-u{8olONiFaH zIDIE=-q)AR?e9%lG8Gl9S|lGoM#;ay7{} z;}tlZ#W(`+?iD2`>PSg;oD)-N1rk;ahRjW86yW%pPtNA^rkAq)57^UQhL9=Gi`jfe z?h_Pts-SQVf&Vcnh7R1?Ug|g>hDj*>Gu$B|d^i(*QsI5E#CmAuz zB#f}(7tUM|4iCOy0t-$(skEGWkM%If3F3^X8tEt6BF*7Tlp;V9o~a8>Mw5c_lhBmlS=#@r_QImO^~6K?2)V1Y#zY3Lx_ z6?#o{Rn>#g433q|D!Hd19|=-J^&VHD9~~=3$9^s?iz_=H?0g`7nJW&TgWob|UaKV= zWs-m!QYd*|H~eyLHVX$$T{fD>bv4gUo#>@Tpl0#Uc{5zTfXgC#U9K|4&TlANh;H)~ z2XXF2R2gDs%;n$vFcbxy?ccAJHTSR7&s1nwkB*g~42_jSW5wXurSWg}Bg5ld!hA^u^P-AFh z%u+A4-Z(;5%;#ZbAJP`E2r?T5NHWtY_*MfNvnqv5(}HOoKqu0e&1$PE{mZKQRaVmX~uH@FCD)P8O-4rJxlewJ2mnI)lw- z!t3T8q(*66Ozj@B8f z2D|?+(IG(Vh_3Ahz8>I#*u1y+1+MnGrb==CC_-k2ri zoYj$5&f@|mHOaV|`y-jvYkJvC`lH*ZXC*(|be}|3PoS!cM)CH@^tfv^0Yi1%v(#o}0{CF}{TfTzJ_HOwxJMIY}OSq-nIzJS9h zR2vIln`iHev^w;eQXx=XJH;-IMOVlZD2F?iLwC+rTv$KI&Zlc{|GtIYKk^4F9%!!+ zXVL5N3@xWuv`@1Y0@XD)yKGySra^r{p|Kzs>gw%=*q9dEz^6y2dD-fOQaD+A 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.11/site-packages/pip/_internal/models/direct_url.py b/venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..c3de70a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,228 @@ +""" 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: + if hash is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key. + try: + hash_name, hash_value = hash.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {hash!r}" + ) + if hashes is None: + hashes = {hash_name: hash_value} + elif hash_name not in hash: + hashes = hashes.copy() + hashes[hash_name] = hash_value + self.hash = hash + self.hashes = hashes + + @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.11/site-packages/pip/_internal/models/format_control.py b/venv/lib/python3.11/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..db3995e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/models/index.py b/venv/lib/python3.11/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/models/installation_report.py b/venv/lib/python3.11/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b54afb1 --- /dev/null +++ b/venv/lib/python3.11/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.hash 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": bool(ireq.original_link), + # 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.11/site-packages/pip/_internal/models/link.py b/venv/lib/python3.11/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..a1e4d5a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/link.py @@ -0,0 +1,524 @@ +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_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._hash_re.match(f"{self.name}={self.value}") + + @classmethod + @functools.lru_cache(maxsize=None) + def split_hash_name_and_value(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_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) + + +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", + "dist_info_metadata", + "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, + dist_info_metadata: Optional[str] = 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 dist_info_metadata: the metadata attached to the file, or None if no such + metadata is provided. This is the value of the "data-dist-info-metadata" + attribute, if present, in a simple repository HTML link. This may be parsed + into its own `Link` by `self.metadata_link()`. See PEP 658 for more + information and the specification. + :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. + """ + + # 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.split_hash_name_and_value(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.dist_info_metadata = dist_info_metadata + + 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") + dist_info_metadata = file_data.get("dist-info-metadata") + hashes = file_data.get("hashes", {}) + + # 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, + dist_info_metadata=dist_info_metadata, + ) + + @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") + dist_info_metadata = anchor_attribs.get("data-dist-info-metadata") + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + dist_info_metadata=dist_info_metadata, + ) + + 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"]: + """Implementation of PEP 658 parsing.""" + # Note that Link.from_element() parsing the "data-dist-info-metadata" attribute + # from an HTML anchor tag is typically how the Link.dist_info_metadata attribute + # gets set. + if self.dist_info_metadata is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + # If data-dist-info-metadata="true" is set, then the metadata file exists, + # but there is no information about its checksum or anything else. + if self.dist_info_metadata != "true": + link_hash = LinkHash.split_hash_name_and_value(self.dist_info_metadata) + else: + link_hash = None + if link_hash is None: + return Link(metadata_url) + return Link(metadata_url, hashes=link_hash.as_dict()) + + 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.11/site-packages/pip/_internal/models/scheme.py b/venv/lib/python3.11/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/models/search_scope.py b/venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..a64af73 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,133 @@ +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.11/site-packages/pip/_internal/models/selection_prefs.py b/venv/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/models/target_python.py b/venv/lib/python3.11/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..744bd7e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/models/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/network/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef9f7e4ab948bc595ed7a60244f805aeff2ceefa GIT binary patch literal 270 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

) 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52594a9fa604dc95f32912b6c58ffa9d96496d3b GIT binary patch literal 9585 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04f511288b74b513fd43866ab09e96e99fc4d4cd GIT binary patch literal 13031 zcmbVSTWlNGnV#Wws2eGXx?eoHSTb#0B0Fwk*Ks0Ca%?A&6H94RZd!ukj3ipTs53*` z;!>zlq=jN=8>UEMCUsFhWU~s=1=MXHjD1R4V9|$tAPsI!3}C>(?nCp&z$p;)W%v8f zkQ6D(ZnDGSKWEP6KWEPQ@8|qWV`CkM>s04&GM*`1rw>gRPauP3@ zR!m-AGE0__DQxzd!xpcF=kRU~S;IE3jiqfNdsy(I8S?ERN4U;g7q0i#ha0>N;YM#` zxXIfTc6yzxTnM?s&EDp4i?@ZnJ3_5tx7W?mb)mL!ySF{u;q74W^`Xvim$xh2?d=Zt zczal0L#Q|0=j~(Z#!!FwkoQnn^orpD?*Px4xEDF8=`D;~9{kA6ai8FCT;3tcDGy67 z{F~)IsYUKu7Npj#+J~E*N{>2s}Qu_ku>4>+y?2m7V-ixn_(QC3IURYdw zRqr8q#UELbugE`)$*T5xM2)SlM-@$$^j0aTYQAM98undZmF18xri4Bxq#l!AzZ6vE zfaVLy%bMO$d{KfctD1+`n*z~@Cg0G){)m4?R*=&&?+?q;q8tWlzp`;Y7?M3U-8>!H z&@HpUfTlZMlq0g@*P@DUc^Td6!sT@>7>)Qtx^*$Oj_M}8?wnup2G^I-Shpj=u<&|w zz#oZ5f&qUh7?*t!bcDJsGneNV=jIoEGZ$W;f62FS(L1LLS7dcP8c}7BS$CcDtMV*5 zQi4k{>PWADMGi-mjqlQz>g_ACR{Ut1gig0NGebN`iswtTA$%w37k1A`EAyAAl z4HN4dY*-AmqDR#UaI^f&TZEgliikYjLL<}7AQs)O8Z)Ka6j_TYkwBS_QPGY+y+8VQ zfZLo_niISw_=KsNicfNzX04)i!hE$%;R$nf-A#)|xQkc9qB%-wVCFtTKcAHQs%{y; z3ec}Qm**C^A#RFOE!Ryq%-`d#^E~%Gj>pefFaIH+yTU$D^oy1BB1V_4f=fi=AyHeE z#g!nILS)<|zJBH9iMl!w*WzkW6=Rqy#+0H${3t30L#m<{6{C^RhPW(ifmMcu_!IOe zMwi(uL&p#i-}!@)U}QxM%bH*EYyL6uYE0EcITDSntcsvd)}%Ntpk9(iv;v980^s=x zhUVh3sK(G&c?f<*79&v&xkcG9#zy)W!NG9gix^83QO*sW%UZOL$b=&Ws@YlW%&pwJ}D#g)|JZ~HD&c^ z)qqxYP%4emh*Xbf6RS_T4K?+h(x}u#J^UNbRWEUc}XbnjO+nsT0pmsY~u+Uuu!M@!l=>pjNNc zvxfn=duvA8hp*{F{eJlnX00D1I)uL{i!z(1z1F}sfLRizM@yglg3}s z!iIS_@4YYANyF%AxZIl7#U>p_-eJiGA%9F6#pn8av7)5L#zVn1xg;&Z{`GZPBEI)C zbxjIyPiKE!nE}}ytdbgpW>h6^*W`#c#<=wQY7l%5US*uE8ofd!EE}n!lARF6$B6`n zr7RZ2r41%tR9OL!j~No+?}`d3rjW#f+|q)i#Qh}P3`wNy$$>hiMtv%jymA|-a^k>E+2~)bFa4(tQwX)jaxZms(^iUjxr+6hS)vAK$5|*pf2fHNG8pEWT zE^$AGx`N6w2h0i1R~{A8Wo$^>N-Z_goW%zDsRqXpM^-D&YrNvrNK_Xu z$zI(j=8a2}{HwXDzYK~ND%c~;!~U|b%6>^!)X)EfM)9T@gPO-*mLn_Ls%~A{&}22< zI2{Pc>)JR|P%12vXhe?pSLszE`YM&?Y0)i&Tj>O1g_c6EH%vKSAS%f)#!AMFg$!Z6 z-mvQ!LF#6hPRcm7vBM;$p(wPjy46QqrwdT8k$_*5k-;oxn~&Mbx*2vRGpS(V1y<$2 znlBz)hpM!wa%g#v_?2TcrYV4ZI*?36;v1hY-nmb^PLxVmGaYSjas}wTj&~Bb5~-Pg z?bu3Wol`mI)RyIe(3x^)h5nq-pAq`=&eojsQ2N9@=SZe>=TDxw8~F5eMmWA@*=|f~ z?`@=qbA!hpbabblzH=sX1Kv!0GwaGD9z*nu^pU1W?07uF0admb%YfigB@0se*VyP z{{{?}r3u}nEGdW3=3`zti-$^x40}Vjzyz1$?)~#jxzkjYILnx0_m=jAA$6nPZ7|za zJdNvWdFUW>KHmGPUxTF=WwJCD0l9}ZNJ0`VO~5~R7Of03=^RoOLu8q?BP4_TJk=zA zE{q zmE|@6Qb?{P+)~L)80{mnNhja)J4!Z{O)sxq5y zHplbDN!G0aD%d}Gh@cmS&%IEtP0Pw;As>?;=0f+2D4@_CUwJEIpk zf1-F^z7FQrR{arX*ioyBA%^`MZ|DMQ7grQS@@iI&?D&Pu>Xc~ z5^3F{$)S+)3?NilLz6}6Rv5D*IP0cbrmhC)|>pZd5nD6ZUwc`WF`}KF~ z(~BRzxpi&Jn(yjM^B;7kI`MMtpVgg{yU%5hz3}NscJyLy^dfYpt2H^D)KcMW$FZzy zEaw_S8z`x!TTRJWN=m=>{%Tej%?YC!VHBEmJO0j(Zv7~wWu3!0=Ws?Ceu5~V&nl~~ z6Z-^kCHK>pktqGTqPJAPR`iximeIBHA_0*AEv9aZE-$Mx<{ml#R96+tp$gwf5Z6X{ zNb~u}K`}F+KEyu|l92sjaXpGa6$Lx0`9X}x*G2!58V$uXxm>A&Nfw}9Sm=Ze8Uz}G zTXAi#D%=eTF+(UUa$1Z}I$b9EqvBJi#RVcY3bGW3a)jnwl9&ClkmdoiU}&Pc8jXd3 zLKe?HCqDJ<3ItQ9#hI9*z||@bPaJ1$ifj~-SJ;p$8y!C_&Vldu`ZQX^R0RCs%$1rL z&JhuONm0RIl-E3FgK_?W*6d9HmDZ%p7C*pCEn84SvP4wUJTMMiO!hM>y_UX~bx!1* z6B%KmmQKsc_h~fz=E~Qwbc$3>GaJ}9TP1C#yaxO=s*EygKZeAMh7#2cz|01N;j&J# zLYq~oFq$Gpy5BwLxmLYo%qna3C+yu#7Zc{Pk#6--5px$bTN;!oY0fCVn%!IK@OI{MP zR9GuON{-GAlvY#Jedpjk=V1Ejtn*0Dc_bqosii1V7i=l2Bwu53z~}uTRh~Hi7<2Nv z64VYhCrc$irXiKgN%vN)w*N9k|9{QN1l-h*`Lgxs@cF?0vf}gAkgrU$*R|ggE7$)i zjkO2hCI@9gR%Guzp|{dS+p1^d*Uj>cK$Yi16G&hAXc*u&wvrBZG!p#JIK!`2BvdTP z5%`nx4e}>T>rR@WYTZ|nQM>M?X1A!iAxZK=4>@@`p(nMF5eCXP8@IauV zUfVJkOlC(6WV*7qwpJ)Kr}W^-d_vi;BH`k%|Toz1nKEpT;?ZU(mI@}R=`Tl1-t>7i`HNUmWd z(=d{6ZoA$6^X_+h-|H=KLL;gYFxi{Cv8~evv;N&z-g_naN7aGLpFa$rc)FS%bK5-gd|pb^D{B`c-Cre&#nuv=fr$Y^Ez zjlG(kLDE9}bWyI--XIKiW3QehqQ81e)NqxVBS@tn$%(j)InmGkjUU&oEb1ER)G zF<2J_EBPwE(wO674J+)cu|sIc8HEHExYk4WTZZnn3}ssm=UNVL+4DV9>A6hL6z-iF z$_VfjhL_EzNr?=Rc5A;MCDJHf9Y#zH4g=P#g(+LNFpZ z%ci2a;J`b2-?VRcqtvv<$XKyax?G382O|q0X0?BY_7lG`H;g$buxRm50%6%&SScNG zA^(n@wSaJD`}=Ii4ZHgkK`Gnm)5?mv=aG{BH%R^nntCd{(}*lf@M22{%k8NJnHt6V zbB5LNq}oI+rRo!ze{&?%iTsOpfBS~U*;GE87GYoCIHZPx0U3u*j3*z|`Kvm=ro!If zXjY7i9U{XBmdvfMEwgu(Ohchy8G{Rr)PKC(wA~wle_NU_uO6l^zdD8 zZt6nPwq<+Z?nt$z?CFu6mYso}mJg3+JIAu_@tk`+BaCnHTXPSZnv*Azhf^czmUL^n z_0BOceYR;N*E9lsh{m?GE$bf5xkn3}+0o9x+p}BKTR+S@UCF6iv8`CXy(86}dhPwT zDoy9>8vv{%+jcHx#b+|?W`d(Cwo|s@avfV#K|hHk8+w${(|lYpa%~Jh$DqeVrVkgU&C}_SeDo zB$dFW8J{hNVJm~tl^Pb}B@l|Kh@gcwCgwejhJ8q4-{4M~T7y|{QtBE3+Cx>yQ&GAJ zPypD7@>t0fL3a+1UJ!_m=nV zH@Dw}z2z8V;6ZDDO1txqJ9F9AsZcpEaN(sce!sne(p#e&bq{$OU$^$2Yq8ZZ|rKhXI{+qUC8xaAY&7V0g`jDFyFg$ z-#vWKJ)C|$>pqrqAIq?tOwh4{gN9%)eF*y+*tCu@*tEru+xyIeQid7&gsN%_Chr&L zPS5n2|JY}l8L1iXKoAJJaGBQFraqDK8P2B(O-pOMnp< zbBM`BWAQ3wiBd8F+K*LM2@v%t#8C#>lDlGT^Ai^;#F_@hlB=fNB(Ok$_JNr^WU7LF z9Ro*@ulB*Oy;=ShOg5`P=emSK3-^7fcRoPjVwOFqP{#Uf}Su2WZaRZ~cH(DYQ2dK~w{go8?~utq9gjIC4lZ z-_~io<_`@P6UV=`tKOa2z47}ABjcf?xnSLEVYDkkx7&Krz`+uPgC&lR7Zcw)Wh5Rt zT9PMmP%@C}eD8VKGsBtIiJW7yV5RB>t_F_PS;tZ;TypE!4%QrxUCb38j|B$jjDlC@ zJ)_D`@FYoqeGHsowizeJ6)SNV=?=Y)olCo+;gm9CSDcx_X>p2U7$<3L+6Eb)22(S( zW&BL1oD|0V#Jjp3rXg!XK?@eX(0g#SdBTUiQYorT80VdVX99=5Ln=FRT3w@b=5>OO zb)W{xEG8lJc7}+V*@(_fln&S`wAEl7Wo@S+^i@|Y9;Kcr9v)(nuh?T5RjH0KrcT1g zbSJ4z-7$BA&N5*O%s7DkQ!0k+F{JH28TB{ejB!reo5slM~vZ04Z*A@@e+ z@pqnkI#Ye;xht8+-vt}bJHXF1Ano~ra=+Xw5}Nq)d0@ z0=!Vd%|b3Z#%{?acum)0U0MfP(Pbv(Ei*4QsJWdYRb4`C&a-HC~zo3`mWiJFCx0*Tb z9qv3Qa$!#7MN^y)o7mGFHnXQCY++Ap*vg)^u#G+KVLN*YVSzmzVF!CU!%p^egX4QsaZNH zjZT?16_dDfXv$m;hfkqI-<8uvG_g_YzuWXZ6H3KTzj*EvCvN&KA3h`1OQ*_tr7^Mj z08qr1@L91{IyYq!+iqFHFCvVZ#dd^WGI7T_aq}%s3`(8f!@PPQKm7`iv$QQp>oC?A zo?t1RNZBe)NL}BvARm5(d|O#+7gDz&HCUCpnWb(=YPYnts>bsyErhflX>(QD1(w!} zv>j6Gl`j=*tHOF&G>vnizS+y?V$XM#qk8<|E0Qnq@dPnbsV~rKE(+DOt0ejwxx)ekM9SjhZ## z>@*b_jcdX<)s>u-H0#97bR3WKNu-2KnowwkqS~r6Ke|PQ{Oi z(do1#1Gi>)$W=YSMh?WNA7oOX5p< zS2f`!NtsS16-lo|kwy_tDzS9znnayJv=`MTrAcb|xl}5Smn#pF~nAtk9)j7;(>o`Ew+iw&m|_&8{KZ1TuV z`ZD4@Ck&cxzk1Va^>l2eHYzGXZ$skzZh zMJl`@i;ED_smOGcmF^rLKTV@4-JrI(s9$HI$>=3X)@-p$$&^gvAxuWo(xsGqGh_>y zHS6VcdRo!=9(g-vK*-D3J~+5*VAt+qq-L2y z7a7JF>M$$HW%j~=<{cjyI{(s0VG zGtC}y264T_stI1dETu0?axj(-##5=QN-!R~D$yDX#+0BulVrY1Q{CoLI3@ingn)2D!~p-cxF=D#uRSWb*G<#a5Os6iPptMqi896>Bj> zQ}c?g_$E3E*v>g#bc(KDtJvn}dC|R6WaWw(*i-b};^z3zUu#t@)Z6`fRcvLuz5myv z(*HT7`wFGE{#D1^Fq)<1yizg7d$IbQ@uqp(ob5{K zvmswQ%lFLF@~yO#Q_3N6vvI!6+vn_WHm08|W6asFlvb`07j*_%ozIuCue2A#;ua(J zo3joseW;jkR=SI!%BR?CZ2!Dt&he&o&VjOaP+4N%3h^{gTytFdd^z$; zZ!wH~{bK0ufKjNsyVJPJz;EuF-B-zPMuXtDNtA;$BTEoin4kw1G&rMx#{|2UOzUi> zW(M09GRe=PO3hx7P1qaQZAUDrq#+Fw*RQjEnm3k!G)6KC6aM63mTyRB66GWGW;u8B z+)d3o6$2YM_H$bMpYi<$c9ysVqAibi0K5ZX9n5UaJYUIi&+*2Q{0-CX+Hp>P0U029 zn9)5ndLQ02{zid;Wjx(y&I56Xl#{8%^ugJ7>TN{tZJEU^r7s}6LhAzjrF%fXm-(-c zFV(zt;r4}66yx(W+eyavYR*x}XnJ=wYdn^mxgpc$fkxRxR4k_qJ*6bpQzG!hw2ORs zMuRaojr|-Oj^3~Lc$ub}LJ>i|Gs1y*G;vXk9-M96xGQ?${H&v|uP}`-p)Onx4?!xhDQQSovSv@m5>jd=t=N#lG6Wy%13rNW&BLOKMNVj@ z$(YteV&nPok(VMzj*~3Gg2P89j%W_{QN(CEI{Vxk^mw(jU|xTfM61{52cC#8H175J z;2T$zRB}FK`i$T489#_dqK6R6Nim{m4h8C&$W`g4f&>c{u2~2_v_o#9mI~AHXnHCo zCp53VG>eVa>I?72m5McUQ_*UsZ%*GVVnSG(N@?!GsK=#iQXF-p@L`--_HtUe9!p== zTp$qr$dVLOGW&cLb4noH5p@(TB+ZTu(mLcn%{&{MmT6^ac6?&0PyQ8pqfb~+cgT@q z^5qz`LBuv{mI%JL<~w_CWDNR;$c2%Y#z)VN$+TiLKU0;^3X5HwAzh116dd36GT!2v z_4?)5`2mVcpfnp-CZY={;4 zRaPMDT*bsC6bwJj+CnSkt3Xs}B|~>mxO7p~SziA#t*!(iUbWDY&pWxzTYuk`sXu^w zy|!7c4P|S4)!N>N?%HpjPy@TOfxT*AZ{BQbapvu|R$HC}SQyUxIl-NAx2pEGt4q_{M6tx8FyQ5$G{Ix{N9P2PHNlw zL144)0o6V5$ZYC!e#`+>SC_YOPH$y}`_~+MGLAhT{qjvbu;zF+<9PO|IX<#GZ_Pch zx3AgTm#=5-+g1DaJXdG!$qCys#`|Gg=WoCITd#iW^*gVx9{a)A?~P@598h;0xIgue zQ~w~9J$P0*(MMLZ$NMn{@W^cK zM$Z8j-JiHQf1o1Y()s1lOkmshh4-9yomu}L)xXD((N7uu7_z*ZbNllg@955TZeKjT z+>mt#bFM~;>B+T)7KfLb-Wsdy=8deqTeWus!Fq=O{>y6L3)#LyYTuy`c(w1S9-He3 z{r+Wj-?8kz6Y9PbAJ(Y*PGvTo#=U4+eEBW!M|R(>U(MQ^RC^QQALZ9~?*E}LyYq;; z^T?v*8@{jkmcij=g)UX-TA9iUeaN8N8?*LJs(lmXIL5E8 zJFByV)*IT@hHcq~ZndEs%{c#->m$4O&6~Gw<~g% z4Sm^$0kvV^LBrv-hQlAUW*f%ThOvdSIeSCK-m%`*y}DTq9nN+gQM=IkjAu($==jL) zxiz@9)iaA6B~$e^8@#4?XBUxz>F$ z+kIN?KD}gFie&v=pMLs@kMq-5Icmxv=k_lS=go-w6bQ{+^Y(9TzOy+~vwJD96j&7( zh8F{Gp8UvP`?m8P?{9iDo1e@22UY*z!f4L!&)8dYtz8(nSF^&VhpuA}TxZr?XL6pJ zbx+Oh@UmsK`F=X%8P0l!RnKtV%DKn*N1WMh!$ft1WSFfsg_xK>Zs;64#Qn)3=UKP; zPhC9VBw|aKzYu!-FA#W#lejPstDMQf75_w!XpzjKRkDaS$tu|-yCmReueAJBhRf`d zXa}}Ma#W^@0xQFTG91Q~O00@99Kd&0<5r|QCD)W!bltMT;^!6Jun2jW1;wX%Pm?D5 z*m%KMaBOUX7#3y_A?`w!q6v8loz`sF?qX9gc1%h#Y#Z2)Zp0)--ifryN<9~GAjBO% zUI3S9)Hg$SMobC2jC}CCJzdhVRZA}OFk;RL5h{~im8BrQR3hX(M-c}yO{u&&dsSVI zbVh~&b%{SUs0#47_P2Uw3I)_G%s4`UFmWJH|IhvB~8?v zQ?%VN8{3S2dW&UO>YwK9qTMJp0kb$+xjErVDSV}-m>(FWa54dja%(Y#;~-IfdEPBT z<}HtRx+EP!Q{*q<#uf*hrhNcWXXywX?E)SwMnKC(Olp((=$qhm@&qDX%>pntP%`fVC#svQ#7Z}hJg!~G(ky662!%8 zjs##D4FSR>7$#xngjm@~gsekRu-cj_meTA;Z>A+>^sHusH4=>sdC)>BJ|!=s8u?oUXw}QVMc~^6 z?f`&2hapYpj3IzegY87G6irAJ2gg0Bj~#2XW|nSDDm1Z+TpxSttRJdNinDb_^3zX| ze})XoL5whr6}4Po^YZmOZ)EFw)w-H0A1=-+q44a$Cq- z0*>zWK*QU|mrrB^U233fapV&}*VOj*8xI=$)*Aa(rMt-wCNhnE*~XJ<n&T= zmVtXhw&gjs<+=M?)RqI8meU`&7f-LZ^grCXGq9nayuH>5uwbR1smIQ&6Fw&R4_aU$C|sy2>N zZHuKp?3#_#&9KgexVBShE zHm;^VZ>NyJ)iy78tyouPR?puXS$$32K9~s(s?E=iDYg?m(t(m)f{n_3p`g2*FFGZeQtKQC7Ou=3cdChu#Q3=d8`w z5C%1;0*vvz)kB=-hJcMW>#u=%Deg*-X+{5f1^XiMa3nH`<~y*ufpMv{xPgfg?V@SQ zw#ZHKqHxO_21|nwSQ62RpG$IxZieHTaxxt6El(Js8+_OWy6e*#BV}WIfw?#ny8-Q4 zC#D+<1=FcuR1|}x!29x-NhiXH$Bp!tzf8UuU_NFhp)?3a7s$t=j1D6-2<-K!EJ|WfjLC3jh~K0_sKRN?u3$np{`UtbE&~}V!PIpH zx4q!lHCj&SV(6>~u zq_EJ7Mct`_I|zD>J}PNe7CLeeeK7jB>pB3%^W|+kw!wlOkAZ+;CqOCznH|8?Y1HxgO%-F{%`Yec>*a2nZ|TN zV8$}7Xb_114E813VBlbrhUbTcQ3}1Ge~6MbMFef`Y$lzFaJxt%?6(` zL;8ya+R!J37|c(h4sdgAkdIVI<3iKdt#8?H+d=&^LI>{UefqNmb^V+Rlc?aq0vCZq z^ak5Gtrz2|$*a)+U;;!61KEi>CaHzRi%1w7$iIOA8%XX-F^zk(WzMov9QINy1;D6Q z;29Y+@)>(NlY6Da-il^?G}9aw<{k5#g+2p5fn|)1Dm0&ejB4aRA@HXJNRx?i|K}85 zAV30&=4T&-dRUm@A)Eebs&Z#2#~%SOy&>D23m=FG=4|)VK2UY>KKf8J&*($Jzre4$ zS~IThoV)RXyJOAWvGT&bt?KTftQ(u&aK=5H^KJk7%v;xQUsrulOF-PuHFf3!ExFpp zyd7^W3MALpoOhI7v5h+Q?ZnOY5BUSsC;t-w%^rz}smVx0-!14nvI!;=^Q)QRyCMIW z;;2uWr!XZarFc9NfpVI4pT6c{eQN#zp%VCC_$gTcbgKB5H(9L$ng|ooW6T>HH zbw%g73eP;q(x6cCchRB>Mw|wwd#>s!*+3mRMSvJbeeE+o zk|?@N&5?gf;9mhSwzjbH|C}NTz#o}=dzwZLzoGB^ zkifqKcw*~g^L6{@bfa?K?!{D*|ANY5War;gsCr)gj3No_A>@xr$P{Jxc15+!V>qlE zXcW!>fK>+#s$kJ2n`kM=Ukq$<_j8P7O zxwnY!igypn#0h~ZKV$TL5C&YL-{m&6FU^FrqmgTv|#@+?*u&!t%yul=8> zg#S$7zYzGZ1WFva{D<^Pgu5hH6aA(iZA6d1iu#Feg9F5uEnY^-T~>|G*}#C?bq1WA z2qM&acBSpbP_>d2e5a+DCh{~d(nReF7o+^B`TbJuD3x{7LS+uPVpWVrv5#0~&bg|ba7BC?u4}HUO`n77u5=$X z&In^mQHFV#dwtV9TzFQBl%m`~grGR~-1S!Hy4@`LuqynsSD5@sO#UF5;}b!{ydMne z&iG0&nPQT*lz>||XB5PhN~02qsTtShR(hRvo`;J{-w|@i3Gr;P zgeS7bRo%9jsV|Uik}sjEC1lYz^t7@EI@wv2#|i*PlrdK)l?$!)TK-4 z;aI4au|G_h(CXkY5Gf8>N{#_TVK!^|F4au#ZXgvn#UK;=tXbhBFW+SB1mjQTR>C5Z zuho}|A&L_zXfqhs4BwFy6bVd+qxqrKFrbFqx)k?RTJ+zj4x&XQ0qSQpip6W*s&@-J zz3@jsR@?ye*$P*sj9ynJr6sZaC_bU`Hvv9{wAacxHkHKj<*hKLufW1gMs?g^jYjz6 zJc;eWPi)+_oxk(iyRSi6>t1>d#z@4}hwh!s1P)~bht$9!Bse~S%+&mLAK0t9W=N9l zyP+||jrZ1IzQtSTe8d5KOkmOeNe|aLaR1p%%TTsuNNpL)2u&n?!m{Xg46e8BTyN-H z8Ob*Es0}^2*3Mk(c4%_jVbcWon84!LCr++sgg4^lt>zve0l-Gs15K~$-j;E118RHd z-j_b?&9q&}wp~!$E-a4aLeH_}hl2YX&aXL_2A98@75Y`7KO^)*|H%e41rg#lF< z$Or@Ihr^>se!Ta%>?10R;cOn4y26m5QQybs5LA;Bglu=bJL2Af@nMqFp+PFzM6#7l^2I ze$#4ZSQQmLoNcX`mrtbr22D`1!!R$BU_VVPRcOtyn~m5pnWTFdI8!sAGV&*QG3bA2 zZ)AhE55tE+Gb=ripZIT^zGIrV%$eSFz;)U@XM!2a@*VRm_8YiyBTMmmiWFus?tHvK zA5`rcI8P4RTv;!4jhCA%-&aceeX&-0&RMJLz;00~OO}w+rCk!az&m0WM_q>@{APEMJ{)J1*zQK#Iccz=kEV)CO{D_K9gU7q!fqI(<8|c)J6lhhcBB<{ zLY5a)Vb&h(Cd}Yxd`Pp<_DU941^jhF`ivitCoq@f1OQYaHfjMB#};zblY^A<-vKlm zj!Q!QEq_Kan+g06fTHS>7Oac|ARJq*nmM6d(j3(C2%Y#WOL0M6jrTu+KHE}3C8{^m zWg-&C0YD^bIhbrXi=!=9yL)wOrgk^(#i5+99!Iir@O5hJS!n>!@2tOP$qbLCZ=Cwt zsbzB(o@VY=_?vwc2(AROfo*DF+oB`q3M>z+t>i979%E35y0<=X_pZ5nS4Xq%eX4t3 z#=WnwYpfHAU%iG1J>`B~)_vfmq4 zsQ#X^_Z7ThJYHxnJT;W%r;R&SC$cbBHSWGQo^9NJf2%q;k#(O}-RCpKJMW=7^qLr5 zEr~xEeU1oJCw`CVtP5|LaiGuiw=6_V$^sDBT>onzM)UkUsjZ;ATEH`j z=M>@dH~?5vv`lPA+1NyS@nEwE?BI_m%;>v?O${RCnAB`uXmvQ;Cr1jrP=Sq`ZLgRo z8>Ih;rpjw5ML)H-UbiJ9Y;fnA+tudXw0*z8z*{Hbq_#Cz*RX6^nOJ#kd2)I3UOH2I zAmc9Iw3F-D`c5vuIKehg!yZm#mTgBbv+byI6w9Nwg0v^EN|CX8i!qYsdDEP!EJPw) zBJK#6gvEL5yk*`zXMW1rHvF3c<2F%wb`SZujlFD)f)Bp`x9PmeYv}X5eO`c&W}dTO zr4is{oEQ-;g)o1+9$r5c!sr!eaRlZp*l_vV zBgtWS$W-{Kz(eL)%vOuM8%CgtEwq^T3Bg?WWv~kUf!|H3Z>Cqc+qWvuc7Ppl6!38V zqJ(G0Sq%R6x1h?kjdN*|G78sI1X(*ydRdI(Hu93MjAQIGzL!zzpZ@}vei)gXnEiwd ztT=L!QeqIlZejzW6Vf7CJ-Zaz%1C02mUaY?bbWd08yX$U2hK%_b`AZIwb&mVox;w8 z=!#Oy7kI@OJX53m4>!JDZWW^iTlCiqY|*hj@3!4!5exZcAO zO9%;UtP12h9JALeDM+#GKLju%FP&J%dD`nhBz`owy|1sZpY^d#xJ%jIe=OvO%Md$? zuUXl#a!tT13+dWr8zzhE92XBFZE&F+P>47eW!E&ro6@PXKj@3dNe=3WY0Hqfu`l_nYwMbbAi^pnG0=~u&MJw zQ)sOzlx^x&n|fE@crb8yZQyWr;HWxqbgk)Vrs*gwpexE+Q%|O;=V73A=>*((YET-v z^K@`Et;=t$`Fk?{o?Kw_%AU2rHn>nDmL@7 znqY%{k-9jc{ZJvSG$z;{qW$SN=3p{s={LRayS+gp*->_yvkLs&_lvaw~0GR@Xj z@D2sX*}G5FERp_SmfoyEDS>r^SQG^KaIT7oN+AFSZx8DqJA-xmx_?)i$tPH5NXC(z!^g(&P=Cav|q|J zvbx0_tX08aM*Oo(yT0ZgXaDr$ETcJ$u*uDo*h9Dh3eh-hY*PD=ltO^q`IMglU`Wb; z58JjZ9AA8SY4Y~#8Os*jS<4nI<)%%!&7HaJptnEl;d;-g!k0Y|q1K9Vp(CwO+5mPv-g> zmQ+i|xjGiCsJF5Wh48PyA)x=B<=*%Y9po0!e_v#eYT)Nyf5I2^6{{KW+x)wH2fDHrp(ov zBJ}@uHZXB&ZIu}d^g!t^daN;*6q&U5y1LiT%Bge-XxT7793>^#qlnYh9gH_`h^D*D z;Xm{!y1Q^kC6+#Jd-}^>QRE;bH=s!WpqPpHl`OCjDDs%XIgZ92uh_F5!hE?YV_(N*qlPY67Wve zkK9$YK}Wd6j%tz`RMS6isR}(k5mP30y+iP+I2c5QIeW{$2^`%W&+sjZqg>&9C3jMB z4jjBY%@iLxwI()Cr@=&{W&D3LPV?#q4U5xRmumY6@c`lcn7}~--z4x3fj=Pd=LCKR zpxF!m4T~+kDrcF`gaf+6?Lqkj%EZknzm2T`GAPgIO(xy~HA4{y9AB5=YV|wEITqMo zj`L@VcaC!{u)iGVU0{F4)KV7T0{hExo(1-o<7zU+JI6T}*k6uAb%i^}6|&?_F5Z;q z{`x^P$MLZH%xSaGdznKR+{v>!raUYix zhOsumT099dwV_P!^N%Ry<8rd_BqGb4Y2KCDbLt6ffhWhKjp1_dBbM@UWqQNLxOy3x ej%PN?a>C4mIoTL4HK{dQ9?$6IJ7riGkIB2 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/auth.py b/venv/lib/python3.11/site-packages/pip/_internal/network/auth.py new file mode 100644 index 0000000..c162132 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,446 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" + +import os +import shutil +import subprocess +import urllib.parse +from abc import ABC, abstractmethod +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + @abstractmethod + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + 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`""" + + 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. + """ + + 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, + capture_output=True, + 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 + + cmd = [self.keyring, "set", service_name, username] + input_ = (password + os.linesep).encode("utf-8") + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run(cmd, input=input_, env=env) + res.check_returncode() + return None + + +def get_keyring_provider() -> KeyRingBaseProvider: + # keyring has previously failed and been disabled + if not KEYRING_DISABLED: + # Default to trying to use Python provider + try: + return KeyRingPythonProvider() + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + logger.warning( + "Installed copy of keyring fails with exception %s, " + "trying to find a keyring executable as a fallback", + str(exc), + ) + + # Fallback to Cli Provider if `keyring` isn't installed + cli = shutil.which("keyring") + if cli: + return KeyRingCliProvider(cli) + + return KeyRingNullProvider() + + +def get_keyring_auth(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 + + keyring = get_keyring_provider() + try: + return keyring.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 + return None + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, prompting: bool = True, index_urls: Optional[List[str]] = None + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + 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 + + 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 + + for u in self.index_urls: + prefix = remove_auth_from_url(u).rstrip("/") + "/" + if url.startswith(prefix): + return u + return None + + 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 = ( + get_keyring_auth(index_url, username) or + 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 not username: + return None, None, False + auth = 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 get_keyring_provider() is None: + 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 + + # We are not able to prompt the user so simply return the response + if not self.prompting: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Query the keyring for credentials: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # 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. + 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.""" + keyring = get_keyring_provider() + assert not isinstance( + keyring, KeyRingNullProvider + ), "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") + keyring.save_auth_info(creds.url, creds.username, creds.password) + except Exception: + logger.exception("Failed to save credentials") diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/cache.py b/venv/lib/python3.11/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..a81a239 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/network/download.py b/venv/lib/python3.11/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..79b82a5 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/network/lazy_wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..854a6fa --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/network/session.py b/venv/lib/python3.11/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..e512ac7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/network/session.py @@ -0,0 +1,518 @@ +"""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) + + host_port = parse_netloc(host) + if host_port not in self.pip_trusted_origins: + self.pip_trusted_origins.append(host_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 host_port[1]: + 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.11/site-packages/pip/_internal/network/utils.py b/venv/lib/python3.11/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/network/xmlrpc.py b/venv/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..4a7d55d --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be54a8ed8130fa0f7326cda6a51a83eba9508cca GIT binary patch literal 208 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 E00EGB;s5{u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac2bef5bb9c6dcc1584811d3122b527e52f6c582 GIT binary patch literal 11604 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1527aabd5634a93901692db3d082036d0d623a0a GIT binary patch literal 26388 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dd9ebb8fa6bd14b7d60af3039e9dd288dfb5dd7 GIT binary patch literal 2285 zcmb7FO=ufO6rR~1t$ucGD@hfD(`tzmw<=h|IBC*iLgO}3O54QP$sxKdYwg5ZXaAU8 zS+S9eX?rN8v^f-7=*6d$l3aT0)j0)vk%J&+Az7o_0rIKXFOYx{3vl4c)l#F!AO4)Kr20czhBSCm0NfaYRlpAqF{!%E77~B%dDI2Fg zC4p|}fv&C)hfqB*T}QRt6|=0~aH;CMRaz#hVfq0zm#b{l&nN$6=3dU>Ff(5@En{9U z-z1K4$#rjjpj#H9Ffta6TyWM*>N+-Yf*co4eB}560HRHns>>dA%f$CDQ0mffylY6Y zXU9d|w1@$VP0*?X#%VP(sA#@tMhzRL>MI0>m8-<|J~SyQ2QFO?6U)pfjW}zewA?l= zlnijwwEQqeNl>LuneRlLRT6xx{q%dxq91_l7WNnJ@pm|c?!wnDn|z&L?O`^BIy#Lo z3gDl1iy_>B@wIc`2Ig^tph?uZ0Y7)&LU#M|y97fl{LSWVZLI)## zd-{>v?y|l=2wGjJAFu*=Ds5ODS`gLl61M7_&I&Zk72Pp?+gAt~phCJt2Uu?@qf4HAgx(mnU4u|(x(m1p>=kaBjuDQnSne`#cwMt~ z2k2*POfFF3>9lQ2Czsyx)`8rsK*)UH+ExxoI_d!xVS?6S;^ka|vH*mFrw0|vI2fk= zUQ%dn%7>~KtxmMADH^1u)@FFELWo5f?`Vuo=UhJ&R$bG{#c6`|GGfpa8yf9R4{Q&- z4dq@3YsEUd$t=-L=Z34XUXifO^qG|`hOE3a3l-NUg^KR$PT@*fw=OYldSN}NxK3dW zlCEHx%LOlL&*o=l3ceYT>5lV$!85&rW;y{xSGNkT*Ew?hLgZ4RYgOJ`57V6!sqZ^I z2BxIp^S^-H+CtAq(9si(+mhfJ7>QT1%Fk5^e?`E$x zv)69Rx8)a)4+9j#@SuF0$^TYsWQx0)Vlz{GaIG=6_yS6cXTV57>DOE0zz)$qPa^qj zaOZ#3*-Ebhr24+LJ$@2-|7;)zgYo#g9xZ-wkxuY3NFMp-%y)BN&;2NGTf3>*W@@$} z%=*{iXZ&<>KFjYQJRcW#xYy2)3p+<6eLQ*oth94HeSTKjnH8CSmS>nb8SwYx!n~Zg zFY`(n&F`0vC@@+4&kC zjSyXa<$E^)W#?%)K0Hcpm5CQ!X#+|0#xMr1Jj>7b^Rk_&$NmWvz%9h`rk&P2+?Wwx ze?d=SZ$u|Ryo}Gm$x^k*IXVSRc0u^Rg8-gj+~P16fK(u22q(7^?Ab@>8pH2CI@K6{ zTO5zM7W!`yN4SU^=;GkJhu&!nzpYpXpV}MEws=;*{eHXt_;OV5i}98S{VntgK~I7| Fe*vcWYIpzu literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7016b4d66bafa4e565cd14ff7736dbe0faf95736 GIT binary patch literal 2321 zcmb7FO>7%Q6rR~1uYcpDrEb&|Y&C7bh}cvqrBqQx18quyHcE=r`m$Pkr}3uyroFqgagx##By}^YC%=?R1G+GW@~M?m zpAt{gHBZaU6Pr-YGaNf-I`c*)chjLc=G16~iuw(7~)qb@UFx z$b&r%i!R-T@q1m2T*vFZ7DFJa%l$|`Qw#xG>Ogvw`u=$%_UI_`0$#OX#}Un}DqgDl zQ(d^f&qiJOLeL|t%IC@wUP8CU8)yl~kRIVr|4K2k6Qk%PV$zb(!eMj+JOoz#FSIw% z^`{%T^^o=5LD1?_eV-S=Q)R_$(}Luzkgzpo*z?e=R5jaR7R%{`Re+^L&lz@Z=E6+w z^y#+?@pul(Y_RJr=T%8abbxiH(nInT0`yASa&$uN@eptg*el&KY~3H6H=QzYcv-bH z8|bI6yfs6Kt5NO?(G5>4n>{|h;VuKq7l4@s&#}xrur=)hC*e=EP01_y80C@hC0FyR zl#|gPVx8Fvz)PG)-Rv&P`;b0|%b z0|NyOz1oy}EChBQ2l8pJ<$u-rOfLhZyDM(3`*9G1r#+GAjmqEkVDkNwv_p6VB?rEJ z_q)k&CVxz>o7;(roy0^#nqW6zOMW^rl@&J-o{GvF!lCoS(#GLHAC8|tqih@-IzORo zOvqe6BXZ1S67ZW*X(}1pOp07jW3CSddRCemRW`>k$b8yYR8@B>s!Cr0L;eV`s-Ob- zbcX_A+S#X8;c{Y>pTYj&01@)8(77!rKXd)z{!wzfLfqim>q)NH`Y~`Vnyk=G*;Wo8 z{U?wIHxq5Ps|Kw71w8@Vh>n1G5uJq7r)H9KbPSsO5@ElC0G?pn6fl;6R3IV< z$Jb)~*+b_V{qG(+)#!hlf{2AC`fm|Mcp5j*#ol)poo@8M&B!o5wVTd1MP9%8eyjfY UN>J~~(WVUjP4p5$Pr!Qq0=d6-pa1{> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce3d7bf556bed3ee5424bed91741960a5f0d1be6 GIT binary patch literal 3721 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 bklPb!oXbG6uvWYGb(G~h_#Z-#qR;;UhyL>u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56beb31705dd2c7dc52fd31b851872e9e6a44445 GIT binary patch literal 2395 zcma)7-*3}K96#H!V<%3akOKVywP?#01_`WNDWhzn48%4D2=+pxDRSd$V{q*3d}(Qw zPSu1^hchG!3FA&8Be6R zR5m<`U|Jz|A<}dap(yYIw5Lg)#j48B^B<$HI0exyLW|8)Z<&NBR)q(k^$=QEI7Hzt z8pRN*=zC;Deh}ItHy5dLi)_zVN;T3h`7Yv+fVK@?SnYBCeY&R{f$=9%l2@DKN2#ie=3Nnlz(b1Z!m4bnziA1gooE zfZa2Jr36&7xapYgQJB<+RQG^aImW}rJ_C+u7h|Hl6AK4tZrJ^ z2(7*1#-N*ydy?f$PC|Bz1|F|W5_YX#hg%unj8{I)axWQdnQu5mSW0;!Cd470a^^+> z2k(c+JFXXDLG>cn9Meum3Cm?7Gs4bC*hNFm2Tz9=3&Nfc-U<%8Oq5*?low96=#+4_ zsJptIy;#t#bBsHDX@(XZJ3EE#sjOv=XUoBOD0B2^)-@?UT!se+-XAwxHp|((X;Vz# zQOi1IOoIDyv%xvC;l_>AWXdyMDm-BO0_g^qRA}yx@Y>8HKZVqNwRk%Ge14ahdLk$9 zsJGQx=aF9rSLBgZd88(f{M~V=u8uB#R#QjAZ(ZPb#GWA_3z9FPWas0=fk%l0i&HC! z%xWUzqlD5M5?)R8*7puP-aGVY?@&F}Re$5SFQR?#tRrFHj%SSAjopoHJeN_b&qvV& zs5Quw?Yr)&->E*&b&jm1_S93I>x$R`Nll5&o7w7`@ zMGysR&n2WLzd3ei^!Dg|@&4>e{NQT*U@dacoq+4QbxIgJftD0*EGsO3E-!yMy}1^kJ@(*wev z{T$GA(u=a}fy5#^VOLM0Gw>grBxhY z-QR)u0>^Q6l$;N09Vzoct)re=`?rQZslD!7LuYI4-8L8WRg>f+?B^L@eKlkHog#Lq&e(?NXh>m5# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7354fed72e8fa07eb4571956977358e338338ac GIT binary patch literal 4502 zcmcInO>7&-6`tjC$=&6Oq(thEveT96Kh`!G*LGtofs4pL{fQ#iHF}8JfS|Z5iO!Ns z%q*>lSp{m5gJKx44hAA12*5+?CU6evt=A-%9!Z0R7Yn!$Py|J88zcdYocd;#q)5gt za_MmQ?VFu9Z{E(l_r1rzj*Q3%+J&jV=}#gE{hM~WE!JVaNpT3hhcu*d23qo;+)@Dg z0fR3Gmx5(sN#N*v-UyY$OJT+b4Y4dONsJc^xg1%Fl$9lgLjk0tnv2ug<0~OedMCIvs>ws+5g1qCe)>G2U)PGFjew3ZCLe`4F}UMH z`bLNPV<02ygLV)rAkG| z&{xZaH}pKwty`+s_4XVg8x5YqWV`i?7sK6bWU9~D|-Fd@Y_Gsh_0SGbxX&~CUBOik~MSv^?H0r zP|k#~2;by}=*l{FM^|<0%F2pfv`V-11^t$8xZ#dbu5kIv{O^D1ih4yO>m_R~6T}kC z#WYy=PhQhW(G6Pqn--yasY3g{oLe)?dTy;i3YFY7@T6Z+?$mELtTnTeyQNod<&4sD zuFCpnvZqhyNXgPqRSU&83adKFRZG=ezErVv3=W(F@5Ke`%p|v5D;ZkOcT_`PEfhDh z)eU!i$ThJ}YKDa;z#Ii`au3KB`c6j4V-35NINMH~-CA%WryB>Fk<_m=cL?z48s%g5F2&3sRm1&4&yG|7XxZ7?H~w*XRo@x{TlKAs5~hY{BYV$>#0geF&xpy?|ow zE%XOZqZd3~t@LRNgTVoi8@Pcifb(t}4sVU`1m7hs_$+H-&VV)lPkSxuE1h;T+~pcH zTz=4O&PJNBpB@ISWTAiYcMSYgYfV?H1#684CFPm(0uZncJ#!Nm@P^7fTZQ9?P&DyI zwtjkn`FCf)TI^r~oNU zM^?THnwUGP$BS#GNdTK*1QRPWr@pl*W9k+e$qf+`!`g1h4?GrWI0|EKc)frtFw5mZ zksC0H8>Aoa25*|B3V_cP2w}Q!I7P`mp73R|N+?8A08v#u4y-!^=#=;4JkK_$lcT6g ze1rBKHQioWtN`pQ2px1!hE(d*m1BS!ui zJKXr=rx#nX`F3o+CC+d2kHzTS=_w7#kdtkVTKZ)9er=&VVg`5*o5Zsw||D#R@}T^f1D|;E*jg`oFQO1`4!6`#3aU zT`!({6M)ggVSM4xYecG>AN@_(~_pQ_n!$&78t6l?jc)djQld50Z z5mt|6nWhYnkHg2}3=lU4Wr0avzmust-I+810d9$dqI0OhRRZ3(H=cwQ;9Sj>#Ov5KLfXXO7&>f}2$0+IT z5&kKami=OeR^6^btpo^@SC&Epp~;G#U$^;yIo6Mo{;}ipAo(KP z-M;$dI|ap|*y5$Bec~vIyNkCMcVB2J>9&$?D(T0{*xiNO3(e^l{+?_p7u(9k zrgG6qOnNh50W*VY2ouEz*JMLZAV;H!ubpdQb0oP(lU z?AOQ4HqleAJ#?lycsb~LbMSJ|wdT{VJt?(4*_Kkf=UdX@wsd$al;ybTfyn{TrvOv literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..6621549 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/build/metadata.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/build/metadata_editable.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/build/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/build/wheel_editable.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/operations/check.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..e3bce69 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,149 @@ +"""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.utils import NormalizedName, canonicalize_name + +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 + +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. + """ + + 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 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..930d4c6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,254 @@ +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: + 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.11/site-packages/pip/_internal/operations/install/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5081bd816f93c4959987f1c8877ff9a3801e431b GIT binary patch literal 282 zcmY*U!Ae6h5KL-ODfDh{xfbkON>74#l%A^K%}ZEcmcGz52}vx}AMq24M}NnwKk%Tp zo=n=lgL9ajVVB+6-EcTy8Fx3|G|Tn3m=63b_GRRgDfY?~e_`X^$L*sFV(rwsp(p|w zOr%6|Lfe?o7;TrrW4*#9#cHq^^Pejzm8+%vV*9f6u!6>|2^x%O;i*P5FKY6O_-nDR}KcYMUrnG~hf1OxoE9=L8^gS0^bezdc;vpQ1j5%Y3_h V6-Sxc3(k4lQn5gGzKMJLe`8)8dpNG-V`3w%s+ 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%0D_5 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 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, + install_options=install_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.11/site-packages/pip/_internal/operations/install/legacy.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py new file mode 100644 index 0000000..290967d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py @@ -0,0 +1,120 @@ +"""Legacy installation process, i.e. `setup.py install`. +""" + +import logging +import os +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.locations.base import change_root +from pip._internal.models.scheme import Scheme +from pip._internal.utils.misc import ensure_dir +from pip._internal.utils.setuptools_build import make_setuptools_install_args +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def write_installed_files_from_setuptools_record( + record_lines: List[str], + root: Optional[str], + req_description: str, +) -> None: + def prepend_root(path: str) -> str: + if root is None or not os.path.isabs(path): + return path + else: + return change_root(root, path) + + for line in record_lines: + directory = os.path.dirname(line) + if directory.endswith(".egg-info"): + egg_info_dir = prepend_root(directory) + break + else: + message = ( + "{} did not indicate that it installed an " + ".egg-info directory. Only setup.py projects " + "generating .egg-info directories are supported." + ).format(req_description) + raise InstallationError(message) + + new_lines = [] + for line in record_lines: + filename = line.strip() + if os.path.isdir(filename): + filename += os.path.sep + new_lines.append(os.path.relpath(prepend_root(filename), egg_info_dir)) + new_lines.sort() + ensure_dir(egg_info_dir) + inst_files_path = os.path.join(egg_info_dir, "installed-files.txt") + with open(inst_files_path, "w") as f: + f.write("\n".join(new_lines) + "\n") + + +def install( + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + use_user_site: bool, + pycompile: bool, + scheme: Scheme, + setup_py_path: str, + isolated: bool, + req_name: str, + build_env: BuildEnvironment, + unpacked_source_directory: str, + req_description: str, +) -> bool: + + header_dir = scheme.headers + + with TempDirectory(kind="record") as temp_dir: + try: + record_filename = os.path.join(temp_dir.path, "install-record.txt") + install_args = make_setuptools_install_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + record_filename=record_filename, + root=root, + prefix=prefix, + header_dir=header_dir, + home=home, + use_user_site=use_user_site, + no_user_config=isolated, + pycompile=pycompile, + ) + + runner = runner_with_spinner_message( + f"Running setup.py install for {req_name}" + ) + with build_env: + runner( + cmd=install_args, + cwd=unpacked_source_directory, + ) + + if not os.path.exists(record_filename): + logger.debug("Record file %s not found", record_filename) + # Signal to the caller that we didn't install the new package + return False + + except Exception as e: + # Signal to the caller that we didn't install the new package + raise LegacyInstallFailure(package_details=req_name) from e + + # At this point, we have successfully installed the requirement. + + # We intentionally do not use any encoding to read the file because + # setuptools writes the file using distutils.file_util.write_file, + # which does not specify an encoding. + with open(record_filename) as f: + record_lines = f.read().splitlines() + + write_installed_files_from_setuptools_record(record_lines, root, req_description) + return True diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..c799413 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,738 @@ +"""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(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.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(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.11/site-packages/pip/_internal/operations/prepare.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..4bf414c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,667 @@ +"""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] +) -> 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: + 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, + ) -> 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 + + # 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.original_link_is_in_wheel_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = str(req.req or req) + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.original_link_is_in_wheel_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 req.original_link is None 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.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 metadata_dist.raw_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 + + # 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) + + 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 + + self._ensure_link_req_src_dir(req, parallel_builds) + hashes = self._get_linked_req_hashes(req) + + 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. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hash + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + 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.11/site-packages/pip/_internal/pyproject.py b/venv/lib/python3.11/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..1de9f0f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,174 @@ +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. + + # We fallback to PEP 517 when without setuptools, + # 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 + elif use_pep517 is None: + use_pep517 = has_pyproject or not importlib.util.find_spec("setuptools") + + # 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.11/site-packages/pip/_internal/req/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..8d56359 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,94 @@ +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], + install_options: List[str], + 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( + install_options, + 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.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a381fd5b07df667e1901d283b740a2626776b749 GIT binary patch literal 4454 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 Q^H+cKr|k8afQgF#4_r~Rf&c&j literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d68f2b039350eb0055415f1295c3a2e0f56ac45 GIT binary patch literal 40354 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 Y0Ymm~uQ1lItvKljet0G{I1K?Fd;s+e&Fk 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 NpYrG5@6pP^{x_IiZ8-n{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..403ffd013239c2799777788115e560d978febea7 GIT binary patch literal 37008 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 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, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, 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, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + 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, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, 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, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + 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, + config_settings: Optional[Dict[str, str]] = None, +) -> 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, + config_settings=config_settings, + ) + + +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, 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, + options=parsed_req.options, + 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, + install_options=ireq.install_options, + 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.11/site-packages/pip/_internal/req/req_file.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..11ec699 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,544 @@ +""" +Requirements file parsing +""" + +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.install_options, + cmdoptions.global_options, + cmdoptions.hash, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] + + +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 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.11/site-packages/pip/_internal/req/req_install.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..bb38ec0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,946 @@ +# 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 enum import Enum +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, LegacyInstallFailure +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.legacy import install as install_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 LegacyInstallReason, deprecated +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +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, + install_options: Optional[List[str]] = None, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, 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 + self.legacy_install_reason: Optional[LegacyInstallReason] = None + + # 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)) + + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + self.original_link_is_in_wheel_cache = False + + # 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.install_options = install_options if install_options else [] + 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_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() + link = self.link if trust_internet else self.original_link + 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 + + # 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: + 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, + install_options: List[str], + 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, + ) + + global_options = global_options if global_options is not None else [] + if self.editable and not self.is_wheel: + install_editable_legacy( + install_options, + global_options, + 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 + + if self.is_wheel: + assert self.local_file_path + direct_url = None + # TODO this can be refactored to direct_url = self.download_info + if self.editable: + direct_url = direct_url_for_editable(self.unpacked_source_directory) + elif self.original_link: + direct_url = direct_url_from_link( + self.original_link, + self.source_dir, + self.original_link_is_in_wheel_cache, + ) + 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=direct_url, + requested=self.user_supplied, + ) + self.install_succeeded = True + return + + # TODO: Why don't we do this for editable installs? + + # Extend the list of global and install options passed on to + # the setup.py call with the ones from the requirements file. + # Options specified in requirements file override those + # specified on the command line, since the last option given + # to setup.py is the one that is used. + global_options = list(global_options) + self.global_options + install_options = list(install_options) + self.install_options + + try: + if ( + self.legacy_install_reason is not None + and self.legacy_install_reason.emit_before_install + ): + self.legacy_install_reason.emit_deprecation(self.name) + success = install_legacy( + install_options=install_options, + global_options=global_options, + root=root, + home=home, + prefix=prefix, + use_user_site=use_user_site, + pycompile=pycompile, + scheme=scheme, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + req_name=self.name, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + req_description=str(self.req), + ) + except LegacyInstallFailure as exc: + self.install_succeeded = False + raise exc + except Exception: + self.install_succeeded = True + raise + + self.install_succeeded = success + + if ( + success + and self.legacy_install_reason is not None + and self.legacy_install_reason.emit_after_success + ): + self.legacy_install_reason.emit_deprecation(self.name) + + +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 _install_option_ignored( + install_options: List[str], reqs: List[InstallRequirement] +) -> bool: + for req in reqs: + if (install_options or req.install_options) and not req.use_pep517: + return False + return True + + +class LegacySetupPyOptionsCheckMode(Enum): + INSTALL = 1 + WHEEL = 2 + DOWNLOAD = 3 + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], + mode: LegacySetupPyOptionsCheckMode, +) -> None: + has_install_options = _has_option(options, reqs, "install_options") + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + legacy_setup_py_options_present = ( + has_install_options or has_build_options or has_global_options + ) + if not legacy_setup_py_options_present: + return + + options.format_control.disallow_binaries() + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option / --install-option. " + "Consider using --config-settings for more flexibility.", + ) + if mode == LegacySetupPyOptionsCheckMode.INSTALL and has_install_options: + if _install_option_ignored(options.install_options, reqs): + logger.warning( + "Ignoring --install-option when building using PEP 517", + ) + else: + deprecated( + reason=( + "--install-option is deprecated because " + "it forces pip to use the 'setup.py install' " + "command which is itself deprecated." + ), + issue=11358, + replacement="to use --config-settings", + gone_in="23.1", + ) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..ec7a6e0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,82 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +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 + ] diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py b/venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..15b6738 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,640 @@ +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, is_local, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory + +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() + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + return is_local(path) + + 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(normalize_path(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 = normalize_path(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 = normalize_path(link_pointer) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {link_pointer} does not match installed location of " + f"{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.11/site-packages/pip/_internal/resolution/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..408e6446c02cedd7ea6d17ff6030512381c536c4 GIT binary patch literal 208 zcmZ3^%ge<81eOvTQ$h4&5CH>>P{wCAAY(d13PUi1CZpdKA90r0NzVCTAz6rxxoM zWESYhXXcfp7Ud=8=oh6H=jW7`WCFFu14T1S;^XxSDt~d<$P`xvH2S SNPJ*sWMurn03(W+fnorOLpFW@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b149b916fdb19593df8a19d387a745b5e4febe8 GIT binary patch literal 1379 zcmb7DOK;Oa5Z?7GPH4lUr6owI0-->J8dJdq6>$I|D4-OTn=h6VPa6xrvUY;X2_X*r z1Na4?iWC3DNIg`0s>F#~P|Af9vrd{eA{pF zC%C-{ovzEkhaf>~@dSJUNoy21TeJ}vJVE6H0b){zn36-0u5wJzLAs6%+LneC6*K3k zpdp^{*-{)0_jD(Rbag&+-;QAu;?U~><9QZ_iN&B3^MzI$S}(1*8$}^Yz_DJn0lb)N z43aJjTJi~gq6z{JmNI$?J>L6->X$KmOLu8wm-4wrn5_Gem*o!5L&ideMN?w%wwUNG zJB1<^F)NkIZ_8+hJ{WB~wgY3MWqXf>w(@)@X@`N)gP>=4ZqtY|e5<~?YQ$~=E0NuL zX>UVpL~dkQZjb=O1{h3a+ZEj~nwWe&+Tpp()`QpcC(BVES!a;O;0%g4tr~j2#;v2DJW1Nmvp6*=ZCtiJcYt0*Y8fs8rZFT=>E^B$z;UYHY#W z3Yi1!b#;R7bf+xhya;<9MWdGIx@85n50=FXmgR>|*Ax1TWp%o?H{4<38ZmL~xY7(m zkL3iO6XF7j-C?kd9Lo!<5LwT}wROu_dOEkfSGbxg*V5Wrs;nK#(vp;ti~T~LVu}A2KZWgZ I%0|Zg4=18qbN~PV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef7e4fdc4f0b0248b381e3ee1eafabf4b9994f43 GIT binary patch literal 215 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 X*J8j0Qt|w-RD8x#e({2Iw($QiLhqDW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..fb49d41 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,600 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + "{} 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.original_link_is_in_wheel_cache = True + 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.hash 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.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6d093f08799264349f32bc70c2c450d703a9931 GIT binary patch literal 219 zcmZ3^%ge<81eOvTQ$h4&5CH>>P{wCAAY(d13PUi1CZpdKA90r0NzVCTAz6rxxoM zWESYhXXcfp7Ud=8=oh6H=jW7`WCFE?*IS* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d60f6e184a797e69e01c1abdf92e5a39cb12dd74 GIT binary patch literal 9632 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 T&K=m`dh!YKK5bLMLgl{!D$$L( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b77a653aec3c2fcb878111b7c9cd10341e2e58aa GIT binary patch literal 28842 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 F{tZm$^rip+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57ee14d1a777fab10f98ce30220058db7dd8c2a1 GIT binary patch literal 11061 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 NYs7xD&ycXl{{XfsU$6iG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0b8d926e80ef787eb9b30ceb1f70319ccc598ec GIT binary patch literal 11129 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 K`-Xr^?EeDIBF2sY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..b206692 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..f5bc343 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,556 @@ +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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + return 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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + config_settings=template.config_settings, + ) + + +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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=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(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: + if cache_entry.persistent and template.link is template.original_link: + ireq.original_link_is_in_wheel_cache = True + 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.hash 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 + + # 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: + return self.dist.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.11/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..a4c24b5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,731 @@ +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 or self.preparer.require_hashes: + 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.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..6300dfc --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,248 @@ +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( # type: ignore + 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. + * 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). + """ + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + 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 + 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 = 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 + + # HACK: Setuptools have a very long and solid backward compatibility + # track record, and extremely few projects would request a narrow, + # non-recent version range of it since that would break a lot things. + # (Most projects specify it only to request for an installer feature, + # which does not work, but that's another topic.) Intentionally + # delaying Setuptools helps reduce branches the resolver has to check. + # This serves as a temporary fix for issues like "apache-airflow[all]" + # while we work on "proper" branch pruning techniques. + delay_this = identifier == "setuptools" + + # 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, + delay_this, + 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.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..6ced532 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,68 @@ +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.backtracks_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_backtrack = { + 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 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 backtracking(self, candidate: Candidate) -> None: + self.backtracks_by_package[candidate.name] += 1 + + count = self.backtracks_by_package[candidate.name] + if count not in self._messages_at_backtrack: + return + + message = self._messages_at_backtrack[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + +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 backtracking(self, candidate: Candidate) -> None: + logger.info("Reporter.backtracking(%r)", candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..f561f1f --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.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.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..a605d6c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,296 @@ +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: + try_to_avoid_resolution_too_deep = 2000000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=try_to_avoid_resolution_too_deep + ) + + 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) + 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.11/site-packages/pip/_internal/self_outdated_check.py b/venv/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..41cc42c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f32451bd95aab5f7f71c06569f49bcc45b91e1d GIT binary patch literal 203 zcmZ3^%ge<81eOvTQ$h4&5CH>>P{wCAAY(d13PUi1CZpdKA90r0NzVCTAz6rxxoM zWESYhXXcfp7Ud=8=$Dpc<`nD40|hcm;^XxSDt~d<!3FIjEQ)NPJ*s OWMurn03(W+fnoqcr!-ao literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7381b5f94f6ddcb7c2a95bd2985d3ca22d32aa09 GIT binary patch literal 2024 zcmZ`(&2Jk;6rcUD*I7FWABBWcl#!577A5Oel@gEuiKHPQ6{ku>g?!m=JQI7<^{$y+ zC&bFZhaNZ}lmjTeM2ZlEk6g-)KO>QRs8;F;ap=t`Af%pnZ`O8V2(!Dtc{B5N=Dpv% z_kI{1H3_u0Cx798YlQrUgMQ2Ogfj-hK4GLxn8H+FDJ#%xzFODHT3s*e3SoLVqmpI9 zG7kvLa%D5y-{c5(J%%rBWrGKd^Mt)Ca0Q5@F27N>q# zt$IP#G;i?@FW?ca$R#c`f5%2`9iEDXUB=YfR-j(|CsI@MTzbBgYJ2BFnPC zL@pVPQBaZ?1Pih98p3J<-S|xQL*7QijEh=Tm-IP zY{s4+6)_0x#!h1NNNc?`L~}oWUPeRS0BDoP;}c)RUw(dI9KLumK6e-cr0GebNN@DmX)p!^(y(FYtw zC4lze>8e^L*Chz1l9_*avrC{mjAZwyBD-Ii?EV+hqwthON3%p8#EJsYZPp_U?Ef%OQ@pee7{P#@tcF1!ZNCco#$zZpH) z?o3^Obmeqvt}``vnxF6F=TG!`NmB*11`Q9CwD=$l)3P~mH%6^q8zw>-BJ!NDxL+pV zFQyFB1;rIhqt@D60^<*q}*WvgfbV>0c+FN zjQq>9xlO%*LK4}7B(fb4p^`dMMT~*DB`YIdg+3XJ`lWFZD|31+1(&hgSdvN@WvDME z5eA{26fTx#L1A$UzQ_h>lfMciQ|Rbd58gf1t&VP;=++ZG-_a)zCJwDreWs(&ob+G0 zr=`kJE?IejDV$oCjdvOlYH6}^@d(`1{#X&D|ArC}qV<=#n?`91MEtl~vS z-ve|tMNztHM$x+jVT>r_?J;~FlWQlJz1@szXT=l7oBmF~=OGAgEa|6iN<-9t63xfkNNRN{VDB?UVPtxAWe- znfcy(v;H}eh$Em6hJL|cMG*R(y>v)!E6;C%at9eGhYZ0GEg>gxDdt3wAuCjta+1Jo zk`*pTax&;)95o_1IxiXWrj&~r2|g0TaXuO`;+x@|a%fb6(Si0{2}j@T>;yra0f>_@ z#G5ERxb}B^wq#PZ;22n4Cb~;iuY}blY#R>2hN`=+VG^pA9iw7l)pJzpa1VmL3bEBC z-Kt=!>IBCNPTAExa}M0*9m1Uo6+*D>sjle;E6nK>XX3CVR!!Rjlj+zhEDv!BUM8l8 z)y|v>)r%0hNOYs3Th{8Rx`?rB+C?7O!_=dyt5Z4}*KI?^uw#$=sRnUe@PVlMyoZSj zlht-G*rr-2>2?ttnfMbc&Tq`+ctd(@C+uC$Nw?1XsrI}R-V{3rGl4hB6n#V-vyr3Pux@(g!k>y}pWOp9vmg){CdVdcwNiY++=Yy<5pN1MvI+V~ExD-#W6qNz;O zrHSWYL$kh29K8$~DRhqq!)(7Cn!iB#FKDU^9PoU|yg99l9s{;b3*GTr&uGVrP*uDK zusrO-O~fjcv=LelRS}e5&zzn}YtlRd}!>$R1Nj-1d=ReCm)C;3ce%( zY%TtUmMJ*)yjj%JGKs;EpWvxBbWdlQ_C<&K5;RcB51W(?NDGc>`*FPDLV+{iw8V>n z2P8*Wh@@rOm6g0@F5*0!O4*@RAfhnyiF{cvI5Z#B6knY!MNWe87(CPgwt=3p9KT(= zxbxZL>vd(Sp-eTEsf|ze<=E!(H|t-o-=1yA!%ca(g@o|2z2wm?r4>OZM>eMSh8rKN53DfeYq<)hOae;uWcotDT!~#e^pLDRZed^4JFf5GIc3K24Kxs7mN!Q zC>Y=!df7{cu*i#yq`aOKR#8>xPuxx9b?#aSvd}F8=tU6wSgz6Kzb?EcSK)T9LREpqtO~WBsIcued8`!Lw9w63e=8Z0qOb-& zkSRG!*jH?F7GP(M<;Thu%QJ(Pf&7iVzb0weE2N`j7|i4?#)3{`*I>TeX-WPXbR%!Q zFm)}{BX6*vGVdeowsQ-`VG{Vr^`_TP9SA_l1(^CSJd^-CnCsL~GxbhwdH2GTEA`Y& zBQ?`Z&D4`O>d_m|633efsD$0)PtMm9(~ZP*Gcmm}8I;QMQ~69?KC_oPv9+?5gq9mP z^4-L(i66wf@rE+eR7Pq`wG#AIr>WAyYfyo}k=9w1(b{8o7poe2IJ_>hc(iPa|k2Usg42trGY z2vQ3%mO?^&BgTGvD89jed+21n|L-^SUcLXX6%mB1+aJTdB3!Kng6lmjst8&O0b_O$ zJLkE0Ji^66c1jYag%)Cb`(_~TUkT*ySRh})kHiFRyU;=)YR3JspG>a4mT`Fg1yAT! AcK`qY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b3aef057e98f5f5455101142695440b169c408a GIT binary patch literal 2270 zcmZWqUufG#7(e~7Ez5S@In9!#6g1MUHEZm&S^uS>bfq258sZRV&0-2dv1D6`ESbA= zy@aGQWe?uSSPFq=Y=yExx6$rlZ+jeLFMAnIF)RoIg|Uad8A>7aY2V3lYIk?i-RZvj ze)s*?_mPNSix z$RmSW@U;O9|3eO;NAR{6`!LgNFKrkJfD4MM+B}=0@2Nz}CBov$TWy(m2f7vaQalsAe4XTzjT2RZT z?uH1}EpuKiE#`?Em>r+IlA2Aser(V(wzF-?*vw2V!29eH4EIow85&t=6)|B45%m-T z611ZT3mlq5wpc+Q3v;N#oFQ0zQCQ_Tw8DXM;v{AaGjYxhkEhkCxzyCv$#i-mF1n&h zh~;)@I0%!sCJa?kUffI;oT8B| zXhgGQ-!IFSrbOSHM+YKdcBD_U*zSmErn}h zQ-HnQ-QA`i`OehE)1A-LP+wi_BVoY2BTA?y_X-XUl}8yNXYb44)ky9%nA(wsggSOrd4XvX+#* zqi7XvX-}I`teFHbQfV(kN0r%vVS7p|aKF~pPI0i3)$C(bnKu+{XkZMcsVk?{$<+I) ziHX$ga0iGJ#!xtH!y3 z3dx(;$hne+^Cb-v!xbu~?Fw1Tba|V`V{SlIbtkK;ZoqQ#dDG707()=q68sxf6~X{$ zLHK`60NKEjf4~5RljE8^$Hkzc!r(_-w0eN`Z4|6}eH+PD zuRoRFt$R;30O#bxwZ2AhVDsEo@Mt4=wCZpAWv+kyP!qxQ>M+pH9a<+%1k+|~^41;0 zB@RW0>j#qXR6|V(g$}Hp_)C8CiTvh+x3=Wt4f%Lop8X;H_~tJkJ{h`PAG+}?{=HJ4 OzVX{9)d1_Bs{a8sZ8>%T literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f8eb05fc1894c9470dc86290fa97a9b502129a3 GIT binary patch literal 6762 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 Vm9W;_wkz+HZAgF&p9TyA{3kSP4x<17 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67775b2cc4d058c2d6c848a3979182e082560dd7 GIT binary patch literal 720 zcmZ`%F>ljA6uz_1iB%k^RE9Fu6)d4@P6aU_0SgqdP>^8CfOYj9wTWX}=S!-fRLa1F z7}(k|Qvr2>jh{hLC8U#(keJvkvUTE}RRd0}1OGHh zZSGkxy9&WR;;4%_=2n8cnA^hQ1l$2{2>ZFqo3BWhaO(+byDvNUGwJU}BK7k)_jg&U z3SVV@7>Tgwt4R2qDd9tpiu3uTh03s`a3&DV?4GFVaL&Y?;aW3W6~pL7*2?{+O~Gh zANxqUgg(28ymEUl~~VN*ke1Qpm4D?h*KqG$`U$IaZ=D)P$wVhrAkc@7eNBz zWS}CJ$`-6|f*02SCg{6&@y)|;-pW^R<=9(2@m43BRq5c$)R`8?-r9+`Hrf1fZt?An z*SEirn@%G rls3k=v@j+mGSEPHadN?YWrN^L2VseT-e0chc}qP;LDK)!?kO literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23e77a715eb7db72f8bb703784f011d424aa94e4 GIT binary patch literal 7093 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 M0@&~Qj|fEn1#J`~LI3~& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ec92af8634cfccfea9e591551012b1b00c59a43 GIT binary patch literal 3726 zcmai1-D?}!6~ChyNi)*Ok{nr<9NSXYABmF2lH;^XOWf{mvY}2}r!?DkQ42!WTwCMl zt9QoU#*vCCp{TGASun)xrc@8R?v|wB!u|n$?4x7`JPa5Dr4N0ZkQ9oadhSRXX|n6> zrBDCd)9Cca>aa zHp`Z|ELV1C-DOYKV~w*VZ<){X7SEN0vM=kicz4NP7PBJo9?VHz9FTY%SocW6LoPca z`K&&-&Pjgg2L&XBr4h`-ID-T6zC}n1;t%0_t=+1^E@h(b@{+rIH7=yo4Q{`$U zUrKR?|7}tz%G-FQvR*ZWn=-)#^=G7Hc!9OXygx4}lmR*JM{?yJwEkLNE#}l}Zi|$l z%WfAG!zWpybjaW;`7$;<1gl%5QgGQ;A>;v`h2P6tF!~tPQEO;&z#ahm)b28<&PdD- z^c$`X)L>Prp;zi?)7Gz2?Y(jUqfhM_a;@%?TrI9YJKPRy*mU=2VAR&;SmEujH~=f2 z+Lr7DsCAX?Gi?j?MYA77HqTE(Nlcgsya)~!})NMy9HkSa;dXU396&# zB^QLXXD4%`TG_@#P3Dt!04LQdbZc@gN${_?AU4amq9zrU$d!$S9X9z^a)*D=xcs2; z)`P}QK-pUB#&4C}Up{4KPMP`Ch{12?OR|(#vEh>yxuU4~N&y?347Y*MI50fGl=CW~ zM`Exv^o2sTT$a_GED;)Q23O20MZ=S?)o?{3G^7l1cr%0Btjd)XNBl5FsGAJ`kimwq zPVyVnbVZ^1l2A^I>0-5v)1WzDN#7~tOFy98m7m;Ki`7bc8&|f|C3!7fv-(R5i;HPR zR`HcuzHl$Uft55kC7qKiDkhKu(p#!rQqqIln=9f{4HIRdcHfvA8qO=Z8m?WtmdW)7 z30}tpgGb0TSVm)1nS)r{MbEjBV{ZJ28}D#&jf=OrxIP-)AN%N=yFb)Jqq{37-tePK zd+E>K?07G0-peNPx#xBM+@qc2@ry^}7j-fE;T=s(v?e~CKAiX>p)KBi!Mb9;R|v=p zBQgZ@HaI6Mw`E(dqZ^5B9&G4@BZoikKb>}ovDmAmFbLUI(&v& z6>W3Tm*6dA_>}4vDPZc*f_+P2f`$prEHAS_9wT*V&Ut^G_d>O^7Xk=+=5o$HW1V>i zZVtEl9z_Ez$!dPBgi|gu1{;!dKvFEB+6X;XD{NB?Ndm7>Tasi7s4+ei9dHqHeLZA` zu7RI&7050+@kdU?@qJ%MoYBOYlR#u&Y6oUIff+3@W4c+<^8x{RMTv=6w}&J^Z1tAG zl>lyxD5W`Bfr!n0P{g>DE947BT%Zo>7akbPVUs;r+3e3C@`quU4Zs4DlC8n%s0LeS zdr6Ny6EbX9J7s?bIvZTW-SE_1#9Mdw^tc<|O1#e4T5V{t%><^-ICV9=YH%=L=hW~} zkKMFEp$_{zW1MgVUuVMv1Oiw!fU3I`c4@l#QaON;0ql~Cj{VU99M!=?136{BeqRYS zcvxX4`G!yzh*%dsK^91i^bPt1{gG|(XYNkJqgU$uGtTL?ueTuOUWLe}t|1igj8U3v zv7%xrNANZz`Dz8`?OQk-%^W4gpPb5L$cmdbN%#gh;(h=hVI>?5YvT(v0=y<$OOR{{2N(O z0n=y_>Eeq(Aty(lV3yGq4yAl#mTF5B7N@#ZkIfv%GDoq@;Y25PU5j0BuABs8dg$CqIHpGuT4YwAn9*mxWqP^M zkrxQaD@s7g#IzP)GJ|{wfCk7bN=(EHK64cLMvjH4BVno|Bs2j~B?zBIwMMj13KV}7 z-;3+oLDP$cmO|wSKId45579gY*3oDGUbK1TuEIhrehk}I;2DetNmaK^R3%qLS<`hy+ z`RichRtbNPEJK%KjROCQkjXL(qoea}XMK*|YyZEhqf2dP)lsJHtUCHe+gVLdgc(1S zO$5!~6|4D2x3TykvcNH(&sjKQ#&alG&FdtDe#-oUG1&|Qp#VhpjaVIha<+B%$&b7I V?NzIN?jAAS{e{-**NEk-{{d_AQV;+D literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8abb34c47afd0529fc1f341df6ae2abe1ed81d6 GIT binary patch literal 1470 zcmZ`&&2Jk;6rb5IuU(rsO#&@;#ipqc7C2k;acET|RTL`LH&giM@2cG&9bJ zWuqKGGE$C6%^?R1p%T;{%mImifV)#wssAz`eW#RSDE1l1>HESqCxxdz#LN%a`-J!;)T#r4tCeeZ zg@wu|Hf6bFBZ=2>B_9yHVy_n)YRz|Xv5~Sp$}GppFI#j{L>9A(jr8cWhAo5%EjE%P zjbkrQoCl7@{-dcAd{RRz#10sb5j)O-_&zI!N}Xa7Di*2IP$QVtiC2NgT>wC|Q|9l% z-yH4%8?;~(TmxUZEh!Gzgk@8zLIjyK_I)Vb=bjIQ_kh0SXDzvh}}F=^X!O6jywahGO^me;*v@)zWwz zeH=G{DBg-SV@=r9u5gbnuL=2h6OG0#i%@I?#9y@$Mh0(D-NhcGZy3Wq*HDqVr_J zIIa0atQQS+$M>p&Bchgl0XL6eK7{3cF@{iKq>gh65uFY7GPksSj}p<)p-DKsYB}{2Dk{K3k8$f4Ce!@a@VS2Y6f;-mTiw=;#rPa zXSPF4#Bb1mD~lyv3^u~qK{n-+2PDfAndLA2ox>)G65xgO<_G<$nFvg&?+lDRJo9$ug7kBupmt$Fy~*b##yK3K z#x?@Jb3_#yaWBaXhft=B42u619B>(s42L8AitD4ggWo0dToemJzvU3g5W+rqwfDTI w56<5#a3Z=iP-a?Y{Q#>w);cKn$M3Kew}z(EtDd literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69a7b1d0f0cfc6dc30163e292e2c49351dc19674 GIT binary patch literal 3241 zcmbtW&2Jk;6rWwMzhb*-^Fc#{U=p`VEn=HC2q=^a1g!v-6ty5Bqq1zgV`r1~t~Ikx zaO6rkaEPi(l~7T70p(PRDkP9N@F#GLB_pDhf{+jgZk8$})D!QGy>{FtfMD!>^Jd=6 z+nM+Ad;4W7HAJADnfR7nh!OHD4uTf$GWWj#W|Nr2RBTe{^h!aIW3`|{uiBxCR?sTp zLRdk0$c|K^g=i&Kh{>^L$16jHp-Q5VfN|K2l+{AgjIxv&W2us6#y`;thq~i1OFbT( zfPicWWWxu@5+FNlDpyD*`8)2Jn3(Gs2?yHxco*D-9ENeRnidetZ{8)YW^cug>_ z;~dB)c+GJvr>xf;6J}Q|?$r#NIV=8HpVu8%FWc^dVf&M;T-I&NSq6RHqF&-|MHh7; zNBatGw`kx={1`V@b;qbMKf;+;<4#fOU6T;BbqJpO&jQ&b-X7Ufk2e)lZIC;#?jEj{ z%?zzU4;IkYejK9EUUQul#yx7#d3YJEFwZaz&!8)YU1QX9L6Cz>WbqOd&ofIG>eQ%K z?K;>&s_+&W6}VZ{7KCScHM{^d1g$QYbn%x_cH_(Ljmi(M3>hP}3@v7-x=0ZMSR{JG#~meemI{*@BT> zdnS7(clGH9N_H*Yy8*aR<;)MkNizyhfGGr;i$3@;zvxz29uyl+{t~?Q4dk-#)V)R5 z$*+Ki^R~5+ugdXU?$oI~MnpDQ7>6Lrg9U7n4}71i*8M|zFp>t~Bk)#y z#FIeQ$sb9QJapr^?UCuN*X~X<6Q^5=)8Bm1OuVwKy>cH`ko~>?14stF5B`P=-Rs4` zHN{hLf2S?=_}9tR^Vd`_5=aQ?%eJ)sY@chW4do8(zt_`oEp)*C015h=fop^YPsX)I zsHiFsi#IOFoK)A|lF@L{b(d+$s839Jfd4_`#}3rKXVt^notOTOa67dvUX&J0!)03f(n_n1LR&UB1+0gx$u ziW+eF^qf@3p<1~$+oTJOx~2)GOE9qcDq0tLd-(Ckk<7p&egd*i+Q-SnvGw!2(Wjcx zsaABVO`_rBJF(Qw#LiY+vu3k% z{3M7F)&+b?6F9%3?2!1n{Ow_e*5z-9Ol|M?|An00-tXU5Ly8La{6~@`;prW1svQm` z)b(gP8BtzUZeM8=?6zK>Q1PJq=H&Nt-(@BHFqxR@tb#6B1#FufK%|-e E0%N8N=Kufz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84fa325a1d01ac97e0099f8fdb2d228cb160c27e GIT binary patch literal 2326 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 IZ{>>qzuoN=P5=M^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b6fac4d7dbe0dfb893a4dae0d5aabd95992119b GIT binary patch literal 8233 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 gV}G{td%iz=w}*;DS>k5)OG5xprJgmrdHSeSCa; z&bc4wchC90t1FCv4iEgK@9sqC5BA}c*c6_B3BqlpA&twU8Sl-_aPZCN`GPPb6vP>k zLzkh^^dZoTx}-~4z9m)={&i^FG>V7*WMib_yc3$T zsbQIF-jOaA?Y!;;uuhBE%&boW1Rfp%p671?yNxIZuO{7t_XGa}*R4EeBdZr1O>yYb|ZaSqsr*y_L zvmiQK+yA8twoZOP&)J+_e3Z;t1wENliE1XNGHU)blg7?3(41u^uj%HsB+M&myWa;A z2=G3)5$&Qt^-@kOks|?7T{|7A`ovMVz1y42jrzgF4+uDWL31 zk?JQgwy+bNn)Zb7B{g64lmId=?F5?$BW!CG1i?b_N}BY-;l$|=$VBQD1$(69YR2Ze_N9Pk#nu#~!R>4h}k z1}JD86cFj9tVQ099(w7~KKj*lSeE#7 zz_;d6iEjnnqCnX?n^Y3$CSOMA9?bB;`YcJbB&@P?^$*$z_C=v2xFCG{JvE=d0!R7( zp)liCkOXE!ryNNo8N-N&oq(rzKhTRb(P1P#|k z%2yYmR8dRObg1+N0~!*|>8&j*9A?|?cQaL?ta-9}=5-~aj6(AF`VB6w%;$_u4gzM? zVxF?tdcmd(zO@_7FqMo-ys`3@HCMEitO^|_;r?aK8sSk`jw88^CeFFNCC)irEsck; zGVcMw3Hb=bZ-6od57`CGtz6M~HL|A`*;9VM9*k6iL-n5irRz^O^{>2E=^3enM%<1R z593~N!0a440l+IXWXv`eGsNK?jIoB`l}8tMY$VK1rW?QoA8dl; zAuvE1$2CHT3zs|CRY&2nd)3kQO1rxe;JLHhN^X^WQ-F#IavL7*=K5B1_sJbF0dXVS pzLo1={qTO~&L<57;zsr<7v@H9?OG95rdLAC$p(VYe`W3x{|0`+a^e60 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6eeacc766ba6225bef968c42ab5ef46f899672c3 GIT binary patch literal 8340 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 mBgoYyAk~LnevQhDte(K?aJKX!BK-#xM`r>6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29b1329274f4d5cdaf29a5b40a0db3c0249734fd GIT binary patch literal 15462 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73b4bfd068945d280cb7266ad075fafd47514402 GIT binary patch literal 37704 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 c(C>>u!FVka?nLY(3hX|>$U!Q#E$^X!5G z!V-lGD^1)%Ns%~4ZtN~qlrrTZU4d4zWGPj;i%8`v@6G*i{FZj+?%td4&Aj3L%zMMH zO-=O##z*I#vu%}-zYtUgU@`VS1-3ybNf9bh*_BcfaK)9gN=nJ9DK)F5G>ORMb3)Yz zgldmvLY~5}G*UX1XGua|y?7^dTqkr`U}k)7QkHQ%$D22^K4orD|2J-*Nhpyr>8(WZ zDcg1JIhRH1w<|f8E*~bCUIu%=!(@Xn0tS(kOr?}UWva}}DV3^BqZ-pG>8xr}oyIac zjXzLRF{-n8My7QzucP&_S7-GZl{NrwsKJeZ8*6YA;HDbf47j-l8-NXgTUZOzm^LrN zxpJ)yfOXmm`&wxX!g3~R|B|g-vjaw_{A|wV?56XB{kOxrno zt`fs=!46F)Fy~O$gjL(T%T}UBtE9jzM21xfvz2!3Acz!{HXjn|oP|r=n@KCxU=heC zA&B>Sfoza9X^mLb`4cjO zn(eS*ubda7?Wg-c-rv0Q%k`gc?HHp4V>BNh6<)pu_c$8Cv2=w~%(D1-00+Fe2!fNn z0hPD#j4mXYo7ZmjJOuQp)h3v7qSdH^NqUo39~_M-3vbqHcJH`YUpmcdR51@& z9qCyHZIB-5#MSc6z}`cB2fA`i=YdMwe|Upfh??aw3k@B+_98X{G1jF0`SB&LM)gkM zctL1;X(rlw)I8&dH?ldGWf^o}T54y?ezEg@IJ?s7MQamvbW$@eH;_J58Uun|t#h+~ ztG&=OwquMJjPW9o>Uv+a_2e6SUK$+_mmkr>*}*3rg~Z1@#zeuG$j2u{ZNW%YqkS$;El2W!+n{-SSGzvZ$X1ah+uat{(=FG>iz>kYIO>6nI;B2hP+v-*-jJ z;#le2M1uE_V_G>zS9rHwD({lJF_a>~w=nn`di;9zv#U<#)ybEw-T9u&`Ial|H;SsP z4R1~r39x7F`SGs`BR2)efAgK-he=%01~>a4DB9p*qD$Hs9tCV`TCl_9f3ri?u5PA_ z1lW@gpUwW(_w0*5)cojl;oZ-K@Xt$vok&E&MT`?M{vO7=)TYCg9Q;FB%BM(%q7$iQ-N4T-8OWdfE$ZFU)gn1c N{z2Kl$1Dh2{sT(WaESl_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f75ea33672bbf190279bc8f8fa1d6b27f4361e1 GIT binary patch literal 2810 zcmai0&2Jk;6rZ)%-%cDt(>75Ht?i}}{fH2vq*Sd`C57bV64sO5vAyYjn3;9b zL_zX_1IHdf&9OpIKmi02NICK+*vJymN=T6q2X00cm!5bt{zx1Z81K&Kn>X+M=Dpwg z%b}q-f^zNT5A^jYLcfbauY|jur%?r=N60{iVxdB(RSJq62MPgb16I&h3#uI|gzRu3 zY)1+aMaTuMs2wZB?06wA$EuaElZB*$0*ImoAhZK-rxb=^URh1`#&qNfoV){X zcl`w;Okvk}Zvq(+8m6O0v=lfr7o#th!bbcfwQvmdq1CaTxRLlKIjGSXqC-ZECQGU@ z{E_+u1b2GEsBqj!$<<+49RY183}q2zUiec;%x6?TGEdi+HmcN*E>u0!b%^DMmTFat z`l?R2mkIcBUZuKOGAZMJWDRPN`daZ5@6r!yCZjfWJU=z>GMiZDCN~JwjWk9xwun$m>Ig&}zTGg$6RUWMYaxkep)S7Ly>5MY~ldWCXK@MIT6p6!TC;y&29xYRaVC5+g;trERid>zkZ zJ#k6cEn(B~IA*lUD2J;soiga{Xp;(rNj6z^S=KfkS?kR0>BF9j!4$Cf9L<$;xX3qn z?(j|Bo1IxMW_q@CE^QVUmspJ!|I<8bqw*`c^FfKy2OQ^a7YKq5&6g z5{uJf|2P7R9N%`|h+lP0#}C@1>Ib>UGAa{+!G?s$_>uFp{zdu2oe5Y?Ncavq7iv%KlS3r-f#HT7QV8ZYT{ch ze5;|J{$uRaC(Dm#zP$R`)om{D@5+a7cSU4n}AI8d#?HlN1C+B8vAZhU(EkG9OK0NF!zQwK>-T zH8tIXFg|eh-2<}0?#e2K<#p4mV4dg{IFiLcdq!cWpyA?p%uYh>r^?jp!6Sl?y#%wb z2%%A^>gewglsxfpvzeG|B_|Z!YF#_N$z_25r zkmdQTG)UfqOa$-*$qjH05Q0zxd>l;JiV3E&4cviVy*LQgBsmTUaG)ispjb73nK&#ATLuV9w;v{*T%(S^?n&Hin}$Y zQ(i3Q@Vx6$P)|IlU&bHkuX6B6I7=Z2D1-ev0e3*9_y%dh-(nHFVnL(jvSyji z{qAgse>PM1-oKtLknHBg?6q8W`Mj@anGh5I7MS=l_yIV)XOljdRy_XMPSf(>Gh`o4=;-{F1)YOwYH{^UcIU zE3wc}7i7$3PWmwkkn39TnYG+@YztOnm92t^OErL=Kq8FUC>rukuE63hgFk9>6n%#<|a z$1GOUL>5w+TM~({k@QKX;IruKwrkWZ`UblMCy3nSZ$jM;DvGj)MjE|m4-MDlZx6-l z^0$Yk8~^w0qt_bGd-l+5WAND@9e+60m^lB{Vsmu5H9B2S?Z+lQKGBLzY+r50&bDG_ z>*03zm~v%r?DV$&$#Od=`j@Wk26q>Cqd(^5cs~?thhV;q2CEzjjMc|m%CYUmhLUb7 v>6Vgi2O`Ru$H6v&=BtEk4ywO`C@|R*Y9EU!ca?{F8;N$??X>@0ON9Rci52!; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ba073584abc13451ab10bbc893570a1e4dceb2e GIT binary patch literal 6107 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�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 Vo)vulGWzwXzH5@CUkJ#C^1tZdI|={* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..637a3ffac3801e677e299d6682ec7a67de767b30 GIT binary patch literal 11424 zcmcgyTWlQHc|J2cvpY-fh2-+C3r8X)Yh{rXMPFsfu`JS-Y>9F#`bNiDtagUv%6p+_ zhPn`>!2~Kw8!W=43dA&V%M^(tH%6fXc~IY+AZUv|6uZI#S`0uyKwF@BTR}1)=&9d- zX7Egvmc^P`^=a~Pu_&aH$4fP>S*1TW(J{M7gzgyFenr2PW z{9418jh}l^hre6bp$YL$J*fM-%0*1?(gMfuq$^rb4``uk&7`P>uSuVy?zffJ6Wtvl(s9e_=M6()#txrMYH(W?E18U!K5$9=ptIHMFQd9isR1n0knr(q++UDX{mj0;lE+ z0motx;TpsPz^QEVp9EW&r}KjD)8?x zj(S0#j$cY<4Wktc7)#X9Dg-8DL@*Di>IO@KK4Z9Z5>cDcj{7eJI}|ggv$G&0O;72T zjuOe#Q^1I8bhL5IxK$fJIgu99ohJIAeZ2KpC^850e?q zmM_IqvwDISSWa}$7fkeXgUyTc>|(hNEJT8niz#vL{nHsOnTT7u3h7`?>xLRv>(-@a zCsmZIQ%O*{N)xKi9)Yk1)lKnPE8FkvSsSR7ju}vSEb1}#AT#<1>;o`qW$5VOqrucI z7hQ9Gbu-tV+Ca5cKMm0Vu*gaZ+jo#-WpyO4?8))V=tW(kMwl=O1sogC;Re{K!Npqb zF{9Q=^H3)BLIp%6&VBz?-BKaLCzDgNhOVhKyH+Pt@hNpOOXzbjRksz@0tFtbAV$+C zK8xF5oR0%P*4RBUP3$mLlGS_e=L;}T?M6^Q$^@^0-a|kUAk{HGSfg=Ry zI30>4d0-HD9e*|Fz&mgWjk$K&OdX<0cz6;MN47?SinYLwF8ht`MHX zT3Bz=n(%MNzd;ix6|Dv3&3q0TQ6j5&qD5=dT9HSV*cD--6=-WW2$%7*5Syp;)C|-> zA{95GBZ<wJ$kK=ZB1|&*kkTv4Q)v5{|XyDX0KAkk(?zJ=;C&G3uVAVAr zRT7vqwtDUy$a}`nO+5oLhOJ9_C(g&)ex?(aWh5`mTDp0(B3ozT)^z28)YF+P)Ef;5 zCLu+ZFm&(C0;L#;X#NN33E5iGQ&47{J^6L3t|Qy_JTMsEVj+FHJWo%n)lTE z$P2=}02{C}o<>iV)swjuBmak|c@Lg^l_$yAXOTtcrbY2J_CukzWUVY+%1wAa&+1p; z_%dXBM#ZsLVDZZ4EZEjj#R?1rZeiHIm_zQi9ODN-HDsA;2HAj)O-5dj9R%O$M$F~U zsMoPRUZ6(RmL%nEe=NpjLo8;}9*H;9MMs{J9Wd8EjsqVlo7ELlb_#XoO@K#mVM5Fw z`oy>FyQ_5GQ9AQVcR}gSDc$!Pn}7Olu5lNxVmOiu_msS>yJy9_;)SKxy_;u&rln)W zNXLz1KRLE0!QCBOv@Rqnk^;>t6hxF!PeDIWYMqk> zDHE-YiWq9`(^>`97^afYpT_5@USeQ0c+(5gykxXP&eg7{++jmhrcTC;M`cG6aBGo_ zdq;}|{V1W0(8L_%CnI4%qhnRLolhwPO9HFY9`8yIa2FTap$+*@qx zy8iysD@(7e2X~j4$KSo)w*PM1(4DrSTYbNa=G%@H+Ky2*NrG1(N8m;HcN7CnKRWa2 znNP-+$Cmi7-_PE=Wj0-2j$TmCCn9x>XVHj9siC7NS7-IYPCcdA{7B zJ~kYTXf>2)Vr-4ba#PZzd9mIjC4~m=lIM<{lqf$^} zfJDS&36ZJ($3j0s6<(NMlgTTOdz=Bcw2+Rf`^>1%7PBUoI<|tjQ;udK5jL4j>9#NZ zp+*n3HRm@a@oT3xE7_>Z^J6)dFDnR3Ut7Nm^GzKMH&r$hAFlTgofP3koFQ@hXef zNd;O9KYbFKj+Cp0cxu_MD&f|s{iXy4tWZGxIh&$}6SEqtUAAuv)}zz)%sum_p3Yu^ zmAAE}SFvWvJSXefQW4Cw^zkvM@ROLyc#i;~+xCLFOv`k1NPvn}fEr79f&%kAG zVhWR(8M>sC)N61(+`N4GM<0Ls@v8QVi}`T05RMXOMT&tIaH$envX%;vY>S(?X1pynS{40qqvQlCM4zZrz;=nV-*6!k- z{iVhp8HNJDy-@p#xtuP^RN!UJ?JL^q$l8Hi`@urflO-RODlFVm^3z=d+tE|)%KL8w zFAK~YDv6@py^??>B6nB8eGjUxy~`_0iXb0b?WJ(Zv5mkh$gQg)mA0-LJlhDoetF00 z$r3|$)5Eh{5uV*{<=IBiu3#v%N4Dl<{JsXX$}$g0{~y2+yg+m%(RovPa1CIyH;uS& zK$8&pg)d$Ec1iP66qx(WKKRUv?uQpm@!m9^W|lzg$t{e_~8$c6aicDg+~|u|*Qmb>p3wgt?CxQYr;M)g9wNl>BjS z?x64xch=)cIQ%4hCTCOiE21IGKJ^y+uFmaPvURin|2Wfg;r@>Yj_*4>bY%Fcr=NND zx#!1hrHn(zmf_aDhf|*e=$`%$76HiXoEO$`w>cp|3|jat{!W6ASGl)H3c0D?`rk%n zh+m5JqdArrUaHNBgWrn^e6djpFWV4fP0kpT7~J>{0TPK($+5h6DT!!Dz)84+cCB^I zc5g}56&LMa(8GKd0OGIMss3H~Z^Ad_eCI%+bAStcC0O;@*1S1#+@2^XPvpuMXKh=e z=x|;9-HRc6@qcg&DBAogP!nonsPh{TTW|G@un*2Hh_wi=n!B~ybRMSe9Ms3A-h&GW z&}p8vnj^x>+_cfnpF=queNmJCLac`IsFcj;dErA&ItK2Y*zWS-bahR}p(UsIx zGBVApCgxTXl_3tPhy(IQnXFYA!|C9@h2_JW>H&I7b0Letowv8#M1~a%k9(5d%pp`r zd#jA$_KsEs+MkHi9}6Gbc){Mw=ne zmave9gtdcbMo)~K9(y%*^3;hp&)d?)Y%&v-ZBHU)8c7Uq3rX9L@Tr#6V9wb}M!(Eo z$ZYhb!m%mmy8+#)p4+z#kJmT*cT8b+U>|P0zJ;}PtbFuY@2d8*=r5xA=DtF6Ux|7B zy&No^Sl_k3uxq5)6e%?ASsPmW=$B95_lUbg4;cX7_6E@oV8svnXJ^k^%WpdVzT;+B ze$Q}W&v1Un@Gb53(Cs6)kNj>rzvIOfr5M?TqGlp?pVwp`$N*kpTB*e7^X&e7^Yq=)QOZC!XLB_i&B4amQBpJ=qyj(AjgzY@x z8lSh^7t(S=?*&<4nM5zE4RH3s@mTQAdoNZ3omNYAgo_nl*p;rr5ApE^0<_+by~_(u zepx8LH`@jaTdvKbm&R_oNd6B`-`Go+t?qIkcrE}!mDScChpvZKLU8pvyRToq+wsJmjwfzP zjyPD6icM`R@}sYVtQC%iCkW@L4DMmv=RTYL#r&Pflex%~#n!HphqWHUZRNs8E00Pt zIw1eLg|)U{fA(&q7ozCbrwV;f-5&c2fBNP6UeEWvUI2`oDMZdJjr{kvp#-xN82P>0 z`f{82hqi{7za#&lr~T!l@*j@MxaZ%6L_=Hpx(1yEcXPSJ%iUb=;WqN{dYZopGKi85 zP7f#O?gD`XK&}6(Qz3y{RPnC>b^dFB{8s||S=;`_vn5HC50FcFU=1E0vYXSltS>YC z_TMC)Z4VUYZ7zu&a_<@r71_<_Z=Jv0_my-jR(Nuhms9~ctIgNm=gmt;S{(lo8TpUM zz5#HgFzqb5*H}Pi%mCOviYvi_uzgvRN3k3>B0jJi+&38b8q4{{i$tpJ#rGHJ;DiTA z)H!(Nh$kt;BMo*Ztbl>aS6T!7E3JWa(o7f>voT0y*nWIiafXMroI~X-NAU+cNX8JD zHAdganEcx^I~~Lo)#vj5zJkAR(R)u0EWWcezS@(Mqj@=6kfVztLLtp<;O9_Ru{{b{@=49& zeFpH5z+$izV$pu=XXU`^^M#guId%wFo*jaXAvTpnpD?`U&mBBkP+ur9JX8S)Pi(rj zn>Q)7Hc{1PaG%N^Rx9?iqc7%I^U8C%olh4c&*a!~TzPifovlF_T8-xVj^DPv8qf8e zE_ApSkc6SMD~S$8>ULL_ z%}{|F1XslnVA;@})YiGMMU$#cfv6u22=2?d#kEa(Ie;rHU}6CQ0uK3*Zw%4^Zob_8 z|Fa}TQdXOui^DCKv-9}Re`aU?GxPh+?9c3WD+SlHzF+Zk4HWfX7|30gtmn&sj-u8m zjvAvln$tz-F`7JeV>s;H&;Qv@_m}3 zK7hY=jaBjGyekfYF`q@NYxP()@8g|uJH|!XMvAX#q68mJ@m0y%T)x65XD-%BQ{Sbc z%sh2V|6OXH&T6e2s{^g>ze20!&uQhX{DDawXM2kotLMu2gAlgx2dnednq)XTq_LcX zHy6f(+#yJFLRtgof_!e0_t2z~D~Gs7O&6yFnFc-2(4^FdtvXTZ?N#@*aS^t(@*E}!pw-Gp z#W{fwa$zA}J09<0XJXu3glEGd8;wb9=w>J!!MerkBJr8feyOTa;H5bsI+5=$@aVJu zFTV|*HA>3cC`H}K`#HMUDi-#UOHjpfG?k#Bjdk%e&+`&1P4n!;oFMQ~iJhAXiLbHq z)8UC}HXOYfi$H6$)1jN;=oBl(SP{g-kb|F@jR_$k9Jw73U~GdbRTmRg1IZ2z!=M@w z>&bo{?3|9x@SW2kF%<0_od`uPqOarfZD~3d?YzlHZ+1q)O?);j5>2rJ?m4Xp!jEIsDo>iI2 zaFkOG;w%j6pVI-;-Ft~NC^iaz6Ztr37ka=`s;50o&FV3w$&=O z+DEpAEn7pfSGKh(w${aSX_Iw{TYP=-^|Zyl;#sO&s#|Y**Z)I*^6U=+4+0y#A3pnw zXE(3?{JCE~w^ef@RdeDa>EqtibE9zYI4kbP@5I*|*Z*F29#Wi#QszT>CFyKpQ<9dQ z4T`fNWp3DUc~-`k;wf{r;K8~Z(0s%v+s`W?0Baw;06l(=dbwpmS2&gvCH?ji^uvOF zfl25^J*-^Nq6vCYpU^MR%k>F;f_@Eck`l6M%dMOq+MJ2seu2y&A}a}VF#SxjFx8Q9 zO)7>1m?uFoG{dvmCT1~>jY5o-g{w6j-~;U}f0GwrB;t67Su7l7V^N+J=fP=OGOjRbC!`xJ z)#(b~%CVJWX?sn|-jJ?qSQ=g$PTMP17Pjn7DSJ~kIisf>%{w;dQm@v9mi!BO-PiD48dCfi;2{fRUsb!i?XjTA*au`Kgz)|fWf`eT%F4c-btr(#Z(o1cnA}j{AvUf8H9UwT2 z!lU3UQeT-VZ`JDaYoqr^lY_D+pm+j{!`tqP)vC3F_YWp3Wp}IMZe6_enccbkok#XV zTlPcAQ=3Op4X0%LfMOq5ypXoJS6+t6CB-xl>nIx8Mks`=41aEAhWU_|(9W~h`|$iA z7oeO}9HvK37dKH<@$3s@UK`Q3NNWykfikn8PfbMeggYvGA6Kd zA}@4K39-4^&iR-S;j}?LF%6J}ZM)^yFiA&j76vr*UX+W?i|i~fu-dxIaL)f*^lO5<(Mz(1KXkpcD&o{A6e@A_bvzJ~$hh z6F~;+ifBma1|8Q?4|W{%mz6S@a9LhC|IW)l2tEj=>e^*b`^KE?>6Mv2h3QM>Zf&eG zVE}bSeS$4b`eYJ3xLV(Ur*?649C*kAEfoxq1Re7g_RfubTB2mQ#h3&z7VNF!6&wbR ze&ll(6d`ni17Ok)jX)quFeFKW%8bWi5tRYZDXFHb!NIF9oPXZ06L2{LbOfy;;sDG| zftB&_Y!Fb-Oc3n5pruZL%&YJhp8xn_xXEnJ{i;m1ol<2_{)Eejp-y6_2FiUWw5O z-GTvf;uzg?73Vxht&>yUc3AEFpTy zUN;CA#z4}Riz|F4=!ChXh4#x|R+um6humO^AHZL`7A#T$2i>b(Jj@vutkQv;JiLoF ziPQ6*D?ug9(7Vv@ALMPJxU4s!?nyNGJr`#zmK44FN|v;w;3~pGC2vPl%Ueb1dpI!k zbiOSLt5w=#3pTLB{Chzwn1Q9k_}fLj$Ebxesc~1wjeM^rY>BdBS(u|O_$!T#+8U{D zN@V7B8rMhWPs1-^OCl%Pa~0boj3xiBNTQ@o1*g1a6SkuoW?Ywh+FWo7Z0TBSS^p0+Xv0 zj*=;keKj}Py&7QI(~$_#hFL^_usl02gmD67$3r6QFTm0$-WFjR1{Gxe0--3ECB+0F zW3Mk@^`X%U!jf2ac+nA0P2o3OGxuOl+2qswOB3OCq~I7r-MRjZn?F}0JPN5|>R2_&L(U>P^Mc97? zv`}zq+{rqJ1B1XW;X5EQ1%L56Ol<(G$|-|$>6Xm+6vmfgeA|E)eCxe(8LO1Bi{~>s z)=;_a@Gi&J`AsI}I3_!eDUM@H`t9;V$;O|x|D^rLfu9EC@@}QPJ5_#ab85+y_EfD6 z-5 zhW7RXWpn!g+yn75edzdwWAoO-@`u;u))A$3M6MiFDo0bU(X`Wj_w_rkuOF422NmbR z4CSzo(#f8m_5Y-QLy{YNl}1pBai6(r)_d+bRvjzw!@$vd&Q<4%6WC^D_1g9O*Vnmw zudKeZqRZ%v?ooQX`oQ{lvgrr)59;Cdyw7a(ZTspK-;s@;jhnKsPx1Aoe0>=`q>yCd ze1U?0L}xedNxsLAA3rG?d2iL)#rqfUU0S`ga%sD&V}p~cjw)40Q5ve`yYz97>>E*h zBPrj=pB`rne~mn3!Rn6ESo$&S&CChP;<#(OV|&}aY+oY3$4iF72oM!7f`$F~y#8V{ z_1k9G^Od^a9;>`iW%!+~4E(>VVlLELepjnUe?5)L;fN}SiaOZyeV8v_dlL>k0o|@S5RN6}DwV>zp3%clgPoq;Rz^}#F3bZqz z{pM3?$Cl1sd$b!s`}0quy%Y^XjZL8QfRx9^fQ}2^FIN-b!)DkjDMDq4v|ziW0I}Z4 z*Bub6jv^=hn-lT^^ZARM!0=5FU@}%_+IIYHYYQyla%p`F8P-0QS7491+JSYH^kVV50qe0Y z>Ml`l(#1@ga~E49@GhH#n;Y5dMqSRAuqJH9vM?LC@K+kUFYmG@3z%fGNfGfvI?$2}tM)C%`obC*af=1Gh**NKk1Z z-f=b*#g^iDAayfgIDdiNbL5xEI$7!VthV7xXjQWq*9#|(#0_)OWXEx!VL($RVt9g9 zv_Fb_AGj)hiNk9RSVDq&*#ak0^o_jf-UB&F4dT&tgwUt{UDs< zYwJm5QCO#ec>P=y%#HAmz)7Uq5pe)Kx%3Yqn~2lLB9&?w(eBN@WZzHw^FgvbS-=?4 zddaIH<9k}h81Ed^4k_|lo8gQMc&YYUEQH7@*UeBQ%$|ZSq-z>NpMC&*5=679e5a zBI^GZIz#B-ISHK8OJN|n&te2_#{0_($STIFdUzY*GN$ACrSJkexa8|y&sh;4=a_2GgOyl7??M@OBd4a zs@2*&=?)<27G&=c#d~C8|juKC^c6{>h|yqd~6dP%1i>&S?zWBUkh(6@AFC zU)Yyndmi4BTQ4iEm*vVUO68T5>k72b-Nc>5+ixttk)fLH!}Kxv2esn?BA|fEIjKVtLhd?;iZ&!Hr6} zx=X3Hwc{#ZGv7Dgv#wfKtUIoXHOqa=`r%}g>}pY5Eh$&aPDS-< zKa92tuq@gQz3I8|P?9}Eif1V08TwNuM5Co;IGVDQ-L>4Yylq>yEs@{jC4FH8R6zVb zjPZZ3KN}bxpgy)&UTo5R+(@Ip$vRkL_&Cro=rw%eGC<5HUIWB@Qlm$Iy?3xz_sLO| z{G``?smJgKL&K#G!yj6V5c7u)1IF~6M$!K`RykB<_|#Sg{!gozp<2tQwHW_tJ&pc@ zr_B)f&wsQ;iI9b6vP#?=!6UQ7qk>k zO!nO_O9iZY_nfP=4&uqDYJ?Rd2lc4h(Y%}>L(h-3>mUS61b zt78fU#(^z4L}HOQ`@Gsg$5mN zLds_-au~=K`B=bJzC8cPd2q{lFlm;Ze#PluytrfbqD9ACe_dHm7Qb6ZCdUmP7$ zjt-?dhf?NY**vV6hry%Wq_Flab9>6%zFn*g^mpt$sr-M5%FX9~yC64TlWi|5wimJ3 zj(oAQ`LJR>oXXu8@4V~0rg~wppG0B1AWb&D204)V=Rn%;PSO=nK0d1;Oqm~5@*CsUF zZ2|N=q=9U6Fo;Ja!JuYLo~tijzC8NEwe#l+KF3w{K&4dMAby!DX;9d}@#Aw-DuW;2 zs(Sc@lzhUX>fs1TgW`Qy7li5>3P&ico!}7bCf1AQC%l9X?oVk1$b3@!&UZlg2Z#f+ zq{IL;87$m1KpmQ9U?l~|NYTzk2maEOWs&^Slzox>(v)qH{L&PWK$*O!Ek*5nr>WXh z@x4R!rHb#2&Oqw`A^oqMGK%g>QJsbNj-_U)O0m?eAD1mnilu4M2=C@Qyy1|mplDBq zG0;qCeMDxCz=;#wkJF}dY>lp6C(T&DKlJ8M${moIPKD`A^vpw01&>n4#n1!EDy-}P76y+}$I(Uu2nJ`pf;={$L#|Lf;yaDT&C&N!&wIBL$c>3?&C2KRpegurVA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..340f8d546a325356a9f066d2420afca6eea7a50d GIT binary patch literal 2696 zcma(SOK2NMbaq!-NxS;kah*7|+HA?sN)rn?ByCJFBz8&d1i7i(gqncacsG%p^{z5I zl51BAqO{-!L)1fwXcMYJNmJ57dh0Q_UL_&0SO_(g9(+?s4aKLv8CkNGw56lboA;YH zZ{~gW`#?ZKFi!RTtp6q=^gAV5!@Y$(TLR<`(vZd(Xu7#_(;TDuX@RXSw(^F1UYr&= zqzRhK@XULsy@0!QpC;;}?%Uh4jIO#g&!?_wN%Jz94`?6I@|G^8C7}HpH-#edI^7qK zaE^B}MUs}O8tWWzfZ@3`9v_>$H020sY&as;NgA88RM;9WKm_(PX2t7dd^RyE$C*s*sPNy0Lt8Qsi8jpUVRiqXdhW3i~6 zB>J(GI(uEcrrXg}G8LUknncI&HqkUm8g>*O#2!p7I>Bo?nE_(Po=xcUIu5{zH0JgR z0C`mRNQM3RoB5mdP|q@{%fZ{HZk;Mj6<@2!;hG#SUZ~0YR^@|L`CvspT$2x%U5B5+ zM&!6sDoJ!aHN6mf>c0TFg9ugI8guPOE43fBC8O)V=u&Ghj4Zkj)*iMkc2YS+yxUvm zS~-kL)Vmjk#&u|WS_-8dHd;Ic3DbF2XOiT&EX`JaDIqB^MlCa=W1^@EeJF)kfL%=* z`mplBd*=rg<^6=-lq@6-L%E_W^QxvR>J{5E(gYAwQxa-MXSQynEuw2p^^}TOb zZe}pzb9l?fA#l|3niig?2Ra@w#SjsK5830mVW+J-9w6ter0ICDej}~h#PL%#Q=Qj` zKosGbp=Nf{SSbqjQ_C{dnjsd=CHyjQy5Mh50m!2b3HgI7Z>-AwRk{D(nY(Adnfz+< z!B{06tA%3~d8j52<;R{#T`NadrB|!ctHp(%#2pHW71-s`Mj@X4&8?P%AUv~{l|z?ZjsA=$NU zYmR+LD4jugH|Y7bz-Ront`-EoME7fk8drr&B2l)6%m{g(Q-;k}_0s6-sPaS*KaTdiy39WsQEF#(tf)d?+Fx z^^qTr#v`&L*@PDDLXsqKFWt2pfa9f((oX`WZ|+DJRU@sxjj@GsA7%JKKGZ5rM=*5L z5p9B#<~1jv+Ox^zjG+@~`F6y`s@36U9MRMXT!xjfO+BHVXsdp~94%jJ5g!E+tzkO` z)s#mKFY*MIiI?z1eDtH4KI3S|K0Pe z;aD{sd$hk2K3NN&thn~(Pv90d19E4FCWD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c943662e06b18a0cbd10306520828bac57f0be15 GIT binary patch literal 4943 zcmb7HU2GHC6~1GS|MO#TNcf3%FT|VRmc+0LB%}#RfP_V5AtI?-qPAw@xk)CBXRNv7 zgrtd-N?R#fpV*G8_^8VL!h;-P&q0wlCgJ@=0PV~~37 zIrrSTe{;?~=R4;gm~rsh zIpgHDI3q&sP+bZ4j630(@d(I)2wLU&@P6Q13VZJX)3xVsjCBu7FSa;>82~xB#CaSn4~)?#ji>8g#McTWEh^qBa=f* zlA0o?Oe00s<|LJph~+kjnKHC^>HC0j!{dbK&2NF+K_<{*SuE+tbQRyBsu8kKfBZvO z@iAMKmus8@nH;OynFSKRMzJ!7;p=;5B}!sRgUl({v82iTU7?wf%=ki&-;be8FDMi* zzyOs{JUKpz`;H#RaXpb#6-hJkl46)CNyS71PS+AdGieW>Xay>Eh&U}LY-+jf9W2j0 zF(uP9{(|1H&;0RfbU{y$=z>HgEqW;~sb4Uzdve8G(6#6itR7XB*=UltdwY%@i&kkq znpBd}n4+1)fK!U5Ohu*9!l%L9p5%%ZiWwun<@WV({ABI6BwRjkyZ%WL1>aVA49EZ6kk@2!(F5u)!QtG0`Q(>YP&Z1%iFl!G} zG^pQTUTHAbFWxyjnC>ORn%uzGeHyowp|GU+l1E}SY>G^)r1OGVi$ zE%FGSU`~j2bAcGk3MD-e2S0l*Nv-^QYYfG1qrOODSD6@Ol6p zEK#fiSYv$-YK>4EzAkgrrTC(*kt57%6ceVTR2gf!iNP!6s1%PAN-@|5o>Np}d(5i8 zyyvPbWzKaEL;`!bDv*~Y#+5`2-TLN3&D=ftfO ze;l|y@I$Ecd8jiJI-Ct1&O4!(4=Iz^Y{pwg%J1rN@87?#_qzP<{j0!kXt`R-B-b3; zG&fDy*3|;@X&=b+WY^d*`djDNQRlOc24J5Z703EK&-$E45X^egSA4 z=9LO_5e_stU_J&k>)<3C?Ug`X-vMPubv^>7?3{wRXVGs4*M&;=+$y1%*l6RPL0 zJJuY(Z(nn4RmAo3cyK6yh;nu$yRLCqFr4^Qw9JboMYEkyS5?0(SxOqPy(EdRp8m?vBI z=rLJV?5s^)If7LkpaU;U21@}L4%lAL8b!y4$&fbK?tgLhn=>VpC;&uP`K!CIOlT5v zzxon_F4)3S+*FoG4<4g5m0&OCRect6rJA##T$P3IVXEVLfGhwYub5NyOj|CVQ(7)A z;zY#FvA}YJVDrSVJO$CLj@bE&XDN~keQVF71NRPW|1xv%c=q7&r)|#BVhcTPScLrbPXH1kg4gY`eg=xi7&d9geYCDQqy5S(SSn};^Z?0~wSLO2+>(>p@ z5YlTBNkE^9uc(+`H+w!mwkZ0FW&t4+WAky|4VKEL1pXyo3= z_kG_DXFA5R9b=i$>1^oq#)TIhpF!8qy`h}9CFlL@waXcHzePaOB7WyZ4NW)tzdiN! zsr3F6nLvLw(4Q9jcX~uA8DD~pKNcg6rjI4#l{eGs&%WGfdfjN$GZ7K(Y@UIUozgSa*5>ssW(R?h^+?#FgO?!J^mXIgX zYIztWgN<{uvm6F7qU>uJJXmgXCCR!Nf*2xuU<2*a$$!*1D-8XBFf zB{CgVTv}S#ODBap90tzdqI0R4KsBQO=p6zJPO0RSF#^2+gNS|!6f!SC$f2eU{>vfX z2LDwsferr4A^!&d<`?mZ~xtaj4zz^g*V)}&ZAqi_ZM^G$ZMyg%kdTg zNu!Ru-zAI*cc=4+)pcmlEp%;%^9ZV1vfCk?6Skm_)pe-9L1?*qeOug~dg9A|`gtBf nyOw;iU)Xim%p<63$zVVj*gl&_P}P!lKg^Qz2&xYf?q>f3T`$7v literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c84fbd6a0c119e2823c72f43d55827d2b88d096 GIT binary patch literal 7113 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/_log.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/appdirs.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/compat.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/datetime.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/deprecation.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..18e9be9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,188 @@ +""" +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) + + +class LegacyInstallReason: + def __init__( + self, + reason: str, + replacement: Optional[str] = None, + gone_in: Optional[str] = None, + feature_flag: Optional[str] = None, + issue: Optional[int] = None, + emit_after_success: bool = False, + emit_before_install: bool = False, + ): + self._reason = reason + self._replacement = replacement + self._gone_in = gone_in + self._feature_flag = feature_flag + self._issue = issue + self.emit_after_success = emit_after_success + self.emit_before_install = emit_before_install + + def emit_deprecation(self, name: str) -> None: + deprecated( + reason=self._reason.format(name=name), + replacement=self._replacement, + gone_in=self._gone_in, + feature_flag=self._feature_flag, + issue=self._issue, + ) + + +LegacyInstallReasonFailedBdistWheel = LegacyInstallReason( + reason=( + "{name} was installed using the legacy 'setup.py install' " + "method, because a wheel could not be built for it." + ), + replacement="to fix the wheel build issue reported above", + gone_in="23.1", + issue=8368, + emit_after_success=True, +) + + +LegacyInstallReasonMissingWheelPackage = LegacyInstallReason( + reason=( + "{name} is being installed using the legacy " + "'setup.py install' method, because it does not have a " + "'pyproject.toml' and the 'wheel' package " + "is not installed." + ), + replacement="to enable the '--use-pep517' option", + gone_in="23.1", + issue=8559, + emit_before_install=True, +) + +LegacyInstallReasonNoBinaryForcesSetuptoolsInstall = LegacyInstallReason( + reason=( + "{name} is being installed using the legacy " + "'setup.py install' method, because the '--no-binary' option was enabled " + "for it and this currently disables local wheel building for projects that " + "don't have a 'pyproject.toml' file." + ), + replacement="to enable the '--use-pep517' option", + gone_in="23.1", + issue=11451, + emit_before_install=True, +) diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/distutils_args.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py new file mode 100644 index 0000000..2fd1862 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py @@ -0,0 +1,43 @@ +from getopt import GetoptError, getopt +from typing import Dict, List + +_options = [ + "exec-prefix=", + "home=", + "install-base=", + "install-data=", + "install-headers=", + "install-lib=", + "install-platlib=", + "install-purelib=", + "install-scripts=", + "prefix=", + "root=", + "user", +] + + +def parse_distutils_args(args: List[str]) -> Dict[str, str]: + """Parse provided arguments, returning an object that has the matched arguments. + + Any unknown arguments are ignored. + """ + result = {} + for arg in args: + try: + parsed_opt, _ = getopt(args=[arg], shortopts="", longopts=_options) + except GetoptError: + # We don't care about any other options, which here may be + # considered unrecognized since our option list is not + # exhaustive. + continue + + if not parsed_opt: + continue + + option = parsed_opt[0] + name_from_parsed = option[0][2:].replace("-", "_") + value_from_parsed = option[1] or "true" + result[name_from_parsed] = value_from_parsed + + return result diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..eb57ed1 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/encoding.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/entrypoints.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/filesystem.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/filetypes.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/glibc.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..7bd3c20 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +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: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = os.confstr("CS_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.11/site-packages/pip/_internal/utils/hashes.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..7672730 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,144 @@ +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 __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.11/site-packages/pip/_internal/utils/inject_securetransport.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 0000000..276aa79 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/logging.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..c10e1f4 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/misc.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..cdf9b3a --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,763 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +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, + 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: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler(func: Callable[..., Any], path: str, exc_info: ExcInfo) -> 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 this is a path pip is allowed to modify. + + If we're in a virtualenv, sys.prefix points to the virtualenv's + prefix; only sys.prefix is considered local. + + If we're not in a virtualenv, in general we can modify anything. + However, if the OS vendor has configured distutils to install + somewhere other than sys.prefix (which could be a subdirectory of + sys.prefix, e.g. /usr/local), we consider sys.prefix itself nonlocal + and the domain of the OS vendor. (In other words, everything _other + than_ sys.prefix is considered local.) + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + + path = normalize_path(path) + # Hard-coded becouse PyPy uses a different sys.prefix on Debian + prefix = '/usr' + + if running_under_virtualenv(): + return path.startswith(normalize_path(sys.prefix)) + else: + from pip._internal.locations import get_scheme + from pip._internal.models.scheme import SCHEME_KEYS + if path.startswith(prefix): + scheme = get_scheme("") + for key in SCHEME_KEYS: + local_path = getattr(scheme, key) + if path.startswith(normalize_path(local_path)): + return True + return False + else: + return True + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO = None + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + cls.orig_stream = orig_stream + return cls() + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # https://github.com/python/mypy/issues/4125 + @property + def encoding(self): # 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[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[str, 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 is_wheel_installed() -> bool: + """ + Return whether the wheel package is installed. + """ + try: + import wheel # noqa: F401 + except ImportError: + return False + + return True + + +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, 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, 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, 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, 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, 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, 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, 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, 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.11/site-packages/pip/_internal/utils/models.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/packaging.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/setuptools_build.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..01ef4a4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,195 @@ +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], + install_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"] + + args += install_options + + 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 + + +def make_setuptools_install_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + record_filename: str, + root: Optional[str], + prefix: Optional[str], + header_dir: Optional[str], + home: Optional[str], + use_user_site: bool, + no_user_config: bool, + pycompile: bool, +) -> List[str]: + assert not (use_user_site and prefix) + assert not (use_user_site and root) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + unbuffered_output=True, + ) + args += ["install", "--record", record_filename] + args += ["--single-version-externally-managed"] + + if root is not None: + args += ["--root", root] + if prefix is not None: + args += ["--prefix", prefix] + if home is not None: + args += ["--home", home] + if use_user_site: + args += ["--user", "--prefix="] + + if pycompile: + args += ["--compile"] + else: + args += ["--no-compile"] + + if header_dir: + args += ["--install-headers", header_dir] + + args += install_options + + return args diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..1e8ff50 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/temp_dir.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..8ee8a1c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/unpacking.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/urls.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/virtualenv.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/utils/wheel.py b/venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..e5e3f34 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/vcs/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d4432014e096ebe1cd8759935ecb9b9d9235d8e GIT binary patch literal 638 zcmb_XyGjE=6rI^Mn}-Au5dsPZtx{x%U?qr!pjbswu~>vfd91Uuf%pS{f}bFk z{z=NPt(9FMot1ajM1-_n&YUy%9OiLf>-8FfI%>SLTL+g*8itcMsO5g<*L7Q^Z0njyZCO{_bDgUGnK9b@ zG4H703)ACCm>Q8aBptGF6eXcyk101yGG&Xz1+%rDHDVt7Ay<|eMTHNh-=j~In#_eH z+g^vPKKz!n9^Br&3N{PGz7sGzUgs z_hg_YBLkXHMJ^*MF7jRbYHSBukr7iPB6yF)MStjbIwawiwPP9$=>tm$e1QB;OkiRX zLd$I!`tkUyax8T}73{=p!eba#@(eU{F~+kR!p#ZV`@t0LPL`OW{mBwjbTCr?7RfWFDZ`QrgCB%LBTv2ig%J|A0OE} z+7?5hLSdkU5g<;`!b+Q<{3u)nX#p1~3V#%+(Jz0JDghA(7%)&2X#Qw80gC*zGkYW@ zN^(#j%j4|s%A;Bc8LWXnX#uuRz@9ouO&A<8GT40XfJd+Zc<5b@bWy@^(Ktd0bAj52X zx6QV{gYMr(4+0(66X<+9%qTP`seRk{ca_L>F18!2px=^CCklxKwfNZrEePWPEoqh} zGRcLAvmitF;DTx93a(bmC^)fc7z;Mlm;)+9VM9Wip0i1FDP6O8s$I1ts+oD3Nwy6b zG~s|h8toI*FE|ueB=ZiKl4GXe7^7d32uJ-uF>p-yyI6D~o7SQW2_un-o=+z9v)CGY zW6@m5W};WM%+;u#nvLdI|H$~^!%-t;YGb)X@=9V}GoravE*ei|OpStxN5RCRvuxet zxkamIUNhsf2}6s+T;mBkZxllIu8eP^gmFp=fMxQ?7r2!yeOQrqKY>261XTk+;=utd zHwwx!hcYbJRgKPOVLFR5$yOA>0W$pA1{{JV-X=x9jM#0Z(^i&56F06|%A49P9Ko%0 z6h+gyfhlsGG2o5>-T;5QaHJ@xjw?(#lvnvBDboWO;R=%u7!fdF->S1H6kr9vAzwI_ zB-7Oz4{rotDoU_|&FgEEJ68a63H2gSeh^fB)UfOG&Q8Rq5ktjnP_IkXb0%KK{azDnz%7zLAUi-Qj8n_2%G z&;aWvWvI6o6M32i?fMSr_p7$m7r8%d!89#|pRpw4S_-!FOU~kx*VKrEj)EAb$%sHB z*zQ!BfwMz>FlEpv^a`G)8f;N71IjoEV42iq#a`(bgXM+0e0A5++ODJbhAT2G{6tMY zQE5Hjv+$F)+y7q+?{ovzq4KbFq0^0*gre}2fFO2`r=uO)ijM8*Od^)VrzxZ;!kgtz zHE^Uuo(tsh{fhFVtiBJ|rkde7dqp1tU={Z%DgQ^Kp-{lJ5x z4W9JwdrTa?=v=*BB?+8M>0NgZuDJ(S-mSV1*4zghL~tGcRwAL{@|o4?yZfub7iz&5 zN@weeZ(SK&QwCRlx_Y#t3|5tinle#QCjR9gD$A?Gcirm~Q)?4b)rnVY6R%eNXKMa4 zCAn?UE1|Ndd{Q^;2#$G&<;oixg>=_|6FeSI>d=VC4Lsmby~}o#KxGyN zHYE#Ng`Wck<0k)+Jtt~=PE_TA5?{J_D^hoNe|-Gr z@s-i4dw)B)illJ6hy`Tv)y}bXu z@kQn4xu?VtN71pf#yYh+P2ODuUGY2Xs*`sKk_g~`A7a!~B12Kw5~I!m=jHdoh2>vgUqPWriDDhFj>~4)AUn)1l2NT8$pMVTV~M)0!>a&nR+Ut8DOX;P34$LLL2c`Af7Vf zsA@FZ943-kx=1nmqHdHT(O0m25`ZOu{TY^kvMlbpC9nZ#5ooi`pk#HU7f^OBLuV-T zZL;4D^qVls_y+*UbiKVF|Lo?^>K=dTY{`MOF1#HYSpx6gli zz8V;*1x6ag=?XId35Gv-d-BuCPmcZa7o}kZQ$Uo>3VSYdN8^cjNTQh!RKqi=fOGp4nG`vZuMw&XreYW zQ3-WCAmi4LTfc@2q&9eX;kODw|Jl1enzg;=GOYON>BtZF8dcn|R)|&7j3vTlA(K6G ziCNIs|Ao>@R!+lQBK#)x%D|e!%d&wU-d3n$E7T?x{2l7Fk?#Y$aS8w^)8CIY>59FVt|6!2ZWX#AFTtBy$S!h1R|M*1Y?w-r<^exO}1J9j(ZtcIXi@iL{o) zNwf-vcoueWC-FLmSGmH0Q~I^Uq7jDRnNMqBb3qHkZHTQPtY$OMn&ET;lC(1vKUcJt z%JMQy3p-cY3vPfP98zXHrN*@n@(I1LtGU+gB-EpUPQnsqUtcNDW*!-^k_3ps(YoP7ra}9^=m6l&? z1c=nzaB$+liUA%a4wTK+soyQK<_37o1J{jr7+*v3i~H+=V1vhc&!}C$c*?G4-emP7 zm!}~Dy+Jy`bDVgRTRDP~Pjcm$UEjNG*AFh)^$t*Si(@zpDjWqB4uT5DK(!U@CQ?ts zA&UFUuqvol^LH=a8@+$zuVW8FmFM5AMK3V)P5{^1bK`9`y3x(#DB`|yvO%C)wJX+U zpv?`$#vtQ%ijndZL_RUHYFDhyK${zgjb6s>5c^OzRCh!7_W$`A*1Ug|RU4o^5coE* z8!cwpO!bkV<;3eNT#PNrT+Bgjn{s05}g{D>cdjhP`gQJAWr1vpxAZorf+4Bf|@@!E+o}C*8~JS0|&Dr$3L# zE0vv|I(f0u`P9iorSoYxB+k(wKNR>#*FY&)bM0Pvsp=Z8xrUb^@qe4+K<_9=2is1JiO=?EnA( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba836322315af9e60b998e542110b799c62decf2 GIT binary patch literal 21527 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bd2376ea4edebd24f7e92f4456b62f3134ee970 GIT binary patch literal 8709 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/vcs/git.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8d1d499 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/vcs/mercurial.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..2a005e0 --- /dev/null +++ b/venv/lib/python3.11/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 [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.11/site-packages/pip/_internal/vcs/subversion.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..02bbf68 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_internal/wheel_builder.py b/venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..15b30af --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,382 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Callable, 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.deprecation import ( + LegacyInstallReasonMissingWheelPackage, + LegacyInstallReasonNoBinaryForcesSetuptoolsInstall, +) +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file, is_wheel_installed +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) + +BdistWheelAllowedPredicate = Callable[[InstallRequirement], bool] +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, + check_bdist_wheel: Optional[BdistWheelAllowedPredicate] = None, +) -> 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() + + if req.use_pep517: + return True + + assert check_bdist_wheel is not None + if not check_bdist_wheel(req): + # /!\ When we change this to unconditionally return True, we must also remove + # support for `--install-option`. Indeed, `--install-option` implies + # `--no-binary` so we can return False here and run `setup.py install`. + # `--global-option` and `--build-option` can remain until we drop support for + # building with `setup.py bdist_wheel`. + req.legacy_install_reason = LegacyInstallReasonNoBinaryForcesSetuptoolsInstall + return False + + if not is_wheel_installed(): + # we don't build legacy requirements if wheel is not installed + req.legacy_install_reason = LegacyInstallReasonMissingWheelPackage + return False + + 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, + check_bdist_wheel_allowed: BdistWheelAllowedPredicate, +) -> bool: + return _should_build( + req, need_wheel=False, check_bdist_wheel=check_bdist_wheel_allowed + ) + + +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.11/site-packages/pip/_vendor/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..b22f7ab --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01c9c72bf0c09e4ccda2ea820541141b0bafcc72 GIT binary patch literal 5616 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79739ecc8ae7861e119efd32ada773be55c8cd7b GIT binary patch literal 46418 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 Nne;n;&|(Ap{{Rk*X4U`z literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac87831aab3a05fbaf5a7360dcf215603b8a0676 GIT binary patch literal 97448 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 CGxYEP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..961ecbc773df986a7ecf3d7c3a5accfd3ac75cf9 GIT binary patch literal 2700 zcmaJ?&2JM&6rc5uy&JFXBzy*Nf{B9~3lR&oDkLfpic1is32LARUshZ1%63?PbaqV} z%Sfh*)KDRn0~I;uM5&SkmHG$tKj=DIDbY%iB2_)~<|^%lQ{T*bH(4MZ&pf|<^WMzP z`_1p|Pw{vZL7N=c!=n= zVv(5>*GREZ(W>Shg%}zs`1^pu_r~s1P@W@`+nZeQbrbKi(g@aG!2Fu;!yywg>a_(w zB6zZg!5#dF7J73v70sicx!FvFL|{=zG&J+J_CV7efu5^eEjr=cCm-LNapLnP(Ui(f zrK;*0aiWT<_H;;sP;$)%eb3ZuIa{h#v}{Q+lxlXapy)TLcK*(yS*lgD547rotX}>y zTW8PjPh7Z=HOi)TzOEGRD@D!7*30#*3~p+TWD696f(t=bE>zTs`l1tu*KE|~-Yb$p z*mVGgF$toLwsCZ6?#G#DpLOu4jYlm!x}7*`C(@n7SvzsIJp=PLKKiuS!6P;vvAn(u z!6<+lO$o(e*8vek&Ghj>D42VdgZqotLoWcEH6I^9#76<41wT3%`;cpKt9}e@>Nk}K z?BFJ^dHjLfd!R3Vhc8<2_iu4BJsE2)U_d53dpE;75=*tLnM%=cqHu%Die7F4)_ocOt-btqI z_T(MA52`?|$## zs(=`tb@&F+n?rX?TI$~Cw^L>$F7C zXIkbW?1{MKbrUbr#M5aq2GOH1JZ{BLb>hQze7JpM3r9Ec@eO=@C2WmdvGDN@zG~yE z7QVVA4Q@)w4Jp}?Mr?^P%+2BcO!ztc0<8a^!-KiT`0~z-wf1uicG#<+4?||(UT%Y# zrJUO1$*RwiJ%5B+p#_>z)<73M{Vgo_ue5JR&p)_Qur8B9^XQ(R$^~cX*KZyLJVNjC z$ndjG;X19K>X~MIwr09lLrqPMXCwwJM%c1qAR|I{bL*$y7VH zEggG&`N`#Wt_#E+_~Fv`m!9UH-SpTCYz`lKG`BR@o`d;tAFy*1k8j}dmq*rELM_Pg{5zrp1^oBsYa~8^XDlx%Jx}VbT^RyNC~;-WKD_<&HRHi$j*z{{&mDBaYbO zh~;&5VI5JH=_|`Jp#WwEhy;I*1mCBL-uKBZd8vJt36{BDg`4QrHdZ5@kptaW46C6| z`d}ybD+qP8_pyd#yVRu@(glweNf%n0W_p0CQqg4jXT(m#*!^1ks8UlKx^{(J1SiT$ z<985Up5wS~6mk9S1pV!xlojkdXxa+)E%bpE>|5wVE7*5X+6wk=gy&8J9-fHxaRXiC riy?o4xx@ykUr>xA99wQ~@Fy((1QhXh?$M2<8*TRM@(7;^cIq7%|Zx*nH`KBUr}#KS#sZ}+&4TxGRVPe}LFH>0!?>eGGSti85F zxa)ZQ?aa>1H#6US-|zco|Ju^xC6G>qzLvjiC*(g^sU}yYu$6(r=R_hBr;sV@$xU&r z&QJ01iG_<6H(4=9#14DN2Fv9nzkw>!`jb;@^re=6@ z?7d4P6Jrwz@x8Hg7v38iO^8<#BZ;e5#;yPl&$)C;V`HGwKAKdN>&ev3^JztXpC)rT znWn7CEm~d6)(24k6m~8X-0c)U0}}W%H|6k<+E4NIJxPVyqYjwlOu`IanpTn?47X$>@3w(w@5r2 zKm4~0Aosb?L82N8r;;?jS|X%C9zpG~{btrK6`IndAbi37j^jvyyS+=Ro8b{Kcx*Gt za0RYFL}&Fy!3DLdevpDY$4S`kw%Z*!x3;TVBV@_LlY*x}W@{Yyg7YiB@$7+vP#q%? zkdXrw!12~t0?xcSh0+pbEqOyVy{b&pNhQ4~)2PREsd+dlifS|Tj@aq;kJsZf**Q5rlT?$L_~lem z8OPGm$pu(jCVorK+=?sd>+u|`55)!t<7!%ykLEyulQ(2Fo=fNAB6O3oG|skGnLeJh zY$ldlpkUc#v1jyUb&FM{g+0{UKwjJ?e zyN?*Yz}<_hZ$G(McJN{Ea{}ahBrwvy48JW{14&g)5G!~(D6}mF6dYB(z~|hcO4!EI zlC!|g+R9&W-Xio952$@j(O2vFRfmDfKY~$@?U75aOjkeAY!xJA)>iTTgt`F2xFy#$ zl5x(Hj~&;@JXdhhP=T!4YHzcK0vL=-;=gh8 z=jBL7mL+6mb;`tSP7?`01@AP?&WUVrw8b((w`I??3$|qLVoj1*S+MC`1S>LK025hi z?z)~&E7)dDXg1BrNlB)v>CWe*q$Zo~U_??HHC++{yo_GOU~#DZ+0Et=sLXi#`svkX#hK0i^Beu=pUxNiFPHi+7k!f@-=yxFeC9v#S^k@jLu>ns z{&)%ViS_q&|0v|Ay!BjmKJ&LPH>>E#ZYB$3Gn$(DNzV2%!;0hQ_@0E1>te zPrU#K&TVkuDmYd+HPQeIu3Kb3uYd@?(X^KM0$=lC5_gmNQaS;g>{Y%J z4){htj7C=A^BmLm(KQvRymu9W514erpDZ6*2#Yd&y$z!V25E!yr$a z)2bak0~`X+>GB^h7kiGDdXDPVTy~J2W6)0b;%@g?zOWCo! zGo8;sw4GH{vniLPs61v9lcOxr*Rh97Tgb_9dAP*l{sdHNKAj%G9>H|x7F;VJ1^_jz z-VaPZd$Z!w#XMC^2M~5OFx?U?67Hq@U~JUK&XK-`e1xi!vL;I!N1%ZoMS_c=F(hM1 zP9k9e0S05$fGZL?TL}tqWs80P|Ac=I{nUShroO=Vpsg`J@b7+3j(a*E+<2H-_vm|0 z75AJ1{~ZY4{WUuJ(|E|ko8dT|^14tApDKkW$o%pOEEB13JmFi zAtMml3=C`p28w}$rNBWwaPV39@QSb^{NN^S9V;K)6N{|_rPhIOqUZEh%tj!1&%YUn zZ3JR#^G}3gV5Afn(OLdMAdw*>*mLilZ-c$1;D8b8dFU^NUVqZ`Gz4qw=!CU(bUt^v zBCtvzE5bb=tSZ=3YVR)-Z)>M<>}RE8m-OJ#veVHKE0dSW4_M1L4v+^2+R_t-q-bJ%ui1I;|+MQ zm2QRxH$sE!2mkh3F*IBX4KH6{x1&v8?}o4ULAvNWRPr6teTRTccmOX*EJ$J|)&OmI zsRnmRww8gg8&VyNt=iB9jdt1&SehNa5Tc=>Rnkk&?k90W==+kJh&nAZaWSB)*;)ni zES;|dH~Kcry108MO=lcFg=Y0M5Ckc~ch|cqgf@gwQRprS-EhPFR%ofav~CKq4Ix$( zj+KOCdNo`4yYN4ah zo!zBboX!w~E!k|TT<=q|qKIOYvv!7}I%~!CUL1)8V-@u&5ZFTXXM|7cR(6KKiu~(`;u4_;w|Y%;Z5s+hUpckqL|gMfxzX3;{c?%mfJr386==rvq73~v)?mvQg6)9 m$T@wdY>*zkF&pHF-k8ho1&#xm?MxrM_MEkR|B80DrT+r(CjGkr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..70d3c4330b9c6f18350d41742f45456bf2f0a033 GIT binary patch literal 3781 zcmcIn&2JM&6rb^~KWh^Mp{0B-2`X_Qc4-SL2$1?k8>tGYp$DQ$n~ispELnTqnN7e} zsG^EPR7HYTNXaoLswk)S#7H2{rcMTfP;Ho0p zg@fUK+}eeZ1^Bnu(3FN_a5T*A9~v{6&0JQ?HjU!XbhjVfa?1q!(gR}9!8jTw@`x4i zKdG%iiiTFvqU{J)>uU0s6R!bJM>t0INOO82hV?V9y zUrrmgzryj#_#p&j#g8Doj)0bux^awm321!rIlx@_)KwZiT_+*L!rq>9K$5{7JHbB@ z58FNL`eCId>>#`#;1tX>5Oy&LJQ@Zb^#kuih-(>mL%U!3HOX=B$eSg4cwe)$LM;L_ zVGM`&l~Xugqo>-CGCb8ZTq75e7w9FevgPWSU)sC{E=DfswF9Ay`C#ri@Dj%WAdASTBWc&ckv?muCDXrQ=aygAu^8lcIX8*!%@a^PT2^;C` z!r(9IV?U>lEftq9EPb(_?thlv*rb_g+TWeh>;cp|`{W!Up`7X0mT+jAA%l52gd+O1ERMKzarfmc{d^yO= zcp0g{Z_@nfOUhIAYWyccuf`kMnIDA(j&aU0;yJp}&TPCR5uZd71l%e{0OrD{u0}8s zw?l$P`@k;(h()5{nC*~IqM&Cd_}Lf_Ys02G}d;KUBwW>r|UDY+8e97Obpo8R8TGEkcXj(hEz}|+P3C8+UO|6 zv5p7#9vJpPO?D0r z1Kn(^#!NjBIw$$J(fWtOhMdo6*eY4J!EIm=+C)q`)3&LNG0k=i6J!bWu&dgPWq=lt zi(9mi2Vjy78YWU4|BaGUI;pI@;Oo|`yi~N2Kpw!{uY3}L>1ro-y=}CF6zVeU`tL

!wrGb)HAf-$d9E&}VTD0V%{4fR=!cq@syBL3p*jsEVl=>7C$*EV3KQ z#rb)7drAKX5Bw(bOO%-ZtI03vWIB-|w2Sp3am6ndukm+)35L8_1%QthrS+6TRY({B z2||yqkt3~t^;nuhUDpYZVw*U--CR16rI2_!;ZbrEXSbV6ZycncZzn7bZsP3rE=$rB Fe*umt8F~N! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95b0b2672aa862447e90bc16d6e41e2473556dab GIT binary patch literal 1138 zcmZ`$zi-n(6u!${oH%J{S|Zw^pcbl1MXgO#QPc_{Wk9s5C>3<6g%lb4Af{)ZIXnHa zRc!nNFtD&8!~zp@{sWJeR~FbJb%{E07sqO7TKoC)yZ7Gr`Mu|_l}ZVSYi;@`DIoxU z%R_eIfphvtIG=zDY+yqQTxdWDyoo!2NEWvXuW|Kq>$x+x0kA2~8 zn=VP`LP5yCfm5LY&P=_8fv6vTfMs z8nIqnnCt=w=guLNg>8-(PbvZ)}@$&;A)JYL?f1otxB;JVthZk%%s@rV5(YNojTc+w-BgGZtWc6 z>h&~tvMD(=!3nm+mftHX_)wlgAK?`GjAy|YbqRfkOX!F40Q@R9@~DHML{({2L8n@7 Y+(Mn3P~z=eV*zv)3XMAI+=BxD0o=h*EdT%j literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1321c0a75dec4a808d0e92c753b0dc79b3458559 GIT binary patch literal 16453 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 LU;l@7Zo$6+*yiS< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b09c58efefaa9f8cf4b2f12fcf7eb5eb1d4193ae GIT binary patch literal 6685 zcmb7IZ%iBK8NWOK1sm)d0t7;GKxhJq?GpZ^AtY_uG(cLQ4MgqOB zL9%JD?;gMRKJUGMo`3J}xi9PLYAGn^T7D-C2Px_w_)sn`tFrq?sNAJ^il-%N*8Hbu zX?SKNCgqrQq@1(Plxx;SBhMkZQ|?)J$}{VMXXmV!5Ad!J>De0I{UJ45%TS{f@A;78 zy@KzagQ6b5ZI)R-;ne`IR`BoR)e)W#c>V*tdcvy%Ui|@HfTyRap5RlQVzS3!)Fu=) z#pyh!3r0xcXO&8-@B)x3-g_~(n z6=GaM7gV(#<_^HE9R;#VZTSKP-|;&y-+raoaJk>0~uZr6YQ8% z4L9m`K4t1y&!i=xhc*~q*Ki#gioj_KpZQr3g$=k}t z+?Ud4(y!&u%+Jsr!uK)C4JEc+2~O^q-9y

uEGOqJr|&mYy_rNz{`pCoh8pmdcG) z>X@9Gd1IKJNrEP($EL2obs2Q9#4T&AD95D?FR&U!3-(>R@^z&m5z}Baab6Y^%di4Y zw=ZLf(@eAA**WBckw_w##A#Mm^nIg12bh{w5~N?nFieXB8!B6;dKg5Z5`mdP%@lBb zhKRv(IW2p{E@wNp8^w)24&tt-f}woPL1{aIO&sO#P=T;aZNUG*lB4axV};2v>O_v- z3)>sjI;;$kW9;wII0Mdipd6UNk#qd?$p4;!r*jT*-|Ao%;_#D($I>c9xnnS;;jsh_ z2M7_Q+77M2Y=b}b2=)k=48AO4qtP;6t06|Bf`)QKU72ceap|MjNvGr`J^=v-y#Min*IcwgexBQJI|B-L~U61`;8&gI9K*>K)@DFTt zo%nL(vyq41V%ND+*SUh9-3oLS0@1BtODV{H8$9ticw+N#VPLFqa=aM4S_)n*1g|~` zH0J|E)ssDL!yAjqTuO+=jM`W%rSKUE>;72m{R}6W93llGAoWF9scCx{p2_aiW~?D; zfm^!-WVQ0!an`s_?NAlc|s0s+hA? z!<&gx`(UwQsMIi&zr5Yl`Ng@19fhueV%I>aYv4~We>3x_^HJZU&cD1@I6qlvnkqI; zm71pVquU+*4@Zj~Bc+a!{OHXi6N~Xm zJQg#Zh{Wza|2c)-kPO4E;ijwnhjF;PI~0;yud8{7I!H`k!S|o-E60KJY+o_45>Pkq z0xi1@{~M+YTtdW}JzwQGy}f`-dV2vRyq^&?U1K35U^xIk2~kGi0+5hR3#zDCNWq3) zQH5x9yC@JldgW;mg7N3{$AIEvW%q`J2$sW4l0XBHo)`-b0CkMS2D7ka!xa$2L|N2h zvFxGh9Yo5_Z^KI(Mks)thmNkr)?ynWqYb*-Mky2Eq}+@$Fdjw+8Jet@g7dqJCRuXZ<>hTa+) zA?!GGbY1@>TMYGT}C>>ZxW zk_EpfYRV3qi11QIS0GCiAyWWINdf>*?4(?dsm4D#XpWrfK9N92L|k{Aphy7!fNW)jwZvCWUpPsH z#BBLAn*e>WbCBG!ip=6j;qp*ql#Eu+Z7S(4n^2V$Vg4W4$Ux*w%RD#|PphQTy z2lRner>GT|{zBz};@vq{&XI*|bRT|l=N!-8(S9t2@2+_4W9kiiGvqwHCktBUz4jUG zPb=P>H|JgeO;>c_$a%Byv{J*$$P-AcQPBdP;>6;kW{C?<2aW{d8vf`;E@x@2qoaPq%3G!OcE31v!w|*aW`<#TE$Fp@R-Q9 zRY%!M9euUn!^>)XVZFKFW8vDE`uc3)_-k+x&OZaqw?6nZw>kRo%2!jxVKrb%oG-PU&)311#r(+ng+kj)=DYQwTjECxw-)k_?WV)) z9qZE@1HYIpHk~Xroy_~Tf{k}>-u_@?rPw@JY91^G2lKA&c6Q^1FJ9ktJ!J0JJ{&I| zzgRkcvDp4fsr{9Lw{^?czR~uW;A?Z$p{By&Q^nA!yk{$T_|t(;F8sFT4+FnH|MgO_ zf3(y;T5KCDwT%@5;|1^dLEM3sPU01&75M$!`Vd(LgCrFv@CI$KoEDe>!KNS!Ap9IP zgD#H%p&_sTS4{90^m{%gxPV+FKY?3&2S_z0s6|YGq>1Tv!;x>1g0o}Cd&G4WU_lif zpMOwvywk02W|gB|kx;2i;$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a69268ce67386f75795e24eb200d185923b0e61 GIT binary patch literal 8400 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
  • z1?dsDYk%W3#<=s*hVt8k*wWy=gfy^GVUJ5-mBVsGxpxcU4bN@Tvp8utHX-9 zJ;&KCLs_Rg&)V)2xUbx45eJSoKSOj;Dm@Gpj@q>fZ*55s{dhOHL zC$Y6zrFl?o9xPD6ZXiyB3-+_2oZe0;=fu}kDbpyWXuzC4e0#$ zUeAdk^82BKV?FGDbu%D!_>72&*zg3m2YS;ch~$N&^eTvlTxq+|eM|QWHQ0Cx@;1^^ zFw6&*Ys=QZn0p6XN3es1Hxr99$?s%hXm;r+{uvVY0B_3gQl&d+qT*Jy!bSH0%5YF= zJM6|bz$1oj?+CzNz$;P7Ug+%ooP^|18b@&g#Ty_VR?>(3(K!#VDv3i;DF=5|%E6DZ z&Ljv>iUBO^R$b%WE9o|+u2Ze+M0;D{3VCu-Vi;hFfhnLRhTU9UyXkD(aJHo{uFbB8 z73VS430H_?GP)Vwt=&uRS=-qMOuK%?i@JV`TI2-#OT#PVUFKOjk7N1mFjv%L z)}T-taJb@zT!G(Q)T`%;ZS#R=wr@Yu~bUN}u< zJfNh9-A|L>a*kTFk{SH}_qNaz{g9!qRtep#^o~)$FX=hRS?=5gxeo2(X2I2#5gH3_ z7IwcC*z$hsAFFFqOzPkdEOB_jgIm?2R<(TAvc5;z*RSsD&)5fYY@sMEUm++Y=FM#< zw7$EN-hwwpmz1B9*uUYDN*KTuS4N5}k8Kp_c+oZ0T>}3g^z^?~6&?y1y=X;MHKVGU zcU9H;+v_W3>e|=;&AyENEa+^z4y{-r@;XD7<+p>I2b@q8uQhHNc$#KKci%j)5Lu>| zLki=XQKYv;^kqs1QBV$rPI!v&($69FOe{aNE0!PnE!KIJGMl`y2YV0SZCv- z;9Tbv-=OLn-1LoX_(mRGP<&&mZ%nB>sn(s$<9&6*Z^!Pxl5uuYurCQpiAu2lgPC*; ztuH;AQ-{XC=}?DWSK803?dJ=;K@#5AKh>tRotVh zdo*W+4f!4J-S1IA%8x0(wa^q&80f95*jtx6G@*1(s-2UCBF`)4wk;1{8n@R8dt18i z*mU=9xO)|MpX%;|ewwlMW^A3N8Zgy>{VaXpfD7-l%orl``@_cx`I^)pZ(zUnFd+Ya z_99)xg+ar#3t8#kbuIh<6G}^$QDEn~zKVA9U3l|T97SN@-wd#=Wj^u$1D@h%saKl? znhtCQ4RZxs`RTnpu9zi=Y&cDb@n(n>{o{Tp#b^S_RzgpM-k0B@Z9`Y~NPWUsY zlg$$@n`RCMqoH{*7}Tu6;CxJ2j9}Ux48FY>isau=cWQo`$j2l^7wHNL5ye#$b0`p@ z^YDNyL2?%adV1ym263zS$r-whXPF$?AulmaMqpohG16(Agu*-Id4@AOb3`xfyzw{` z-XW`9G=GQe{`;zzHJG0xPS3wbLbEK<`(FrC(;ze({Kwk2{U2-I3Eonc)3@ybm;3Tp z-95{@C zf)(`K9z9j1UcC5sY@x!Cli_pGoG|8VU#=Z*s86(!ppKPJwtl-Cx%oV$3qLIRVNF6 zBc#52*EWNYP%!82IaZjus!NvEI~P{Lp&WGd6<`NNxHS-pt-7)Y>wZr`4IJSu9I1gC z_DTldmYPA48sR7tNs$~WQT8+5Qy~w&j%;ZWdVegVXGhRnr0s!c|DPA5Q)8w7#X|FP zRafGEOEg|1p}ET9K1Qfxx=xeOI9DfY)M24x#YL+#7njhQ<(iDegK3tz;*y$2!n$v> zX0{%N!A-+xYJxCexL0{?xh2H>QJ6)%Trv|Qd@KP`hh%sC{MTL>F@o8R^;lobIBcA236cu_8cIQFvdwA!g?EBKK^nv(LVV?RDXdN c%e*ke2TJ_xC@&53;jv_J1Q!!@3ZxbM1;knE@c;k- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..4266b5e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,61 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import logging + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +from argparse import ArgumentParser + + +def setup_logging(): + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session(): + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller + return sess + + +def get_args(): + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main(args=None): + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + sess.cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if sess.cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..94c75e1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,137 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import types +import functools +import zlib + +from pip._vendor.requests.adapters import HTTPAdapter + +from .controller import CacheController, PERMANENT_REDIRECT_STATUSES +from .cache import DictCache +from .filewrapper import CallbackFileWrapper + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache=None, + cache_etags=True, + controller_class=None, + serializer=None, + heuristic=None, + cacheable_methods=None, + *args, + **kw + ): + super(CacheControlAdapter, self).__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send(self, request, cacheable_methods=None, **kw): + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super(CacheControlAdapter, self).send(request, **kw) + + return resp + + def build_response( + self, request, response, from_cache=False, cacheable_methods=None + ): + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( + response._fp, + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self): + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() + + response._update_chunk_length = types.MethodType( + _update_chunk_length, response + ) + + resp = super(CacheControlAdapter, self).build_response(request, response) + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache + + return resp + + def close(self): + self.cache.close() + super(CacheControlAdapter, self).close() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..2a965f5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,65 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from threading import Lock + + +class BaseCache(object): + + def get(self, key): + raise NotImplementedError() + + def set(self, key, value, expires=None): + raise NotImplementedError() + + def delete(self, key): + raise NotImplementedError() + + def close(self): + pass + + +class DictCache(BaseCache): + + def __init__(self, init_dict=None): + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key): + return self.data.get(key, None) + + def set(self, key, value, expires=None): + with self.lock: + self.data.update({key: value}) + + def delete(self, key): + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + def set_body(self, key, body): + raise NotImplementedError() + + def get_body(self, key): + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..3782729 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .file_cache import FileCache, SeparateBodyFileCache +from .redis_cache import RedisCache + + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c03d9b2118d67f2ed13f21f09200a6b40b02a33f GIT binary patch literal 420 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 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.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..f5ed5f6 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..ebe4a96 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..7fe1a3e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..b6ee7f2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/certifi/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..a3546f1 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2022.12.07" diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6660d72d850d663a32ba6fef28a90727e0e04d6a GIT binary patch literal 345 zcmZusy-ve05VoC!mPBPkLM#Zj42_d8ASA@h1W0TdYK7P|7Kt6%rd65x2;F!D#K@a; ztTG`nu_1Nqgo8k0;O_L@cmKNQ!N3PrPWN8f$ols#_!aa+)<>2+0SYLrKn*ikqYObn z5p~8WbEuoS)Vl%U)(5nWA!_@D6ov_-TW?x2#gt?7%C+$5r*WD_NgBl`m!a3Xh5TD? zdxYdwMMxVEGGR({DF}H1YdZ=yBV5Xw;WF2`z*j|HU36@CJu{^gc*4X4SNs+?-|=yj zBv^C9hD~1F=VPXE!y9b33Mv&Ym@@p1V?wy#hLEV4ZTe@mqz@H4SAjj({i0(FpALj@ b1rC@0*;}x?m@fT;d2h9|KMy)p+ji&+n(JN0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d004234b11301713a03da6f50129d4bcc3437e1a GIT binary patch literal 746 zcmah_&1(}u6rb7eU5pl&Kfzm3Oh}S8D1P^ zB+62zzU&i9_9e&Lw;bp4+DfyS5;vnm(u7RIUKYer(_#juy#&*gFgpp7mb*(LKc+2@ z&@6Z!Q1NamzK&hLPkY0VkJuL3lxbxZW!JFpySzymV^(=9aLSbOR1+FR*=KMjsGdJX z{Wv73k5e3>#~vO$5}vcYm-XWa@!`8@5IjRkiEp>Iwon>m#7VIC0{2LYI7hVLh!z}? z>xMXpT(_0%og3{i_J;#k2xs6%UamPnlYi~GxiV@L=E~GuEzH$i zn*r?v*vG(r^WfdBPp>Axo`QA(+7r;8>9rHRajZ9{`f{N!=gM5x5AL1<8QL?&%pZ<6 kMjMBlN1IcnUMTfRwdZAQZM1f{ezg9&bI{4lMVC0o-*;fV$p8QV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..048f66572fb24fb0c7d179b0a7019790f7338286 GIT binary patch literal 3988 zcmbVOU2NOd6}}Wn{aF(IBg;SPBGs;!D2b${_0k5}QaEX57j_Zvc79m~BYDWMm%VLy>my|dh(RELfuRq1)8G~e{M2)(U&`)= zfgHv`8PJ|rK85|{fZ&v9#Ke!D2(FDF&Rc-GcJ|6 z%GQS}+%+C~Isha19Jj=0_$7D7%@D;UdEoOZZq+yMQaqn>8GnuU0^gBebgbiRS;r6S z1Tw*;P$qO>osO1u0`@v@*=G|nf?aoJI-w5cx|X^#-3(E?)y}Iu_0!@>2I>ux2}7?> z2{~lFKH?+Fpwgv=m2S0H>46bp`0y5frT0@l6RO=J(sGhMJV{O7-y$Ed<*r$hh~7~B zvPzBYd^S~B_5ZF>{QkMctR7#|l;xZnr>e0`^LpG^RO8vaZb-SDWMs8`Jg3Q3Mw^ez z60Vdgs7rB;#nax-pbi4LPmrxik*d)3TJT?GDSRdP=57!u1Sc ze1>QzT$V@D#rbSbwRohu<*pt@#`Wq2p~g9T-vGHsjJh1^;w7VD6oeSIQB=DX=02Fw z1Nf?Cvt?XeM!;O0qns^?GwMbOQw(o&-ln_BH@W-3K4>)C)^ePCmTa+8`#pthAthc{ z^NL1OHAU_Fn|e-otbll7?83$O=ERw?xe1E*qqw!@y{cvN1<6>nI_e`X%)M{1x)2D$H$@iTk&~J9czK@XT z&|gN(W4|m7ohuKWdonb>Jv9DJpfq%;Janlvc)2`y`PMs6qes5F`6M>F9UCphPM2e+ zOVQWM(bsQHek(*xZ zj-R3!#3-7E#Y?)J&2BN4SIx_slFct9SQ{Z4#BLu|B}FvUj|~dpj@TEW7#J*X-Favf zn#bYOPXQ^Cr$X55Jzf${l!X&dgwbtb^wEbU;e1&*|3sMF7ADQhADO~rNw`uLu9)5{ z_L2z~MQuFu00F1s&@kvAG#pCfKwvBFHZW~|bh_1#Fr?iFg*<2|MRFOqcC8q=Qmt&Z z@O2p>|Bok7AIwYeGys+5T~H0tK7I(AR6x>+#Hl{p+-x!mo%&fIEjHIrqQmC!8~-?2 z8XPYVj=z9?HA2o$VdZxFQe3uOfGQuLI_)w`Xatxo##Vd#X%S)@=XZhG>j#23_nQN$ zM}dE>n8I{Pm@W&`rgypuCu8xK@(_P-bZB~N2Ed%mUQ_q^Wn(`1hUEqy&&r17skx`+ zrK+wiQwSiKWh}Q!sYZ3V6&Q>eHuM|7IPcR6yc4!H*F(l>20tgCaBJM*zT%uKyA;Ua z3USV7$SfHqr-;t2xISh-AS(<*J|GPI6zEB~rYP!Wi?ukdpyq9SEe>4>%mb02N0Hzy z=`kP{r$~mRBUo`Pwr5oVK;!=qKK=JVz%&9R)cwbiFOGhBbaTQCCQHF&Ihd>v#us}O z-s$PPcjgagzBv2k*$N91Tihi7!BO8KY03`co-3(9} zM2&)o*(e=!(5sCocDVKpM7UO*5$h92;%Ql@)jsM|$r{E_hwE2yvC}ngxip>r1O{6k zB}?n%t&8X19-D$ZEMlsjt>)^sy&8J>Ev%#CQv&qR5i_~i!95X6d(S^r_iSJf zj}VmCiqqpTXg_4{Lw_?WfxiNxhg*zu_6zwdH)S!D_Q7#%zonSP5)4g3)oKC_H7{dF z)ghnyf}g9OE!{W&~F*vEt$<2;W&3{Xg>uYjD607*nFk0>gd4ED|Ht2#XmLMw1x zr8SUj|@|B@eEfX zNCJfEDEjfY+jrI^;a%2UW_#9Gw%H>ldt{e;)jaIK+Z`#s1L3kbS>Yo5OY5&y2vqIl zXACbg>oQ^>GCxY)#O*8dy&I8jK4$W99!kB0 z4;A0W-wxMVoW$P__mb)S?}mETFP6ivY|3UhQ4Sq1j_(NJ_1TT2*?Y7s94k&#y2(I% zCvv3X^YD-ofb4YjS6HZby9X;g3f-h9Qt=??C0*g_KtJ&ZD;+4qDJ>+z@=4SrRPDt7 eKd$9xnD{LnRLsQNiPyzM*M}= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + + +# Debian: Use system CA certs: +def where() -> str: + return DEBIAN_CA_CERTS_PATH + + +def contents() -> str: + with open(where(), "r", encoding="ascii") as data: + return data.read() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..598768c3215b408c5c849eb287484d8da0ffa9ce GIT binary patch literal 5077 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56c0c892e0c9fafdf2a303e0bb053ac78b31a70d GIT binary patch literal 27207 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 NssH!y-f=?s{{cFGwI%=n literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..439171200cb1c7c4681691a75457fcbc146efeb9 GIT binary patch literal 1682 zcma)6&2QX96rb_hUT4|uN2;W|;Zj-!w5k%TROO=r3Q18wV$+ITDqjY#J;_?w-etxc zu~82>ti%=~aYF5}r=Tk0z<l0V!+HQf6J^0dL8E$cn)Q!I=%MB`n0yBjabi)ISc7>I0)f-jx)E!#+uEmfFy@BF+)?f7 zFOB`$&4b#_fx2_%X#T_f`CA9`w+8Bgarw|F|5*CI^q{;`9wg5(Y(*wo1B;ck2Br+o z9EHRxtFemCJRwi0I0tfxT9?E$(722tK*CsP2Yl;d&gnc*$5mL$ZSv>YnZc&G0Q~z!ZlQVAkcDT`ntWIPr6E2{3X0$r!B}VItm;(7~eF~cdon|a9F&4Dl zu8(|~v2VJzpCU;qVgpJ8T^04>0^AXzimtp4B(9t^hr@lJu{ss!(Ih(fagrTjpemBf z2>bv9DwjPYMb&0T)n*?#BLcrMc~$_Ze=h+?`iWZY(G}FFjY&=|CmrKS zJ`(RR8|RW<%pHmJluW0mM&kV!r1xKPrsA_f^Q6LQ;|jb3VjZLsP8haN8huhYEO(NT z=f($VrauyIf(%n7`#?qoO6ll5Lf;*dck=Hcd3!kd9+K1!wcJ3y-$ree8q)46CL0xOpmn@H+mE~hBTN)kqNVAfho#7y9Q0$gOiHF=x z&DgYrIDi++bqquZW@GIFK^R~#kuZae7FZzu5d`}qKawCnngW3k4LER+0D*oj2XYQ9 z5G3zalTA`2WzS+91a6UESJkVkuC99Dd#{T6^V(Vq1=pqKpNr>?Q`Em;CV#QH#DPFl z)Kf~J1Uf{8X&)Un_zW~97zAU;7-oD-nDwz?lg~uTn2dIuth|CT$N13dR$ebXnFO#(s znG0m@GFbCh~{^t1b3_mx`zc(}bJ$`y-WOPQg6T#f@joYLA?1XPr?bHfB`e5Sb@NIr%Vs>t3 z;>Ml1iRmeRW*BbJS@YG9zkxC+|LkY&)i2xy9@p(&R+ zcnpcBlt}q#f$|vy+Gi9DK1MM5Sb_1G1czXL#Q4l`=itr>HDZlu5v>b`7QHvYBH9F2 zFfEt_E7YkKSg~%wAlM*nhqMFIwUBm#o|m^}McV=+*g;+|m_W~*YV*w{zcdn*V^VN_ zEe1+99Px+l%RxCvF%-4UhB1#W_ z3h~jMWB&P&$jiaFsJ6!L zuLcAD5HA$X887)^>Qt5&q7hNGLHiigz^-IyO}f%DtR%`}Y=>4ESqv@6I18R%FZ3@( z!(#uEU-n1(r=jn0Or81Qerzck>HkEGe9|8Z&iAj9{5xj{2Kwb-Ogyvd53KkXMY(@9 zxZ2M{H6beX<6{IdrrnE1cy{%^%JFOg8UsoZ&YQ4 zIR_H(E4ZXsiCjb#3TlFiQBV^jE@Qlt%%;arG**;OdjcWRFG2pkM~?Yp;(KJBr@Tg~ z6S|Z<2wez00NUhBeVFeCh<8+-6!Ms9Y=f;IQdy2_JXZY9FLINjaLw?Mz<*LIgG-@u zhT~;|gJg zbZwowM=$F&1SVb!6K*JQZ5{ZutWV+!d5F{}uu!UxZrxZgH7kUBI40<~z{7mMg%U6& zXioB9uQ}emAc}&=@4?si2V$b+`7{_?@~lLnpGG_|9gDH0eH_XD|G-6-Ny3*1f^(;) zysTQYD8@AUY0K6QLa7Y_m%z(Ny_ohQoCHu=LRA@u-6s;GiP0DC#>8mG>ew89Jd_y9*c^(jJ#A}G zI#af8E&0Ok-i)Q2j_=uzEB50VSL2pD-7>J-mu?x{a}6r4!Hm0EardU(z1wuk?bVWi z@X1;!TVrAUP9T86uJf&P$nmmN^5Ye30rlTyiCywLm1IuLr9=q5JI>6>AlCePK&fy##X z3C*E+0@27qPyo7!o_W6vDin=)#Cu@Kf{{g!;E(x-o^yNF zbBgs`#^FvoJQ-(0+SyGSrJSVQhbhO0UmFe1y2LQ*hI8}6XIJ;^9>wm-G&OH>Smu7R zp>S>Gx`MBUYk1HNP^v4%Yo{@MmfE4GU|u{>S8W)bn!YnOerPrin@rWd7>)5_B)Yb^ z#N)cePgI|<(wd*bQ{)B!m@#~VwB3`uknVvuyQ*+kHRDP10epk}g}O%G1|2>+3e=e? z=?vs{Af*|D%aAKxQt2!d#Jj5xD{o)F&h|h#iB3rf|yZLeClThee)O zEj%BN3TqGz@Zjh9yKDZCCXp^dUFibCI|%0yzJq`(AR#+ccK&`$l+_x%`6bDJUo{3J zF$uk&$}WVW{+RSzm}cgq(U3HR?eHC>s|e^+G;h^}DFmz`{~N$V{V&tzQJ9vD-Su!h zQ&<0REYsehFs)gpmTkyVrO;t!+p|+C?2)P}G zHapv%WV0094nwz*y_R%mDYzX53(MATT}(D?*C<^B>0{@!6cp^ri*tQ_O?CRnbU&zP;G+?>y0 zs4ERZ4x?LnZB>*sb;RnLCxz&Ml89ri!xWlH(D`1tsWm(w2>E51=QTz>)HDzEIo@4$ zdi3b=2Tc2q{EuAo9@m`WTGL#s!nHo{xlF>z=f_TwaPs-dNfJyd z+;RA5Mu0<}@USx}u?09G#1>3K0xTOX(1nO)!vL|AAr}w1VgCR*^iSxMpe9qO8Hd&a zi!v>4@tU<=!T#TXVE=akNIySknR1=lUfR9;)k?~B z>DfribzQMt&)A(gTP0nCPIfHPyKs}PBMc)D`-A!<-9WgBFoJ+)MXk*(azG4)cz%bL zZbK;vi?3_TJ&sio9>Mn@3IOYw|H~Q}_75S(drmu^9-GQ%s+htBY) z*v0z@#4jNq{!dxDi;w;u0vbYT20>@3Gz-}(l&tbzIwk)Ed%A-_UJQ99{Wb#GD4+$; zk>g`5MEGM&e1t$+V9}e^R&wU_)@ZBrJ2-V!6tU{7>Wa97t&dPdv=wNa4=~CrcNcKV zUWMNDnv=Cg(iZQs=Q@EI!~WY=>Y&ZYn*OKIC8$(EWZI zfdX~X^cPhZ;#iD|RU_zPeuIm=lIF0K2}A`^#qeZE@3-Uq#hnWw-V9}ZS zhLHr0`GYh!aG1#jk#%r92ET9VL8Orcj!b#rs1X^@FEwvOoRjX7c5)|H1wvb85sn)K zEqtuN>)s<~PAB$XL&_t<$;wP##ur5ROMG+%Cf_D8;Su<)#DqA4H_GJZ8^OhkZzqpUxP*kqxLMSA z%wg&X9(Prn4xPn+4?Vn!#X~t3pUkm%;v2BIlK(!E#eGFAc2;MxU_wTNkFLaXbB^a6 z91PTG8$@ke_&LrOMxFZ@Fz(~NYyUbxQ4ku2Y$b=?U3DsTS}WKz2vC{UMf*d0>z1%* z?^f*HnWomQ2a40|r4!73;&4J?x-Yo5B;Wyv6hV~^p z!FpUmLVFjci2HV9>L}V*n+~1!{{%g}>Zs>Zj`rRh?Z>|X?SBFNzuI}@Nl!@_&*TDn z8wulUO3A&!L^=f1p%&&`3p;56Ke2<`HzEB64h;lu0-&8ifHT5%W?c&dEGXZAoM6rU zRt9p&Ghi-k#pdGop@;oHMffX(7YM&X=mgMg#wVElJ_-Yl5(gZO|N1)BlHk9rvpa6{$++G8;0pbYWs8PZL>B$e? z8mlBBpQ`K^@Nl{EtLhf#Ke6=#gm35QiNx}i_xP~)2ZA5kzbEn0B)TW3PUQSakMrSw z4SG>d;(RZpsvJXAc}JbB|BX!t0SH+g&0F-72MH!)wQpW{d?j%OgLrq6`N^@At8bgz zb$(?{x!&0oz^f~^q1STgKfqBU{0BbiH{#B>akh&inDTb1Cj7UW$f9J#VKD$IHxB_g z{_BiH;#Cr=Vw9@Zh--lriAZX&HmndOS@V+Er$j=2<)}qT9ZD>V^Y~9>L}bTO2Lf(h zRr7LCCgsFG64!`cQLR~yF8Sw)1dnB;CWLVWa`Hz`G?p<-LL*{|$eg0})-{AQFj(lnhNq-c*qb(Vj!3_}~>Z2cR6<(pI{J^w##LDA7(25q|qeEk#nKMcVqYWKl9?Y3)k1D!XVCyG|Nga$$!KY8xn6vT=SPEo(QgC^`8PJ&kJMsb{tTGML?arPBY7^t<@p4k z7ZL(TG+q;OVqQu}j2CmBd{3e$FDGP<@MMu_(gx8yy0jw@@(g~?lkjRiw}~QuiA_bY z#hY2fwB=i?X0}*J=4|P10hlj29Odl5JIhIWTQ}dM#U-68yxn&*S;(v_iSQ1=FZgZ6LW4mwG28cFcFup+hv)11cX0^TGoRtU7jjX*-ue2kYi z{0WcVqw%_|dxzRnNSfC?8{!VMpSgXB-XrCD4$1j6S@-J!y)VsoR)igbX;JfTh=~yJ z$6$wE;QK4&11=E;ZTao~mLe8uac$MnhV9FNF4VN62oKfGHCl+Lc=u3*pw{vC@;;D{ zxyQsry|$i%H>h=uv?T~BbARG?VC0!QincBj)!ijSpygUu!EvOf%(icJ z8U&0tfqeatJeLEHda6D9^5C94So=j?9^94Z8uDCSp0iGlRK$inXnk+CB3Av@n^&+o zR%h=^m`+lz>Y;(EWd{8RFyFMV1VHbf!3fTM_U<{@{e2kxeLD1;Et(__HXe(dl#zCyz& zB+v-!bL>KoL!<2r^aM00VyrZHgqhf~3d*N}bZqod;KRV9U^Q3?x|TUHyp?Mb!8^f7 zWx?|Ie{}Q1n~&nvcqML)L@Nu`cP)RY?jLFRM{3-zf81e#S`%lw%t;4es{`gl6)|%z z0rMEJvjSh|F-FVe^;Cag7LTgz?&+A}HhId$L1m~pyDy`gYN}XBXEnW$(rrJwJ7`)h zB=h=Hj_K7v&x<;W90RsAc7!6k=Y1c9n9n~XUj)OA;2G4|2bRoUhCC|92(PQMg4*P4pD-wv2HWa}JH-1-rB|0qrBBKzqg; zI02);chpF%F2|TgY;-4)!5Qo9`AxAAntFcfY~$4Yrnuz;fNquQp>gN69O-j= z!E^QCIV(E3>DdZcp-4RxZG@t=w|7I64$B~Zy7vBFc)A{*em*hVn7Fukb?b(8a_q?) z^~j|2ehtX4mg@4*Vbr6Su+aFyAq9Ajm`%y4~h2hRD-Ju645XUjs3mEGNQkl%q{ zr=WZwzQ#^c_fEk3+H01@9k|gm_f{MMoQn6@F!h#2hzmmZt*dLWn=5TVISl#({V1Mz z=F`Q0l_H=1=St?+5o9;6WZJuw0+U9xP&A`XN-iCTCcK@j61@y<#m^j@!GoTGxl}=d zS*Qy_o?I~l0oIl@eQ7O2G2O7>ODBL+BnK)85ZlYjLfnL*#ukw^&}ayo7H%+Zm&T94 z&B3&H7sQNz0s#btB3r!`$?}Chz6luF^C@+o0$#j%q183D=bNhgrkt+GK*ifm?k()~ zdgq!1h>JZQu@~9$?T5zqLgTgApMTJpU)T*THbRT_&?3SzJhUI4288T}&q6+|T!lp_*Fi{y`Cio;NO|CnZ$4F*N>0B{sI$1T) zD&JFjE~l#SKLV@XFkrvs#6I+9iUij-hG7KCwDzBM@twxS>rEm`Z*dN-#hvfxce;CD z$@_bxsU~?9=_j7PCND`BwwG(hlYEl^+aWIm7~c3f6KM9eM9*(e*XEzhpw#&e=@LEP z>^mk6Z{Mw5{6wjro^Oo8iqP@d2>X1SoH;HH)ubkY&ub87V5Y3N(rbIn^;P(vm}1Oh zhH@+uXw_=1Y8fM}E$Q%2m%)tf*a;Q>lsM~Q3H^iy!-kVRtkqu!?HI>*6HkEYwBFWAUeuNY^?{V(#-lZpTU literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cb20750d1e9d4f03a58b73107d1cfc6e4949aed GIT binary patch literal 5550 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8a69cb727d15b963e4d048e2f6b6602c5fd3dee GIT binary patch literal 4001 zcmb_e&2JmW6`x&xh$bniwJTOJ>u4b(mRVaQ)bt~9i?puora&7dkX#^84~y0AP+VoX zOV18vOO*i~d{7G)y#%!nEucf;#&8R`|3MD<1L%SWVSxY!ddiJ~d&;T5H_PRh)SkK$ zXWz`cdGGf=Xa71qoo9I7p8p5`c!sfm(Ik1&ed5(mKs;g&b2N`_Fh_S%p4QYibdBh= zmujXr(i+p*yUfWvU{3al&e${j;%6h{XzQ#p^#x5=ztAvNw5W6=a9n?DU0RaAXW0$c z=QmwjVyD=jsx3Q~5sw2vKIV@YXB(QsHgreZNI5!BJ1Hk!PXj_4DvM4Q@2oS$r<@d@ z!g>z#oT7E-4CphU^L5?HgD&u5e^z*qegf&w26{K9oiyN2M`uqWw*Cl6c>~XNBP2_V zW^9Tf17n8^x4vsw#^x?ILVl;seVZHgKwzz93F+Ex&k_b!l`E>o&jO)@aR`Y|$p$wZ zF1amnN^qOIJ3PE;AYEp9`lP5vQy1S{l{ zas;~$58W*v!BT0bLSxC3qTpfT_5&k;3;{F4&_$XIlGC``aFLWYB47u;v=B5&jwXnc z;*wOSh=WCCD!_T%LT0ESy3HncT&fo+aw%64+VCzE1LmYSGAapp->tXS*4|%BJR1jm z#IgU&r-+d^jQyl4W4uh2i-+YowB|HZPRjC;V-vQ;P8*86nbfv&62E7AZ6q0a_N2Jv zlu;K!lcEqJSp+no4%HF@hl=s5>S&~g%_u9lYzu$Y9yDXLwN(H2>N60J*uJ*U%t5zv zXhtnsJ!&>ME3?TuW7|nDX5h~x>yD1ufJ@FM>)_8Nv^<+oj6H#-X9I0Gt1ctj-)BdK zA>WW1@6EV?7$Ztgl!eW0Xr_uAEqA`j$dCmOm}nT zZ%FNN2k1Es*W!4yA^MhD_&e}uk|6d#%)2W5a1C!^K# zkupszsB#!^j7d+8NY_W`kzyLvGj=vT|&k93R(g%d9xM(IRsCY3d#vFANQ6Qp%%G5qTd8d*URMjfF zBf&1x8nm-YT18x303GF3@hX8)URARa7ZO0aqE$vjd7s~trrO!Na7tnfw{PKG_Af~+Vrym~O@0P#!e7jq| z9v4%t*vXYqXpir_$QdztJbSJ?yU@uksJtAjA9A{?pRa)!Ps(*B%2=#u%3I=Fphv1B zI)_%JdKtb#Oo|LT-QJ~BoN@}^8p)#Ipgj<_#ZGSVB(_0qlj?D7qXmO>(O081HA@t+ z3i%|~d4)lJ_{PyQ`yFlX%6|iV3iGcBHT4RG`r&ULfB*l2Jm=x7w~aO|z75%veiqAE zJhj&*$37gwdO3Rzu&#AyFLiR4ltU}JID`Gw%8a0173EF3v)UfrD@D`1)3&_+Ei+}B zPGFm+pp+N$G*APKQuqcHZ_so}O+zWf6{2!25wy6Fy9(k{ru4;~bBfq$Si~>vVmKK5 z_4IFKay>@F)v3%}r@Yc*ct3a4YjQZNWvV?kK4c3SFHW#>9N{hqNDNfWeQslK2)2-)!1M%6Rqa!cts^!rOoJ_iBE8; zTpDG#-)@F+CsGdjE{+VH_Eqjjab(^RKfneRW?0A2OKFX`<4deCx;L*Krr+P literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa7db81a004c3fadf2353b1b47ef05d6d4c5bdc0 GIT binary patch literal 957 zcmZ`%zi-n(6u$GXIBC?N zb1$Ybe?sk+<8j&VnwYX(8bu_g2QC-WDLJHe?1y41lGWqXjNPIkak)3m*m{cI>h8Z|Aaq@meFTlOI_6!T<{>G`=zx$pH%w@1Mb9q=S z4NPfgW@%!6;a1;1-RQSI%nr;7*qK=w&fMr_d)edcaK6yX_wvUud-mH=%R-^a#>1PEC%cP)F3inT^7~;KD25rm1vgSL#zRyYOtK&9 v+z8F#rBM#)cLv(+>o(F1y*NVuy3^9Pl_dUKCjU&R7|o-_rGZvXE$Q(uDj53- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5da7f956959c170486ace4dcc2983a8cc17f035 GIT binary patch literal 1691 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c38d4e95a4b68eab55d6d26bb5c4d222288b860e GIT binary patch literal 4908 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13db6904da4b98252b2067cb31bc86a13efb3498 GIT binary patch literal 4734 zcmb_gO>7&-6`m!z)Ka3fluU>E@edtEuIbbyWGQm%U&)eU%e5%$&kYEtixqbz(dLgj zy9^|PZjHi4=|Dh)!i9B60G?bMZh;i&K{*sqZbmO9i3LO~AXI3PgD(YLr$C!a`(~D; zb}buqgN{aTXXed&^Y+b~Z{G6P&CQJn%J51xPP9Z? z7-U12kmS0Hq(<5O(2md(_%}*~mzt(g!2OJL1B}kjCS$4OGsft3jLr^Uxi%70R2-X2 ztH2pbit!aCrohy;;gl3hE=;SUDvyiN#aL1f*mQTbNr!d!HJqBOO#&G&RXChVs`9dG z()HGOIv#w!?eB zCilEU;_f;k&CqTEtuAQuIke0~JmAwNy@}dxyo&C`vYN)paFqDAR>(e({}+D)@+;;6 zQcYZ|g?SUFCXSGG4ujNMM8Oo*X_^PpPwE=7NT~S^sZFL?(A@P2%&KcpA#!WQx+cux zYMd;}yJ~Io(<%Y6iKfwGCLCzgStY$BW1SO(STd#x0wybBVv_EP()bdT1ST(~@0Uz* zD2OBwGcv|xLERHILaIKjvshMS^|4KNC~|yWcL_o?E-H#3C^iuA-}y!iEv6E3Xi-$e zWN0EP#xIlBiEAtBVk#N>NKSqfipS89TDPx4Z5d^{7Ykmhf$}Et7-a*@3^Sy@EhApnW#I+Z> zPL1m^P%!oXI&>Tef@77kdV^p23_$GTBYZU)J`5RhH3ebW4K^F4l*&+*^|@WmF_UE;cnT#v@}6lxWBfsDl;; zx#c%qTj#EbOJWj&79Rp>e3$kG%f7A$e-pDeNWA{Qg`$e))qqxhj3SCfA+ruyOLOkuyM`Uyk; z50e>g?#$)WnqTjHebB;38)w zc`m(x{Y18#5OOGWXLw>p7$4Q0hNSKso0%qk?){0`@Q5%rqqEa9LsK*Qz6Ai-Xc}WV z2~PmrxSZ4*1-QA5F1;^w$Gj{{kU9`6bl1q}%;@mUSoo68FQimKPNvcei-IJoqTWK) zrIPb8Nlr#(y>0sP#MI32?2IsTd1@3oS4RR)iuCv$VkZ;R9mF31_SM{jF2NB?1TaM* zFyyDjxTyM|pYfRQ0%F=}7*+lZ$LJ0!^ZQnRQs4tdg`P&*?-}(gpFiJT^c~lH$1BL^ z`XTe2(tDS3LpgP)>+q-Nx4QaEUHzZW6uVAqU8i$b%Y4^oS?zFdiSI4&y=9O0e$$rc zNXc`g>^)WXwrk!Vp!dhi-u=&AY-`)s2uOvHf4I@%ceO*kYmWO(WzYUKwyNo5i9cE3 zPi`MNt{v)onOR%Lu;g5+>s+zxg4T6mjVtf-t~0+JSQ{t@POOdGpU4jty+^45fh}*a zwynQ8a-{&L0pV<7M=nZS$aKRgf#tyN(Cb+!8Yz%$D zZZexgU$Ps`TIl_!pl4F^P8PhA7Co0YCO2EZnBAOw+WO_}#)n$}51xYB>zem^!F&B* zI|qC6bD!RT++o<|Pt*oBhkLcw$4tGbVNU{f;%u4C`rPR%kt9d==Iy;uR@ zHo4g9yf>1tsirG33$SQ~_*xd`pl91iz)rymx;-H-LvBX!hQvSpL=)gSue+<6H|;6p z{on`~2Y^UsI?V^bdgMglD`P(Z(5-BMiCvCSN{5UPf z4GvAjX}+m*0DCRY7kP*niz^hqFgfKqJ0DMpDyFV#u6|8K z<#=2W0t_a%2+h_84Y!bV0TXhRFrEW}l(qI(v9auaIF+vL#K zw1VKVOPs$i{Ubh2QrWptwOs#-?J3f5XieFbYRqqhszT5%3C V47mE$w9t0!Ic0tQnhA6R{sTx_3bOzJ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e7de7b56ff91314bd5c7d46b97559e4dbc8bd85 GIT binary patch literal 12090 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 Cq+IL( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39921b966e8549b716e7bce2c30f84ef40e51d22 GIT binary patch literal 1683 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80ea3f77a247a3f892242b5acb521e91b68d39db GIT binary patch literal 1683 zcma)6&1>976ra)8%FeEnICZjiFTug3OR+_oLsL?MTPLK4dJ}4w1YHJM8hb@0?Pg{+ z$(kH|Sm>rT^iA zV0aHE-#|6ou- zNqEd;@aa^Lt2yyx(KlhM$tb6yrlkg_(Rw;Yh#z^J6T&svb#d#J=QNrzbs8S`66dz> zMW0J<{!T|Unu+s(CJ&q_Tyt7#er4hEWrv4?&bK`OYj1;crxmsw0%AdvIX?7HK!row zzIfPDU9`~ZurgTMd?#1Og)E*+fbd&D{@Fr@cI8QFyY#zV{mriK*)#k0Oy8b4oc`eF z`rh=l{po8xV|(Io?)u)`;{M!X&)BzT5A5>yKTG6RA>%aF4Y_|X>jl` zq*kkMTHww6>fPt)Ic8@7;Zp7*n*^GcWf+h&l6W!QtmggBBQ=m6%6e|0KTluiJ!0p8 ze+%2Gwd#cry@XAHJUb60Z`_W&WTOq4Eha2motJy6l1OVcjg7&tUK^7wBHbk<9VaAi z2JJ}lWkT+^y=a7}I;1w#1$s(!QXTFHc0uZT7f4z;Y7L)85g|3q&cdp4ZBgZg*-})J zSqXdx1ge%j1I;j}2I&7t8Ceqp4V%>;{Q-jC33;Id)V-&`fpsi)=|njRZOSaA^dQ~!+d6kh@ z_9vrEUuW;ZnrtE71v1bv#)GQ}U+trh^6vrquwQ%+(3O7iJwUVl;ybV^7!vj-=}*4@ MLN34j4@~9bUu4*c_5c6? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd62b89626a3e25f514c992d3a05fe1fe2d275cb GIT binary patch literal 19134 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 Mi{igOfF=3(7mN~$od5s; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8da92e0eb636d99f7dff781696c6676f67fb69e GIT binary patch literal 5687 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 Prayd*;=ld{llk}u>F0}f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..373130446f00a3a30c3f5d70a54192a8b4c68b59 GIT binary patch literal 40171 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1d86a2f0a6e7fd8788961fdf5a147926a369d0b GIT binary patch literal 80025 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 GB>opZYE`EI literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72fdcd9210a1908a33c89f3bd184eddaf414cb49 GIT binary patch literal 85795 zcmeI52Ygh=wZ>Oe(LrF0>Aiy}wqrYvP46H;^d0V6ZXCYq3+E>J+EP={+yW zOM7_-3)Yedo+*&SiIzgyTHr_r@}x=07vHot-mh&fV4BSNG}DGl&1K zAM)0^Up=`j_gzBxZ>TT)s>|M7?w*{>xw6B#BW2sl%5wEN*NOjJ?pbB7v+DxwD%#C; zN4Z?eJw$s-O)n|;mU15{_my%#(f(31K*|+T9w_BOR2=6Dp~0e8O8XGet3-!NeRnyR zVNx?(bcED*k@85(Z84>(bKYauz*guRTS3iT0Kw z1naVAKdI?2tplW7A=?g=nnA1)>$2})Y0p}hukKLk+g-LBCgtIxBSgE%b&izsDACcP zW2Aquu3WQNmq(f)Jtm4yl75rr*ulCy>NIJcE_PQfmfUBCHuWn}m6n^;zq3FU96vp3`i3_2-BdUo&vs5NyleVeIxUVO<_SSeNC} zQH|#n=3VwIHt(Vy#|i6Q_A0g_dcX^#*W?;`S@3KBv7ke%;@A7zIy~}c#8Mv2e zVzcQoM#6fRdkpJc_Rp>v*qR-?Vcw0ugLV5D>vFr0O>nPa&A|FFc3EF~z020H-eozg zcd-YtF6**01NVKET-)DwX5fBHuNm0d+Sp~EVlxBlv)1Lf<*ci}Sq|3iYply_FJ@iV zXRXUuy|t*uKEb-!Lka70-`Sag+m)Uf*gwp>ERT_yq}0629us91GD*g0m>GDCtaaHl zJ9b%9%(|=()}=jTHbGJg2kZ80vvs-Gux2QG3LmtRBGPUSvRcDf_3{BSeHi*D>Cji+-G2YY3uS_vesqIKslpJMK$&c zW0&P@RAWtRnJ}$hICgoq6XfV&>^}0S#VlxBl!+i$!Z*67>77f;A zT(k3Tg;~rzVz`D}+cX^!FGGUJFwpf?_f^}KWT9-Ag%?y{eF0Q2I zE)LEaHswFHZHsm3uN}y~oLjT@mm21V!T%8J;_UcJ${BZr(MyX?m9q(R1ML@PUTaM65h9DYj(xU8h9QwJMVIJ`VeYTv%t?VAJ?JSa)cFb-BN8axU4i%e@Bc@>RV2RRi~wwJvMI%)oNi zx;&%O)@A6Rv8(pgQ5$U?tlM3z z%RO}#e+e@KYs#f2`@SXXdrN&E(Qt>C_5GzL+~H+SxQ~M}j&p^y4;H;rbckqJ@p6mq z^12R_yEDT@M~K4z&^l6dl+=tC4fk=l-WbOkZ(Z^P=`m3>tjSnEMQXzPmaGZy3bP#E z`{D7znt^8)=3SPv@3{vH7g~2%hqErPFj$wPWrWx}yywoE>?a!7f2>%&@DmN}9X`>( zeqm-{d8%wPP4*tF%l=_zV7XXSE41!3$tajr=ucdc4KJ`R_Zsfwa8F_EvOYvL)<0Tf zmt!X6!Yr4zE^QRXF3-+dmt5>V4(r4Hb8a7UVIHa2JxJDP*9?W$4K^(tyCVv$%dLx9 zm-YV$>++h1$+*gX8i)1SI}N<@U|qHrT9-Y-%)lPmvCA5aJ7^fYEQhhnZD+}Ov}Rq7 zUHu7m4)bo84rg6nRhSugwb^->HIK%;%cIT^OV1RGR*JT5-o@->tK1%VEtxzbzfrIBscQDxxxe zf^|oAQ0wyghs*d0pVMPaYikDBD6?ju%`SIl;PKi%Gaw5p64gd`Q0sE!gn5@EC#)G* z4r78KC5atDD#KF2_JE(POi!gR+qcC=P&DpWbnqXaQ<*m!@ z!-|aMFz>Q=Sdp27MmS7YT9nykO^~k=-x8-PVCUur7f~!m$t}8Hufo;9oR4Y z^#pr_xtI09x~$KRUABfhIc#lfWYblH&JeV37`u}mHS6-VznrnlD=eL_u{CR5))ZQo zw#nWn$1_%d)jDxmZ-=zKYGe>>uV`&S{l0L$`g+%avI8iED=G z9nQME{;=MqEyJ3D<#3Oewg_XF^=*%8>|M;dJZi8m%OR?l!=jFx<5jMRtsh0({a8Q44AYhZbj^b6TAYqIxvSyTFbVIJ>NE3z{fO->t1^7a-@aN7X#*j#PaKY?|5 z%^|9Bj1{vk>upq1>vGFtcXHTT>|J-(2kUZ=ZC{aTL}P5@{1C?OY-3&SFZ+2MzJB5J z{XB9n@vmZk`NP)mX(yJ$eFp9`eu|eZm-|^Vo=f;V4);1*&Lw;vhc$NI<&nbJ<(B_9 zpCy}fN$c{Q!@KT0-@lJ_xu@`n5gs9YVuWRU+8COhcUg~!3~jGH9uKQR(!+xR<--MN>vF8371F3%$St~+b`%2gNp93;2B_%qVnqHSZB zTW6orz?xuPS|>y`)`zHuvX5%44N;BdFm_oEYX+8aPZk=i%bGAVu-vxwZnSDB1?yfd z*5wh3eae(a$Xb^@Tbmi!Cp$Bs2FD4X;br?H8@oKOu-;`kSQmTFtQpugQS2A2%VP)Y zvK&53#-7U&VgCmiN-Qed+sR+)KE(Ks$tc3tT0) zmi=nZt9KUk6TBCX*^XyfUT?T-qn4#U8t+B$+Ow8rP1~{uyTgZ56)6%m6TeJ7V+Bar7R^vUJj%isPv$SUT%nj|69kZ+{mhECI zzv|-l+4mo~-_n+4>*dY{VWh_29n-QLJ;i1N)@LIaYsSbbCPXmQWGu@b#WG#mJ!HCk zm5Tj6rH)y)wl*8sc~-64@hwZsg!jx?4)<YMm z^_MfxYTWwg7_+>_>}+5y%W{|vtYxuP$uY}**}F452JQqxAK94I8CLD8HtzUimLn-- zw{5X3`ed?OZl9eESd+bX!2O1`0n3*&X5(lzvw_~Z-Nxs?=G?W|a~IL>qSHhticS?B zFFH!f_WXeAZL86h-GbcX0?(dnXNMJJ2iAo^I*;i4l& zJBi*X`Z&>>M9baHIEyQ&V&VS614R3Z4i@bt+FP`yStz|uHw3!VErITGE1)&*D(G%E6k021x<_=cs1vOd-6y(V=7j@p z82Z<{;n0I_1oRMNq*(8;8woz*MnR9d(a>XV479ZU+Xxv9|8vYx)pO-K25H^U$4j9Uu6!_9=Ab(PS^yIIgD$eI3&=)a2o zo9Mrb{)c-a`rPU6fvDdkgffZYA_> z?(NY3bnoy-dZ&9A_`lq{q3?0;g}%?dANt?!1JM6*AB29$or8YZ-4A`D`v~+d_fhDR z-N&F$bsvX5-F*W34EIUsv)p> z8{iMPZ$dxlz6Cw!z74(KeFypx_g&~m-E8Q`+*atv-S?oMaGRi?bl-=5%KZTPY4=0u zXWWmVpLKJf54a1^&$%D_BYoce1pEaz7y3o_Q|Oo6&!As+KZkzB{Q~-+%R?V>S3}Rc zhoN6}%b;I#3!z_kzl46n{R;X`_iO04+#=|=-74sJ++u&E@4DZBzvq4n{l5Dh^apMm z^oQ;`=#Shw=mqzC=#SlM=ug}h=uh1rpg(g}(4V_MLVw||hvwaO=)-O!^p|c2^jGe2 z{z$)e)!^T_ozUO9KS6)z{tW%S`wR3B?y=B6y0y?hxp~k(yBnZ?aesyW)%^|nx4X-D zH<{{glHX-+0qWDqix!mjVPygG-zr;&X=l^5W;rLEbr?sf_Az0~7_hIOhBmzA}BGA($0^KbU z=$R6Mp3Mj(k@UF|g`USKgs5{5^j?WTFO~@OQi(t>mk9Jqi9oNC2=p3>K(CVs^ahDQ zZ;}Y~W{E&=mDux-i8`DEFE8qF9{fi}9Y(njbr_*LPSoKV;nGouaV10@Mu8A@7_WXJ zF*HOSt`4(Nhtc+7i7&sD=w+i0*9^arxKujoFpm9wqfS>Jb;>2`bZs^2AQHJA)w#(% z%W}C3j6_q)&JV7xKf3>L-GWoibqf#FHdfa)uRiAL4qq6K<_nW4=$yN7EoBC!6J<1I z4rMlFB4rZg8p?Re6v|l2I7%gDCS@9B3}pi4dde)yV<=ZsDk%Kkjtc`Q!zjHegD5>H zgDDKC7rIgUP`XgcDOXbXl^_?oQaV$vpbVtkMCniIMVU*PPI(;V2FR4&7aq&fVBch<;VHS(a1JV4_-3isS7d;SYc^C1`h%+dl1 zP0`3*HHvxWp>#pIu=T=1$|A~Q$`Z;_$}-Aw$_mO#$|}lg${I=)Wi4eLWj&>uvVpRZ zvWc>pvW2phvW>ExvV*ddvWrqf*-fdX?4jU$R&o~{rH-3IYK!~ zIYw!q+(K!jG*Ox<$0;W$Cn>j5PEk%%Zll~zIYYUFa+dOV%F8HEpuC*&FO*kM{+04d z%D++Wqx?JNRh0jryqfYv%4;ZhQeI2Bi}E_klPIsJJel$a%2OzBq&$`KCd$(&Z>Bt* z@)pY7l($lzL3tbHnUuFvo<;dj%CjlYp}d3gT*^I^cT%25c^BpRl>ef`WKjkHq|E9c@@&U^KP(Dcc5ak@@!<73eAEA7d@-fQCDW9NxlJY6a zrzxMIe3tS6<#UwJQ@%j?BIQezFH^okd64oDFQq`r4!WpZB%NZ~OAvpWnRU_*(RvzhL2_#Y>hh zTfSoDs?}?%)~>JKuyND2+C6(+-M;+?>JJ_|eB|h{hQ_Am<0np^d&0T9&OPKbc~)Ha;&8yahlaJD}`xcO8={odNcH4Vp_>YM9N)YUZB zHrF3JUva3euA!#3X>Waf&EdM{=DNnF^X0XN8xGX&scSynb9r^ujO(tu=K2|P*5LT# z8tNNn)|{xrQ?2KzaKWN#;HB0BOUp{|L&8qopme#DU zTC{l8`SF{VuUS;Jxw?jytBG9}E}Or;WrnK%hclpuix7D+C5BTq!U_;VOZl3d013D~u2rsW3`l zw89vHu?ph^{2+UNd6quFk(euvP`Pl+jiGmmd6U*sPH&}n-p#qm{+D7%`X#N0OZTDP;rrOU96}Vs=CBC zE!C!Fe#7O8D}3up#Z?|xE3WaKs}$FIT&K9+cdl04;BlkkCf|9p;ueov6}NfZuDHYF zPQ_gwYZP~TtX16Oaj&BDSf{wp<9_OS`CpEbEpWBsoYvImpEhvb>u* z$cpmhAjv_JgGhd7Bgo2fb&yp(lY=A&Ne)urAgg<-gRJSD93(kNa*zTCsp_o`vbJw> zkmMlAK?)pXoxTT>U*A7DNOF+mAO#Lm-CrZfhKl4M$w88X6gbGn3U!c8gOYlNOF+mAO#LmGh7{H_sHZR$w88X6gWujNOh1sqmzRq2T2Z6;2?WPtAph9mm8b> zB>745lL9}f8>y!`0yVV>M>hyS3-KKuu0AN~Whf0_=o5B~w$hyMWW z!+(JG;Xgq8@E@Rk_z%!N{0C?s{sXiR{{h;E{{Zd7e}MMkKS2BNAD|kc9S{F$*+#d# zW#&A2`cLDm6hVxG;0YJeK>*P~0MS7J(Ln&wK>*P~0MS7J(Ln&wK>*P~0MS7J)@cprX0jL2o|Doi3NyDEI?dh0pb!15SLhhxWod)B^Dqqu>f(21&B*5KwM%0>=FxT zmsmi%!~$aSYf-zzLZw||0qqhCXqQ+(yTk(8B^J;wv4D1o1++^npj~1C?Gg)Umsmi% z!~)tS7SJxSfOd%mv`Z|YnxY*`td?zb%Tw2?gPguDMG)g4Scpak0YnD@LmaDK4g$0e0<;bSvbV{(w>Ajv@r9OUec>LBxOPC1Bi5G+LF5(^NQSb(_10>mX2ATF^0 zaftEK)b{O+9ejyF0p`ii3PMvETCOt0qqhCXqQ+(HAOp?SS{P=mh*2` z2U#$`EQJu`Ay|n<4*^6E0Ync0L=OQ(4*^6E0Ync0L=OQ(4*^6E0Ync0SPubO4*^;a z0pi7NQR^Y7v>pPq9s;x;0<<0iv>pPq9s;x;0<<0iv>pPq9s;x;0<<0iv>pPq9s;x; z0<<0iR8zFWLt3`cEf?Z@S@erS7Q#im$F+QuPI-DWeSRL_q=RWCx(Fb;2q3x$Ai4-3 zx(Fb;2q3x$Ai4-3x(Fb;2*A1s(7FiFx(E=jZi`wML8WyOpmhB?1Wfx~x z>moqwB0%dRKmoqwB0%dRKmoqwB0%dRK?*N;;18wpSw8=XV6JU$lsZB1DTqLrTqLOV2Hw10z(ys2@F>l zAuv*5lt6r>FU~DK(zoSJq4-E&RK-X70^%cm0qM=d^yVRk!Gca4RLLjAwUSRHpGZED z;zat8iA;y~Gdd|w$ntPXiWB(D2Yz%beef!+oir^;K9Ns85kAJ4;zWuQxgI_5oSl3E zK~h&x$tRLeB%cW0kbHv6=X5VN{UJyE3z*~+$tP%m&+fXp&Fl&lbM1 zo$`s4Po#Vz_~J&wV+8mmb%5&y_=Q}6#|rSvhX9WgxJlt= z0X#=Rn&y`Y;yDU}3l;Gk1;NFNdZDU#j)F8T)h0YgL2$Vuo}(bRQW5SVxLOf!=LuFR z;yDU}>lE=E1;J`XJV!xrqavQ8Ah=l(&ruNEs)*+(2yR!za})%3D&jc`f;EbGj)GvV zBA%llxK|O+Q4p+C#B&q`_bXac;AsldRIg13Jswg#?D2@=QIE$I8$8~k*yyoIvDxEs z#Sdf9?vSy>!jyAUwjkqE-EfmTqM{jzgTgJ$EAwPJT6zX zrdZ*dR%+8KkE<2ec&t)f>v5gpdXLqL8$51Q+~jey;ueov6}NfZuDHYFPQ_gwYZP~T ztX16Oaj&BDSf{wp<9@{h9_tkkdOW0PO>x*a9nq$v9*-$Dc)Ufi(PNWhv&Z9#Cp?~1 zyj8Gs{*>ZrkGCn_?(vM`9Ujjr&g<-7cbSOu3p_4VTqIbQU#z%9uv31i;xdoR6;}Yu z@2tqLR9q!EAirACnqrObS*1;DJ+4z+@3C5OgWu0a#ZA6-v*H%tx>a$T$L)$ceCM5t zyL@Yn;%<+%ihF$Ly^79bo#H-^`xOuPZR-^edOW0f*mpjnc+}%DMQe%%-*k&MHF|7P zZ1#9u@r1{dinj_5%%4&`?eR9n+dZC9yu;&J#d%%$VhzmC@1pa($AyZEJT6vT;&G|s zGLOp@S9n~hxXR;d#WfzQ6xVuOr)W*F-Zxci(*}f@|w=3@OxKnYL z#~Q`m9%~i%c-*V#Jk}}h^SEE}fX8~pgMtk-AHzV(=5gKxb>vC(6bqBTXc zZ#u3`Cp?~1yw&3=#nT>dQ@q{d8O1w1o>iRJ)xYk#+FIaoq2eNsixro6T&lRt<8s9n z9#<-^^0-=YjmIj*wSpD-b&BhKYqjDAj~f-ODK`10&DylZ<5tCO9=9v*@VHZPm&Y2# z-5zTd_Xt+x_bNKyTBo?r<9@{h9_tkkdOW0f*y9n!qaKebHh8>6vC(6bVzbBNiYGjt zRJ5kJ)i<5erqdp8Q@q{d8O1w1o>iQOb+!0=H}!Xq3l$d$R^%5eF7dcjahdPDTyceO zU8%Urx2{%PpfO0ZV;@;PSJ8Q_Q{3lqzv2PGihRA|LEm~v@vv__qIlHfF~tVo`4+`Sk4=ir9*--Y z@Y|kLyw&3=#nT>dQ?#bI-S6j&Hr?Uztm3@x{&m-cYJp%yexc$bkBb$TcwDNu%x}9~ zafNSPskqAHYQ;6abCu#+-?~n5y>G2n+~8X`DsJ+)S#gWUt%}<`Zdcslai^j+#V+4e zqfNU#)++819GKs$=seab?(?``@qpj9Uh$yELyCtz9#K5%@t9(R;K2MXij5wd6q|{6 z4a^@GeE5Xl_N3yi9#3iK(;jbAyxnhmM)3}59hg6>sHT{Qq**+@Ts&PWAIOc*FDcKB zzV?Ap*E}>})I)uSJUIA<2M11iXxO-it{nDIpPGmJm5=W9a1Qco$^*IK`9br$OpHnT z#F(T{v`IQ3Ch35fqyu7-4v0xQASUU6n4|+@k`9PTIv^(LfS9BMVv-JsNje}V>434i z)E&nQ%fl|v@me)OV4}h#ftaMDTTIdcF-Zr+BpncwbU;kf0WnDj#3UUMlXO5#(g86^ z2gD>DV3Ty9P11ojNeAkMs@fzSO*Tmf+9VxllXRd>(t$Qf2ihbZXp?lHP11ojNe9{_ z9cYtupiR<&Hc1ECBpqmzbf8Vrfz}i@Nk@}S(t$Qf2ihbZXp?lHP11ojNe9{_9cYtu zpiR<&Hc1ECBpqmzbf8Vrfi_78+9VxllXRdpg-z1YWRrBDP11ojNe9{_9cYtupiR<& zHc1ECBpqmzbf8Vrfi_78+9VxllXRd>(t$Qf2ihbZXiZ_0bTru{9cYtupiR<&Hc1EC zBpqmzbf8Vrfi_78+9VxllXRd>(t$Qf2ihbZXp?lHP11ojNe5a}*d!fIHc1ECBpqmz zbf8Vrfi_78+9VxllXRd>(t$Qf2ihbZXp?lHP11ojNe9{_9cYtupiR<&))Y2LN0Uv` zfi_78+9VxllXRd>(t$Qf2ihbZXp?l{0-wq;Ne9{_9cYtupiR<&Hc1ECBpqmzbf8Vr zfz}i@Nk@}S(t$Qf2ihbZXp?lHP11ojNe9{_9cYtupiR<&Hc1ECBps+p`ant2fi_78 zYLY%M&m(t*|#Hc3a5P11ojNe9{_9cYtupiR<&Hc1ECBpqmzbf8Vrfi_78 z+9VxllXRd>(t$Qf2ihbZXp?lHHHA&m(PWc!piR<&Hc1ECBpqmzbf8Vrfi_78+9Vxl zlXRd>(t$Qf2ihbZXp?lHP11ojNe9{_9cWEqlXNuMBpqmzbf8Vrfi_78F7T-wlXRd> z(t$Qf2ihbZXp?lHP11ojNe9{_9cYtupiR<&Hc1ECBpql?VUu(;*(4oklXRd>(t$Qf z2ihbZXp?lHP11ojNe9{_9cYtupiR<&Hc1ECBpqmzbf8Vrfi_78T2t609Zfb#2ihbZ zXp?lHP11ojNe9{_9cYtupiR<&Hc1ECBpqmzbf8Vrfi_78+9VxllXRd>(t*|#Hc3a5 zP11ojNe9{_9cYtupiR<&Hc1ECBpqmzbf8Vrfi_78+9Z8qr%aL#v`IQT+aw)mlXRd> z(t&CUo1}-z2XbSXq>sG%fe~{b8ZbhV^y@B4(nm5$AIT(rB$D)@pUVw}Hdd77a{mji Cjm4V) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aaa44eb6e199c9b99fac9730fbc427e4967c4b1b GIT binary patch literal 108742 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 Ur}u_V@3pa}7i>$P+M1gG2ZQGsAk)s z1PCF75JC(|h^@4nkftP%=RoL?eBU{9G;{Udvv%bL{<&W3+xgAhJ2UsZIcMh1eQ)3U zdiLy=!+&=T{zUz$S6Ae|N3j2f`os@kxg(c*Ea!5r;&ARr#kPuyTtm)v;6K;#(F)f| zw6kaz(XOJEE{D=8*A3cTw1?#MbiI(%TaM`?IekU@iB?N~f6)Ov6739>l0lL;Skk>D zJw$39D(PX89xggUbfg@4o1{m{F{35jQQ99PIb$U~j`}!Tx?OU|OYQ_oPZXUbIg{o5 zDUvf)a=M956P+$vBRWIco+(Gp5}hsQ&SCoT3fIwf!wj|f*dzd)U3rYF7u~LevPy-Lu@=#&YdMXTT16p zVO?6Xn^(NrJ{_#vS**)i&AJ@NHg=i+?5xY$p2@l#|3jq5L#6jOvo7m1>+)Q)F4OVY zWzW;rWzHnA*<@)iJ$6}ddh9aC#x850C6=BoHOygO#k#%3wzRR1-t^e*BG%>E78#f} z>#~JPx#}vZH60n)-|}OZr4|`bkBnW8wn5U%!BQ)Fgq$H#w?ziFX_0|x8@oI=9T`|^ z)@3>#yX5iG#sq0&qG;N>?BP^7#v%iArb};XB;Tydw$o!5{q~WeBO(KBY*8VO3|+;# z>`N!9ud}?aW?f$Ut&ZK;y69bGUAAVCL9NT)50#eFW0(16UDh{B`k0Qp%(uvZ<9*y^ zu8m!`XOV$v8@p^f9T}LDwk~rlGBBMUyNn8qytF8-tRpu>hDxz6`(lxS=`M1mT}7Xr zby?d0)+5#>4U$^Ty383O<=v~`(N-nuO9DSf$FWMIE;v@Xv!>(YJ}8F*}Z>@p{9 zU5-5)yR65o%Ol6pE+xh;%gnm**k%4yi31iHSfi~Oc%(%J_R``mkBMhBwW`Klv#?pW z`|o({vadF)@oH~oT^=)9URU@b(q>)OGmbeWtjn_U)@3QY8=4-wYF*mZR%ATJR%A%0 z#;&c*)V^lj9?{t4*%o)%^YqwdsjbM^X8Vj?wqxsEws14+@|at*F0D05teB1r%(t=2 z-jt6FEVUIG`T^@|+|^ZCh`J%}_7v-~g>+;nwk~tbx=i1?b$PZ$2BzC%?6RJ6W0z$% zt1)fXWqPW30IY;`sjE5BLho+Q)8FDQ)gxL_13Iw(bue7-L8>=wz54k_P4+I*Ny94mb86VW8I^qKC>>Z zU@J1#S#G_{<4VnHtkL2w(`oB+1ecEtsPp=o!Qw$q?ug^a&|j>pYX++AK(e(`JCMAJ z*6oq0b$MlB7l)MIfn-j4MaCT4BV*deF4MNpz~14`6Kd9FI^Jhs>o#^-W;>9qB|Uao z7j_Y$(?soVg84IK1!wDB=GdJuj)!%*_sBb7{_uXn>}+FqKxAFEY&($bU3v$SrEQ

    rH&<9axq?}jzXuz$_vfMiBN|*I! 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 VAU~u$R~Yl1!Wd}Fu!=(Ae*h2Gn{EIA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4e11073f84c9987d4cb53b185f8e330296cd52c GIT binary patch literal 7338 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 B$?yOG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4994b07d36f8c680200d34dcbdc630bb9e5a518d GIT binary patch literal 4126 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 Tg+D*eb!!rQgJoubzUTA*P@~0< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0639b90e170ed1333e9a7dc58ea3507294fea2b6 GIT binary patch literal 775 zcmZuvL2uJA6n>7AE>x?4f-1^o;~1pQns!2(b{S)1NZrK7VYwI+duv4M1Sg&7Z3lh; zLP+BmfDkACNq4J!LgK_NsGN4fPFFOI*)PxE_uk9%d$zwc8g($^(Y^2D0|NMI$!vHR zV6tt%DRAH@fj$aR-w7QA0;!g^{tKdXHUDE+TY2FIF&33kiM}$%mjZNM@4jzq*`VvCr=DL1py)A5IQeF zVBxm^MGB9jRl`KhAg4lC{n%Q$y9a@%>(50#ND8}~_Jxd69?K(Lk5YLUbHj!96DE%a z>_~KjIqg#_Szl19>y-9WK1eK{r}WK$B~y=bO?Hj*Lg|~7GAYx7+1_#!=p800E55?S zmV5q^^wPc{J(e>`b|RK+S=8Ab7QIxGVa3_GYTCm3=nVe%iGqsN0rT|J*U?++Up@*_vt@YTg{=Z;dK3 yLTC&RN7u;@e5-^8YL#{H9*o?@%Tl`7TP)#!_5R?uwf?!rRn9}Rb+T<|RoP!QsKreH literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78b08be6cf27be2f64489ff0a9d88ae05ca8ed25 GIT binary patch literal 6401 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a735457c171d6ccc93b2043e0be98796234ce5cd GIT binary patch literal 12467 zcmb_idu$s=dS6l`#g{}<)cawr9+X5`@At!rYfG{%TMyT=F9}(z4ZHL zxl2-%55B{VsM&dZ^Ub$2-^~2JZ}zV%D(nn|>H5FrnHh%pcg$$PluLY_g2cxR#{?M8 zz!{^4fPp@Z0V92u1Xl<-6P)F0wXnm|9&_L4_ z(Z*O)poyj{qs_6FK#PGfGM5?7^#Q}VKQS`QXYj9vz!}cC#`rxU;K|sR6I?RNv*AQs z3`OFR_$DiE@$9X5D61>*1{sfu`&0tgw|xMmek+u-j)sNpUMdX4vHrxyxRUL^pv0+XDiKkx-P~ zNf4106YTX}po;tRCq8~Fn1NzROu7jQ%112NGo3|}m1Fq~7p!y7l zgoZ%*iF(tCdh3aL^ND&JXW_~@D`(^EoP%?66TtZjNwQ(&Um;!a&8NQxx;2SrL`4&_T6W0p$O&~=xa9|Xd;S2`Ej*x(5t7g<~_0xz;VRFef*rBsjvy9tFMkcIEpHVpv4A6Bulgnaf7?SK8rQ1)BpEg!0 zfM#HW=eZss5#xh*cHxaqR)?brfj`km9U7hk{>cGCmxn6I=8ygY!@r&v%rM!1@UZ{e z+XCu$Pt*SQ-uG*Te|dY)`Bo&(CGHFT!z1G(MY*A(+;CBDq9`|7lp8O~jTPl4{nl^n z5h2k(H8nonKfISuj})ZG3(^w>>B)lh)HnII(|e9Q&(S@{;@WDigJGro^2On)q0u45 zJa>J1Z2B7u>=FIL6aI3=4EtgvLTX@C_R7VG&_6LUL~0?YST^sBj1G_NS@>kQ|1R0H zCdCbC6Xh={4%mV>gB$8jSFP^YS)4Wd&^G0b+kmIivOmgY>5 z({@B=-vBv^7_eTf)2N`eΠ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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3312403efc8836f0dea429621b5e3938ec3ab4d GIT binary patch literal 3474 zcmb^z>uVcFes-mmRxhtD`K9=gxD9F5))sb>OB#%GIoo+aET@(XhoEd_?aEdxt$eeq zUM&>x2g51F&>ZAQpjXbHatYx|?_2*2NeH|Q1bp;UKAlSLpp^S?znRrzmAH@(9j$)z zoB2Iv=J%TUdm!LN&^{jhr}{s@exQSP6I#ft4L}|t1u0w(<+&usA%#~QIX>@5IvDQE zIrBnNV7QQT<=shlUQCK??8atccF3YT;!z6#24igVwebhdB-a6xq` zyz0*IifiBb1mvE#lpvH8J2dwjG!Go!tNK)bh7WfnKvN*&R6P66WFO!XX!Qc#UqN4R z$pJ8opLpr^Edy*?a>rMR3#&#EYq2ynRJ&25(*LXP0Q`k}gbW+Ccc+IoN?RPEULFn^ z?Jxiq!)4E|5{WhA%l2w?)Fj#L>P+N5mqfOf40p@QP*86U$u%tzcr(2F}NCZa57 zwX7k_m@2^@0K}7K{+IPU3CLP8FXuPpG{lHb1gz?+@r)-{_qxtkQ5zO!p=6}0H*s`hy_m)(f&u<`ks+1aR`HPq>yRC+tL zsp`?4>`qh$Hl={0bV)@uqD3Qfd56X3%+4^qCWr6(>+k(f^hAOYeREfxp6juRsav zaXLL6b9x1kU&HBTbeHO6?d`&ZIi2o-HR?><2WZ5JCFpR7f&mJG6bu4r`2>&92}&>Z z+swv1IZfGq1E6cOuL55N?n?(!MFP7V^c{)gb#c5VPBz5JsyNxU8CVlOJPM*chNAJx z3`L^}N*V{*#m7nl_;C92GxUtZLqO0e+Znbo;%AYi8nTwktECa!4()_FD&+>ShmNJ; z${*i$WrFY+Na1lRZ(CK&rL@f=gj`Q3wI``XI;#y-Fk6j?8@q-o>jqADTnBtKE7^$& zsDFgY+!FfqZ})g`Fc7SEvV+U~6Oia;_&rD2VRUjFp}QStZ?pAq$Pn8afojWtxs(4K z(o(N!p+;lvL@gbSP*Ln!7GBdr>w;a&bkF(N71!oy_fG)n)*pr2W;@3HWvIG$eQhp< zF9jfmc)2rka0t5nZFs=f4(HvoIn^_nS^yod&3ie$<6gy%s zsT(krkMy%tBVJAY!hnc?dlFMS6JdF6ZFLP(eZ&=8O~@YS%>#-&I zR)Pre#I>~q32j33r;8Y?8uU=~a;nC%7-}?CO*~7>iRHz_t=J9H$9M}`Cab7gS|!2w z&DFKU;(9_(++16R!R;le2sFp=6x{@uh6HO>bE-?H+dl)%NsRh5!tOFBAn1$cB5 zz#cLO!cFA$e8fQInmKm*uM0xPS4h**{U@AV)BE= zfpJ?;JK$$wZRW9^rvH=ba3UH@kTgW_eHC|s40bxq<8AlJ2mNSLppnCG~QdNOAA$L zp}Xj@6gntX#qgWegXS8`;us*bZry`Bwwu8UzYX(X)R8isr-g(yJ5LF`UV`F#k5e3F zt^_#|hiU+kObNt zYPsyTYE^N|Uw8%xrLfIiz2UF|Wc_0R)Nw-*ea@`CKKOX+`eAR#2l!ht+W*OK4&A(VANS_C^F3U3U%5uJ-6mt~!%km$J zshmZ@7lD^u%j}XNBHY#RvM_du18OCnpwu%IQ2P>r7EzseXqUn`wabzP)A~+?Osw+I0K-&L3BQ{+vw&3G;DMzpiY;3`%Yd|>lc>VC=(@6E* z^NooMO#~C)kF)M|a83}04}~Uz?kxaw7_&nRp0O@tcLyHjmZ<}+3)Ff$VOoAk&?*M3 zuH>z!J$v{OL4}8&&Z=0eeC0RNx}Ik*LZ;ukNa>Bw9PqO^Z^gp`UWPfE68hHwnhuWR znwJq5uA))k%h6o+wX(g!wg zXDm8rU10-4Hd*dsZ8l+#DfpH!HEx3y&Q#Ez!kuo)WD-O=t&^+jTF?x>j&N{TuMBEo z$aNHkgV`{gQ1hT_J$E;#o$eo>92_0qp|@i7(HV_(Drn3sQ}ife$@d~_{OEfIiuQ!+ z(L}asHpZ(#vq`OVqA_JlGnrBUisIVP$u@p!tVfXbM>AWWQf`~#?+U$b!@FS_V>~QX jab<`KH;)#Uu4iA#;tN^+OO}7_J`s2(a9t~oneh`J`EHk+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..87d9f97 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/big5prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..ef09c60 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/chardistribution.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..176cb99 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..6def56b --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/charsetprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..a103ca1 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/cli/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..833a5959a8edf1238ed4a29ce9d4bb5d7462f960 GIT binary patch literal 207 zcmZ3^%ge<81eOvTQ$h4&5CH>>P{wCAAY(d13PUi1CZpdKA90r0NzVCTAz6rxxoM zWESYh1C^!Z7wIQwBo?KlmgpzvWa`JqXXa&=#K-FuRQ}?y$<0qG%}KQ@Vg*_Wa#S%t SkodsN$jJDC0Y(%t1H}LSh0G1DK5&Ym8fe=nnV)fXN(&OCbQ&Z&p085#!^O- zrHvFkX{NH&QD0RvGPjhajB&!qLXR@sccf*cjYw5C#y~U6#*Ey01da1lgs|*Bls|lZX1-dhQmEn zpcNMAY)S0k}1qWn- zSBY+#w&85Lg}LWncpfTVjaD4HY8o&HqZejh7^n{nl&J1jO!IrnbF&vT?Q)gcPTvXe zsllBMFlNk9)9blxf={O1XnM5DojP?raAj80zQ&Eal8*-Q%O2zUip2u?Ez|Xa_|=AI zI<{_oja!|Uf@Hb8!MF=;} zlWxsvT1J^OY%g1ERj+IXDra7k+ZB0mfP|<}j>7YB0*>z!;(_d6?dXBD5B0l)wwrRB z%#(MDHx&=Z^scsYOiO9YcLZko8vXZiO^LMSwSgrbk%%qrUVzcVE9?&@$FT=vm44?< zwH@K{wrWIwKaueM*ezXe+eH(4riT`;>g9z*y8(KLdQ{WBT7=3j|EAiyfpo zoGAx*0$^Q0{0bHUeTan>JXhMsFLkP*EFkJ|VZnj}$JVX^7hr*?E;V$n*Qq$n61@SY zM3H(9U1b0(Xc#g%+a2R=HF|m_+D8gP!mNcG*xrDh=G&hiOpa$_KR?tf<# zYrt8>n(pd$@oGi4-o#Sj+Ll*y?BWKqH;R_IQf!F&PiE)limvIgLPM{t>#NKyHq1s5 zNCK#h7ki9YtXO8h3g*a|XTfC_pkJ5@dfD>#Eo`4@<7^6gV3G1V!)-igoOi_ag% z=eIBVW2Zu*DC0ux$oI2n_D+8A-tK!lvL8=;q<*OGcps#8Q#+{#$<*$PA(0Z}ek!+f zDU3qtfvo)gjo-cT{^eVjw=etY%%h>{dGQxBbj`CwZ=S%jX`#`bi+`e08HT;3sHG zz=MqPa2^V;^dLxlt-IxIOKi&FD@X4Ey zu~?ALRGfMplNbD~Dd4YJM|u+Z3{W*tT@CXV;CG!vCNs+K2-gzDn2(e@7(4^{1~nlj zG+4!~n#|~BME$u6I9HeSN7xfmkt;w&GeCUqmOG2qe?3=vXL*^LE^WGC$FyDGE?5PQ zD~W*7UBgfq5`C?UH~!yjtxMDWRPBi5F>e{7n?MmMQ0wOlnDlMdfGh{P7%Da~LxEjf zXBg$s9EbFU&C+KLR@H%jOWnjNA4K>{AU&6t1G&bmMj)dbfntLrZV>A!w-SXyFZ*dd zcMW1Q?67TZjYdwG2ad%yAb+Gz(}M&p&|D7^)3V2#EFa<1fQ>-aMNn)-3RWv#D0E|4 zYv%f6L)%Emg7a`^aW%aJE{OFCt;EyMLVmECcPY&DBbbRl3!?SMUpY;H0>sXyZDS%a zl;46IkSM}(Hkh?FORqt!ap~(fuD?~7r{1Os`K#Vd4g}f+rs#^L+v{C)qQB-U97!TjSDMu-;~axxpb0BDz~$#euj%TZw-qQ2 zJj+0ZbQg3*{5p!Uf!aNsyv&~vgM<|>!h#z}RTo(hkfAs)E3ftcIy!lY5st#W(-`3JAEvs8ElfI*3pRm88bMOg`~N@`=40_mb0x$?5I+ z2kG4IQb^K@Cd7{9CsQB2^x;b%ly*xYi6t`kQ@Jn_&7J)=P9`QlUJ8?HIs>kyGvHbp z!a0aWSC`ILj27V@Brhz!opO_&NSdBo+ckx#t0c~3BXZ&?g!o0yf1rl-`NeUw= zNe&5$Cy6w+oyDI|v~BV8$&WjazaNmP&gkuvxz6Yfpv#@{Pfq&hp9vG^BpMPBe)7ca zOS`XyQ7Avq(xHMKD#?t8F)YQ&*>hcGji{NO%B^?8B(~$wAu%sKFTp{8*m-wP-dp@b t;xIcc>VGlB>$rfFNlxvwzKBkCqLaQH-=2Se;nu>o_yOAFDQFhk_CKLrZxsLl literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py new file mode 100644 index 0000000..43f6e14 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py @@ -0,0 +1,112 @@ +""" +Script which takes one or more file paths and reports on their detected +encodings + +Example:: + + % chardetect somefile someotherfile + somefile: windows-1252 with confidence 0.5 + someotherfile: ascii with confidence 1.0 + +If no paths are provided, it takes its input from stdin. + +""" + + +import argparse +import sys +from typing import Iterable, List, Optional + +from .. import __version__ +from ..universaldetector import UniversalDetector + + +def description_of( + lines: Iterable[bytes], + name: str = "stdin", + minimal: bool = False, + should_rename_legacy: bool = False, +) -> 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.11/site-packages/pip/_vendor/chardet/codingstatemachine.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..8ed4a87 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 0000000..7a3c4c7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/cp949prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..fa7307e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/enums.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..5e3e198 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/escprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..fd71383 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/escsm.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..11d4adf --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/eucjpprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..39487f4 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/euckrfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..7dc3b10 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/euckrprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..1fc5de0 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/euctwfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..4900ccc --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/euctwprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..a37ab18 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/gb2312freq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..b32bfc7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/gb2312prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..d423e73 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/hebrewprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..785d005 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/jisfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..3293576 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/johabfreq.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 0000000..c129699 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/johabprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 0000000..d7364ba --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/jpcntx.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..2f53bdd --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..9946682 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/langgreekmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..cfb8639 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..56d2975 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..09a0d32 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/langrussianmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..39a5388 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/langthaimodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..489cad9 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/langturkishmodel.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..291857c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/latin1prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..59a01d9 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/macromanprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 0000000..1425d10 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..666307e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..6cb9cc7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/mbcssm.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..7bbe97e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/metadata/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..372cf8f979695adec6049d67cbba8320f2d11b03 GIT binary patch literal 212 zcmZ3^%ge<81eOvTQ$h4&5CH>>P{wCAAY(d13PUi1CZpdKA90r0NzVCTAz6rxxoM zWESYh1C^!Z7wIQwBo?KlmgwiEmL#SmmL%%O$7kkcmc+;F6;%G>u*uC&Da}c>D`ExO X3vyX8Kalvq%*e?2fdNJoF$2W_a-BD- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9ab7ebe03803d821082dc8c20fd347ce4b2bf65 GIT binary patch literal 10812 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 0000000..eb40c5f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/resultdict.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 0000000..7d36e64 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 0000000..0ffbcdd --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..890ae84 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/sjisprober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..91df077 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/universaldetector.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..30c441d --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/utf1632prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 0000000..6bdec63 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/utf8prober.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..d96354d --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/chardet/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..c5e9d85 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/colorama/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..383101c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe9b276395f0e6b715cf472ec8ea9ff129f22ce5 GIT binary patch literal 579 zcma)2J8K*<5SDJWdylCvH$dAHRG8(>lq4{R!cr+Ryke3^$a)1%KNWr~y?wqR+;2fbE z)mS5g88#i(F&WDYVZ`Jt$EnuQh3T@c>9L;av%VQHXbAaCmuAR@;1f2g^IcRGm%xOo zJQ8J98;e@rT7PRtQ>UF5M(|c1wsGUfJhc3~I^+k+*6twisk6apS&>L~oR^Wj71N(F z-))y##^T-F2j?ps%QrTtFYc?dlkH#mv+?usi;vY>93(O&vd`s5rn0mrb53@-sb0J zJ9CyUq+L+0zR~6;o{YD)C^VIu4J;z|WuT2}D0GE=J-t5%yXRrW&GK}##+FSjfo}s6!f9V-|vU;fJYwN$u^!y{B{0qaVsKx*Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71ba517f6c340e1dedd215bcc4cc41ccdab505b2 GIT binary patch literal 4577 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

    dv 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d47dc587ab4ee0ab4f1e8b48c261c64d051baf41 GIT binary patch literal 7928 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 HX`ufP4IFMp literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..592a79b1c4f949dc44e4bf9b17c573089d6a7c56 GIT binary patch literal 9154 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 ZCKfoc9~3+({YVHhKNe&Dzh`6q{|0{IH`V|E literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 0000000..11ec695 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/colorama/ansitowin32.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 0000000..abf209e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/colorama/initialise.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 0000000..d5fd4b7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/colorama/tests/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100644 index 0000000..8c5661e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c0fe0f568ca255e912b587c0a2687bd6fb7e73c GIT binary patch literal 210 zcmZ3^%ge<81eOvTQ@w%oV-N=h7@>^MY(U0zh7^Wi22Do4l?+8pK>lZt}AmWaQ`Rm!;;F>E~o7=@)?c#(IW^`o)R(52mXr)S#ddkfeJ>}H*X6(fVj8fmKGG2dg=FNO> zc4l_w&CCytjZOj~*#5J6+(pQrm?#Ii6xse3B5On;ijW`?l(vMBv_))5F(L{?5fv#R zCFO{mv`6eoN5sK&a)KrsA`Jpj$pWhbtwmgra+mCqNTZER5XJtOC=S)OAri6)e;y)D zYO_Kg*f6EJZA29}AhyXf0ih0IhW)(_uTUHI+DtmD>c*v*u9{LZ7EirGwpTQzi?R6! zrZk?`R8yWYmJ_O1FkPc5JwBVh6;BQH&!d5I5K58lZiuYG>qi8IL~M%im_$Uy1}G^a zpsYxMc0~qsDE1lRb(oYHg_oEwTR~&kk=U^9-vHLgmt-B}-e6dbC&Z9;@)s=q23Xy+ zEE{yE%my@dlXVvAgnwU0d9cZw*P)OZ@>~de?PgO<*Hz63r;X5OORy`T}rd*cX5mtq}tYl!9T68X-|DZrIED@GV$cC}DjU*!x-| zl=8}^i+6G~t;O$YM?j~w05COlH&-7;bt?exb*&9cP(zJrW9dh!l@_a4%Bo{n79m6a zXgl$Z_{3QftIk!Yb{sOQnussPnm7)z13vPK#w=KIMR?;6*y0efGcgofUHqNS6zk$! zlSYy1;#-5P$aV1@(B~{D_PY4i0-`wT;^U;|_0ziemS0dB>f(dPD%J0-i*I=%#Z?y{ zrymQ7yDmPiJ)GZI7r)u!H`T?*rGf>exh_7gGMs;;E20WLn`Vvvg=E`m%1IX%efK~4{HdXUqDoF3%#;84=rYPz^jV-8KjiDt?d zr$#SbHO1-Bm?=+8heBb~emgWZb^R9XFs5#XOvkm+iBNcU)RZpW9u1rFt;>_MAyb|X z&4gyn#;M7P%d^ZxH1w(IVo5NC37*GHVzPf6_c^R%}>dvmn6QeUgQXMG`0{RQgJQGaFmj`b^f>MKxRj`}L~UF$1(+FzjkIoe;T zuT{QQy_Ncs+vhDSbezjV)6N&@`5Zl8QAMG{n}xOw7U*D(4pwEZ9fWrgP9U5_cn{$e!fAvv2=60&fbb!L7vU_zIRrfM zYdr|P2)j>9%y;5lLQUUUo#_K3|2N+`x4*;lW=HmSc;~V;7~R=j$L<|Zcy)jO+>`wx zPe%%LBu7W8oa)(Z4Mt_<;G*F6Q6>!b71c zj!j-O?cwXw*G8vI`^9P8yY86}t+GvWq73Wh zFYvmtT5JT~Uq++eBkVfIq)Vx|fxWHa6^kZeAt?rzTYUAyd(4Pk5;0q=5HqhHetyvsh;J^>wG&*{Ga6h%Q0UJ_@9{kF)d+0g R{PB2({fZ)yIzi1E^$!5(7YzUa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfd96c51d6976ce2ddc745afc7f2142921f69b3c GIT binary patch literal 21522 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 S71=lkClbF6gt@zHnEPKedO!jI literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf46d096b093baf78f0cc0cb19297251e2fe6864 GIT binary patch literal 6714 zcmeHM-EZ606~7coiIV78ZqiJyWzU&2r?O|$PHZ=EgA|HCmTYKJzy=y?4+3j)u^N4N zB%RDb3V1^v(xOvZoeF=g{=!GdzcEuvd{Nl?41_yGAqtZsas2h9 zn6xMENwaa5AquN-DK5>&`Ls9gg*>l#Q@*qi7t;Q?KOKk%(!qEzEyhKt^W7xz1`qi; zQG}aB@vEK(EFll!Yp3`DwNVLN@nB99Jw#<6fb`I=1OyAr1pP*X&#?4D)RPw`Roxho zbv4hWGw5xc2?E$!B|F5PG;XvW=w{FI48eNnJLK`6!e3>a=G%T4?`nMw-c{RcS`n<&1Q3 zT27rqspq|UVLTEWisV9#2x z#|%nVP|9)A7HE)ZgiePAV!3DQCOiOyZ~{Fa>}*BFLO!4vHotr6N3>eqP|W>iOBwzq4qp}K$*o&a`VKUf*!-csQKP|=qGVBQb>=;JG& zUb)3?2;%L=PZ}46rGs}H?lqV~rzLdegwCf8hd!SAbgDoYe>a5P7E$R95=e3F}Wm`?q+JAJ!Bz9HeVkdm7Lk!># zoY{>t4M>8Z&6#mI1=PXyUL=k72G;sA*$jFD7jJ@;B2a_WIb2O0yZjK`t$z&w?0K#2 zkG-Gw-tqx^)`jqz5MB%~9W$G|tmZCL=(dFJoY3uHP#?}{A24WLjI4=~#Y;<<&DLJ4 zwbv9SOO$e=ge9Wk<7TAKiu9Rcza{qP#Qu79 z1-@i~n%P8K+XysUA1Ht7sp{xkZ^xQrgY4=c7dz!!Jh3kE3;X>{dOBrvD4zh_((Y+rbW~{FWK+w!)OhcG>q3W%mrQG%D|N z%9H*!=J5WvlOVTcPoNPa8%M zdR0vBSm3ti&QaTr9Y@K6I|>+hkSL~?vArMBVgF-^;8=k;Xj)|%()CF{>YgTLl8}w5jEbQM2iY)pVpl*aj#B_*ci!-wm_l zwAFFCQn(R1v>s|-3$@=5e|7XPZC|#Tp*}0rmkaedY99S;xp$@4JaWo9a>@)1TcP1x zXc+46H2$gazVN7dxn-rrY#+4R2hGrs6&lKgh6=vYW9hRtu>srVrc|C^CDE1by0c1Q zU#zjEaiW8@i6gd+K(qCMHn5(mehKE~c4#EZ{y8+##Q!b!&e>t#<6aTu$HUy&Gr`Aa zSdgDE49HJBROUrcf6~N_yzYPUI*W3cLAjaAQEsHi_oR;jborn14$puS_r9DNc76Te zUhS3h#FE2nLAQ&k-rBC?DIB(5)KmQ5ErI2;GdXv>MyOK%VR=Wp&*SlOt)Q=2u~qxo zirPN*MP3XA9cMHokiEsm_aqvQo$VH>N5n0J)`{>_glf0gTJ08{Z(Wt^Z`SdPF3mnL zt`Ai^#xVvL_83z-wEgmte>u1kG$R8RUT?2Q&aOqynvqc}GHQxrmN=FZ$0~c5UpqBcI$0Kk2S`i%W{`Hb#}@{*R|Iz_Th50X|#v^riUBt_kA8vuBLRm~CelsVh>>4eCQ~MKyHxarJdJrUpet>17;j0^ZQr8Zn zgn*G!|2@D$`BUIH9yXF?5IG*Ulw}ZE9!}F`2(YMJ2FQYP83H^H?!62Lcpk^0Hrma@ zMq!WfkAOrX8q$!yd0{S-G?1toZlyF1%YrieA7Es!;r{{j1-pjpAkWVk$&_BbOQ1Uf zx*X`6Fxvm)Xlf9lJTTu0r|khgqYXm^dI)Ifb zxfi<%UWUQ_dkMTz1_!J*eiq)OHQUbmOAO(}Ti4gv<{aC+!3hhazZ<_fzCb?(mT+%C IG41dF0Lo@5NdN!< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60f989639803b87a7ff8fb7c10fbdb1e2d6e7376 GIT binary patch literal 2889 zcmds3&1>976rYi_-|NlBYu6@qoi%RiZiB6wwxkV7!A;V29l8#+DR?hJUa9t`T4^iE zNjBJ^!v9Smoy5} zSeG=W@N*;+{{zR&P&ZL9bX$F3mt2f{QN?pX^vjVW6;MzAOIW%V=gzpLw2YuSgQ7wg%;@-i{i3T zQpIK2l67&mAZydejo+!*%Z4uAQ}uhIR$LUztpDD`a&CRy5?}lJw1rta%zU4z^|(Ne_}35)76Rlv|@f9KY5%8tAK&ZsPf) z>nnpF_ae#}`oF{fQ*Xj7Zic@%Z4BjMs&%XeKp2@1P~Z9rn`+KXfVeaC6v~j`U}uEh zkD+%GFLd;3+dLcy5WM3&klV1AwulW}v)uJJ+8SML(@4HXAzzX$IHjw!)w5MU2U{_h z;atwJTmjcK!fHu_H1$+8&F4)1#y=H=nFPW~=ViIp|(@51ho`yT%U$12zQC8@=4j+n2( zN8zONR>g9ImaP~oHfvSW+~JYK3&4#bY*It*cfiKNdm!D!GHR-2O)jX?V#UNY9)Q=n z4y1u+Z~u4iIJXbIrgnbd(T(a%v+>bAKjev7?Muxa%L_58&9_cu~DX-`v%ZcA;*= zuHE%_E+u+wluQy!xX(S{7s!1|$pVbYlJzTCx1NjE*sjAEm;iGwopcj-7H&*Weet<8 zJv%pl>t-fk;M;a~ymx!)yHs z#5)#GN8f_`WoG}}#RDOIn7Ht*zM(tW!$@i~dk`6V92vsfHNnV};mM!I4u-Ej9=>`i ztc82l16b>P(~c>R(CxYJd+N}^ot&I>NY3j1$I+gJqZ`rv)aZWrP4BVZ2LOIdPL1)u z2BwmMJs}S4UQ(Fqi|qCB$PZBD2N^#mOkED`O;DhjxEpQ!oA8=tyuc!q>bXfsf61!5H_c6#xo=Qu>r!+HZeqWMIGjsgbC|YK=r3 zR_j5I!XH65*$f|{^!ceO%u&dl-DLAawCqRAhCWQVWStXes!o6$@zAXfdxAJqh3Fe~ h0>oFLptqqKLDfi$YNVkG&`Wg!#8)*1Ov>(wzW^s@GNJ$g literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa6b163fab0fd1eb5e232eedef4a872aeacc0f19 GIT binary patch literal 7242 zcmeHM+iw)t89#H|J-a(zR)DWiV>cj}DE4BL0ufOoFvg(@CdG>=`!ZTQW4vZB&Y3Ze zEhD)S4+f!zNJx|_RjocaAQFj4?Q0+U7wn>uvKk2qsp7$Ji=Y*XDz)Et);oLkLKU~^ zLyl*@IoI!ed(Q8>oZ~Os+JXeqdtKj{*TRJS4GZO@Y-C$;k8MQ|Tg^7Yx}@Qo(d6 z9!jfmHQg3(6NpI0h~c|V48JL^NrXIvx0K>xbDKf0h*)B(NK9!Bat}+5Kw&Ong1=f| z9c#xm$)z#VvPTk@>B{LuGUEoVE6LgOnUrZ+n&`@BvXfU_Wj0|?POl?l9C0C;8Of%y zjOQlog_P;~p)O{!^dzz^CvS;5VB}q5lDJ@yxQK!o!kPf0!COj(c%9S=8<(Mm&$nkp%t*&Y>;hOdB}kwr|C%1sXWF zHC?q}L%(p-exZhb+YEJrXl-t213HMq#g0h?RwA7koKI$K02F=?4NrR82|Fsoi+W}2B3b5m0$JDr)zx+*j6IhN6{CQ@@I3-PfD%QBfg`pH}(e+ zOCI6@pSU9pX-Q~~_BH5P@grco>yT@!6;>64T`kS`o3T0nmQr{c15$Xa@ZXT4MmBF& zLtF&Au?Wl3Am#R|wc_ywmO;ub+MODCJZn=^+eAvcsZ`D6=k`V#XSk^A5g=NKTME_* zdDexb8%YNcH*nds^#s@fi=mNqeHTYR`snNh*MH{t*ywodIKu^SeJ9SH9{Vu%KxDgc zWG@g4+4uFaJ=m_I&Vt!OgJLaq)oXLP1*f$j-a?HoYwgqajurVVrHz=Fnp~dJMWc?fYu_7SzaR z<2T3i>TXBf{Y2e)>+J8Ro!-Gm+w;AL^6H`IiWvCWO9G^bhU8WWIJEoJ?%8qNLYUtoz^T9PgBo11&(B}w-@sv$xNEgVn0BKHIhD-r+9}ugDJVDzu}jg5s7w z9bKp)PpSG@_+~gyyP!voc0qYdd~%gR088L>AAGboPmehCNUr>p)CpI*oX~-C$NUe- zv{Wa-_Dp*{V5^-|or@NlyJ!eDL5j-BsYTc*%y{$u2O(-zh+GxoHmD53@PWMH1`xP0 z&0q2ZsLu?yo&(I4F=XV3VnbMoxUI47JWe|Wof_jbtUUq!Ut9)KW!0b50EJt4ght?I z;CBBF^_IG#z5z0R-08|;=yf~I-h~Zl++g(fu8fC)*KY6$=+wBuSbGMTu%k%&fz$-Q zKk69K$~uPeR1+P;pvP7CL9Ept1Tci+cQuRc_3;z0{uS`CTB%tnbV4-?-VELzz7f6^ zUI|yL*{;<~d8#>7%Teu34Jt-?<>Z}o4uFAcX;A-X@d-p7UUX6x6TfTlR?b7*1bcBp zbw9Xo@FIa3FMfeqFK&PtJYQcuvUY|kF-fKxZW(waAeKyUE2r;+Q>Fo4o!ev{mUm8g zcK|W-Qyy3I+W|L#K3`9;%a-e#h@CupKF0QeSj}R9Fh`WfXR)UNR$kjAu&{0bsfh#n zHa%)T>FD`<>dw@L$1i#KJneC4PmcC@kSnO|jym9|M+)IiC)~R#e;NK`INx{B={uNf z8+tUHQx88^q(JZ`0aC0bjnT1(zIXob(PxNX)m?i2pa|SBP%%w#1KAAR2^l71E%3;W zBcePoGIa241PF)R=(%&7Law70a%VFWe6GcxZVtV29|rub-vId@5L|s1LQd}p`>zPE_)O9zg>*=g9m%_ZN>v->0YGG(%SRWFMw_M3uuv|KuO4tx#rQzb zNug5tHt~gO=7=aqiv&nz4y@Vx`Z*{L1X48vR_**@M%Ml)RRJRer1GP%W_SH>Z{7_D z^3mLI@x4OG;D2m%U5hY`pn?{wQT8hh+uLOuU@?>`iL-`BSV`#MIRFc zSlH(D_JQZTr>ZHE%U!3wDmx>h1a3CX*aporb+h& GP5L*24n-~i literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py new file mode 100644 index 0000000..0a20c80 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py @@ -0,0 +1,76 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansi import Back, Fore, Style +from ..ansitowin32 import AnsiToWin32 + +stdout_orig = sys.stdout +stderr_orig = sys.stderr + + +class AnsiTest(TestCase): + + def setUp(self): + # sanity check: stdout should be a file or StringIO object. + # It will only be AnsiToWin32 if init() has previously wrapped it + self.assertNotEqual(type(sys.stdout), AnsiToWin32) + self.assertNotEqual(type(sys.stderr), AnsiToWin32) + + def tearDown(self): + sys.stdout = stdout_orig + sys.stderr = stderr_orig + + + def testForeAttributes(self): + self.assertEqual(Fore.BLACK, '\033[30m') + self.assertEqual(Fore.RED, '\033[31m') + self.assertEqual(Fore.GREEN, '\033[32m') + self.assertEqual(Fore.YELLOW, '\033[33m') + self.assertEqual(Fore.BLUE, '\033[34m') + self.assertEqual(Fore.MAGENTA, '\033[35m') + self.assertEqual(Fore.CYAN, '\033[36m') + self.assertEqual(Fore.WHITE, '\033[37m') + self.assertEqual(Fore.RESET, '\033[39m') + + # Check the light, extended versions. + self.assertEqual(Fore.LIGHTBLACK_EX, '\033[90m') + self.assertEqual(Fore.LIGHTRED_EX, '\033[91m') + self.assertEqual(Fore.LIGHTGREEN_EX, '\033[92m') + self.assertEqual(Fore.LIGHTYELLOW_EX, '\033[93m') + self.assertEqual(Fore.LIGHTBLUE_EX, '\033[94m') + self.assertEqual(Fore.LIGHTMAGENTA_EX, '\033[95m') + self.assertEqual(Fore.LIGHTCYAN_EX, '\033[96m') + self.assertEqual(Fore.LIGHTWHITE_EX, '\033[97m') + + + def testBackAttributes(self): + self.assertEqual(Back.BLACK, '\033[40m') + self.assertEqual(Back.RED, '\033[41m') + self.assertEqual(Back.GREEN, '\033[42m') + self.assertEqual(Back.YELLOW, '\033[43m') + self.assertEqual(Back.BLUE, '\033[44m') + self.assertEqual(Back.MAGENTA, '\033[45m') + self.assertEqual(Back.CYAN, '\033[46m') + self.assertEqual(Back.WHITE, '\033[47m') + self.assertEqual(Back.RESET, '\033[49m') + + # Check the light, extended versions. + self.assertEqual(Back.LIGHTBLACK_EX, '\033[100m') + self.assertEqual(Back.LIGHTRED_EX, '\033[101m') + self.assertEqual(Back.LIGHTGREEN_EX, '\033[102m') + self.assertEqual(Back.LIGHTYELLOW_EX, '\033[103m') + self.assertEqual(Back.LIGHTBLUE_EX, '\033[104m') + self.assertEqual(Back.LIGHTMAGENTA_EX, '\033[105m') + self.assertEqual(Back.LIGHTCYAN_EX, '\033[106m') + self.assertEqual(Back.LIGHTWHITE_EX, '\033[107m') + + + def testStyleAttributes(self): + self.assertEqual(Style.DIM, '\033[2m') + self.assertEqual(Style.NORMAL, '\033[22m') + self.assertEqual(Style.BRIGHT, '\033[1m') + + +if __name__ == '__main__': + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py new file mode 100644 index 0000000..91ca551 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py @@ -0,0 +1,294 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from io import StringIO, TextIOWrapper +from unittest import TestCase, main +try: + from contextlib import ExitStack +except ImportError: + # python 2 + from contextlib2 import ExitStack + +try: + from unittest.mock import MagicMock, Mock, patch +except ImportError: + from mock import MagicMock, Mock, patch + +from ..ansitowin32 import AnsiToWin32, StreamWrapper +from ..win32 import ENABLE_VIRTUAL_TERMINAL_PROCESSING +from .utils import osname + + +class StreamWrapperTest(TestCase): + + def testIsAProxy(self): + mockStream = Mock() + wrapper = StreamWrapper(mockStream, None) + self.assertTrue( wrapper.random_attr is mockStream.random_attr ) + + def testDelegatesWrite(self): + mockStream = Mock() + mockConverter = Mock() + wrapper = StreamWrapper(mockStream, mockConverter) + wrapper.write('hello') + self.assertTrue(mockConverter.write.call_args, (('hello',), {})) + + def testDelegatesContext(self): + mockConverter = Mock() + s = StringIO() + with StreamWrapper(s, mockConverter) as fp: + fp.write(u'hello') + self.assertTrue(s.closed) + + def testProxyNoContextManager(self): + mockStream = MagicMock() + mockStream.__enter__.side_effect = AttributeError() + mockConverter = Mock() + with self.assertRaises(AttributeError) as excinfo: + with StreamWrapper(mockStream, mockConverter) as wrapper: + wrapper.write('hello') + + def test_closed_shouldnt_raise_on_closed_stream(self): + stream = StringIO() + stream.close() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + + def test_closed_shouldnt_raise_on_detached_stream(self): + stream = TextIOWrapper(StringIO()) + stream.detach() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + +class AnsiToWin32Test(TestCase): + + def testInit(self): + mockStdout = Mock() + auto = Mock() + stream = AnsiToWin32(mockStdout, autoreset=auto) + self.assertEqual(stream.wrapped, mockStdout) + self.assertEqual(stream.autoreset, auto) + + @patch('colorama.ansitowin32.winterm', None) + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + def testStripIsTrueOnWindows(self): + with osname('nt'): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + self.assertTrue(stream.strip) + + def testStripIsFalseOffWindows(self): + with osname('posix'): + mockStdout = Mock(closed=False) + stream = AnsiToWin32(mockStdout) + self.assertFalse(stream.strip) + + def testWriteStripsAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = True + + stream.write('abc') + + self.assertFalse(stream.wrapped.write.called) + self.assertEqual(stream.write_and_convert.call_args, (('abc',), {})) + + def testWriteDoesNotStripAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = False + stream.convert = False + + stream.write('abc') + + self.assertFalse(stream.write_and_convert.called) + self.assertEqual(stream.wrapped.write.call_args, (('abc',), {})) + + def assert_autoresets(self, convert, autoreset=True): + stream = AnsiToWin32(Mock()) + stream.convert = convert + stream.reset_all = Mock() + stream.autoreset = autoreset + stream.winterm = Mock() + + stream.write('abc') + + self.assertEqual(stream.reset_all.called, autoreset) + + def testWriteAutoresets(self): + self.assert_autoresets(convert=True) + self.assert_autoresets(convert=False) + self.assert_autoresets(convert=True, autoreset=False) + self.assert_autoresets(convert=False, autoreset=False) + + def testWriteAndConvertWritesPlainText(self): + stream = AnsiToWin32(Mock()) + stream.write_and_convert( 'abc' ) + self.assertEqual( stream.wrapped.write.call_args, (('abc',), {}) ) + + def testWriteAndConvertStripsAllValidAnsi(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + data = [ + 'abc\033[mdef', + 'abc\033[0mdef', + 'abc\033[2mdef', + 'abc\033[02mdef', + 'abc\033[002mdef', + 'abc\033[40mdef', + 'abc\033[040mdef', + 'abc\033[0;1mdef', + 'abc\033[40;50mdef', + 'abc\033[50;30;40mdef', + 'abc\033[Adef', + 'abc\033[0Gdef', + 'abc\033[1;20;128Hdef', + ] + for datum in data: + stream.wrapped.write.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( + [args[0] for args in stream.wrapped.write.call_args_list], + [ ('abc',), ('def',) ] + ) + + def testWriteAndConvertSkipsEmptySnippets(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + stream.write_and_convert( '\033[40m\033[41m' ) + self.assertFalse( stream.wrapped.write.called ) + + def testWriteAndConvertCallsWin32WithParamsAndCommand(self): + stream = AnsiToWin32(Mock()) + stream.convert = True + stream.call_win32 = Mock() + stream.extract_params = Mock(return_value='params') + data = { + 'abc\033[adef': ('a', 'params'), + 'abc\033[;;bdef': ('b', 'params'), + 'abc\033[0cdef': ('c', 'params'), + 'abc\033[;;0;;Gdef': ('G', 'params'), + 'abc\033[1;20;128Hdef': ('H', 'params'), + } + for datum, expected in data.items(): + stream.call_win32.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( stream.call_win32.call_args[0], expected ) + + def test_reset_all_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + converter = AnsiToWin32(stream) + stream.close() + + converter.reset_all() + + def test_wrap_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + stream.close() + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(stream) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def test_wrap_shouldnt_raise_on_missing_closed_attr(self): + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(object()) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def testExtractParams(self): + stream = AnsiToWin32(Mock()) + data = { + '': (0,), + ';;': (0,), + '2': (2,), + ';;002;;': (2,), + '0;1': (0, 1), + ';;003;;456;;': (3, 456), + '11;22;33;44;55': (11, 22, 33, 44, 55), + } + for datum, expected in data.items(): + self.assertEqual(stream.extract_params('m', datum), expected) + + def testCallWin32UsesLookup(self): + listener = Mock() + stream = AnsiToWin32(listener) + stream.win32_calls = { + 1: (lambda *_, **__: listener(11),), + 2: (lambda *_, **__: listener(22),), + 3: (lambda *_, **__: listener(33),), + } + stream.call_win32('m', (3, 1, 99, 2)) + self.assertEqual( + [a[0][0] for a in listener.call_args_list], + [33, 11, 22] ) + + def test_osc_codes(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout, convert=True) + with patch('colorama.ansitowin32.winterm') as winterm: + data = [ + '\033]0\x07', # missing arguments + '\033]0;foo\x08', # wrong OSC command + '\033]0;colorama_test_title\x07', # should work + '\033]1;colorama_test_title\x07', # wrong set command + '\033]2;colorama_test_title\x07', # should work + '\033]' + ';' * 64 + '\x08', # see issue #247 + ] + for code in data: + stream.write(code) + self.assertEqual(winterm.set_title.call_count, 2) + + def test_native_windows_ansi(self): + with ExitStack() as stack: + def p(a, b): + stack.enter_context(patch(a, b, create=True)) + # Pretend to be on Windows + p("colorama.ansitowin32.os.name", "nt") + p("colorama.ansitowin32.winapi_test", lambda: True) + p("colorama.win32.winapi_test", lambda: True) + p("colorama.winterm.win32.windll", "non-None") + p("colorama.winterm.get_osfhandle", lambda _: 1234) + + # Pretend that our mock stream has native ANSI support + p( + "colorama.winterm.win32.GetConsoleMode", + lambda _: ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = True + stdout.fileno.return_value = 1 + + # Our fake console says it has native vt support, so AnsiToWin32 should + # enable that support and do nothing else. + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertFalse(stream.strip) + self.assertFalse(stream.convert) + self.assertFalse(stream.should_wrap()) + + # Now let's pretend we're on an old Windows console, that doesn't have + # native ANSI support. + p("colorama.winterm.win32.GetConsoleMode", lambda _: 0) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertTrue(stream.strip) + self.assertTrue(stream.convert) + self.assertTrue(stream.should_wrap()) + + +if __name__ == '__main__': + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py new file mode 100644 index 0000000..89f9b07 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py @@ -0,0 +1,189 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import patch, Mock +except ImportError: + from mock import patch, Mock + +from ..ansitowin32 import StreamWrapper +from ..initialise import init, just_fix_windows_console, _wipe_internal_state_for_tests +from .utils import osname, replace_by + +orig_stdout = sys.stdout +orig_stderr = sys.stderr + + +class InitTest(TestCase): + + @skipUnless(sys.stdout.isatty(), "sys.stdout is not a tty") + def setUp(self): + # sanity check + self.assertNotWrapped() + + def tearDown(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def assertWrapped(self): + self.assertIsNot(sys.stdout, orig_stdout, 'stdout should be wrapped') + self.assertIsNot(sys.stderr, orig_stderr, 'stderr should be wrapped') + self.assertTrue(isinstance(sys.stdout, StreamWrapper), + 'bad stdout wrapper') + self.assertTrue(isinstance(sys.stderr, StreamWrapper), + 'bad stderr wrapper') + + def assertNotWrapped(self): + self.assertIs(sys.stdout, orig_stdout, 'stdout should not be wrapped') + self.assertIs(sys.stderr, orig_stderr, 'stderr should not be wrapped') + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + @patch('colorama.ansitowin32.enable_vt_processing', lambda *_: False) + def testInitWrapsOnWindows(self, _): + with osname("nt"): + init() + self.assertWrapped() + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: False) + def testInitDoesntWrapOnEmulatedWindows(self, _): + with osname("nt"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapOnNonWindows(self): + with osname("posix"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapIfNone(self): + with replace_by(None): + init() + # We can't use assertNotWrapped here because replace_by(None) + # changes stdout/stderr already. + self.assertIsNone(sys.stdout) + self.assertIsNone(sys.stderr) + + def testInitAutoresetOnWrapsOnAllPlatforms(self): + with osname("posix"): + init(autoreset=True) + self.assertWrapped() + + def testInitWrapOffDoesntWrapOnWindows(self): + with osname("nt"): + init(wrap=False) + self.assertNotWrapped() + + def testInitWrapOffIncompatibleWithAutoresetOn(self): + self.assertRaises(ValueError, lambda: init(autoreset=True, wrap=False)) + + @patch('colorama.win32.SetConsoleTextAttribute') + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetPassedOn(self, mockATW32, _): + with osname("nt"): + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 2) + self.assertEqual(mockATW32.call_args_list[1][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[0][1]['autoreset'], True) + + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetChangeable(self, mockATW32): + with osname("nt"): + init() + + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 4) + self.assertEqual(mockATW32.call_args_list[2][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[3][1]['autoreset'], True) + + init() + self.assertEqual(len(mockATW32.call_args_list), 6) + self.assertEqual( + mockATW32.call_args_list[4][1]['autoreset'], False) + self.assertEqual( + mockATW32.call_args_list[5][1]['autoreset'], False) + + + @patch('colorama.initialise.atexit.register') + def testAtexitRegisteredOnlyOnce(self, mockRegister): + init() + self.assertTrue(mockRegister.called) + mockRegister.reset_mock() + init() + self.assertFalse(mockRegister.called) + + +class JustFixWindowsConsoleTest(TestCase): + def _reset(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def tearDown(self): + self._reset() + + @patch("colorama.ansitowin32.winapi_test", lambda: True) + def testJustFixWindowsConsole(self): + if sys.platform != "win32": + # just_fix_windows_console should be a no-op + just_fix_windows_console() + self.assertIs(sys.stdout, orig_stdout) + self.assertIs(sys.stderr, orig_stderr) + else: + def fake_std(): + # Emulate stdout=not a tty, stderr=tty + # to check that we handle both cases correctly + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = False + stdout.fileno.return_value = 1 + sys.stdout = stdout + + stderr = Mock() + stderr.closed = False + stderr.isatty.return_value = True + stderr.fileno.return_value = 2 + sys.stderr = stderr + + for native_ansi in [False, True]: + with patch( + 'colorama.ansitowin32.enable_vt_processing', + lambda *_: native_ansi + ): + self._reset() + fake_std() + + # Regular single-call test + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + if native_ansi: + self.assertIs(sys.stderr, prev_stderr) + else: + self.assertIsNot(sys.stderr, prev_stderr) + + # second call without resetting is always a no-op + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + self.assertIs(sys.stderr, prev_stderr) + + self._reset() + fake_std() + + # If init() runs first, just_fix_windows_console should be a no-op + init() + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(prev_stdout, sys.stdout) + self.assertIs(prev_stderr, sys.stderr) + + +if __name__ == '__main__': + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py new file mode 100644 index 0000000..0f84e4b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py @@ -0,0 +1,57 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansitowin32 import StreamWrapper, AnsiToWin32 +from .utils import pycharm, replace_by, replace_original_by, StreamTTY, StreamNonTTY + + +def is_a_tty(stream): + return StreamWrapper(stream, None).isatty() + +class IsattyTest(TestCase): + + def test_TTY(self): + tty = StreamTTY() + self.assertTrue(is_a_tty(tty)) + with pycharm(): + self.assertTrue(is_a_tty(tty)) + + def test_nonTTY(self): + non_tty = StreamNonTTY() + self.assertFalse(is_a_tty(non_tty)) + with pycharm(): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharm(self): + with pycharm(): + self.assertTrue(is_a_tty(sys.stderr)) + self.assertTrue(is_a_tty(sys.stdout)) + + def test_withPycharmTTYOverride(self): + tty = StreamTTY() + with pycharm(), replace_by(tty): + self.assertTrue(is_a_tty(tty)) + + def test_withPycharmNonTTYOverride(self): + non_tty = StreamNonTTY() + with pycharm(), replace_by(non_tty): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharmNoneOverride(self): + with pycharm(): + with replace_by(None), replace_original_by(None): + self.assertFalse(is_a_tty(None)) + self.assertFalse(is_a_tty(StreamNonTTY())) + self.assertTrue(is_a_tty(StreamTTY())) + + def test_withPycharmStreamWrapped(self): + with pycharm(): + self.assertTrue(AnsiToWin32(StreamTTY()).stream.isatty()) + self.assertFalse(AnsiToWin32(StreamNonTTY()).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stdout).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stderr).stream.isatty()) + + +if __name__ == '__main__': + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py new file mode 100644 index 0000000..472fafb --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py @@ -0,0 +1,49 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from contextlib import contextmanager +from io import StringIO +import sys +import os + + +class StreamTTY(StringIO): + def isatty(self): + return True + +class StreamNonTTY(StringIO): + def isatty(self): + return False + +@contextmanager +def osname(name): + orig = os.name + os.name = name + yield + os.name = orig + +@contextmanager +def replace_by(stream): + orig_stdout = sys.stdout + orig_stderr = sys.stderr + sys.stdout = stream + sys.stderr = stream + yield + sys.stdout = orig_stdout + sys.stderr = orig_stderr + +@contextmanager +def replace_original_by(stream): + orig_stdout = sys.__stdout__ + orig_stderr = sys.__stderr__ + sys.__stdout__ = stream + sys.__stderr__ = stream + yield + sys.__stdout__ = orig_stdout + sys.__stderr__ = orig_stderr + +@contextmanager +def pycharm(): + os.environ["PYCHARM_HOSTED"] = "1" + non_tty = StreamNonTTY() + with replace_by(non_tty), replace_original_by(non_tty): + yield + del os.environ["PYCHARM_HOSTED"] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py new file mode 100644 index 0000000..d0955f9 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py @@ -0,0 +1,131 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import Mock, patch +except ImportError: + from mock import Mock, patch + +from ..winterm import WinColor, WinStyle, WinTerm + + +class WinTermTest(TestCase): + + @patch('colorama.winterm.win32') + def testInit(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 7 + 6 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + self.assertEqual(term._fore, 7) + self.assertEqual(term._back, 6) + self.assertEqual(term._style, 8) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testGetAttrs(self): + term = WinTerm() + + term._fore = 0 + term._back = 0 + term._style = 0 + self.assertEqual(term.get_attrs(), 0) + + term._fore = WinColor.YELLOW + self.assertEqual(term.get_attrs(), WinColor.YELLOW) + + term._back = WinColor.MAGENTA + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16) + + term._style = WinStyle.BRIGHT + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16 + WinStyle.BRIGHT) + + @patch('colorama.winterm.win32') + def testResetAll(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 1 + 2 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + + term.set_console = Mock() + term._fore = -1 + term._back = -1 + term._style = -1 + + term.reset_all() + + self.assertEqual(term._fore, 1) + self.assertEqual(term._back, 2) + self.assertEqual(term._style, 8) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testFore(self): + term = WinTerm() + term.set_console = Mock() + term._fore = 0 + + term.fore(5) + + self.assertEqual(term._fore, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testBack(self): + term = WinTerm() + term.set_console = Mock() + term._back = 0 + + term.back(5) + + self.assertEqual(term._back, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testStyle(self): + term = WinTerm() + term.set_console = Mock() + term._style = 0 + + term.style(22) + + self.assertEqual(term._style, 22) + self.assertEqual(term.set_console.called, True) + + @patch('colorama.winterm.win32') + def testSetConsole(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console() + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDOUT, term.get_attrs()), {}) + ) + + @patch('colorama.winterm.win32') + def testSetConsoleOnStderr(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console(on_stderr=True) + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDERR, term.get_attrs()), {}) + ) + + +if __name__ == '__main__': + main() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 0000000..841b0e2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py @@ -0,0 +1,180 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. + +# from winbase.h +STDOUT = -11 +STDERR = -12 + +ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 + +try: + import ctypes + from ctypes import LibraryLoader + windll = LibraryLoader(ctypes.WinDLL) + from ctypes import wintypes +except (AttributeError, ImportError): + windll = None + SetConsoleTextAttribute = lambda *_: None + winapi_test = lambda *_: None +else: + from ctypes import byref, Structure, c_char, POINTER + + COORD = wintypes._COORD + + class CONSOLE_SCREEN_BUFFER_INFO(Structure): + """struct in wincon.h.""" + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + def __str__(self): + return '(%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d)' % ( + self.dwSize.Y, self.dwSize.X + , self.dwCursorPosition.Y, self.dwCursorPosition.X + , self.wAttributes + , self.srWindow.Top, self.srWindow.Left, self.srWindow.Bottom, self.srWindow.Right + , self.dwMaximumWindowSize.Y, self.dwMaximumWindowSize.X + ) + + _GetStdHandle = windll.kernel32.GetStdHandle + _GetStdHandle.argtypes = [ + wintypes.DWORD, + ] + _GetStdHandle.restype = wintypes.HANDLE + + _GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo + _GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + POINTER(CONSOLE_SCREEN_BUFFER_INFO), + ] + _GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + _SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute + _SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + ] + _SetConsoleTextAttribute.restype = wintypes.BOOL + + _SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition + _SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + COORD, + ] + _SetConsoleCursorPosition.restype = wintypes.BOOL + + _FillConsoleOutputCharacterA = windll.kernel32.FillConsoleOutputCharacterA + _FillConsoleOutputCharacterA.argtypes = [ + wintypes.HANDLE, + c_char, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputCharacterA.restype = wintypes.BOOL + + _FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute + _FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputAttribute.restype = wintypes.BOOL + + _SetConsoleTitleW = windll.kernel32.SetConsoleTitleW + _SetConsoleTitleW.argtypes = [ + wintypes.LPCWSTR + ] + _SetConsoleTitleW.restype = wintypes.BOOL + + _GetConsoleMode = windll.kernel32.GetConsoleMode + _GetConsoleMode.argtypes = [ + wintypes.HANDLE, + POINTER(wintypes.DWORD) + ] + _GetConsoleMode.restype = wintypes.BOOL + + _SetConsoleMode = windll.kernel32.SetConsoleMode + _SetConsoleMode.argtypes = [ + wintypes.HANDLE, + wintypes.DWORD + ] + _SetConsoleMode.restype = wintypes.BOOL + + def _winapi_test(handle): + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return bool(success) + + def winapi_test(): + return any(_winapi_test(h) for h in + (_GetStdHandle(STDOUT), _GetStdHandle(STDERR))) + + def GetConsoleScreenBufferInfo(stream_id=STDOUT): + handle = _GetStdHandle(stream_id) + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return csbi + + def SetConsoleTextAttribute(stream_id, attrs): + handle = _GetStdHandle(stream_id) + return _SetConsoleTextAttribute(handle, attrs) + + def SetConsoleCursorPosition(stream_id, position, adjust=True): + position = COORD(*position) + # If the position is out of range, do nothing. + if position.Y <= 0 or position.X <= 0: + return + # Adjust for Windows' SetConsoleCursorPosition: + # 1. being 0-based, while ANSI is 1-based. + # 2. expecting (x,y), while ANSI uses (y,x). + adjusted_position = COORD(position.Y - 1, position.X - 1) + if adjust: + # Adjust for viewport's scroll position + sr = GetConsoleScreenBufferInfo(STDOUT).srWindow + adjusted_position.Y += sr.Top + adjusted_position.X += sr.Left + # Resume normal processing + handle = _GetStdHandle(stream_id) + return _SetConsoleCursorPosition(handle, adjusted_position) + + def FillConsoleOutputCharacter(stream_id, char, length, start): + handle = _GetStdHandle(stream_id) + char = c_char(char.encode()) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + success = _FillConsoleOutputCharacterA( + handle, char, length, start, byref(num_written)) + return num_written.value + + def FillConsoleOutputAttribute(stream_id, attr, length, start): + ''' FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )''' + handle = _GetStdHandle(stream_id) + attribute = wintypes.WORD(attr) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + return _FillConsoleOutputAttribute( + handle, attribute, length, start, byref(num_written)) + + def SetConsoleTitle(title): + return _SetConsoleTitleW(title) + + def GetConsoleMode(handle): + mode = wintypes.DWORD() + success = _GetConsoleMode(handle, byref(mode)) + if not success: + raise ctypes.WinError() + return mode.value + + def SetConsoleMode(handle, mode): + success = _SetConsoleMode(handle, mode) + if not success: + raise ctypes.WinError() diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 0000000..aad867e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py @@ -0,0 +1,195 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +try: + from msvcrt import get_osfhandle +except ImportError: + def get_osfhandle(_): + raise OSError("This isn't windows!") + + +from . import win32 + +# from wincon.h +class WinColor(object): + BLACK = 0 + BLUE = 1 + GREEN = 2 + CYAN = 3 + RED = 4 + MAGENTA = 5 + YELLOW = 6 + GREY = 7 + +# from wincon.h +class WinStyle(object): + NORMAL = 0x00 # dim text, dim background + BRIGHT = 0x08 # bright text, dim background + BRIGHT_BACKGROUND = 0x80 # dim text, bright background + +class WinTerm(object): + + def __init__(self): + self._default = win32.GetConsoleScreenBufferInfo(win32.STDOUT).wAttributes + self.set_attrs(self._default) + self._default_fore = self._fore + self._default_back = self._back + self._default_style = self._style + # In order to emulate LIGHT_EX in windows, we borrow the BRIGHT style. + # So that LIGHT_EX colors and BRIGHT style do not clobber each other, + # we track them separately, since LIGHT_EX is overwritten by Fore/Back + # and BRIGHT is overwritten by Style codes. + self._light = 0 + + def get_attrs(self): + return self._fore + self._back * 16 + (self._style | self._light) + + def set_attrs(self, value): + self._fore = value & 7 + self._back = (value >> 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.11/site-packages/pip/_vendor/distlib/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..962173c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d768acab769f40f4972ed3cf891520102ccbfa3a GIT binary patch literal 1448 zcmahI&ui0A_hLjDNUxp1@P2I;Avc0Qvu%Mo1La=l4c=*w${`bgh!46FH}M7XCSR~ zv?_AAoqLDB?6vC}LZF7G6M6gFyV zYS?z@w7G4kCEIRC-eN%bm~G!(bb?H>4x1F@=M8HiYIAGBiJj28;yS@a!e*~7B@0n# z-Q(ds3%y$%NuR2pJZZ&#!e={xV%fGI`iX7VJ4-^tAQF@j ziFYIDZa;m^=$;p5u2ExYxv>~v2B8;l@$V*7P}EkwG#A%s z`%o8YH8yG5v_jWloi&7k)Vh*tF%NE~y5MdkyqN4N6+!b%^#z&D^3+IX^^7-#a_KIs zNEY(Hn1Y5VqYCQ9AE7kf_LJp_(Llu6LlzQHr`&uU5XUth7PS`PoKQPQovvbb0@1;NN_59giXC!kg-<_rhPrN7mY?>7sxFK`j;Z zZwP9M*hgTR0ChK;FZEImMS@AB;u!=ZyI>se$=f%oJ$d^^y*F|*KQz}`IV}cJtL2BS zv~1(@i5T}D7u?+b39_{#<+OaM-HAjpFGM8L;&8W8v&ECk=z|McLaLKPF4B_Yc|)DQ zvj1tE&Hkiw;wbv1CdQu;3{=M0U>w-)?l?VP#`ks01C23r06W3T(s$zi_$|_PX7#mW zy&ZR}Uz{3%#;g&bs0Ac`l8rOlN$gJNq?1W@01nOyiyfY$lO1Q%b53^H ztL|OLo0-|)cW2U3F{Z3%hyE@(fLO%*u ziFEVmFG_W~yE?zlFNAbq!7B)KuMg?HdiHJb8rZkdYqanuCa-D2-l_|fwCO|>QtQ2@ zFX<+X*L2qnU(#I@0>;b8kzamYec@K;H(X)&;;$e-W5^sfd(DC_U>O&@WdW<#hFDX` z9xnG*NHwVRR8O~3a|67 z3$ORC4{z{p2)n)RaI?1=Y0R(byp1fk7H6-5QPwZj=!@Od7lEDLoosG7LZ^|d58UH{B^Gh-lzR8jPWt$Ok{c1V@{p$ zo&Nx} zb*R%RWnLJy^`SH2v)*%5e&E@_Isb<5>CqPa^Gh@Y&Uw#H(EM~G<#XQWrJ6RQrY(Wz zH8p*X^-3$AwFS;;o}FcFZx6i?{*w1gsCl_m^Ae2CM)cE{G&L*CD}Bi8^;&d+^WO6l zPQ3FX*0_z0Xh-O!@XOwpao>se&nw?Ydi~|mLMyzZ`1OkX>y?QfU8vL8Q{t3Om+w1rDpv+N!FTz*UC8Mu4hXUbo?>JgX zB@t9YNr>MPx){FXy%Y|5gY36H1XzZiH(b74DAd38djjf!e|~wd__v{qkbgVE@l_@D zg~H(p?*vM!l1j3$oclr%9z`j z%%OvUsAdj{%5<#kL!oQo>)z{{T+jIrBiHMzQum`q)81*M9+v9RFV*g;P(1vqcLqqzJ;;jenX8ouGZ5&oL@Yk1Qt$rOPj zz8aXgx;YfQuz8aG-rl=)>*i=M7U-Guja~6w3`93i1}8UC!i!w8C@$YcP+{_L3((#RY;ckVR5b<*uqzG!f)e=2tA zm~X-#3W)g%iaqU%Mz2Lg|H+GD-bxXLrw;mYCg2Z>fw5R2(sp4g81j!&NdXZ(W}`%B zrKk8^cI@2A6Q^lX($mu5crX;>38mX{Unm;DBm23)_1N&K=SAP-BodfK8cfklfrSFr zN9A-!B(Z3vpc;XvOr%~DZ4@+7P(eW@1#SwODQKafm4Y?|9)q}n?$=XLMG->Y%4^1} zqtBOzeX+4iqn9Gl7@PT(M*?CDRUY%j0;~(i@S1!TCi5ez;9Xrn=N0@q(BA@0JFy#) zBOXKEJUU8wjgIEaMn}UD|5S+XZKIfOz7T)%zD{gJYO#R=dXEK!nxoXL8}eVyY@0Lk zw3O_pRD&^EUxka<1Ge5m2=D4H>Shfyx+tp>R#YLC>f5hZubElnjL~l>B0c;v`b|nS zI9oDnnlYsc%~$7EqRFjvrgTPs#Yl<74KY(OvA^{5R&E>#)j54#m?@2Rp%pBzVm|y% zjf`i6CrQN#mb1DUlfOhFUTS9yDMcNNrTES2+5nY(3w=QSz3TE?)M=wNsLvCn6gwYR zevBr9bX}(P!LAvTx+L{4)N$WGF258l!c~{Q%x_i0Yi+qRB?G#bJhSFsvUE)!YjeHT zrRoL7Bva-5HorYZpkdWDV^HTov&vsiVT{(SbX_JW!Y*~IW-T+86hWX>*Ng@WVZm3# zCr=Xa0E%||#>N0j=`I#=pBXyh-nn(#j&64p5HuK>aPREx>)l>f=9aEYvDoC^&6{J9 zNGRGH48+EJBjUx)mtx`2W^sIsUTu}$?BQ<~UL5*N=oJY|irWy3b`|O~e>v${WSNq?k8_BG-UFN(gpO`157JtYR#BEf~9$*NcQ$qhr2FU|J*& z`3U6_?gQbHH!{kkZ20KNsWXE|`p*vLO$_jQ%JOrPed8`Wkri8k%pjq z^nJj!8@iP;U1jy0F;`JVShzmta3yv;tgL3J*m2uFZ=W;e*0-km7cMQD7JZ8s7B75Y zNqFYW51mbSNA8TIwr89jS!c(bC1-UeW|ypOX=~dr%5;v_T;;((b$)c=W7m&enabgx z83f1E!q0USq98j$v#zq9%G{Q7)ZE>DXZP*B^LtaS@2~&v`b_iIZ1dJ7$JVrME9z%+ zCZew&nme>oqO(_h`{~!8PL^hD?ySw7W}lqB=7HV4WOt`(GxpA`y>mrpwhRi3#~ySa zTIxRZQAwuzXtw((k41JokGJ&;mQ-iPwJGb`l(BVZZQW`1kqc2Kc;MQ;bkdcnXvtQzq|Gf17mg_@ zMS=qi1I7`17ZhQ%LP>RM>Bp}Nz>#`jm9?>%-fz&r1jCF0uxf-z;JNeK7@m_FHCz@8}7Otc?|wP(DT^opd30RgbD+ z`*(!5jp~@M3tvz-Ha2488g;YH=>7I04fGxT8hI;QRIV-AQ{g*+DfL`H431B`W0!m} zcNan7E_Wy3u|Gg8hu=LO5dnSNzNj0l*pxVds0-6FVmN#D#M#K$l|ZcbVjwmd2#AzH zr^f>T4@47)BHMtws{ky!dfg1yY}>tcw;QCrjCkbyM3A0Qw@(b9+z`QTf4BR>RLnhm z+U@iE#XvMFJ)Vf5PGe(%$r!JrvXCO)($dE6Ae!L|M)3}i+_*0oni2!O?o$))=oB)G zM!Q*s$EPM38Z1_eH9hJ^sf0ayyZ@3be&YP}Mrihrj z5GBq`LZX~e*@Os@f;aFVy~ojJrLNMsqBB?yEmt?K==AFk{!FKL9Qrv0_-Q9(<*c1E z=gOAH@^>P&few!9nAydi!Oi1yM-nvv_=&*lGjlV`j^u$xJij*l+xiMS0FP@?PKV7jSmtU0YY!!3YZyvaHAh~tP+LX37 zEmyast6LsA8WXz{yOZbM`O;fodN2B0eaN?CZ?z4TQ$? zC0DNb#Ea1=p@ssfh}6M}AX3Mx<@WX#;{FT?qa;$ep#za~>*NEQd&x#Lmx90nnZvq$ z#A6bBkyPAF!4?GhQq&|eHaaR^q9_72oV{Q)gy`kUx{lGV=WZ*-|jpn+vq%2>Ele*4w+k(qNfDF6~q4>1SJ|1m^`BGaO#Q;oJ~ z^-6N%vP{^>B;K2i7Q1Hl2hte6)hp@H5ab@vM8@(L)`aUVc7DwbkQ zrA|eqf|kTfay3Ev;0=h&gJNWYh}q5-s#lAL)ojc+LEt}fH6V&XzaJgLh&A-iR5TU| zLu}#`74@VN74=jxe*{4s_`J_e&63{zp$K#q(SyCJr~eLRMF$W-+u*F7Kgz@v+cM6LS?5Nejhf!y+V;Vo`)59M zW;PwnZUQBOsO6^h3rF8M`PRwBmP}Jmwy7uW>RB-e_RSov<&89)Krz9I?b{eVn=hr9 z!57Zubt)`Q;Cnm%AH9y?4dH2UoP^6?Ixs8T)Ta=)`ci|7lnfY@DIs4~{*>?4@2Ww@ zbGo|%cwxq2spCFGtDP!8v zhEJ~2dDnW!n(TjDT$s*Oda{+CbfpLEL|y&-<+~GiCQ@Izug}zO&(>~#P`hWTcF!NS z{IDxiJD9B_ z?aaD%(j&++YwHt(bAz8$RNtJsH3fO91H4(OrHuu1N0w_{^A{h~Zd|I}n2Kg=N*uu$jJTuNB$L6b3D%Gj+z=p_Kq&({?+dIdT$j!l(r+MH+^MRA)ZLB9>Jf<;Pzguf+|#SeB94p_ zJR%N?%1YsT^`!>+itc$IJkVGu5)HgBb&)x6eGH7S!4HS=Kj@J^iid1q)5! zLI6h3#XtfN@RMl@v;nIKpLNJizK}n=o^;xhSVx6%D1*n2wzz<&tH!!YT3DED(m=N& z7x8VR{eOOh#dj#%cc~r<_MP>5yi!pSHoP0D9{1L)2N5a6Lp(Z;Ky9>Aq#|d)*USjt z70&2_;A!s(zb=4tmbp`KC>qscfyglAt+2odNY%+3$%cZBmB%QpT#`SC7pZ1%A&43g z5I*87=r{2zZYwl~UhYCeq9jWIJ?B`Tb+o1i(vH20eF*sH{!acqH?Ztjm-J^Gtw@x% zwLWgX7N;r|rk$@eD?|!lJ-XI>{hSGE))U}g9q{=|c>?IxaBCW}eu9A@CXJ7DrUcsL zi{>DkhqrJ;Qj4|e@2fhI89v0Q2c@e>$NTk?S_CSdvybBx6mJ%CfC5>gW{{U}DIav5;Hcyk1by)2FAQ81-HCuZYhe6;pEmlqQrd^XrRjn6h{HhkY_;Fol^Ev|%N)rnmqAGuF*nE2td7g5(<#`*RhpxoI|N7%%e? zUnu0e02GN5i*ZbdGfl8&>~_YDS81dRZJkY*Z|@pU5ZLsb;V@s4p=Fa6(6hLM@b6H1S|oC&_l~& z7VSmiXq%dT_`2}Eek9%qJ_Z^OD4$|b0g=K1ihfeaxZ9&13mc5Qi9O6)NS!iDhJIol zDwns8jz^gV9VR%)C;T9Lz-Zn==84?w%*av`+6E3b6S2)mZR#mW8E=;I2#9}*NZ3#7 zq5<4+d$>#QnKIUmSu42H63Y%u&$&~}_PV6`Jx|8oowaw9zJQ|d9=dbry?wuD$vF0A z0sCxwKdEj^H|<$&a;IExjx3C1o3=yUzOIi1;yXwnz5`R*zGF2W`v2Gj5PyiSmPT3p zBixIBh#+6Wm6YNiQ_M#cd`!WQD4?+v{{(?*S&m1gSAK#guV@F+lCgGWtzFtdY%drm z{No1^prXPbh+!gw*nol+GZGRL^HZlzjy`*CXm`FO6p37!nvB=-XXp1GcgzARthRrUA2{B>X0h zkC?F-kuR$*zs9rZ2Sgd&n&9{zwQ>WSMFsd~gTihz+O31P&86c9$E5sZkzi!`JV#Y~JTX}f&o zsHWoLzr{OWrnz?&Hz1))bQN`pXi}eu-U>e`Z(b^I&Xl)i%Ud6mZ(1tfw0PvcBU8R3 zTfPJOM{9Ya72lhtL zjxFJJv(gscuYbMNFU$&l!>pdk;Ek`DXAN_ub7t&gG2z}wl4R0h5gArN~ssFXssPbnz9k-Ec!r&ndZRWD15E(8)u5?sgByApHLF6s)CzM4La*bQNO>{@V4QYUb`5_JQqC2}P?QL0ZORy~pif+T;G57`k?m80%XGPa`% zG9tj^4#wQDif6?GRH$pm`;@mu?$mJ+l6-32Bzgw1koO~hHv=N>3wQ>i1A2f$dbxUI z0NFuwW7Hi5g#uG-j2rrGGBDY*W!ui})Z^oLADR&#%Z3bJNUy@*f~JF)7c2HUS-ij) z-*-_AP#?L^PJ_p|&L|b$v80M-W-L5&s&t`Rg^V$Sd=qjVgA-6@2mS7`OJwm*Lrt%% zvqoMc*kXY$z~q7&M%i@a#;iDsb?o54H5$Cw!K`W|;~-@}kCOsNt{1Y9`-hp?@Tnzf zZ>X<%mL0_=%6S%qog+gGvX237$`=7HCS=}^8xk^Gu*jkG#jhfoqYXGQ`4ycG;0m^6 z*x&*~czJ`1ex$%L*w4lylfw|QG0u)yh{Dof)C3o==WP@@8WBgK1DcGtYnF3Sx1mfn zPjG)HYVs+`P7EYy-H^C`J3b$W?C{fNhnon##$rHn*k~e3nvBLzKm9aHIPO<0cHOti z8Vzp=jRqA(K)gNc3Ky{R8+z)B$H}0yMuxM(#4dD^0;{8oz_>VKrWu#m-_C+o9o$ zq5a*5Rx9+VXf<}d-7LLP;)mfR=_qFP6Se-5wOfC)bVf@jJz?u_mWX?1ObY$IaK(Va zbfO1k8~mjxwZ?CLT&bE?enFWq0JX%?W3+98XsQuT9(5Fe0^nLW7{$J$i^bInGCAbq z(?4!~b(UGjyxJ_za#OJCsfjBSk!wX@2utmC+Bo^0z3x|M<8?A1fCU+N@$g;_S>wer zr3Z@l7>tPH9i}Q%_nDa(LBzY@^SkknUEpG@%FXl@nV@6WDak?C0S|Hf5yai}s zlmSNZ$H*f}d@+YrHzXK=-8&QhQC^jJ+hak5BGp?2A)Z6PAcV!<0TsoD)_1PFb!D+5 zvwmB4{kDWPVFjpwZI}^HN%ww7$rRxEfK5aky(U7h*ZSo3jH@&2>Lfi1>H}-)QmRiOfJIpv#^epXuq12PlQ@z%@~~mg zgNDOP4TnE+<(k^S={9ZzliRp4apV(q-71g=>b6qN49(5*^)3b zzC21|n_sD^*S*=-Z#VqNSn-ro_ao=-BR0c1kx)t8A|p21xi~sXHdioyqB)W;?~h?# z06lZD0hed}1)hL6eSk0V-&3km38#rUiuzwE3fes}8iQ~Lvv$HS{tZ1~GlmR!Ug1;b z@L?`L{d0Oq0k*N~qDN^ad`fen#bCjJY{=GiX6t(9j?EqWbh!fNh=K)HjD-LLMo%zC z21Mb#ht7H!_(NS`&Q;gXm9FTG7GRe(0$Us9^SI!IpsQM!u-z`7FUPI|YvluL`tf+;}eo3+-UD1&?cQEAn4O_MDj;+~{5}FMjK|Fwd z{wZNSXr*ZQe@X!%{3+0sv^RwAk6eO@;7Q*k?#oY3#YmKhUz5bVBL=$;ry%IO8UU!7 z6hAZc_V%i{R0j1Q_FW+|jdCt> z2NJ~$dOpN#6dA;%L{ddm*%1-0j=+qPFPUU`h^RLNFn%B#loCQU9re0?&M-%;oB@V- zXh4i1EuPy=5DRKjU`7~~2?|Y0&7K9MlylOg)F4=-q#KrB-TB$s_^Q6{FO;*zhf=uepfIH;|CC0oy=+9e7M8VVm;3pMr3QMo?Ewu3iSSZRRQ>2uE zQ)%iWGdY{$L+SOO5mfwD8H8I=EO;6j`81H`d9Y0&J4dSZ)kaQYGEp2TQORyT2^$Q7yQDd+t{=C(uXH9?Zesj;Y4Y+vSqo&v)J=t zeWv9|w&h5obiQJ_wQKRfhh3T0!EEawC2=ozZN1-Kv&kA93OrJaPbLCH@+J34AS-`b+W4%sl^C{1)7o`O6Sm;n~5ah75k|YZ^w> zYY&wBZL4A{{C4C}86eL@<+!U3IQ$i>QaSyVcvj=DLRjmsMp)-}Aas!j8*e?+@70O~ z%zS@^esTA^3z*A&QH)GYMvJ!XWLplI36Kl~6WDNq4HtyZq8=a}%uGbdI0IN{3@j`p z13ot~2_eWNxJf!8Lig2R;F^N#KL=R^wtED`5Ys0X@@0E^z$c4bIO2oQCK`jp;T#DY zm@o(Ofyt>0A=u=TfCLtoas{~IAYMdmdBJ{&x=<4)t?5D$(JnWwB}SRCOp6Ajym{F7 z8B>~$a_S!v31+y-@>#3W(yk!j_Rut16$^&Y2iSE&5)Vf97k2^;V+$*G8i>9qq$}4% zI9b4EB3@hEP?P+DP=FN0By~e}P>ciA$yTt8K$M#-b(^AJRfvngJu@`vW7AfNueB&* zQXeEU0Np4i1i$#^|9Em38wP@q3dLz)<%x1(8l4g&5bTzER&BT|&68ro0pdx(1yPS` ztijA(1xA74aADTC`Bo{KdFTb7$a;|keTr66W+SxIfu;mBq8M7qTu3aTl}_umU}ta% z_wlMi#bsNeYNUxa;n@ux?8NHV0YQ{4l%-u=DKX`r8@M$*hd&Mp3ag*`g}RjfCDW77 z>(Z|a9Cv~;d^#}ASV+lWhapO3C82v9m3V8I>o^sam1FCvzU3$x=&ZUSx&3y}d{5f8 zVRa3OT46OLK^EzIF5{bDuo7>Y)kE3?yUL<0gxhtmlIj>p@O7)cAcuj3NZAjCEXjr# zJ^llE+7u`T0~-ku9@gOT0s+(^MH&IDGKV8nQH&*r+~@?r6fB9brW54YChCM2@eYiZ z8aFKLA+8oSLkJS!SqxS6xyF{%_J#dvz;X8Zbh!?oUZ^6&A}Po@U5NqkJyrF@_c-bv zI9iurYH}pw=*)s|v~@E2|JO=u^ly~4nBEmyOe3njCe#b8f7jy%{fk8diq1^d)WtrX z5M@Fuy0U=YCz< zwwn*U-0esy5BwQcG3C_M>mE;*UY3UyQ-vDFu3y(^*9*gH6raO$PMesfCdh7sR-D#m zigp7*IgW9xlv^dmbWqDSAQMbvM{VNOH=?(v=BMUgO%2=|PS^Ej9GkNavef(MYGB@o z87Q(AidEFKHQPr!shD-88nm#eE@cbrlGe8kZ<-cN3)a-RdtXYsHfJ1LvW_ij+m_X9 z*NARmb87%M--M7_If!!t_OpPU!Z69h{`oswh-*}{GL-pt{4?;Suv!O?M#k1xb&@T) zMYbj9#Fjyv!CQGD%t04r1CpH!BEE_r@lM4s6M_RL3@WxrmCJ_Yz0^4!c%@)SUb{VA zyFJwp&89DL9k-ef>mtwn-KbOF9Huu7EpiAQar3X{Z{ zFO%5(^zDQ52h+CZ)fFS*5Ubd0tYUs4h40lDH2?aPJad%KmDYYS;>V;5%`z75)hxTZ zk?Lodbp{yXyt)Or7SiD;&4YsHpxMq>x6XRRv&a?pU;i_{#KROkPXX=Zee7yuETp=l zc+__4s9ks!_F#@J4;;Ie9J^p|o$%ic-U+^EcyC~_?E_E7-IsOuWomb1Yj;4P=-dT? zqH`CJf_>NORY*O+$R?`LUGUy8e^T^YarMmzAer=JIk_5KdW86)BL#Z6FeRb0V){K! zA47QuOC?S;V+VafuSjr(NakK5a3~2ZjqnWgWE4)A3}Yc|E-0iCNq42jCC#X+Vm=jK z-A&!Jk#!U8T&_!Oe@@50XlCt>Dr-5z8Z{7fzLxH z^#ZuUU*%&~o&}j;FBV+zV9T&1-|Us+j!+K}9aQXrmb7DQDt2!gU((06b#*&sT4l=` z?Nm(%jj__Nlev!}-l%FXTRLpOF}S^aV8u>q(*m+rT6SR{jR+ftsDdn!VvbT%*0HA0 z`e`Wx;xmh97SG%}K#eK1ghr@v(LEb6T3a9oVLMqIG38R25%wbm;Z-1IHUlA7 zCfY(t8H+C>jcPp;YXD9Q3tmeV%dsb@>IGV{op_go@79T=BV${aW}me|9IN$ftk$Fe zeq5~&usW||4_dL!SJ4kZEvUunOUoXp5l2zY3zWh7usM7L4zaSnrFk|JSHWGKK*uhDgK>?!KHFQM98&HlUq?qGg6>6<^1a-^N@`~#&G zQ?)4Z{yMoL<^+I{nPK%!X&P8=lS7K9{Y1E?xN?Y2u$3z+o_D-`C5b zP3SqKR>R9{eFo)oCH&fBur|_G15swVKsicR8(autglL^fm)1L;vhU;Yix|eXRS8;> z0~g%FHYN~uPx^w;DG+j!Kx(i146_O;FtsG*C_r1>GWMN&^NP2QL`V)INkP^e%wB06 zvBfPiNd@u&)ht{QUYm8wMa$DZOT#yU24eV(2K$fz#n$|Es%n1bLEWaMx=oq79w@=m zl|6+a9AZOQ2-y%0@a9&e5+HSH1hdd58`5>#7ySsN zPv!Q)Ko(XZk#NroPr4R~QvSNDQTLsmezSTp67XUGaR4`JsfiMZKgm)gYZ!*4I*x=O zH!SpCw;R8%lEAEhsnE4C-&l;V6^OHVmtt!d-qK<&5$@Y{@p2gjvqUsCqi$3f=ocP4 z7}$ScTfbympHa9^gA+A|0Jt=&LA$Ao=^#i*#>6zD9px~2gjh{?H54>Z&_n^r(nZ=j zmbWsRDGV8K#4i%f$tWb!gcE55O}K|rnaK|jHoZ=ZnQp1+<<;nh>mEjLGDc zq&>h)Hq8PPwUCTpZ^(Zu`Z97CLV?R zD{U(!kpes=Pcwx8KcVlCgA!d?{oIC(r6Fr+AQvX!CJ_A0pet*XW6Zj;8uhc9Ta7#d zTZoPV7%4)t&gq&nuNd_f_yv*!WKm6T@Hoo8`j(4Fm<0>%b1wuXMhmS9MQAfw2-GRU zauZ9V2+Q@BW-3k_@X;V80hHHOV?ON1A0;d>%B@6IP>~i6TRf+6LyISc@70&qm@KM4 zu7fXB;Rf8DFtb<#834oKx{>_Y&FIOj3Jb|J5;wrh@VUG&mKP!*nkXKiW&&UNa)02$ z)WuQBAI@LHMb$wrDMubmW2-g2f&s$goQN>U<0r9^6@>Hv!D5(pj289g^~cZQVrg#_tzq92s9!V$02CmZeoWctn=3+&3Zo$KJaev zHzIWVn-Dhpt1-?S#KRb(xQ9AYlKe9pQ~1OTgfC!|7~myspvN<)c+lr6T?h3K+v@lq zaHEmVXhhV0;fj&E4PJZ;J&#|0y^_h-V%xR$8!@Vx5C^;9qqYlFvOG@AdUTxtX9m|v zuOg=-^F$aU8ZNSsm|fxvf>LCeRFw2*4I+lo}eTYoG-q z&X0E^R9$C-7bkom>zKb3vIAzO+OS22Nt~=rf*>BoAs44$(N}ysND3;lGzKj}Znb4Q zaPEJPC05UMb7TBF)w99+DOZ{~igfw0r2U z96vet=kx7p7yx+A2@K(9r2$JzI0$( zDaz4{LnuHbQ#hqX3gfBsHd+sbtiSJu{*E_@hbQK_70SlCby%41R?!jBrStZ)OR;NjOMRJBm; zMdUhbfcIAn5?~S^CIbeH4V?sE(A5|OnPu)Qi~wS26sBKd%asiT5wX<$jIx7(cO3QQ zRzbY`rA+b`7|&iAB{7tA3->dzD9t#68`3}!ov0lMxfZnLEINc2*g)9pd0%F1tyvox z{^dHmKPda{^4~1KAI)^`%XaR|*xKiY6Vs{ITw@z6TL zScqX=N#iQAt`yJGOg)D{)pvBDLE#N(W?X7WP<--3-_UeYq>-Fa-Oe@)0du4tP zDT^X;DC*(M}sDRDxbH7n4C| z#FYNUqtukUwo_~7sWnOj=;p?%y%-F}q+&An9Ar-0K!+5>Ob|kotOxW536_wQ@HjyZ zoNR(=%3W%5a88UbL*k+vcan$!K8|2n&%n59@Hm@Xr5rO>i65i$qTfMNNzhPgugNvJ z7mhz@+Pc)VHPf^m`>DZ4RT1-8<%ZuKS5xvC_E(xLEx`7*kS-8**@H^=Ql%S)W zx0JsL^CJa&3;P-QTk1VG@Qy@X#sF zZO~pfA{dBpjfqpR$P(Q{s;BJi6%8pHcNFPxdXq^LF(E`*do~GZ=P(Z{8*Ba1DX6RGKpiF4$P%Z|kv(mI2{sq!wIg~-{Kr?kG6QW5v z(sU*K5OB;uzPl{;HW>k6>7=R_jwUQ{MU}85n{V544XvEWNt8a6Ngz2@;bAd(b#3Cy z^Br?Xh~OPv zdMYjYZ|bym8<@@dIN>i2`P4P#alEc7o|l#k+sNm}jqEtDjN5V)jgjC!&kFk;*?k^} zhZ(%Urw);55(vG)3E;0GCcaVGYF+__F$eV_^R@RMX(Ex<>{B?@bM*30sx>i?bj%OS z5o`!~`Enn>!fiK7c;4~q)#d%2BJYQVypiXk6G6t&n?;^uCGZA6MZ^7WFe#-%A-GN0kW`Nu-Ky5AbFHt$u!C?5jfkVs!OXAG|rk;S1#TWwg#YYr$v_+u5c?RiQVy{cJW%x;7gRy z-_vmP;w6b_uOWLzJDp2nU!M?EgnGhGbOwL4y0HW?SYyeXk)pBXG-K7x9oI_@u8*pQ}hX(?^g4LySy4c@?CqIgr|yiF;QRFhI-)r2l@zMvF4t4Eo9(hIrJ;5D#5?!2*8`LFr5 zA8upeQsXYV5tEmT_&Nu>-CbQnO0MKt<~bjf0B1*tV%tp9l5JcVWIEF!4P6IQ_CY4X z+ z6?2o)eNLvQAagC$lIik!dte*I)>ScUmMJJ>O)amgtB76P{Lm3{SWBK6K+WQ#ur1=v zR^~QTK&-`TUM)K2re0zMaD2BkG}u;xjg069N#MK9JsH74lqAN+mI}!M3HGD3``yez zxF_Dd`c0@$RkC7t=N2h7r@I*)w2f8{ZFU&(lokcZ+*up(nfX!-2itf>iNuQtz@ZX{ zE)G)!gWx8%YeYeU6KJ7U6+~D8{8p1Tyt)QJg6Kiy11T{!FKea5fNjmYmiHd`(EkUX zA9_A)g2iIbyRrB@xW>5zad#3$<&_8)}BgNo|2_G4{<`t;4+RL z;Zo@S*S|9N6~^5zlqO8%W3K%@XQpCfwgP%YvwdT(k+HzgsR~t_utm;|4bu0@h?u)Q zoEQd7t=jZSm5cVuW~w@}RoKLBVlTb3_pQBe?qAr?-us-FVOZ6Q!@Gnk6o-HxRf19q zCFIt(ymR@j%WsAjLP%gIZL7WIc3HxZcsAG63?Ad`ZA-#Ju$@2Ruw4OF8M#frAH9G8 z>@lD!jPvbk%m(HaPYyu%%$)Biq^46ieNzePwenIxX<|Hu`0oImfS2mLa=zRD5(6by ziRomVrtH3iZ2{seD6^;`y$d!jVt?c$c6XB{03#06Y$!kh$QW8#q*~$LRNU|sqc~Uz ztD4Pz_?$jS}}e*^+_x1lZRM) zyhp$oADN#{SGseq4RZqt$Ianlv)7jJ{I%5TD7I!{3pHv|xU{5za>}X^Bla9KVRONQ zs2@zp3=9q5R`z>zAM0Bw^qBg4)n-n_uTtBYrNQTmB-B$*dpu4`F&&Yg zbg2g(htMceDQ(=;>C}`kXhjzw^yAJJgs@UggW}|a`Wd}wg$p`)GR|PD%#3~<@Le0r z1c!!r`x)-smTmY1-2;6MYMHi5KNah9GfPQ{H$L4!xL# zmUx&dL9m=zeHS1<5jfz*K*qB3q(rK!w3A#SX6Vr8Lao%0uNZ%fYW8cqW)BNBLv7&0 z*|{a-+>&)}0X+ioI@@eXCy!-Zo~+9=H@sX^|MsRgdlq^!HJ#ZSA`-|)3<9utmGyV+ zckD@D$|)a>2G2C`-Af4$fSy?>U#wX)-}j{J_NOcNli>1TYB04s?bwvIZCcF)(*j_N zfV=d4oVk(~$}+@H8fh|cW`-yfh}OISGqR!}Jul?MW|f~iHPA~6 z7lMGDXU~J==d=qM(?_@!Q_=8)4&KFP6-vw5qO&S~fan@YwgE4JAkVSC;;Oro9lfDC zYln{O@o2awhFk&0$@8|@O2Lb0PhRjd3Ph_2Zl<17iFFE%c#e9Hx&qXPO;_bi7;c;9 zO>_P5e?xPF2k>@O4=G8a^>zse5{Gl{81GlcJ>y-v@IxaL5R~rD)UZc9u7qmZ z38Q+Zu|eXzd&GmuN8`EbQjaRQ;3r7M^MuEtf7C!{Cn5HCO!YeHa)GF* zhTm!W-KLLf{;cswjUTW3@w%n0Bk9VKWh~)+clIS?sb@2eO<4u}QBF3xr{R25iGXx? zGmrA|jVmaQh&N`^1ItE`np1aXxre0BfqrgQx)MceCor27 zhcPM0c>@C)jMecG+1wKf!sQVBnUl9|zKfqm(#IS<(3xEke@B!-52#oAX{a;+F>fy9 zs$ScL*a)?#9Cf^*`vg9p1|GZpk-C!ppHv;RUuqDCUJ@WjeZQb7JUJTk)LM-xqiXXc zYUEgqC!{a!==@~$@dYYcxl=&RZUDb?&B8i-zIM;QR%OV~T%fC(cALeu`sjK1g>YE*B># zAR&u*40rhwK87MG@i>VyMR!Esi(jLFaImUW_E{Hej?$;>z76sp?fQg7mQ@}N1 z4CYYq4J_U0C%CyG|K-fv)8_3fwdG`NE(dPi?)}+aN9jm%NK@2-Q@3?TcFSQpI0!D$ z)IoKL1xQN{D&;#CS6OC(CpS58)mR|sR|nhl6ekC;GFP1Jw1S^I>8TXprz)|5e#$|a z!2%Jw9F(mi^LIHosB<>pka#+D;r8zN-MDQZ{?s&Pj#0Av|D+62Y#ZVs{;l*MH+Vq zPb%rGlOs5#FnDo_X{Yj5Ecc+F^PlnRm(Tlp;-fE7xTR;$=u2H~sugW40I3VO0fB+A zaHUYd>PriYNkJ2>R+1Ec2)EW!HSpahBk|@D2#^4esg?y7&(awl!GO5e-7cQP?$@&6 zfx(e;!$ZS^XT+ya4e=ZTnDLQ1Kx79h5xOb}H1D9UA_ZTgRnK=_FWYJ#*qWAXFq+BO zHe_uZ=7d~DCH4N0fU}d+>kfakHM4FYQ$3ii9!%Q?VL~sRS2c#5<%^1;O9JBoomcSd zyfAQ*eJtS=Dwvy_n8930z8r%A{UEuZ8Gyh(?(QegI#P^^jOG5sde@e+{CgDnWaFVF znIKtF*t4unplOehC&qTh05idz-13#kbG3>^%?v9IuwvxYSGr;ZaHVV90O?LSs0hQT zO!z^@Vi={}PV6G`pTprYZdzi;24DQFxnn!GxIN?CoON!7 ztH_%AY|X|8HN8tUy^B+snjP7i9dknuE1b!pbVUn3IM|wti9v}aOK$I<-~Zmo?~N?C zZHLgfjZVpM^59`xXJTmnWUjdlU&nED%-l(~+SLL`Sz7WpsM3>860I>aNt=tddyknW z8f_rg$gybxAsZKNs-}s?LGdp&O^m8(VpL2Mxcya4lV{OvF^Mq~-=yG2^pj?W_!b4< zpG*&6!&>@0I^v`LcU60E(OT30Csp zp}Q?nGH=hVbK|QF&S>ZCob^JH^7X|iu0%p{bOcu^TW0YF6<%Z3Ym$r0{~x1)QYquM zdu(|==}dW>W{MHRQiMrb%tQ!JiJ3mc{1N{fyvIiMr~d`l+VsR5{ zQmsx6I(cIBP^zIKWV*q^d-)01qa;+$8-o7p3N)bZamq`H1z3+mqxfT5sXp`~qX7z7 zAmi-FIy)Xm0l<57fdY6!#9zetV0`bPDv&RcAd&l7-9mRou+N&U0s9OEQt;nVeYIep z&TONN$||s5N85+%`{I}2Yias zyQ(Ql6N#=z|A0U}MX`<8Slqg*bwJ`R(LC2o1aGP4xrXTVnl;Z&YTn6f(LC3j!~}o5 zrGB&DvY_Wac>{LM`{iuYbOqZqUCB00SFugg)ojx=^StYoeeD8aSBtmNIq_#?0r)v) z@KI#4+!r82a7!+$E(OOfk)j00NWj5t1Scn9uk83#NLHQ{?Ly-1FLxd~y&wDKu(kal zi5PIm+uqHaDU$DZKiJ#lX^Y!lrc>Zvytc`M?|AvkFZL>bJ6?YAyyEwZbYxuI^zw`T zO>KEA9fc@yfNY8ikVaNeU6GFRf1lGPfW?boHg3 z{<8)$!FY_5BwnVz_Bug>$04mTE|6)2`U}GF>BD0 z+0s~5;Z5w($MI`0C&4jm-x1!{fP+~xZ44UI&zKb)t$9?g%Zyp!@u)PeKJ4I3AQ}n5 z{}DgWg*l7kvSd17jr1C1-sy*{dphnmB0{bP^{4DhT3+x(Pe$1(T*bx9Xv{vep}6a3 zBwlfZd3%QA{5dwLA>_T3+8YPht zRhV6TheoMX$GB_NI+LD25DOhPs>yc~)!f~6XBQk4L-@irmfqccXLqvy_CDHYx}q<) zyP&au$NrW*<bh-$_ITT}bA96Yht2HonGc^yZ#a~39?m)s!$4v4miyTI*PRfs zJ^z`7(Ohj^qLdEKaiO3n(UKoDKUIrOeU<$i^dGMm=zhcIr>aapD%a!wN0kEIR~hNP zw!h*?yV~azK_Lc-zQ9~TqhV&syRL!2xNj;1FOys}iv1L1;6j#&fcQWmq`Hem#v-9! z(82!-V^~n4zKBv)u=WRd7;joN2Na0IY@~UB_qZ*?{yY0qCVupa>{MTdOGs5xXxHB$ zmLM!+fDp;AwV~)50#(BewOAa6Yio(cN${GYeq42F;E?)gND}g*UHp17Yj@>F$)Z&~ z!Eo_EAvbC_yPmv-Vl(Z}Ut5>2sl8%Trn2mb*HN+zd4GwLCw}>Ifu(fClbRn>mWEi1 zS_rqOYP=P=jrLYa*Q(<8gPPr9(5*$Paj$ye!HWyT<``>&lB6E!Mj z3=AB}&~Zlp9laJak=5}1|HKYeD~W&3iUf(JT9G4h=d%-R4+2asqy-GE4Z|aG9B`(6 z6gQILyvLfiJ%8%V!074zbLR%nj1;vxbm**~5mEUPe$YeSI&kV-Az|J=JTfr&LhDz@6jMDdGF(@0#B&yH~cj^`1TJ>`e#{Yr*0;s|E!i z4IEAOz}36t>IHsr^<`as3D^$-A=qm+=bF|feeYa)>(ZN-7cMVWErhd8-AN%SJZy4j zn|dEK^({5^-9MLU+M8|Kn-p@5I2y}Rzd6^^`u)!Dc9Ox!;xqSpl1Fl_9og0$4_fyv zweI`yNT&60ww2Vs>o(`w+F@ZoloC?HiqY7-dASqk_`Yxcz?|yOb$S+?KQN~HQ~jSV zcaWE|W;(cD3g~I;2PO10)eli*^Jbu$hg5504H~tfHP!$9!S4>fd-UGX)UnjDg|8%y zN#iH$JCm1lyY}Coxl&bK1seuwTLD58P>--fNA{}JJuBThXU*I(wl)37 z*1CaK-H%(V2X-5Nyh}i+Vh9LGGBmZwz`2?sc)ST!v`3Rt2DUih9XS%z+%ysB1|chD2;SQ=-_}k{InkmM$=uS{4XS1nGojHFrAoxWSU(IJ1=sVUHQya=~UU+Uq{cj*?_q;QZad*cH4Li>Pvo2H?L7haz9X29ZlX za@Q(l7nLlRVZ+Qh6FB-RP<(7-1AE0EQFA5G-!h59hy!V{%Rt z{bZt}_i>lEaW-j``XUOo@TrmK2G7Wtf*~B76-Gx1Q9tD?nO#&tq5$VCT#u%sLKV0~ zfkl2orQl>vrp^ZsMD<&ZQb;Me23I1z)=TJw%z~IFF6a7W;JueKj=rn|J{=wQZGYJC z(coY8W%iuT?m5jOmR%cDQyEuJ*3|=!q}`J+!J`NKdMwv$NSWUIN~UIKwgz@Hm3VdU zM}faOm)UnFyYCE(So2kEMCGr3HB+-ITLbrycKbFS1I=|$wx(yrfS6BQ;A}Fk-mI&) zSS-C;)tDT7Z-1t0OSTHo-(ueeT$XiqK5+IfIZ65L+>v$e0Q2E+0+m#4%em^`vA$(} z)4pH_{#u7qHy6$)hH~z}<1^)b4wY$&%%^ zO^XBfJ(;%s*|z;jOU~^{Sr#{D+*`Bmtw|Hk)hzf(T9bkwLO0WK6*q-cVI8WzS4&A$ zpj>nKZ?xvI(g{sU9D(<^65)(Q13C;!Nd`Mi1INtYgtfF9P-(yf9X$`a4qo?+_k>>; zNCG2n0!@tBwfa)$1c^sJ!rdPK6zAa~3KvqZ_IJ6LzI zCptAb8KUFE$KgFT0`Ga^HT1vOhx({b`yiz;QP7W`LLhr5XjJd)(4vsvu3FP~L6hXW z0Bj=BXsRs@OfE;bUp^D$Yxoi0v5Hy5(qtAVfzh!kobnZ3Yj?vl=-DW-x}RcqL&FLF zS@iwk`JYt%!OK5<8NZYL$*U>f!gTVW{G7|CN!ATLP9OEg@8g~^wA|u_?QbZB-6{!f zJd#%xs<*fwLEc0FJ}O?MmuTx7JI9q#xcso*S2!)pB_fsDX2hGnu%*YTRlkdz(W-}) zwRg+zlqLHzm2Mn&H`fpU;#@!i`U{>`;0@)(ofE05+o$GFVSzgv?jFB$9LnkeelFqM z;3qZpa?5dZea@lWzLp}_+G z7jm%MM*1o_Xfo2%)d2?))IR`WwEY`jkEnky(EYDd=Z{a3i&S(z!7?#S0UO9)#a-SI zjfTX3iP!Ts*ewyo1uX-FX#`~RWf!2?;Z%|M=QISh^zt9kBNL;N#1guvGf@MKY@%Zw zE=&bOFkgho)-2sd^EM9rPh-1QKrEQ(!ORZ7MB=GMVq!$1(?ufDMM5k2k|{A13SJP2 zoEC|a7D-(!5)UDgrwfs&ev#zpVl{$%DNnymY@#S4o<%yuL!?u=L^lP^6tqy#N&&42 zu^j=n#m8bmJ{R(q>*0_%IYzgpXQl#EfxPL<^d)YjWaXD)VVwVkV=Jbi;)>=iqVF2I zYjP^a9e%`c>`_$gprj?}6VSn8Cza7fG5TNxy^S+ZNj(XV&X=YD4)Qi$>0Z_u`Eu!( zh|Ndnc=;(ZiimkD)e`RKf~W#CN&FjvY@XK6t6q4H#NiOnR?OSk4_0${zNMqw(FVFR zvD%B9sFsACnAlxBNp~+(@CpS98v4t)%NvJAPd%MCzCdAVJUB@MFTO!(-lt%a65geR z<%BxC!O6kvu^~$HO?vzRJ+VZmqa4#PWR|y#_`-of*1ie|Y(v<1fk_zc^<5Yf3A2cQ zO2JPk_$j?#1Cu%`7TLhnUg1o7@sBCNN0h)Ei(Cmz;9y7b&*>*LZa6D8D*go}_}3IL z0Jcnb|CSOMsc+a(*iZ*v42u7eBCU$5FqiG(&nOz5Jt@+h{NL$yJ(`;@=dcZty)>ZQ zEB9e~QWCp_lal<*ceWU(7@L189G)KK@ik6_G zL0Bo*2_0$OM&;+B&T@nO<%&0DH`pJJq!21{#_}7-`QN9x(rVyap`sY%%F1sXp+CyM zg6k!WrCEa`(VsQcCaabV4QWF|&e)t*e{zm>iG4RtkBy z;gd6-NI%(UMK73`mx+Ihu*6^@N9%>4OlNZ37@1YBX_@@fYIc&a>qoF)TlD&WG&}cOE0uld{2W8SQZpoQ9r`4aFaVY)x z&l=0j*p^m*)*9!^8z<;5XWW=pe{#mIwEB~)tf3KHHCOD88$&B4K0)Zq8T-cgv4BG5q_g+OmI;pgfgG4wNv{rMV?Rt$KXN~%6A2+o`l^I!YnB^?yN#uS2wu7-uu zRLi{%Y$CsJT+!_};o;)~6W*c{hV(jNQ(D)h{5&+2-Pkp^FKNvf+Oh_04QdeDa^>|m zj@~%>aMf6>7|jH!RtJffe@3xCFFvX*Ga<9pL1NR-DE8;YM=q;SpELHRSABT1EdolE z1O4iLT#+o3FSBJ^q13BrVF1HBRUz5DsCLRaSYjFhmMhktPtdkooV%F#Ryo) z0HQW1#YJ50nU|%e2Q0wc29g3h_=jcwfW~(=4s(Z54J?ZM*_v>yv z4Rn|oUn*@%mp0{`O>>qx%R^`ToCOYgO?X)js^z<49J}j5AykWlR|KJRb@kC2-g`kj zUeOgpB}$ZWBW`j=`;B4xdsx|!(9f5p8^NLP$X4#SF^t3RP2f=Ep!Nm9gghS;wo+MC zvlk2op)se136Z&C`QT`>h8431%8e|*XAboYO;sKKJ9M?3q3FQ#95l6Y#b*Ii@LVhjT4Y9vZB3iS@K<;GDX?2*>6+bu}B#2(@RJpT)%AtgE&l1=?&$u+0E=c zo6eQl7Tu~*++Q50A*(cE%2~r^i=%T;_|xPPFnQqTHoy#u;FvoVnI<+~C)XJR88Wt_ zV7y?8$A--o`Judkb7%omJT*2MoM>Lat-}M6%M?e(f9>zU|CD`G+&sh2Omi2GB0exI z_nX;yH=Qf9ExNUf2RBczc+0Rjm5lASNXl!7gFDlbrZ?2_od=CDydLu{`O}-f^yWV| zEJemTy+l;wuza_p>z`ulY$fFchf8f8{@d8w4(tuBvz3%~Vx%42JuJo$xs(DY5?1)l z?B=F(Wwu4X?)Oo`JV5^5zk)TyIecC5%Z&v4N)xOniHb^kYOr#T^->i1P^lb}-r=pP zgY^YPx|FJ)^!{ps0G7hONHyfvvW?C9QqUfg`%_1M? zCG-mv{h}9q-G!>|Q(79)HAicY=}C&bue7p6&+>MT={coUmh=)uzpS=ZJ`oc56DLJq tW$1gH?VvQ#FlG|u?Kq$8&SPQ}{kRv~pUl;wcp;PT^7G)!IQtQ!z(3Y@*B<}? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8815060e6e3f9ed43d48d596af8eeaad00b60e09 GIT binary patch literal 72102 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e079086a5ac1bf15aa66eecc1b2e9d97f56c92a0 GIT binary patch literal 26691 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71e0a3b9a70320377804306ff2e35c2d0925a8da GIT binary patch literal 65867 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

    YJ!^v3lZi`R&@$ho$x#;t6GSq%KaO) z29T!^J+!WRT9clwf@f=j{WfY0&0BAeP)L0UDUrP4K*0Ag3L_u69Zghi$8W=wSJMQM z$?g1i3g0e-FTKA{@b@MBeW})twbuQst^2WlTI-!;h%L*Wth^sS1+I}AValu+6{ z(0{nW^ijPLCm%KBAKqsDsMAEp-9|dzW})Lg;}MtPqaFE!+sq#wXc=rbf81=vm5ggDAam^iahI4bCjG7c^ z*IkP%#uS)z$`&ig7>W15VQI7gO2!Nq7&rtw;w9=`^(dphu1)KkVLe6xYf0j!ajMmX zt(|it0J1xl=@9JVisuR=WDO{7o2-DA@s(`NypotFw-YotP+*bw@Gow2g`fvraSg>I z-vRGln32~NY65jcVpwSdbySW~waN2b#;R{~u4fD(i%fe&cFU#UO|F+pR;++Q(9 z4ysS#jiXrMPdod5gR=2OTja7tiKgl{9)85 z)8X(0g>Mn%5k&WOPC?6$&@Z$AJB$jHGM;|=Y5&>NgQu}xNdz*0$OUH9fIKA04UsXn zDghCXGGM`iA};g1=Sp-AkS$BTiAm| zek9kqv|Z^rn1+&59?yI%_!n@KNr)v`lV&Fxeg*M@%?!U}?&veXo$wv7rjRog8z5)$ zzU#W<%91k`Eqs2ppej*N^)1uwymwr0yS_V#1(drE3S9@2{sF;1fLqYHexoBEPFA)H zSXBMFWbq!Mc+dRddj*9HjRK-F7tjxW20}?wd`u|WIzOZ=leP1%`R?bFPH1ii6V5># zY$_Xqi{B7JgDpfBUrM-}@l&D_@4FlRa4_jPE_jY7JjZeHi_)54^n+>u)LQl~yT>*Q}V6zCOX%m+sl@AT8=5}qm>XB_0Ea6Pki&#?Ndt*3WIj-&1-Lb>DHH)EK(7P?g6ocC3~t0?iZ$t z?TCGLdurvF(7bPnUKD?9x$m3%Zey_yoGjVbs~g@Lesg%aKUuv?sNS_?WD9^9D|%8b zt?yiU`^xf*-;CalE**o5b;X`kLkp|t)nvmip<&n3;L_lOby@?=Sg}V<9LEaMV`QR9X4r z<+%6e+`=3dC0i?RT`g}-v>o`+`(YqieoQDomMA}llEn?-=D=?j^{5G2f6dpp>Vvb# zUa+29lDRdh zJ?}~Qq@TDn8pWmmsCTgGc(>t`ijreUyNq<)U3a|5{F6cxj(_4Y(s5A@9d{W|xePz) z&Odp;{FB`+k2jfr>bK&`Pn%r0^3$G%lTP!`N~%uuTYt9ANyq(`lLp7n4Q3qw+-#&{ z3p>uEr+)6Fr+!{heR7Za=R4SyJyyDMz>K^9+T}b|VUCve2mFxQjPHZ@_w!r#!;!il zZq)s`1+vuuRC+cygD?l%m|H*#0t^65+%kw;2w%fxTH`0O(pGab11G%qJ^YK?SLwbY zbj_{YhFI1n=hwdvLfWnH#x-sxR?V$)dbqnCM4at0BgiPT7+%fuRER05f#Hcx!MXxe zU1(+h5<8y2y{Ok9X>i(!CE>ymTJ9FUWqdu|By=J=m@!{H$>*A(rE$9dF79WT>0HI7 z%}g5zhiF$`7-dV)KL%tH{#`uABD5*~Wp3}QbFa)ToxSyZ(%mk&+p*XYMR+tijv86W z{vCHMaGPv6k}Mt)iiZ-;A%-cM*GjrqOAyKOeMhonk5ED&N|N%!B~A47T9|$POEV7=wbK)H zN(M`OD;>2_LM9me8A_NoToovi@K5ZE%XCBy$p1G={yP%pBXUqg&s}tzlE(=LlZC>A z>u5CbZ^LAvAdi%I48HQk11Yu;Wy(_pgP=T%$A)_z+x24`&I*dnzFD%ffbJ?uWr4Md zPNk&MLw;XM(rBn`Tqim@wuOVB!zmoSnK-(MNrN)yGTf=#&hN@)HQ({XflOodqi&)9yokGP<7+@Es>|NyYQX7Z;Pm@5uu7rITek-No z9_hNf=*E>-UwY*wn0UJz1$X1TMZCliThd)Gxa$c&Vc}g`gk~2wq=o~@;)6o*!G!Z5 zXj8qVH!7uUbWH#ENf-yfV2op*y@5bM3yGVa{JW^P_|Vjfppe)e~P}*TIolWzJmTmIo1-P`aT2+`Df3eBrz~XjDo*^3;GB{ZjB9O zZyDC@{MRF>ioE?=QWnb*>ZOhd#i3{u$c~dUYh5olDLXgd&j`|@|4t68FmvY2ARe$s z+eFVp>%(T$los17MScx3lD`|$XR?X{J)qT;-1s)yUC~>GA?3ju&v#j{7RfT6zkn`c z@-2jNpzcart^_78@n5FPU!jD7pg+cY#F!%VZhnq#FjGio_DFC}URabGOtK6j{6mY1 zLgZwni4#tn#zPvrND_Vlnu(hT(umxQ)?^J>t>tKdhU)|5%P@^!-_mfq3{f0vl3N}V zwm{Wd-~dg9BJ7dKs$@-N9lqI7Lse;=2dTVoL}xsdbbH)L=Mj@I%r(4 zsJd15R`r|J;P?+EE4pE6v~Xy>vN1lsd~UtD=LbFSKlWz_{`A0yJ;~l7p?4_Rd{k&Y znrd!cu3tWfRi>I@gk-9M5fYMx!{BqP{cBbIt5yBr;v17yM}?}ROqUI?S#r<_5V=;q zeYJf1N;9JVvDM5IV6&5HTVocSe}^nd;tG)^KSz6nsmWN_gTJZM$0{V;CKfv;Se@v`us+Z; zY@kir#Y8tLJEz|C;r1+;_xQ`2odkz+&o&#E0f#V?^Y|*@FlD~!S|(2$c1qvIV0hm{ z4=5Io(mefh#spg#6Rb|tVYYBYn@i+=88z`cG#ejv!ZN`vo3M6KaLX9sm#K)~rR1Mc z@_Uppi7pA5!vyX0^OX3zXiL^S&CMIXNHg}o;t3sZ{K)flJ5Ac{o6gql|Adoud#b$l zt^7Ch<9*Av+x^M%Z33(T%eVcSxeCxo+NzBBDk3@f6>4e5WK)yoW|G9_NxjW_V8fs!oa+=96kLhLojAt2%#F$J;Jw&Gapt@&*V-r~7o2@$ss)57#<}(R$ofSva6liD=UEq6^AR<^rT=H@my9Tx+JUuxZK@<=&vm)vbau8|NPg&0; z7ACDpsVwL%TYZJGf*4pEXwc+Ri8%pXNh^!Vp~!;V79t+u<~uqq=$ zFc6WS2xHMwk=E162?-$6|9wAeT`gIa>C^gEBmaLQ(?ix7sMj=pSMFK*`*<1ue^D_< zkmy)=f~Tx1mjRnMqxCZFU?@o6f|1_>s}y;lpcr-IOqt>B*#b}wS|&gnvJcBP)4Q=` z46bWJ^>H>yM{c}PtrZQx23`}e56@`A^=(=gSg7dnjus=ras}A#Jq6|)I%BqGX zA&iZ$Q7~pdS{l|=MHNa%ZG!(a&uBvg>P6W4HqC9*uW!9f%m|xKEUN?nQY?CMGW?Xb z&M=*!6*^Qbwd$C;M#0E1qiK=XS$-_2F0RBDHNtvulUQ2i!t^BgK*sh-%PWDg+Q5g3 zdP|1y-lx+)M?%Xdy*LZrn)os3OoLZvu)a!||1s_X`&LsvGP&eSDPhL(AJfraP(r1o zom%j~Q^Xp!7OWaGoC&4nfM*KbEXu2ya`&fH*3Xb+1w3OYBU-MV)mj?)HO!dsNxU(W zMt0YM)ps`uZUm!%9sQ>Uuj2_KK;N>zX^)pJ*C)$6h4M}aH(gH{KV>OmUwg}z@)q~S zk7C&*tlzpESveteAN=sxYWK-R_esQ;X6vxVeev#ni-xz=Db^*e5x$b$ZmLdsn1Afbv z<)`ly;vm(~y4<*Y^-fo!e)q!Q;)zs!^E<6?w=VC$+mo!{FVyeHgKlMorIns!-A@9-7k3duXzrwdJcWq_lfo6y-Ck$!E-v{ zIgJBVs7|3>b0Kqvy%`>7k&y_5iX6==)bEtMOnq_y*RLyo8zw8^Zc3b*@XlhWXJ;9q zN!hFN7vy9Y6ao`4ui7XE%U8!uB-KN9zni3p4u zbRrW;3`~M7w&JFQ27$`QXD4Z{vEl+8i+2FABe0~r{`J85^YA7l+X*@B*b5RKls|^P zh=3`P)c0RT@>|DzGHE2iWN0dFF{9SCQxC4frpFD?j*(ne1?WsK6;*A*HxtUTuO^yV z5~~uR5+$>_*Z-y-P}cy@C7+eo%oGKRe@MgXX?#UGe*!B$iA#s`C3L|qze^S(E>YfJ z;+7aG$ATkNOe;hz&lm)X4Dow3XdlM|pg0i?!~t>PuUTcuU9r^q*NuHi_YT3mBVm_* zu-Vp&0ku7>kQW47^$xzd5n&doK`tjYB~XMp)DMlN@&=$Y+*i-F+EJ~;$@vVa|AY~; z`c0nW4B5FS%tZ3gq>@k-eU7-0xRs|qNP99VFA*UyJtpA|xx*MPV8EZ4vkcuN6OmMB zbr=;5LE}Yea(+miMr;D0zuS9bPV%wllI~u?jkQYw_~-jmwf^NN6D8a5BmXD}DPU3W zT;c#9mwdOXzZG5{ymLCy-k)sQC$#KKl+XG*?9b^jbPW5CIO+93IM>lUzs*@^FA$}^@~6X7Pk zLkBl$HqdteB9hJFCex*vv1+ljUNPb<<^}C4-K2(e3ued{M;uJ!RzN}ON1P1ux-dxc z(#6^EFM3=BzM|$00C)NdVwVMc{Rf14eXA@MM=@kbi4$? zFEWR|e*?*HuY+T-P?=ZI$Y~&{7LI0VtvK*+(IX19d{l5Mf2*kI%4~sL z;Pancy(M-JQ*ALtRHklAR44H0yYMV*6~kfROQjtMbLciv7bP2tUZeh|0_1ieb(I*q zirIaN+B8*fr7Ma~=vmQQACC6q5`}T576v_=IJ!8hG>R6H`a^1mL8^&zmA0~vmt)M? zL~Ym~69}}+H5Sp>EnH)0Oa^^#(S?WNs;ca1qoAvw67)EMF;3{J+)!Hm`pC_Zc;0eJ zvZPxm=>`hQmoQPvzKt|r{&-{3-XhR%Tf)8vzZI+iO?%}hvcssBvJuF@ix7np3C$)g zZ>|+dX3m4$p(pe#6LW8%(%A-as~DY1nRW6V+Gjp_ql^|?e=pd)Ho zS$Xsmy72c%B+ZdT3sAmjZI1S37R6!^z%(`S6Uc}rUbnk6P5A#bcdapPW%=C~Y{$kn z7_f~YCYYx&1PBSQF^>s^kW60PSKj-{kzyGG~(1z`hXzQ2QtPfwUd&{I4WZJ=|)ngfF^`^67!`UD@8zpC>z&41r zl?&u{*4L9-fwi-$9>huvhvW|!bnTs>mF#dk1pr4b>cs7`Tw9d#@8Kra0*q5rn_-TQ zQd<}lXgp1wMVsMV43lgOM%ULa{4+H}7cRscTSF>Nr&eDWFLL%~)VCg$zI|r(4AoIS zSXf6ZvS4*2BybX~u;>UlD1Vqpq?*M$&}yrmqwj*15QHcEZ_qYcJMv${-h!S`@QEUr zr*Xwgj#N8bi}iEfwN_lKPM(Im;U0^!exa2YJ$k2H^Hy9CpBHG<1m(P4m$1_{Y(KbT$?_s0z^TUy zF-{rpg|kfYTIVVMAk_Z`?}6Sg`>a6ux9pf}jhYdkn$##kiny3Nzk?-8Ui@wzqOoNM zQ{y!z96a9kGAZ>+ASUrLF^T02lTff_=UY=@o80N+C<0I8uWT=FUAzu~>IL3HN8YA$ zpCc&@>CA?Sf1>kDEAUh7WlN$L`G2HCAIrZGgY4q`BKSj6U+CufwefM-4*0e1!H5EK9 znc4IJ zo6@~$blOiXYn30D(cZ`S-)ax1OVYixt3Krov9?>P?WU&yy@m63rkN3MCm``2*&o=` zA<^F<`8x!E$4ks${=mJ2P}2#?NXnA3Yz14P#cafYT3Xx2lGHc^9uE_n4ZRx;y@+Vt z&?hw@HgZXQ8=P73&|quY0)=FK8`k%JCNq>x2YMkAS z^k>9hM4#?hE`cK!#^K$}bVQZQ-0i(^hSI3SWP&qKDRXBJX)ZP3x%q!bQ81@5R*9_< zn7}1QM@w~jtir*Zu8W6@bijOGOt#~!0&&NtagRY)rF2L$;Ta-XJqDJ<yYcsrbnzz>y#AkE0r*X4!bGt=TSdikiPx8%#RG0WH7m?d1k zGvmZ2aGI9*UsCcrl#s{~UNor2Z_^*KH2@_)Cp!BW_q|*}{p3F#48OJ9GE91*f+SdK zp*~lbl$BaAv1v(}sob}EHhJmZoa76y4U4Wp$u+n#_1xS+qAV>r%k7d`qcX?+1d|er z^z>Z6dHqWFJb$St#_VKz_%>>W5H*8!7ILI_Z}Ly^<6Zn~A9Wi1^h{P`^m6j7NiC8uo1rrQaTP0->M#{W2Cx$^~0VRpoP2hMSKcV5{O&WI36q5F$@6 z62-7UH4siKjM*83YK7>G(b_w#fC=upmAHTPqql%GC^>YipPf|qxR-Kf9|foMqPB!D z&S>q23XVLYh&@mMdG+Uuq@u|LFY@Nk7qBQanOaYo> z1WRv80h(jX0F2u5nps=n_Yi%Oh!YEZU?n#QHNBtFy59NB2a}~w15#t3=c6CqxjW9$cLR3D+!QQz1 z+ri2KPc0HeYEA)fUemhJcof!nhVDZ=yUY?(6bAxe2H&}K1#GFjSRu1ch9r(1P}VhO zBB$jigUKyj1~{{9Y=?WHV$GS*>BO+I%s}6D>DiD_=dO!SN(=g!|`lS|gZelnq7)}|JeC+)fRGn%g+vdFU=lLpeO z&vMsU1~HPU5U~Z>LM!V=i4A@U@x}ro%D-fgi0LQD2a_FyyA|Ja-f{}wEv46!~QCyb9*yCzVrlm!KWnWDZzP)kV%0I-Ll~X>e3Gnecu0re$m-0IeRyq{Tt5y z^`$4~^?A`bB{|7K0vj|)+Jjy}-c$c``2_UBe@S~pxICG^X07tmRm>cXSouF! z@5pkoe88M+wS1S6YFi4Zw#ZdeM7TfBC)^&GcH0Id8zfi*D&Z2sFTlA0%gq3Q0frNO zI17$KaPC)#)@pBuZIHeFRU|w7_^l^{zkrMCo09WQ!TBZu(zsGlIU*LIy^r5Ip1hP= zNS+g&t&+1AM->t+>Lbs|KgZ5}6PO4+h7=mH@KYfA zD4ClCD?vFaAFvXGG*cHBX&7fWeFQa#TYme~^RUI1OZ2D^j1@15f1~yFV+@H(u~G

    XYX^<@-0__m%}6MbyDSQE#9FaycO|rI7s6u>HDc~vGs?6?*~5Y`KTw;v={2% zWA7bH559Zy&dJotPX-F%*!V^Psj_P304L!>cs~`D2&{Ja>O^&pVwqyCUs>#bNJTuw ziU@un@fhg-LGCiGOOA~xh`S+XB$t6fHkMZn$sGqW17^; z^($Iku)XQ!tzTBFVsYov9jc;i@zMYVIDOTY7P6CsO&_4d5Bd0KRA5Hyf}Uk4iHT9a z16S z11fA9L5Z2O5fQ0?pI5`6G}(IHwcsiogc86xC|J?lU80*-G|dSpIabld9ZPLX150fm z?MAJ$4Ld|YQ{DWL#P(z-Ej10Pqv?S=C(@CuuSfLtEDkRYe`5LMl^@$b-J0z^CiWgn z)X*^`zU1~4-bCe3x2I<_&P^H9CJFzdpoI%1XV)*ziIG{I25S|T96x+?+lg1@#HjgJ z;lygrXkUOR@nXM6ZB2Xt@nTJ>r?Z~*qK7#7(zS)^#@4`oRvsy3no7sb$| z3h_}Y!e$f`_=mAhhv5*xv$FWnHt$%ozOWkph?al|+2DacVlUMiSa>}Z#7k|`hnCqZ z9*38O;GPCVYorzpi7#Sow(Z(ifbq(+|1;FXqFk@kXhVtoI4mekjWk z+HlX-I*lA5@5Q8Gr-dn6s91}(8T9^tK+SO)i4kHo*&B%!Id#{yVcE4I{Yusq5M6G4V~5~D0lAt6@<|+p^1|Lo$_qNTH$ubhji&Y7H(h`%!eatI1PS{E{NP~qs5-X0h*c4k#9&D?&nC$;gsl|>W ziDHYf)0%wOpImq{@#HVpRCNv9d#-?Skq@lWR5Qqsqzh^MmtOj}Nijm1|oRbEZGVKL%}Fs7d#Qhdd>_EXgz<( zZyJ*1ydGFbT)D>HX6x_jj0Dgl#4QQ5)wpD3%C9R7(IS68LffZf8&(<0x^Vx3I%pp< zKnFQE@WZ=r>`so#r%2fANCwuP+>&g+Wg%&J)m={qZSKTL)V^%z?yP5z=-HF8?J30p zG;A0SIE)+G9dQZ&(uI=?p&Xl{}rr!eGhBw8}`Y@Io&clgZBi zhN`&{*^oTJv#>woY?a5}{hIpQFW^k{)YxA{i*Xf^L8!JiB&%|zIh0%--KY&B>E&r*L_ za6@xLZc(YwU2r6k3#TwFFW{cN|0zdhr#SQ6pYrqaDZNHWiwc%hkP$IuOx~stqQVo% zEpH8l$AUN)UBjiBkP;gf&)|lJg<29&@@^GO!qTaR_xmEQa>Z4L2@zRBIr zI^~bB<K(|1oMczt+GZL6Fd5=YsY_azY zxG2S#hf_I_dP1U5_I>kh7(r9Z#3$jAW=PgcOxD*W>LNz_q5FqUj6H5zBAUshX0kAwX0iUQs5!bbG%*yQ=YpB{upR>m1LoxQx6BV;#W3@t%1%eR7eA=r z`bE*p(Z|zK%H?5V>~rSxh1&lDALMyxv&ut?LOx%p{f`^Dn)S(pw@#u={-Zp~P;(3- zNP-#8x8m5%!#cVEur0G{{k&(z(#q3eN#$Y6`Z@FYLhXN?xAAo=TmjUc<$35d%0o(l ze7;coPZ>CicmA0-hm*Ffxn4Bar?x;imNR>pn=@-}63tDi@r-GM;%3d7*NNtJskV%% zS#hh#np;G3OWIrvm+@}Mnm3B(jf*uI(`Gp!jA63ocG29Pel}z3QDWP(<_6K+kUEqx z`AY&mk5d;5jy+lPCee&jT^h**r1`#FOjp+2ESj5BSCRcnoy%vKuUKhO>ZN!J8B?2* zqf%Z&#?-F3IkM(P(cG9ilQFd_Ze>cAv}Db7qPZ?rnK3o3I4$c88LoQ8%T+Ze+irE! z8*M84#L7PE&K@3iD+O?lpX7O*N2!7#BL^1RaLbWt>|bj8xFhS`DSCI#SKN2HbDqka z-IsGzKr9U_r<}cF#bc{Bps%Zup?9UWj)wxY0Jgb!tO%tbdF*p?{i5jAQpH0KTnZ>8 zT)!xKZQ*bX<}(Y!7{m3u@9)|7<87at4emi2$AI&W6$j7b)XoC1Rr0+nTmf`jc(8h< zAUXayxqeafs^ob(H@yTPT-q$pA_9EbKd4;Me54pNUmikg8CjqP~T%Kc8d!w4lr*+ e57(_v#l_l9^R`5NmaAH^82JXmYj;t4N8YB$6^EQWCXLwj^6NEf-Dkff6Myst0Ie zJ-FPN>TZ@>6T=$S2v$@v>{gXoDP_XRBqz+)u~SQ2Njd?Tmmz`-6J_x^UDG);a@#e> z@#&My_umKLJ%EJEN;+p|&OCzm-FNr(zyJOJ|Ni$~i=|M7XOH`T_Ah-`rTQECNI&|N z<>SBBsZ@7WoQhM=spi!aYBkw4bD9Yaduu1O?5&&7;jNw1&lgM-q{0{`49w3sVPtR9 zgo(WiCkolSXrhR{%@bz!woF*qyLh6Qy{!{g_O?yfI31^-v(J}Il*~IO97tcs70fy3 zT@$YP(uvafvWc>J_k?@Ce4?EB8RjbHD<>+M-8fe@@0sw-S5H*W*G$yRdndfi-85G_ zUpG-VUq4Yl-!RcI-#F1Y-!#!Q-#pPg-!joM@0;+=@0i#z-#XFC!WYi9&9_gq&v#68 zs8t%3-*l-n-B|vvZ>v?R@8Vy2CU$a~scwYn@fUMN-`2nn|I)*2IrGG>g?4}OrQK<_ zXm8r4d~=rUR1vcnF>T72ob@tG8GbhSX*m1DF68UF)R#_)E6Gk}qTk;iDB&DPWltuI zhI9UFO?moLwN#)|P4sgvfBzEPCiePwrEL3g&`Us;2+oh!{wkyFX-G%>VL%vF9( zHSrY6{8V%F@y$jVJuUDQ+q_m9(E2Ju^Hqd}es^(Ae?O@!=Dr$+ELYMn{iN zZuM{JLs$U-T!f)AZsdukeeA9lV(=zTgi|GRMjDQvrX{%p>Zg|HhR?J{U+Eg8um{+$^%7 zU{~g*f-{T!JlfAbj`!5u?2?~*PHM+w*|Q6Qt5+yq#%+}6Q9S#Vn^$gTntOI(W-+O` zawVy|G<9t%skwABshysiO=@PZBsJ4lk~T%yg+*>LxTI?gGzNZ5@DlNEex`0uswY2F zcO>&l*Is~SXP6@h0YC+BEQ&aC+p0X8W z=NQrmnpZWPf!?1}PGfc~wF)_zQaKIh$*C|qPDm?gxgx1Xff7OcYGYQd00yOpGpA~u zztwUUM=a6BQAN9@Q&On}RdyLL*{$Pz0|F$CPv4vz89ngq;iQ`5o8aQp{FwUa$COag za(3*@k;$iDI5B+u_{oE3l4^`sp4NP3B&~@2?D*KhlOv;(r^hBne+)!PHT#eMXj3KC zSCcBADOvd3=&8xm&mKB7_B_v0l;#Kn29wvO_+-JaR@EywY5oO=_=SnNMo21_D$7FP_g{?7X-*@9(@g z6_{G+JUKlzcZ6*1PqX3OdCk9YtrJkHQyT6)9Xoe+1~9kVuS`u}29OJMUYWhpiFvlb zE%Ke51kyUMU-bLuIl;fkTivpLv&bnH z)klxUi#o-k&c`aXsXAe{zkd9+;}J*P>=DhLnAx*g0A& z>WDiVMQ3Bo*_d#+A_ceih4*ci*NNpjW8DYi+A5XYFZ<+6zqo?C;pXm0*+&+}x_3N))4`2QIE4N;W89g7PimIih!j}C{ z4=l_Nz4)c}ms)*=?euwVVdxy!N-jHmg)PkKyu!)1UkY~R=Fqw8tq9q2u0yi;5MByC zOJ1puDV{#0KosI!$MuVI4TVd6|D?Pd3Ii6D{9Is1eeH{1I>(<|cxgw#1D7wgFt?Vv z7r#{ZQfr-X?sTiqcP`M{(y_zW5TFrTUn`A~fJyOj{WEpvbOzUj2iX~jB&c*36YjL? zJL>W8z(}eW1LW)F55oM+I50Ogf1aBf;*aCgkN*Hgc~up$zpCO#Va-aH#xqNokS0nu ziucwhm;t(309c)kQDNF^#`!~t?$ag>ydP`Ov_Gj?3}D9jukeKDD2mDo$czi*Q3``f z`BwS8@^5uN=w0cFmv@TgovBhYfG~|PnTLwaiarO+U6pdp;60rBYpS540WW3j-$v-~ zW)c}uWq+Sm1*u6=&m~HqJ(n`Btdd*W(1B1NSHrlgx`0-EsgNxa3S8|C&8;FtRrA!6 z{1}YyXp)+auB18;ASZ9C{|X1@01c)W=dTPc)lSk%9=JL)Gke1y=opw=1e^&B!IBQb zBW9oq#;dBBb*J=;*u&~@?Hyglf%Q7jB<<|{6$v>=Cz&+C2}l4SRnjyMY-4u8&)-az zj6Q#6bo}(#$?+6u9X-uT%o1Y5ENRIq8h;K&xI$&=VP)Ag6h2mI^}PvJrf*J*)gAHb zF0r}`Wr|yOif}gW{Ltzat#zVxcg(n38kmYfrlR&{y<3c)%jsR$_B|_Lwagum+xKQP z)0@a8^K6YD(&UMs-nwVvl10eDM`$Gun&lvuGHb7(qWzMfxs+K=qcr=sJi->dMbMsB z@kbEQSID2mD`}ov1P;jET$q}lo#tO4CmnFvxnx=3iho*0rYC9e5RRL)%`b9S=Tdk! z1>$LSNg5>QK(c^R1QuH4zkviKSFDCQNx|a$IhjIE5Mh5(_!u!lZF$E zR~LYxXH9=fl8w|lmgFp^|70dV_LYG>9Kg2Jdzz#LQ|~J8pJa=EAgRL~3;>$z0{*!f z1(Zx0CnskYW`mQHOSV+*9ch=JK{f#w3}6MGnq{46tVlRZmvy&H%lMNjpMhWqMs`-x zaaaKCHG=9AY|2z3Ny9R^79D8FTh9^T)l#Al;5Z2sppeM z8aQkS6=FN)U!d(=AV8(bj2!J0$1N45D~XSP1K&U^4AifAC#zqiKW=QG9ye_m-Rnko zqypcfu_2cJZG|M6T1)GMvd+;=&mfb`11JJ_nbbr$`-tkL(sO8!kT#?fv`8b4z%E21*?)7$|CGqoKlRfRGlHFqkqxQcKm- zrTTm3>f9XlH$Q_klBiDL>Rd2`KTEKpXl8bSOM#drN4lm8$1vgsyf9GRB1brQ=Vq+P ziy!K~d}#U5BYG)jdZtqlgW8kT0i;A$2PJ|a4|3GTvAvI=mZ?x7%|d{+LMDf6YQ7|x z0q81hS_L)H^s@1=OFUcFw;*1fJBsXmZjg zjUPTl3B5uFkqmRk4O?QQ7gleG?N7yB!=h^#1J2v9 zdY@@h{+_oAFbg*ovkz?jb566%H0Zz(A zmX=srV6nVhAM(u&AJnu<1rdvLJAAs(W|u_@QZCrrA|0vNM?XUtvlMyo`#_ zvNf4m@Bpt=lj)991r_k+0{LW8Wj>lR=r`PP=OMP-6yZr;~c33OJW`14^B{bn65i|0O{ewaH;*8fw>&})VHEA47#qqS|8L)GU$8gy zoJH=Z?OU2F&R*w{a%RS0q*(t6@iQ|F@ooQv_?a2Wz>a`ZDFKoY&S!21x0rxBLaoL^X~8e3rLc_}F`Pz8czWZ&y;`!{8Vrn%$N)OA~r3v(?Ncm z$~i+x=_Nd+D9r3)eq{s3V5Rn=po3ivH{a|utqw7GLv;M1~MS{XhI3vm64a6c@@ zgsUQam_lxrmEXDf##ioq1s`T$%(0@%gu7;W#egs1lYOR$VD=hoXN-f=qGWXrD-2O_m`;D*O`D$2~sPaag_m75kcTA6J>Z2p~ zmo{p4uGj2btzQkqYxapX``~2;ViY~|pb%C|qPFpY2bSV6{yuDIdT{vN6Yrc@ZHYJR z6C3u$ZM9)T#J%aP*>Er|9eqtC25I6Z;|cX2lK=p4;{&21Y*8s@q1@AF0%p zht!`i6F#m(>PLEM);B)rdw2gk`&awo_4~y7ec0_BPt^J-`~3AtNcG4qx2HDR zaDQUM)4uL$Uzv`3xiOqcMe;6=X|?4Q}is{t<&Qvt#jf&m3+ zBY?%=o3xQ3AoiJ#cmO^lA0fXXGVYP_b7b5n<1I26Y#=b>E0AVB3%*TAMtEn_JvHB> zh?Ji1>Eb5f7I+&5=6j*aY`ZlG%BiU$QC1N-bN{7y*^cES%SRrSl`kJj*c^9_w~Z0! z{ffA)L9{h2>l4NH*Dt|NF-tR=7CcT2Dx?omnUowkjV zruCAhXaGaEq)RO6S~etn?GMXW@V9z+_3+yB^q25;thiQOt6KJVW)**rwQAcwOf%EI ztz(%+1RKkDV9BP@${XxFR3w#5TgOO{#}<$x#dbD}6Rb!xGv1JK=E+5W(zLb$wp1{1 zF7+xwV?GKaSuh)*jsR*+L@E|UNsUhy_-}yJ9#}FC`3Wv2P+`;{=4ofN&#CUJ)v8;Cx16`Cl_aR_(V5<3XS?R?v30?z3xTCV zsp4e+KTyWNG>rd*zgJbDz1*3gvD(Uv<x@b-712E(acr|b<8}1J_pVg2nC#8ff#1COqnRKa0Q$p z2htjXawHY)s|CYI&W<}LCu6WePE)z*f-DBa3qys13B&GRg^En7V2vD79+cQ>=7{8l z%z}RVO_*TL&K+%H(WnHSkRyE%Dh|?ANj*aGLsNDd(mASB4Iq4y->p}!tE7-ZVW2TcIBn|T3b~>@ z@Ghsc+mQ;Nw0uG#Rz>qT!@WN>Cw`OD=E)KeGe?b_@}~wb0Hk1iz!<35+Gxvq})kKL@v^Ith%- zr(~%q2~m*XPW;Hn5!pTk(?xBu6$Kzy`q| zB#|pW&zq>GCB&X(*-oZ&x8i(QwNe#x^uoM=(khm;E*my2&hYb*K-^L0cgC z*lVIz(cZOT?_Ia|t_IeIW%kG;w>X$%Ls|Olvlo0cCRc}+Z`|O z5zBi(Ep^qcqFfD;v(Zy;zIgw|h-S0ar^qoW+IzvIWME>whS^FzB=wVIe#H9h6J{#i z^VwOsa}!Ag?o!!Gmo0${7-jD_4%dwKYrm)8F|tedz0R7E7Q^?8i(vnLxd!gvuQHRp zMK{t`^!+w1**n!_?_%~IHHFz#II1>$e~7~WK&6KL2kISU@7IkE7=Ex{4Rbm}l0%+^ zoH2}}Wy?-2g&kzT;}+~7gGWGIhSFdUm@c{O8XZ_Wy0pLYE$FgWH^LM&s-R-cmvIwd z6)4GfGo{&zIVg#=xdgZn9U$0d#mu)V1{I`F!H}IZV;!;ei2r5O2BdG2m*xK#*ufz3 z<0WmO-X|N|VEr!Hew&Q{KnAr%Qb!~hY{M8z{sB4vfQ%oK@keC*F&Qx!5L%FghM6Q) z8f;0#mEVE?l3QALw!&!_S}X8}2m%Jt=R>Hf#{1(d{i|o=RfA&HU<~pG7VGP0UppIf zHN`E>qNN$L$JDmcov`otMk&eHHOK8cMEj1F?zp`}w08g`l{T+v;-#%(Y3uS~;=8u7 zD9reXB7Z`L?6#ea&6BO6eo~;aIm3s)9=a8Z8LI+BAAVomKD<}^{$Abikl}aLYM5C| zeP&dP2>UOCM=M7uaNZo59E@aaV78|d|9b^@ZN48U2_PJmgZo9rvw*l5@q>JiDj1ZaN#X6dj;`@TmvTx)p0K@Bqt zve7JKkgXctR(jqNIWR_PMb zhjgF;>7p5EnMnYa>=a4jLMgu;Dp)WmWt>9=N~x;7cvM1f`NU5?Ih@#O}%gqFrId=TOKZVhiA+iGKXmrG6_b`aG9kTC=iT- z=`!^x_9t9HsBoba?Q28`Bb7ke%8(^zD;&a^5KhDCLxswg6ACE?7(FmafDyB)aGcSt zB^lN0AJg#g{`ep9FhrbvTbNlWNj5ei0K@++g(RMR`pD>k;qk*nHUIbUNoq+JTR*pW z9r&v??fLWzXO5g4KbtJhc1YUO-y=AQF?Jk@fZk6udWcJrP=c?Btr1u-a9)Fv+xbn( z#1OdXKR>l_Az4BmlT$Mg*_uqd6{jqdQk96AZ~;Qz)4-?aW|BGtoe$75n_f-ume61; z&S6Yrxk;zAEIeC9FW^Kc7 zv$l)T)N4D##hbR;4O{cNt$D=|w{?lOt`q@ZYpDb^CNlNb#d{auymbH4O3D3&cv)Lm z7uG#0s{lE_v>_VAinM$<;i!mtI^&Mc<&ou)M|RiU^4sN+-En&@Rx${PZ*hRc`0#7j zmaj!hBIoawMamLoRV-CUSws`*j;i16jhOE2k6u`Jw8tFniORb0NOSjoOM>oDytvKQ1#VLi0-l@3@i#T6&ah^DFY|0KM^;3cA z*;yP?GEtDp%a~M21F)s3U=SNkawE~;;$eK!5h-bhD)GMxxY-N-KrmTAN0EAWCGA)F zxxmznfAW0qF8=~Mc?BUK#JiF#kWONyCExxQt;Rowku0Dbu$yL!E;TEgbg5k@A#LQJ z-gTzG57GpqHJN04oUx*+guCi~@$%SXjn?#xdec?)&9l+j^a8tl=+jNBhgQyKXy=kK zH%sbb^#|XZjn|)ympm<&JRLJXO^fj}YT6Rn%fh7*-5XVRsy6Hm>-L7Yy-Bn;Ef;Ls z%S5|xr73RTDcW~#*!$P*{c8|PrLE_NeRSPE`rd`OeO$DULqyf;jx@!r-k8zLu+x9% zs#U%18PZNONR8stLxYnI_arP>iBYxmlRNAP9_Lxhv>dRknJu!yLB&AL#jJpZVebJd zUKuEmc~;%reFP|C?tC;VA~tVNMI#@=$%vOsV#Fl7&hNno?}CvuUT0_C7O$tcDRgdN zdXeV>$s)-j9h7qr%a=~XC>;x=xJfO)cs-Zdk~A~VRQRP5305oJ#%UZ85(q$DQX0Pg zM*E$1a7B#P*Na~(j=5V`POX;2%67$#yG0|(sBcl0is+BO(0?H`zDGmcsn=2W1G~uT>6vweNd% z!wrV_o7FJ0h8e*hHq1DN@Lgb?&!j{2K$aAPPI=Bl$z{latOh}gp%Z2)7(*td9Hd~{ z2H^*3HmV%slF z!32?71N=X*XhargQW!s^EdHL{G*efSYW!ySza_U%$PIEROa1^6X4xu~F{I_lq68g* zCC65H5_pyX%1Iblm`a=gC7#;2v0~X6ZrQZEzgZS-c+ep&99SHP_@_7F&>oDhk1ihw zt2gbg@KnV4hUX3~R~B!ymSh*M-M;q5jXO8OI)WoapGz6oDO$YPDJtD$U)d(@6t{$W z*KGDM-D^_R&=q- z_PDu2Gy<%x^+|nmn z`j#~i+}|*kuN%uF%{YX3K5q1hMqkY6OBh`n#;SE=RpflMHgYy@Y!r=+vGk7txLbO1l z0szA5nVk-sE{c^`%9TtOHVZ|?irW8ATv4^-N%i%mva|eR&<|z?iIl#qGde;?d@fwT4ouJa&tJWe)U&aj7H43zkRl9Yi6CMj z8y&*hvcj5}jMgNwSh7mfA>-hu@V|i)U~QF1`rkS%HuT3Wdqm3~;um|@P9@5lu+-7e zgz<(xtO*ZqVg)tdHpe`@YwES`xNS(Z4aICj30n!1e6U9jykWg#4dV}FG{gkI7}3+l zM`ZgX^C^35XJZp19do+?Y}DP~H{7Uwzfm{rGrZrXhMBdj5+G;G>L;-MTQ%FRXl6m* z%34wt+m&VYj2efGjGqslm7@8;(x8?lwQH}$?q09l@?213`BrRj@NH01M(}N1u;J9X zUb)MsSe%i82f5E~1+sQ3blC7*lepf;*=b+&Lw5Zd*cmu*ylPa?=7L z_C#e2t8YDp|6}-nLokJ`oH|tg1S46i7|AvvtupCSaJO7U!Jb`PY$3+kT3ZpSRE~L} zGCN$TQmD++!>;U*eB%?1N*i*@9^vJJU8opTp(oY1P739L!lNoEC(7#kpHb6Hed+7j z^As}=OP;*p$Wz|3>`;I{Pg>%fF^f6fEVpo;+JC|Mon5w&EANbSZ8sxty@rva&l)k6 z>5>UK3Z^7z_tN!{LvV0zK;bVd`#(=Dwuda`KNaTv^!C|4W%Ex-`3WJ`ts7jqpuK{_ zE|)ULSZIafDuR2{?F2p(xm1F8fcFJ$s0yL0)4mvW4Q!TqLe-%fp=x`0$yEs+wkB3H zvj*#74)*|9=aY@Pa?X=8Pn~e&ju-7^7*Hj^IaDTcFv7T83@59>c_5yK174^ztWSdYfm}fNDlv}b_Pmr+{D~bY3 z*}hh)OBtL3BdRW)eoiTBQHuJspYko#BL6H%iCs=D=z4WaUoT8=lv6U<(gsA5!ltbU z+mw*LfZ3T@h+eUcc^fd@V)d&btbn4so!Jp#L*HW7Dz&Cud>}f(@L`BQEY0I z5^Iuvl>p#9V-$V*sw(>BmC@+ZtCD^dXxuW;$$p}o8%PZoED~>w7{^Kd40L!vkwTEa z>gRtJ`SY)nagPjH(!2$qpBYG|k62s3j4vFdr_C*>@=O8^`o03wAg%`kJTaRfyAE{? zyqi}p@-}y4)mf=p#H1PyRaCtH6Dx^)o1F$tUjcj6BA1$8A9qoPI)Ao=;3hR z`sC^bqmvK<`kvPd;LIB*YvXiqL=BePt9HCX)ndZaftXnN3(%9q2P@4mNbH68@LX>5hK>| z2J-kjir}V3G5Hs+;?xxsJtPf8*=IyJHZjuzh&)y@6~77thgPY@INnZa{5&~F$$&ml zKoW_XS4CbFnBPmu6I~BgPa0+elQgH27S2C21w{hj-jY;gQTmgPg_$!SbUdt(Qu+Z> zN*Wm#7$uWLh>FOglZ+Yi)$tgaBy+?EFgFQc@&A$XCz1zfm{(Zm^HvH^^N%-^jYu0w z4Y$Dmh@5ifE-4&f>Ky_EXuU6|0c5_nL}1i2;>l8xVl-VwLV*^vA3zK{9I`wBty{|@ zA3_D#Ow6-W{`HK-OOJ}BN8|QmqW#zh!x9Io$R2)Sy{I}?RGldGEFa$V)JKjipV+Ld zjx;VG+pO|NAQQQK{84EY`PD@ZFQ0(aVx(pH7=#uheeiLW-+lh}^N|bDP)fZ79XfNA z-R-~K9~q7A10z=i=a>$lIo)@U+&&U{E_yER>=vEfbQtZCy)=C7j%T^x(Y6v+RgoKU zN3&8I^byXtSsoXtoZXLAHdDt(WPm$vEr~S7tTp&0Z0>}^9dX>*yF4PDun4^t0&|@m zbooeSwsdUzS|66JI=|z22r6ok9cjRT&a&`Gq#>$LR70q=&;?f*klCzi_|~ZhXWu>d z&bifwHBG#6pV+uBUNs;;ut**sN`gPOUiK_BO``j53H7MHd858>y}oZv7q1@_>jxtvIr(=We{b!(hIb4ry0OQ1`~vUYwI7BrCXqc`W*%o z*e#EQ8zOoL3WS5N3CjXx-Kv|TL6U?3+1w7+8;mzb!^2^Ivm9#e-mJP`#gxyngNp<4 zvM#X5(na)-4G4wfmTqs%c8q?t$KtkQ zBC|g#t$eI1u%I3=!kP~qm7qcn+!@$#w5&T?V!l0b$6nE~7ZtaYMu<&k>7Bz&Rh~1- z$DKPw=MK>JU7l~AzklJa#e0h@Q_x~m-78l2#$A1)t1qlc*gPAyhILy*^!!R~^laSL zF522-?DvrcdH$qCWp~^ugyx&{sjm`fbI_SkA{b1IU#$FK%u2saXVo`PVc4F#cW$L+ z^+4RyCwltg&VJF^FPCEO-W&uPPsOYI#p?dJYmeyKlfM+7Vm?~xqw}$*vDKj1Hx@S^ zO_=MybvbU{nK0Kz568`|5LvD$TrLKL!l6$S8p3ph@!F55hmoQgsm}}R~ zwJ~$;>a+B>c98zwbH3+{)g6kP4~yo*G4|V3a25KHx@c}Cu7W*W8$SK@bGOb>`kj$y z5@yTmhhIA!9=SVqdn~dLceaa8nLB|oOU#wDL2`ASBv+?!lYM2IG-kJi`Y?;9aW-DM zTP)ojxAcmZUgBwN&%1bR)|)VL(gtMD%WEQ`)uxzxPu#snbngMEGeY)!!&tFytcVN?G@o>y|IKNE2(M&w*@Qo+}cZ$Z&n6WcqEnBt*h{^tYb*>{?(+67J z5rgG}LN%E^rDHDBk6gO3a?6jZ)G*f#zEcC*^#LeVF#L%Ya$ea2f`oX{|Ho}GfOzFY zv~nb4h|#|^mqFl1QnWbm$vrHoSq$vpCeiQP2gibbuN- zeO|mj9 z*`yU$cKJ(Mc4_a5RTp5YY{Oc!j^)R@D{kGbR98nWlzxc7O(f`#mrGfTX)dLGh}WLy zAnrE$C-Q~ds_Ca7Z>mtRlD%02Q$Uv~jzS=Pd!`mPh#B@3?1a9tCnrr(dX-@YfYd+- zdNX8xMuay(vxkWh;R`uK%2uR25GNn|6pDfh;%`n)=6rFu9F{@Ik~gF&C(U9dZ(Y_n z0{tE6{O{sldP3GXbV80U`H+J% z(_eP^KZn%p$kJY6OV>pC=8Cyo(!Nu9xQ>+J2+p5!NYEufaj>kBR3TJwrHY&?g$kies2o7U-Lip6`$WC)WTEqn+QMAD{h_KnA&a(z^yCRy z$kA;8=qp+8d#F0-lShZ3dzeeCt>G$!n#l}{B}j`x>baC*mY6~20)wqKxHIhs=2@mW zzYRwP`=m~&gU+#vbV%ry(M)FMnMsBItxEeT-`S~vU8Z~KXG8Tuy$qv54Z(eK451-N z-Isc@#~^grHG~=$TtY*%CLKcg-U104^OEQqvtb5^`X?}Q8Z(twv9VPtfAd|zgK}Od zKkXCQlbsSqq#{;ohLr>lr$d8OTqQITgw2iz7Da_p2Mzy5_V@M&aiNkc2P!b;OjD>i z?|f^>&X?w!;Ep!P<&$mMeHUtZvKfN5Z%QnFyROPZDc~5X$4iP1K-Ij-|5gM~grv~%+*15d-|rm zyxA>}+1Hvk)f~b)KaP;wuM4$Y4nvHw8+@U*Q2P^M5Ne@K9__(r<#G${+2zh|olwWZ zZlMtb^5Pi{$aNaD)qi=Sd`q+P%9)qBc?qpyb>Qj~jqRFft6Ue^Cb)%;?9{=oc%t

    QP7&$`ykPSvp^Rc}mBVp9uHxa2?3_tW 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 EKYQsFssI20 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..1fe3d22 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/database.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..5db5d7f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/index.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..9b6d129 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/locators.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..966ebc0 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/manifest.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..ca0fe44 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/metadata.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..c329e19 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/resources.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/scripts.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..d270624 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/util.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..dd01849 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..c7c8bb6 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distlib/wheel.py b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..028c2d9 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distro/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distro/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31b2ff716d972c88c4f215edf2bfbc83b313d863 GIT binary patch literal 1201 zcmd^-ziSjh6vt=xHurmTzkei!*jQYVEI|Pcu`?FfUo6-YCUcORvVrr>{xlYzqEl%#H*%q=a$Qx0K= zkS7!gB?A2tRUuRfE@78YBh(2ELX*%Uv0|C|K!9R4-iW?pt2+*KTp3bHLpxRCo@UE z0L(YmGc?pM&MZmQEl5nxPE1cN)-T8`(2oZyOUWPO4oI zC;&i?EVcv^AD9^#8E-I1TtGz+n7KQuE-_19V3xeW!qMQ;=+@%a0EQo!8Cax%!bKcF F-2lZ*SkM3f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba4b7c7e1750eb4046afd7952894cbcd49d4fc8d GIT binary patch literal 57734 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 C;iB~b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py b/venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..89e1868 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1399 @@ +#!/usr/bin/env python +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ 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.11/site-packages/pip/_vendor/idna/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7e567f4f26e58fd210d6c75b685df7e0893abf3 GIT binary patch literal 1102 zcmdUty^qr{6u|8^O+V7~`+7GZHl*ut7o9*zNC*iIByKrCY-X_B#5AV`xUfq)1?C)apQ)KOh{$P*3J5I*un6E#H(wL}}WMF(|6fCAA)T@j*C^iWUqQC|$u zKn&4PjL=Ao(O68-r1V$kdt!>F5G+9AeS&B|X}ktA{|B_eXV3%~uc^+Nk{HiMCOmt3 z{`d(?*fXt_Hf^U?;^0iK31`WvN@%8-EX@8*%c+tDeP0-#a5AUdbmEl8OFXykOuv%T zO_oxL)zVBW1Cy*^gyUF=Ig?bIpt4sU+La>T#>P)*Y(pEL%IdwUJ_%Mue(yfkRFKT{ z$`q}$GLd&TbY(`>dHE;iR4$6tj4NASXeJjsqixL4mZ*tb(7bdrDb%+ciEk-J@^Wj{F1zR3PU7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1312719c3fe7bd7682813fe11bb4eaba9b98b9d3 GIT binary patch literal 5393 zcmeHLOKcm*8J=D4E|(H%zC_u2KT=CpTZu>#Jy0u-tR_t4&QNC6#s@R2eIWU+t&0f7%bMTT_prTza|zG)jt zfE)~T#QEp-&CJfsKi~h4{_b+M5C}g$_AhnJMaY*}CpXoawo zC$AGlx=9qfD$T=pSYgWsD2P@FyBJCalmk#l%JmH>H$$}msufV4r=YwHPLm%Qmp%LB`f4PuNs-`@h)f1U?G`Zk}hTn{Rx$^E; zpa1Ere}DRR43XvFC}j@9kXa`x33Cbw^NOtSs!g#$6jVVKRVmJQl>3mlq=+{~I5R|v z6_l+BB>_rS?64w-DZT~^iJ6k7(?m=+1tqFSVSV`Rnki9LU!dt&<>+885h9ik{t9B9 z8%iB0bkX`1|F-5&i&2qB4jPf#R^H6wlC9RHwKm z)0R}z+cs0s)MT8ZqEa^q4cq$r`yXEoUdyD^;I*h0O$VoA(c~ML8+~(8zm`b{udC_n z!DM1Km}TXYV=ulK)DpTnnvKTZiO#87Fq_B*BLGt}G?-A*(I9G5Y%IITW?yo$vl+9L z4X?Kr0TN} z4x)Tw^jNvAyt&p5#!dKko7-XdkLAaowYi}Yj%g!YHaQYWM^kDfVzxvgsf@Ca#Jn>S z`Q1V^S!%JtO{94LO>uTnS2fd?NL$*-*0fF7iCGIl4xuPefwez^SgHK&3wCjMpMcmn z$&%YPmV7q86S!;J=`5bU#LA7rSLrrxb$h|;c4g-zbUXEVq_G1|QLVGS4!4HZ-bz!9CxBQf zT8bDRe>tG}!y9{W8yM+3WUQJwH*vnE(8yKGu;yhkC(xrgK@qD&u1Si7^@@0gq#Ze% zX1DTy;LoU~apcXe95VyJ;9<$4aSFL5Mir(zCF#}W`HjBM8{ z#=E(%g;_hRNSifGT%9*3)sLPNm!NUk(J*R*^H7=@P{`ri4vWLt6{nrhpLT(G_+JQ* zxiLoBl!uxTnejHe^`cZ@18+ zSW}^PdK`+T#LT#6I&~UNptZo^&>CtBNwASxVhIMeOnr-08G&1?p^}4HCqiF4*s^6ICOI+j~_`*AU&pUiu*!7MUy`!s=akOLA307mD z$c|yK1{;I7Cg94thK;_#ywhmw+;}NJm7g*Ko%=*^4ewbM00i^l9X4JV%3s>^`e7Wm zXH_r)U4U}*F|m5yaQgmy`TfhE3~dHJ8vS^5*LkAoJW+6-FqrXibsCfZ`qjT&-H7i7ju!*RZ##DbFR!*3vhzb*{?e{zpy(Oc zl?Px>cgM!d1$SRT?qdWKf>ZCtgTu|Dy(s!Xn8Iu(lVt2k2e5J+#UKh~c#AZ@hdC5D zfOZ)~4QcYdV*e)aB_#g@zJ%nnNtWzfxqGtk=FHtw{{aGo>Zb~8CLI4eCcsJNd)5#j z)7}5mAMCspo@e@_!?1>0YNOwW3i<;SKSY5>&GK(XF*gR{+5BTUI(7V0(x3|eSdg{1{`*=DxCJXL?f;{jn_Mzz8)R4~v78}Ut6xN|Q1F?yG zdc;8_A4rgVAVKnhq>g-`%qpKGEb_te>&OQVlZ6AcbG6&@u!L7(42t5n5D)M@ROL@YkXI(Hk3hsX|A=3xQ3XDN;`TJ|-A}O&#Vlq}O|6-* z%A!5UR06ut=!G5p4a7RBeVfjg_XGYBQv1%_0^}WtR+z`$EIb1vR4`=^7blE#{hc-GN<44C900E)RP@B+w6u@Fk9zTm}3rnaJopR zpnDvmhUc|H9<+LktzCx8f8X8q-i@^zYk#O_x<>EAFE9YVeYfnC9uW|SD8MTbC3ch} z?WPdR(3+K74jUso+$#D82$KiDPSO{%;Fww04fo!($1A3&oSRiRhpeH zw$vvAO03wp4Ht2GTyMjMJeFUzUUFyY&!H7nOIrfDZ{s-5Ag2po?`II#3i~sNV}<=0 zWU%n0-=4oG|I)3ALhr<`|8&t06L|Io9|v!+X0duzvIBg^CXpZC7%Fy-KEkHMYP;NwWWApTZ{ei;ufR{- LCy;xpV5;;#5KDE; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fa45f430db2479a44e71dcdd379e7d06a539f9f GIT binary patch literal 1019 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%0Dd_bhf>eBa_3 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95aaaff63a93576a1c6003559419444670b43b06 GIT binary patch literal 222 zcmZ3^%ge<81eOvTQ$>OFV-N=h7@>^MASKfoQW&BbQW%37G?}WHjrC0YG#PJk$H$kY z78Pga=f%gbWcUnH|0`ZUBR@A)KO?a?F;Cw=IWflr#L^9@EXl~v(=SWSE7Q-(Owum^ z^NsZk4fTsNOHy?U5|gtN(^HG}3o;Azfu`oAG3Mzkb*yQG? il;)(`6|n*B139vo4@i7qW@Kc%!6)3n4T421Kp_AQ9y~<= literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a197d4d879655830ae3ce12cead979373bf6b1f GIT binary patch literal 163202 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
                                              # 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.11/site-packages/pip/_vendor/pkg_resources/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py
    new file mode 100644
    index 0000000..4cd562c
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py
    @@ -0,0 +1,3296 @@
    +# coding: utf-8
    +"""
    +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.
    +"""
    +
    +from __future__ import absolute_import
    +
    +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 itertools
    +import inspect
    +import ntpath
    +import posixpath
    +from pkgutil import get_importer
    +
    +try:
    +    import _imp
    +except ImportError:
    +    # Python 3.2 compatibility
    +    import imp as _imp
    +
    +try:
    +    FileExistsError
    +except NameError:
    +    FileExistsError = OSError
    +
    +from pip._vendor import six
    +from pip._vendor.six.moves import urllib, map, filter
    +
    +# 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 . import py31compat
    +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')
    +
    +
    +__metaclass__ = type
    +
    +
    +if (3, 0) < sys.version_info < (3, 5):
    +    raise RuntimeError("Python 3.5 or later is required")
    +
    +if six.PY2:
    +    # Those builtin exceptions are only defined in Python 3
    +    PermissionError = None
    +    NotADirectoryError = None
    +
    +# 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
    +
    +
    +class PEP440Warning(RuntimeWarning):
    +    """
    +    Used when there is an issue with a version or specifier not complying with
    +    PEP 440.
    +    """
    +
    +
    +def parse_version(v):
    +    try:
    +        return packaging.version.Version(v)
    +    except packaging.version.InvalidVersion:
    +        return packaging.version.LegacyVersion(v)
    +
    +
    +_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 Mac OS X that would be required to *use* extensions produced by
    +    distutils.  But what we want when checking compatibility is to know the
    +    version of Mac OS X that we are *running*.  To allow usage of packages that
    +    explicitly require a newer version of Mac OS X, 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(_macosx_vers()[:2]), m.group(3))
    +        except ValueError:
    +            # not Mac OS X
    +            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 _macosx_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 _macosx_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 Mac OS X.
    +    """
    +    from sysconfig import get_platform
    +
    +    plat = get_platform()
    +    if sys.platform == "darwin" and not plat.startswith('macosx-'):
    +        try:
    +            version = _macosx_vers()
    +            machine = os.uname()[4].replace(" ", "_")
    +            return "macosx-%d.%d-%s" % (
    +                int(version[0]), int(version[1]),
    +                _macosx_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
    +
    +    # Mac OS X 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 macosx 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 macosx 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, six.string_types):
    +        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.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 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
    +        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 = 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)
    +
    +            # 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 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.callbacks[:]
    +        )
    +
    +    def __setstate__(self, e_k_b_c):
    +        entries, keys, by_key, callbacks = e_k_b_c
    +        self.entries = entries[:]
    +        self.entry_keys = keys.copy()
    +        self.by_key = by_key.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 = (
    +                "%s is writable by group/others and vulnerable to attack "
    +                "when "
    +                "used with get_resource_filename. Consider a more secure "
    +                "location (set with .set_extraction_path or the "
    +                "PYTHON_EGG_CACHE environment variable)." % path
    +            )
    +            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 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)
    +
    +
    +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)
    +        if six.PY2:
    +            return value
    +        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):
    +            source = open(script_filename).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.readthedocs.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)
    +        warnings.warn(
    +            msg[:-1] + " and will raise exceptions in a future release.",
    +            DeprecationWarning,
    +            stacklevel=4,
    +        )
    +
    +    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)
    +
    +
    +class EggProvider(NullProvider):
    +    """Provider based on a virtual filesystem"""
    +
    +    def __init__(self, module):
    +        NullProvider.__init__(self, module)
    +        self._setup_prefix()
    +
    +    def _setup_prefix(self):
    +        # we assume here that our metadata may be nested inside a "basket"
    +        # of multiple eggs; that's why we use module_path instead of .archive
    +        path = self.module_path
    +        old = None
    +        while path != old:
    +            if _is_egg_path(path):
    +                self.egg_name = os.path.basename(path)
    +                self.egg_info = os.path.join(path, 'EGG-INFO')
    +                self.egg_root = path
    +                break
    +            old = path
    +            path, base = os.path.split(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):
    +        EggProvider.__init__(self, 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
    +
    +    def _extract_resource(self, manager, zip_path):
    +
    +        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):
    +        # Python 2.7 compat for: replacement_char = '�'
    +        replacement_char = b'\xef\xbf\xbd'.decode('utf-8')
    +        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'):
    +            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 _by_version_descending(names):
    +    """
    +    Given a list of filenames, return them in descending order
    +    by version number.
    +
    +    >>> names = 'bar', 'foo', 'Python-2.7.10.egg', 'Python-2.7.2.egg'
    +    >>> _by_version_descending(names)
    +    ['Python-2.7.10.egg', 'Python-2.7.2.egg', 'foo', 'bar']
    +    >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.egg'
    +    >>> _by_version_descending(names)
    +    ['Setuptools-1.2.3.egg', 'Setuptools-1.2.3b1.egg']
    +    >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.post1.egg'
    +    >>> _by_version_descending(names)
    +    ['Setuptools-1.2.3.post1.egg', 'Setuptools-1.2.3b1.egg']
    +    """
    +    def _by_version(name):
    +        """
    +        Parse each component of the filename
    +        """
    +        name, ext = os.path.splitext(name)
    +        parts = itertools.chain(name.split('-'), [ext])
    +        return [packaging.version.parse(part) for part in parts]
    +
    +    return sorted(names, key=_by_version, reverse=True)
    +
    +
    +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 = safe_listdir(path_item)
    +
    +    # for performance, before sorting by version,
    +    # screen entries for only those that will yield
    +    # distributions
    +    filtered = (
    +        entry
    +        for entry in entries
    +        if dist_factory(path_item, entry, only)
    +    )
    +
    +    # scan for .egg and .egg-info in directory
    +    path_item_entries = _by_version_descending(filtered)
    +    for entry in path_item_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 a path_item and entry
    +    """
    +    lower = entry.lower()
    +    is_meta = any(map(lower.endswith, ('.egg-info', '.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
    +    if six.PY2:
    +        __nonzero__ = __bool__
    +
    +    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
    +        ignorable = (
    +            e.errno in (errno.ENOTDIR, errno.EACCES, errno.ENOENT)
    +            # Python 2 on Windows needs to be handled this way :(
    +            or getattr(e, "winerror", None) == 267
    +        )
    +        if not ignorable:
    +            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, ())
    +
    +
    +register_finder(pkgutil.ImpImporter, find_on_path)
    +
    +if hasattr(importlib_machinery, 'FileFinder'):
    +    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
    +
    +    # capture warnings due to #1111
    +    with warnings.catch_warnings():
    +        warnings.simplefilter("ignore")
    +        loader = importer.find_module(packageName)
    +
    +    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)
    +        loader.load_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"""
    +
    +    _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:
    +                raise TypeError("Not a package:", parent)
    +
    +        # 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
    +
    +
    +register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
    +register_namespace_handler(zipimport.zipimporter, file_ns_handler)
    +
    +if hasattr(importlib_machinery, 'FileFinder'):
    +    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 path.lower().endswith('.egg')
    +
    +
    +def _is_unpacked_egg(path):
    +    """
    +    Determine if given path appears to be an unpacked egg.
    +    """
    +    return (
    +        _is_egg_path(path) 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])
    +
    +
    +def yield_lines(strs):
    +    """Yield non-empty/non-comment lines of a string or sequence"""
    +    if isinstance(strs, six.string_types):
    +        for s in strs.splitlines():
    +            s = s.strip()
    +            # skip blank lines/comments
    +            if s and not s.startswith('#'):
    +                yield s
    +    else:
    +        for ss in strs:
    +            for s in yield_lines(ss):
    +                yield s
    +
    +
    +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))
    +
    +    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 _remove_md5_fragment(location):
    +    if not location:
    +        return ''
    +    parsed = urllib.parse.urlparse(location)
    +    if parsed[-1].startswith('md5='):
    +        return urllib.parse.urlunparse(parsed[:-1] + ('',))
    +    return location
    +
    +
    +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.parsed_version,
    +            self.precedence,
    +            self.key,
    +            _remove_md5_fragment(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"):
    +            self._parsed_version = parse_version(self.version)
    +
    +        return self._parsed_version
    +
    +    def _warn_legacy_version(self):
    +        LV = packaging.version.LegacyVersion
    +        is_legacy = isinstance(self._parsed_version, LV)
    +        if not is_legacy:
    +            return
    +
    +        # While an empty version is technically a legacy version and
    +        # is not a valid PEP 440 version, it's also unlikely to
    +        # actually come from someone and instead it is more likely that
    +        # it comes from setuptools attempting to parse a filename and
    +        # including it in the list. So for that we'll gate this warning
    +        # on if the version is anything at all or not.
    +        if not self.version:
    +            return
    +
    +        tmpl = textwrap.dedent("""
    +            '{project_name} ({version})' is being parsed as a legacy,
    +            non PEP 440,
    +            version. You may find odd behavior and sort order.
    +            In particular it will be sorted as less than 0.0. It
    +            is recommended to migrate to PEP 440 compatible
    +            versions.
    +            """).strip().replace('\n', ' ')
    +
    +        warnings.warn(tmpl.format(**vars(self)), PEP440Warning)
    +
    +    @property
    +    def version(self):
    +        try:
    +            return self._version
    +        except AttributeError:
    +            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)
    +
    +            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:
    +                raise UnknownExtra(
    +                    "%s has no such extra feature %r" % (self, ext)
    +                )
    +        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('_')
    +            )
    +        )
    +
    +    if not hasattr(object, '__dir__'):
    +        # python 2.7 not supported
    +        del __dir__
    +
    +    @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)
    +
    +    def insert_on(self, path, loc=None, replace=False):
    +        """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
    +        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 = frozenset(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] = list(frozenset(reqs_for_extra(extra)) - 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)
    +
    +
    +class RequirementParseError(ValueError):
    +    def __str__(self):
    +        return ' '.join(self.args)
    +
    +
    +def parse_requirements(strs):
    +    """Yield ``Requirement`` objects for each specification in `strs`
    +
    +    `strs` must be a string, or a (possibly-nested) iterable thereof.
    +    """
    +    # create a steppable iterator, so we can handle \-continuations
    +    lines = iter(yield_lines(strs))
    +
    +    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()
    +            try:
    +                line += next(lines)
    +            except StopIteration:
    +                return
    +        yield Requirement(line)
    +
    +
    +class Requirement(packaging.requirements.Requirement):
    +    def __init__(self, requirement_string):
    +        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
    +        try:
    +            super(Requirement, self).__init__(requirement_string)
    +        except packaging.requirements.InvalidRequirement as e:
    +            raise RequirementParseError(str(e))
    +        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)
    +    py31compat.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('_')
    +    )
    +
    +
    +@_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())
    +
    +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.
    +    """
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..8a38cec3781cc1fd8ecdbc9b0113c82e05d8c044
    GIT binary patch
    literal 158235
    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
    LwxJ5<39RWqcZBUh
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py
    new file mode 100644
    index 0000000..a2d3007
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py
    @@ -0,0 +1,23 @@
    +import os
    +import errno
    +import sys
    +
    +from pip._vendor import six
    +
    +
    +def _makedirs_31(path, exist_ok=False):
    +    try:
    +        os.makedirs(path)
    +    except OSError as exc:
    +        if not exist_ok or exc.errno != errno.EEXIST:
    +            raise
    +
    +
    +# rely on compatibility behavior until mode considerations
    +#  and exists_ok considerations are disentangled.
    +# See https://github.com/pypa/setuptools/pull/1083#issuecomment-315168663
    +needs_makedirs = (
    +    six.PY2 or
    +    (3, 4) <= sys.version_info < (3, 4, 1)
    +)
    +makedirs = _makedirs_31 if needs_makedirs else os.makedirs
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py
    new file mode 100644
    index 0000000..82d9071
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py
    @@ -0,0 +1,342 @@
    +"""
    +Utilities for determining application-specific dirs. See  for details and
    +usage.
    +"""
    +from __future__ import annotations
    +
    +import os
    +import sys
    +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
    +
    +from .api import PlatformDirsABC
    +from .version import __version__
    +from .version import __version_tuple__ as __version_info__
    +
    +
    +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,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :returns: data directory tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_data_dir
    +
    +
    +def site_data_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :returns: data directory shared by users
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_data_dir
    +
    +
    +def user_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :returns: config directory tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_config_dir
    +
    +
    +def site_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :returns: config directory shared by the users
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_config_dir
    +
    +
    +def user_cache_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_cache_dir
    +
    +
    +def user_state_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :returns: state directory tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_state_dir
    +
    +
    +def user_log_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :returns: log directory tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_log_dir
    +
    +
    +def user_documents_dir() -> str:
    +    """
    +    :returns: documents directory tied to the user
    +    """
    +    return PlatformDirs().user_documents_dir
    +
    +
    +def user_runtime_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :returns: runtime directory tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_runtime_dir
    +
    +
    +def user_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :returns: data path tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_data_path
    +
    +
    +def site_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `multipath `.
    +    :returns: data path shared by users
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_data_path
    +
    +
    +def user_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :returns: config path tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_config_path
    +
    +
    +def site_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :returns: config path shared by the users
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_config_path
    +
    +
    +def user_cache_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :returns: cache path tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_cache_path
    +
    +
    +def user_state_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :returns: state path tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_state_path
    +
    +
    +def user_log_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :returns: log path tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_log_path
    +
    +
    +def user_documents_path() -> Path:
    +    """
    +    :returns: documents path tied to the user
    +    """
    +    return PlatformDirs().user_documents_path
    +
    +
    +def user_runtime_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :returns: runtime path tied to the user
    +    """
    +    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).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_runtime_dir",
    +    "site_data_dir",
    +    "site_config_dir",
    +    "user_data_path",
    +    "user_config_path",
    +    "user_cache_path",
    +    "user_state_path",
    +    "user_log_path",
    +    "user_documents_path",
    +    "user_runtime_path",
    +    "site_data_path",
    +    "site_config_path",
    +]
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py
    new file mode 100644
    index 0000000..9c54bfb
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py
    @@ -0,0 +1,46 @@
    +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_runtime_dir",
    +    "site_data_dir",
    +    "site_config_dir",
    +)
    +
    +
    +def main() -> None:
    +    app_name = "MyApp"
    +    app_author = "MyCompany"
    +
    +    print(f"-- platformdirs {__version__} --")
    +
    +    print("-- app dirs (with optional 'version')")
    +    dirs = PlatformDirs(app_name, app_author, version="1.0")
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")
    +
    +    print("\n-- app dirs (without optional 'version')")
    +    dirs = PlatformDirs(app_name, app_author)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")
    +
    +    print("\n-- app dirs (without optional 'appauthor')")
    +    dirs = PlatformDirs(app_name)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")
    +
    +    print("\n-- app dirs (with disabled 'appauthor')")
    +    dirs = PlatformDirs(app_name, appauthor=False)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")
    +
    +
    +if __name__ == "__main__":
    +    main()
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..5ea9f7f99381c23b530f36ddd1f2d7e6c565e39c
    GIT binary patch
    literal 12934
    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
    F>Oa(>3)cVu
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..765e8a8c9a351b3ad454d7aa72ef4f07450d04ab
    GIT binary patch
    literal 7188
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..8a804faaf88ffbb09cdfb033e5814f5eabb0df09
    GIT binary patch
    literal 317
    zcmZ3^%ge<81eOvTQx^c~$3P4ROi1X8Urs`)T7ANNE`zI&ncz{^C0hJ{g`FZ+fsd;7kIhjfN1z^6ho}rCVh5G>*ZDgppRAzbtT
    
    literal 0
    HcmV?d00001
    
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..4cb43a3f92564d4376da05a73e4874be7110dce7
    GIT binary patch
    literal 9966
    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. Makes use of the
    +    `appname ` and
    +    `version `.
    +    """
    +
    +    @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 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")
    +        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_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")
    +        return path
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_folder() -> str | None:
    +    """:return: base folder for the Android OS or None if cannot be found"""
    +    try:
    +        # First try to get path to android app via pyjnius
    +        from jnius import autoclass
    +
    +        Context = autoclass("android.content.Context")  # noqa: N806
    +        result: str | None = Context.getFilesDir().getParentFile().getAbsolutePath()
    +    except Exception:
    +        # 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")  # noqa: N806
    +        Environment = autoclass("android.os.Environment")  # noqa: N806
    +        documents_dir: str = Context.getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
    +    except Exception:
    +        documents_dir = "/storage/emulated/0/Documents"
    +
    +    return documents_dir
    +
    +
    +__all__ = [
    +    "Android",
    +]
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py
    new file mode 100644
    index 0000000..6f6e2c2
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py
    @@ -0,0 +1,156 @@
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from abc import ABC, abstractmethod
    +from pathlib import Path
    +
    +if sys.version_info >= (3, 8):  # pragma: no branch
    +    from typing import Literal  # pragma: no cover
    +
    +
    +class PlatformDirsABC(ABC):
    +    """
    +    Abstract base class for platform directories.
    +    """
    +
    +    def __init__(
    +        self,
    +        appname: str | None = None,
    +        appauthor: str | None | Literal[False] = None,
    +        version: str | None = None,
    +        roaming: bool = False,
    +        multipath: bool = False,
    +        opinion: bool = True,
    +    ):
    +        """
    +        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`.
    +        """
    +        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.
    +
    +    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)
    +        return os.path.join(base[0], *params)
    +
    +    @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 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_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 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_runtime_path(self) -> Path:
    +        """:return: runtime path tied to the user"""
    +        return Path(self.user_runtime_dir)
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py
    new file mode 100644
    index 0000000..a01337c
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py
    @@ -0,0 +1,64 @@
    +from __future__ import annotations
    +
    +import os
    +
    +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 ` and
    +    `version `.
    +    """
    +
    +    @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/"))
    +
    +    @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, e.g. ``~/Library/Preferences/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Preferences/"))
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``"""
    +        return self._append_app_name_and_version("/Library/Preferences")
    +
    +    @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"))
    +
    +    @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"))
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
    +        return os.path.expanduser("~/Documents")
    +
    +    @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"))
    +
    +
    +__all__ = [
    +    "MacOS",
    +]
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py
    new file mode 100644
    index 0000000..9aca5a0
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py
    @@ -0,0 +1,181 @@
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from configparser import ConfigParser
    +from pathlib import Path
    +
    +from .api import PlatformDirsABC
    +
    +if sys.platform.startswith("linux"):  # pragma: no branch # no op check, only to please the type checker
    +    from os import getuid
    +else:
    +
    +    def getuid() -> int:
    +        raise RuntimeError("should only be used on Linux")
    +
    +
    +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 `.
    +    """
    +
    +    @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")
    +        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]
    +        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")
    +        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")
    +        return self._append_app_name_and_version(path)
    +
    +    @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")
    +        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")
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """
    +        :return: documents directory tied to the user, e.g. ``~/Documents``
    +        """
    +        documents_dir = _get_user_dirs_folder("XDG_DOCUMENTS_DIR")
    +        if documents_dir is None:
    +            documents_dir = os.environ.get("XDG_DOCUMENTS_DIR", "").strip()
    +            if not documents_dir:
    +                documents_dir = os.path.expanduser("~/Documents")
    +
    +        return documents_dir
    +
    +    @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``
    +        """
    +        path = os.environ.get("XDG_RUNTIME_DIR", "")
    +        if not path.strip():
    +            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)
    +
    +    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_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 = os.path.join(Unix().user_config_dir, "user-dirs.dirs")
    +    if os.path.exists(user_dirs_config_path):
    +        parser = ConfigParser()
    +
    +        with open(user_dirs_config_path) 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
    +        path = path.replace("$HOME", os.path.expanduser("~"))
    +        return path
    +
    +    return None
    +
    +
    +__all__ = [
    +    "Unix",
    +]
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py
    new file mode 100644
    index 0000000..9f6eb98
    --- /dev/null
    +++ b/venv/lib/python3.11/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 = '2.6.2'
    +__version_tuple__ = version_tuple = (2, 6, 2)
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py
    new file mode 100644
    index 0000000..d5c27b3
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py
    @@ -0,0 +1,184 @@
    +from __future__ import annotations
    +
    +import ctypes
    +import os
    +import sys
    +from functools import lru_cache
    +from typing import Callable
    +
    +from .api import PlatformDirsABC
    +
    +
    +class Windows(PlatformDirsABC):
    +    """`MSDN on where to store app data files
    +    `_.
    +    Makes use of the
    +    `appname `,
    +    `appauthor `,
    +    `version `,
    +    `roaming `,
    +    `opinion `."""
    +
    +    @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)
    +        return os.path.join(path, *params)
    +
    +    @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 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")
    +        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_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"))
    +        return self._append_parts(path)
    +
    +
    +def get_win_folder_from_env_vars(csidl_name: str) -> str:
    +    """Get folder from environment variables."""
    +    if csidl_name == "CSIDL_PERSONAL":  # does not have an environment name
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents")
    +
    +    env_var_name = {
    +        "CSIDL_APPDATA": "APPDATA",
    +        "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE",
    +        "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA",
    +    }.get(csidl_name)
    +    if env_var_name is None:
    +        raise ValueError(f"Unknown CSIDL name: {csidl_name}")
    +    result = os.environ.get(env_var_name)
    +    if result is None:
    +        raise ValueError(f"Unset environment variable: {env_var_name}")
    +    return result
    +
    +
    +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 this 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",
    +    }.get(csidl_name)
    +    if shell_folder_name is None:
    +        raise ValueError(f"Unknown CSIDL name: {csidl_name}")
    +    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."""
    +    csidl_const = {
    +        "CSIDL_APPDATA": 26,
    +        "CSIDL_COMMON_APPDATA": 35,
    +        "CSIDL_LOCAL_APPDATA": 28,
    +        "CSIDL_PERSONAL": 5,
    +    }.get(csidl_name)
    +    if csidl_const is None:
    +        raise ValueError(f"Unknown CSIDL name: {csidl_name}")
    +
    +    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):
    +        buf2 = ctypes.create_unicode_buffer(1024)
    +        if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024):
    +            buf = buf2
    +
    +    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.11/site-packages/pip/_vendor/pygments/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py
    new file mode 100644
    index 0000000..7185e53
    --- /dev/null
    +++ b/venv/lib/python3.11/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-2022 by the Pygments team, see AUTHORS.
    +    :license: BSD, see LICENSE for details.
    +"""
    +from io import StringIO, BytesIO
    +
    +__version__ = '2.13.0'
    +__docformat__ = 'restructuredtext'
    +
    +__all__ = ['lex', 'format', 'highlight']
    +
    +
    +def lex(code, lexer):
    +    """
    +    Lex ``code`` with ``lexer`` and return an iterable of 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 a tokenlist ``tokens`` with the formatter ``formatter``.
    +
    +    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):
    +    """
    +    Lex ``code`` with ``lexer`` and format it with the formatter ``formatter``.
    +
    +    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.
    +    """
    +    return format(lex(code, lexer), formatter, outfile)
    diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py
    new file mode 100644
    index 0000000..90cafd9
    --- /dev/null
    +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py
    @@ -0,0 +1,17 @@
    +"""
    +    pygments.__main__
    +    ~~~~~~~~~~~~~~~~~
    +
    +    Main entry point for ``python -m pygments``.
    +
    +    :copyright: Copyright 2006-2022 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.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..1b37b5b88a2c9fdd87f9e22cbc2aaae008c30a54
    GIT binary patch
    literal 3849
    zcmds4O>7&-6`mz2{!>!*<0i6WkLCJ@7DY;OP*B@B7~HPpMQKL7RQ;bMi$3p>M>%Z-Gwd=}(|@59uh6bVU!CN+pmFRD$`S
    zg7jcMq=)i-C8YQLQOSq(@P{ZL(c^mbLnR-DdkpR|J+gw*33W7tP#i;Bu9qsr;!F;H
    z-D&ZjDQqyTVpg}fx`oR|scgcJ8&(NdRc%8p5nQ7N=fuK>1^Rf|wz8gv1@7%F5sOem
    zdqD@Gc-^L0POBz%7!fK|)5IHwr88`=V`i`Ono5bZh&fsrt4wTiDxi&VQehcfGd93P
    zP-OEms8p*})6i6I*cQXQta5A-qGN93DkYp7>vd0=?NE(i&DKd4-|*c6S1FnE%s&rq
    z*9@Its#@SBSfkmMifv&N#tt|Ri!B{jRJ!3*g;5oiGvP6Fs#TkEqRSVZ$E->;0~}OE
    zl!RSkQB^ghQ99wOVS*cmrBR|X5!eqL)iih=uhqeXb=3f;Dz;;BU!SL62G1h3=j`zf
    z0Y|W^>)^W3YI7J?wg(w0b*dGS;se4f3}#xi|Q(QKZ9?tzMa7<
    z@4l0f-^Qqb>(UbJ@ASgFys+rI4(^E1%rC7hU`9T0h@}xP$IfFzW`)DlH4_XJxh291
    z%O_34BJiDTh!kv=Q>L*-RqETG&1U5ksOTml!(UljJH45ot__anq93^fw(#RmfyuQ
    zQ&T^joSB-L5h(&$-?bKVqE<2xbAso8zIx--71W*Y#H+Z*sTyiY@gd1=Ls
    z-zFup1^NixeiKxjO9K~`96`^x;xLZa04`YS_L3JcmBE(H1%gbKv2?_Zmk2L-%H7y%
    zy-KcAYEyTtYE-iYfQfF?te=cosfvnVxp4z{2k-zY-4KU;;t6xsJiS3TBph`64t6jR
    zC#WCa7II~~LULu5saEcmrkXcIZ_=v+Ie6t}4loRfFY3aD?DTYwK_DhOrGw?bvRucq
    z19TJsg$6Gaz*ZWD7fEpnI_$R~c2PST?dyL$F!E^N#KVCTd!gpQ>DIvMM)dTvCy9|Z
    z3itINi2dknqxX7}82yO+VYQhUZzaatC=i?YWc#zzUye1;UTdAbCLcT*I@(6c8|VLt
    zl;Meg2?4{@#C|l@PJ#Ak&z><6x4R?XNB8E#^KS%~G!YQLbyIx{l31pCfW61N2`!RT
    zr0;#$^Pszr_8(5Z`=INAuMbsITVki|kL`8zo2naU{&mjg5p-C}3{!+f_s;5W9#(p6Ngct;o?sLOF
    zadj8Ekxs;p2~n&psSJ+Z;}}hSQB?djHV6_nOJcR&ui8UoR!0OO0sHB}mBlWTcrm(@LC?
    zob#8t&y25LZ%*87P2BvhBqUtFJOA4J1@!gNBSK!74_}=PYKI{%2vmHj&VPr)G<2A7
    zfGm_=sOi-`BEFJKYO~f@FqJr0`pfh?@h+`m_
    z2>(H9M#Xa>ek$fLh+XvWL6jW&{i%=ikFPg}##=+Cq
    zVhm;09$}lm54eWy%oprf<0vm?85xatKS(U#Sc0Tbp_W9!@-to81e1vY01Rb
    zk7Wds(JVl|XSo7B_ZVum{6KU)7ZsedYOR(w&M2FnA26%a6=hUOOjIfs?-WYKQVF#K
    zB)SxBPFNs8v2zP?O3})*Ms?$9U5kOswq;V6(=vKce>ndCXsxokUSEwV5Gt@`b1icm
    zO=>+4Lp5sVI2v6(9i|O~c&1^53J-Xg^DSR9dekKz)6UvA9b#K9Wr|D*Rk~-1P{pj%
    z3$NB_(DpDRYp$S-?fBv=IEi3R4ZZ6*RPSPrU46sEb~UmJoAESs3DDDRtF4cxb6Z

    ~!v){kyO2aS(Qhd1ACzu*3)=KiR;qhyZ;>BS*{F#BI6 iNl)I?_G|sgilDQj(THD>JU(34!1rq_Y31iEl=>eOd)X`i literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48f7d6513e7d50e85b0d4b5aab5aa39994ca7907 GIT binary patch literal 30296 zcmc(IX>c6Lb!Jr`=(`);Xxso%#6cV+00JaP0=z_m0B>?MB+ss$bW3d43N|gp#7f?<1B&s+ zGUmtbelM$U0G!({6tc1^UuM31`SQIyUS@ySW;1iR25WxX`{n02?&tK9z4RH+yU+0) zcZUx9INzKjaB)p$Ey7`V>K+? z;H&l5jny%~(O2(p7;Er1jy1A(lW&W^X{^aFj0yg&V_W^rW6l1Su@)9)_O<%k#@d+Q z;@jqLA8Yq_jCHVgtFP1FHP+?dKDM2`+k89x-DBPUp0OUh+h5_vdPN7^onkrMKG6xc zUv$CUC04-Qt>KPyqWcw2tn}(;2eJfwOUrRTz`uHp4R|%Pd$Mnnyjb-LKekuYT;MvZ z!#^?$xaMw5`MrUV+%w@9eKP?s`}l>D%gnwG2mO9eKokf}mlONU?%dPezq7wzxO_thO?!nWGT8|sugAYbkiA~v$fb)X&OdpfhvhNk zo0;$iWbcr0^ujSU{LIPWk#iSDgvp>Jh~AKA#wYife@TTp*U2koqE`g|of^e5KK`Ot zl4pW}@o~j84OD!DPNzY!4f{N@d@dLo4bBHd#d3Zw1gH^73QCGg3{J=)X(li=KJE1| z5-8TGd9N&wi{6Q#=vC?p-^M4Upnn`i_s;}8KE;{!je7$CMk-3xrND$QD8qZvdp&gW z{L_+WZq6%pmMQirZ)n`(^Nstw*MX?wq<7{YzkFjn;PHDEi<%evsJMMWkC*{q*-p;* zyh>F*7AP`K-&oYf$(cYFdVuaEdIdqohCeO2u2+h|bo zdqOBzr(SVoF-B7AM_H+)Z@Kpz<~0o2{P#S^_`I2#Vg79S zCLoV;R~dZN#@-!cQfh`<;3J%@iSQS=2zQKo{#y&0h$fx`FZ8^HmmlOl$o#EpKo+K* z3lsUb@cjq5umx>Ii?pQ$T|^hpK^1z6(_YY-I6&s&7ea~}QTvt#spDV0o`Y{ezfcy@ z$1`7wA0=t)BV`{5t}Id(;UoG3NbJ_786oL(2-i{gv)rxVHSW6hS?(Ht z>)S-jPW`#}_#N-@2Y*S0xY(&x^wd)4@R;+>gcS2r9^br|HDfgLvfwyEWkna93(1O} zz0pUHG{s)=q_0=JH|X)A$0r+*Dv3Z`?|r^^I_UTIPJ3iep!fWQ$9IB!-A~*IO$P(L zFM0zn_WEWn_s+5RT|Iq$z4A=R+db!*xZ;`e%DrMs!mp4Q^6X+yHs**2t!5X=b<$;Gbt~tOXknNo~laQ!BOOp_GwI2#AaeAZE)Z zRn|2?m@^@zXCD;(B$Mp=Nn&Z4kR@Ifq@9#TmZLIpq#=AHRWE-T4miqQzIZ&tQPpWj zRn*QnO0Vx&Jd9JWlL}P>_Ttcoq+$m`LNPk4QELNLI( zmu<4Zz78p-T&E&jTLO^_8A8irEiPPD3c@}QNyKDf8&VAfL+F5__qg?YyrQE{m)f8$ z5|vre&!GnyQgqZ_CE`@YFg}i+<@mT%hc~H-KG~0ipuR58hg6*-kG*IVtZdb96h}1 zYKb39x;j&?&gk%})tPX0E)U;5k#y}&S_e|rfrNDcU%$3(sp5_Lq^m9EYD-$TrL5Z$ z>`vR9vCrMN2??99>e?0$C0#pGt{s_#x>vNnYfQTKC9Q)g>tMn<_&y0ebKlmOur;p7 zsB8IR($$x=_NT1<32Xmm$)p|S(W{SEt##ixm9Vt0aT-0eWY$?V+M>a@E@^N5;jX(w z3FDrmaZk#)2ObtJdUZ_?P^cuC*z8Ngt-~GMA9wT~tJnTX9S?V7Ei?@|b*E4^{ij0N zRNNH;R~N`F=pel1J8dPQ+R{+cbcL;=IBj(IE=x?*f7j%Xlvju(xST66~aIPu@QD^gY*6Poc7U~`hSFhX&Oct}r_ z%DrGHqM9jU*hntjsuVfuQj6w{tb0%xt2E`pFws(qVNs~HG?djtfs8Ls8yNc+j74(R zSe(LwX;Ug2XLI_eI8LUPOcCR(F-tLwa5t~70=VLoK32^IKGmADWoqtAh4e3`Zb=)l z7niLh)Uhs<`j?rjI9=4*$bvaknGHpYFc-&0offv;@`#yHlC_><$Pz4^kK=_6Ie9e0 z$*v4N77KGO#=9i1ipOG7(()0vI$z%6bU}~fphs;!{9l?LM3YYUIq4u!3LDrYggg{B zWG0`&njM0)i-Ig2q;N^M%EEhmr^1EpT|%48CXAq)+hpkw1IrEkk&2~Y3QIan!NyUw zcRds~X2ZgoE+Je7{fabbaEZZx*l>Z(0StB8q@#!?QSVC8%?4)z(r)IJgHlMUq9AIv zioxTX@yM7oFy)YxwooYPd`Tc@E1XV?bOH}WHxrl)D#poqpHJ=FvtlVa%+1IOKdxv) z^K%M6Bb_8*ExHh_Ga!>}B0MvfIt0k}2YfRa`F;)%Pvc)ULuRA@Z?HtKed*=Jm!TqW z8g3b)2GW%?Nn=gQSd%c;6u&)mIHS7Njy=haeW{LpYn;~9$eg6LHF_fEUAh?WOIK9i z8GLamfvf)Ug;`rN7 zVoX?Zl8+8Qw3dJM^sA?rv`K42%G!`%ciL$Es_9kJP0K9{jd&|*XuF*`(IeDrsc2p1 z(Tho1yHeJ!1iO)524t;_GuvbJ_e~86Q$tZH{Yhg(%Gi)F(&uRYO)X_b8!%5*pev!H zQo=#c#?>0XknJyJOM2mr&m}85Qx)hsB`bPYDpn?b*AL|O9_7;&LVWjk2fsbIeBti% z$(H@8mi@^JDs;sW;J5b#pB_2>X&1cazNt20sx2z`Y|>bpGS()H^f{V;d&k|9bhoA4 zZB(gym=ir#+9Qj#F1cUZ9@i#aEvWXCwKZXFMJ2>Ke%#o*qD?mLPBrc>>_DOqxn{^F zw`QiwsD8C6+Ej$mW(@a^yE*A@O}Q~ykxk;0!N|#(YokqT=4`6cezb|AZeDH>+JVj# z));t^^PwAtSv(B}mK-J-w!yD`Y`3hOb<5BtTPRyFL@*l`F^JkXFhi%#W!-YZrxDq_ zmZ)cG9%gA$-kEEiaPEXU%5@c>tk!ig&{4>BvEa|86)}lrEN|m%SvGYx_s1&i z51G4_FhK{Wpler9HchA||2CT&MwbpfnVPblV}n7at1yl8Swxhcgrk`JGk$OA#vC+2 z85?`5+Ncml8Y4h+Zrmv|g~Yx}G-V^5qi_rYY4W+#4s9a`15EMc^-MlTrVut#F^W!{ z_s>bAnZ(54e5li+I3({?EN6tg;y7k3{j%g?;gVOL_l2Yjl>J3=E|EhelAb4r^pA=m z8)R;%e=0KLQPMx-9(kOhJ&A~~;$MCpeJki8on!Gd{iSV=#nH6E9_vjQw&G4Rl`}A$ z92iLrj9^mAWM@v&+Q(GRv&*K3^+LLF8}2oOZVN);M32R4Zk~&tgS=@FqGi$RP-qVg zu2?W(Xv3{0nwRiplqj4M3IDKu%NzUCjlvtxr>pCV60f+OON$?Bd|b=L}h0Akl7?OwYv&a?O@$1G(40RzM)pBYLSaqK%vKuz6pkWXOzxZzEuH(^h#% zNZfU>n?mYKyZ8~Uv~@G8hp6kBxn`|dUug{S9BX{%<_scQdSCAjMK+15x65#CTnhPTPOo|`I1#q z&d)nBr9l1c%oQ;d=Z>0k1stK4Y&f*Sx=D--|K=tnC5+Xe#Y-j&iPTEYh)HsUsPCP*BDE3IB$kacwe1Mlib87& zIKdJ4!a7c9FXjZXHnKS{pm&$I341&*pxsYoF@%mR#$rFP5c8phZJ#aieM&fif^~&0 zFvd&cc;A)9L~1N-6Jp&5Z4;S3Qm$n$)T8t>*;G;bda=H^9Sv{`4UvWqBth#$@Q}zA z$H%g=rG@L`WZgB5YUx6?!Q(Hm8??=Lx;e zne|b5A4|$i5(fT4eO}`WxqE{e_=MV6;5Q1nSDq{4*N>{P>rk(aAvsUENO3#JrCZFA z1-1S7nmX_yYpOL{Q-LOMQgI7yEGqG1v=+6{NEP~=CmEiN3tLPa`s9w;p=>!Ljf|hR zkj6wGzj7Ux9Uos#qL;OS)^R((>~zbVGzUr3)snxxkwZut}>(@O>PYbv79zYuOE8mLL!Qrun_ zguriu#~-gLnm!>-;g)AZkvxTF4`=|xD~u^3w<#g597AHJa-57 zi_IS@{g%@7S?a&GN$S?nmp2Y6l0L&(nEVK7L5SGp4seMvVvD%Pk7XeOTSEUT>qoym zH!kM5*<32cy0kEMq)GM_#mSAF#8#B!^AY##@oeg18@^l$y_S7P>lP56!{qL^VmdDf zB3GCf`meOAangTkLc??Z)66}yuodPPTjOW*spfqVq=3J6vHWhwTYA(X{?!W{R}PMQ zBm2%#-$YCOmi)+W(~)y$X^ky3hrXFlDbid_FR?7MJiaINtpX@_=-c_X;*w)D)?7F~ zUTDF)BR^hVXbpWQA2-qxX^l9F_eij@K&~$-pFj)zZb6K?h$G^T2yf{?6a1?e=-4FT zYn*1z*IjSn%MWs2(YI@8A^6G<3V$tU=0-D8Cj1rgO-_^NIW|s{_v@}=JQms_Z89Ht z7X1XFsGrcbaq7i%E~0T;5rx_|rcmgId4#}SUB&4!>J^Ob^038NL#Mxt(Q*@Jp+6wC ziDvWC3?|5vR;BRWL5ES=YmWbvl?hbY8%4q@ad;GcYah*Cv)3a0IuPFSBik7URsYwcg zu*eJ|-ZLGT@&>%u=cGg70l#M^Fg_Cqc%_~Lz9206892bxS{A?gqgph zXDe-;8i__viXK}J0-Gx8iuJ;&{SwJYhV}a8>v-Y!UF6gpow*;5|+EQ-_F@ zYR$ML@Y!T=bInYV|0O>?UTY{4tM45v(D z`#C@-AEJVQ*s4J|WlY@PGasOp#fhMQ?ofEkMik12{}|EaW;m#`^4;nkzYwdqQ}=q^ z((r3dx0`aG*INYS*it|O1#D@gg5A`-$Y&VQM2sj=-%Gjz2TQz!w?wT>v0-CZ@ER6b z*-~)EZda{sX$}D4#tjRQ<=3A8M5dXDEaTY+6ZXO7;i$aSop7|nUvg(^@&u3|^C@Nl zrPf(1y|%%*sF<-+FS{?znDbe%Fr0nqL#kI_&VY#=_EyX5E?pcwd1gearZBd(QQa^n zdM9PJ8Aaho72V}v(5LX%sj1VREvcN6vy)>WCrpvCW6K**Oe5DPyli)rL~E~-lY;mu z$xKf(s6e|0u{%cLgHjCvP$y5(1ZBm5-B~jdEGB5hL~0ZUHmm<^>yl?%2|mDA=O>}FLg zC;fA<4P>0DXkoAjP_VTe@&qQl5-qbyZgNP5Dtg)^>Q#(HWZF=x7-;VqHV8=nnu49D zy*DlgQROFTpRF`M7wT+R%Ge$E_6IaD#R56sTdNKKRZbZl2G*+B-FHRPN`x?Mct34c1q} zY`a0)Xn$a=y>F~d8tYTW`h>Bb?J#%r1I2ID|S*XoYFztZxKeZPV&m`@OaZ-@Yi+mNV6*A2S*m>P^zG9R+->*WZAo`~ z%1wJ9Oij$Wc`SM)dKHKuNn2C8y!wvib<5I`*X+0LG5e#3M#onjuR36InKg$@XTFpr zjZGT*_`>6#-6c1LY#rg)b}?jDD(O_uLYmG6$~S1tBJ&9yRsx1@bA1=li|vVb^` z&m9{dDd*<2dn>jyI^2Ya&eWc+ZlE%6Wll`HT3)|2oGceo~tZq-q@ zv^(xjI<}=8+Y-iYz^7tsyzRmhyd|cJHt7DBzM`5a@-^QG%eodn{ zZA;fReRKQQx5p=z`;v9tsk-i)r(sCchHaT!w?$7c>5|sQgtd`2W|r3xl@K}Wq_?&K z0%hNlU^m&#Zlk@KR?gLUr|I>kc*F8bzxDF>U%nSk_MS@ho=Q4Tr<|u3Po)vu`+9G@ zd!_#On|`P1?Yd;&nN;7Ir0ZrjnR>J zV14Sn}xVrQh|-Ezz^)r_wCK`f%twfmc2J+?@bzari?oi z#+`*^PZ;WQa_k!|Z*(P%Z7E}0!U(%LNGA}_-moV_ARK z@U4Sy9!%&2u&d3vID&_>>b7C=WZD4XQ?IXmNPDwtO|{D-E6*l&9KyY(aoK9q^-VEj zy1G85OIK7abtWoWaHrdP9<&YIZyQ*dxYw6#JD6%a_}aPHi6!x2bwgYiTZkzr_N~+=8cyN9cSU{1 zMjky{tq?$CTW#K1Ew7AC$F)Cfx!aW}A4rxDq{;{2Nmtjzu4ex-^tRO!-Hke1?P^Wu za%ZAu828Fc>J$5@^^d@{-)T%#^yZUiz7L&;nRZSeBh~Wqueg4FB^nlSp4L=JM)9tb ztJQV4!zAHapk!<0d)t zP)!?cu57`$Afmz92nka;xGEs+gzy>ME2q`xl70yh>#;$auOy|NaaM)Sgs>0y zGT`V*a7%hnu5yrCU>R3gx6~0I{^7*k*@SyA=^jkE2jNNAH!SsK|A>d!wORrB_3>D+ zmWnTM_KI6iuW?R&B`_$jxOF4tXnNpiz3*sM^-WZlc7V}&(`kOSY4Bd_f6@MlDcN)? z)pRODOYjM)(ms&G*0);I52S%y9Rc!ou#)}lY7*P~|P+_XmZ(fKuvj(Q~xQLszH(xrrT2ky96eX6di z5K5UX*0D7ForyPR6IL)yU&`7CPZ6)h2+f=Tg&}dNR#@ZeGV-j3$+Jt#=a$c{X`H3f ztSxpRcHm)K*LR=$_H!#OD_4_kgQ>Q`5=oYBYS~bZ?Ou82UIfec$D_x=D;o+XZ0q@hT|XL1SVxoA(Uf%*o+4%`VihCf>N3;ds>69J{M9eK z`h}${%gsqgcgoS7=wnlCj^nE}{c4AJ1@egc##A_*)$xtyH@d#r^YxzPsufqVZg;9~ zcfv{cYR!&B&3@d=P$l#v_;+fcUy2(e#ss&!Qm&S$0qw?6YqDUUs~PuplaZL)d0pKarg4Ydzb#y zy{6@=_du~!pXZ^e;IjIlJ}Z{? zlCGvPjPn$~T0gKN{=x8%PA2O|Q}v^7Urp7Yj2&AouU%@5>*MpwnQnHXe9vk{-O}DT z=5=?ZDt1uh*0j6+&e_+`zIOih`Plh2C-NogRiZvfTdqeogDwkVqX)u)ly=rZ8`zKl zF%W^3lto=L0G_oFRV}a2C`%RjKVusBPu;aAc4_`}m*b>f|KD^x+&|Yl&s1}NUhO=y zUHj)y zJ^U%&cG1D59L`GyZAxgkq|yFZqlf<|T=`Q6xu29*KGmoFNt>1YeY&Rx3_lsrl7Amh z{z2wHXnwj!`@qofbf@+~ryhRvk)NsI(lzF>UTwPB@a%qVy36*=K23TrPyT&X&pP#g zZP&p6*X2C)k3icQ`MH1Nt}|&WAG!aKxNe)MA#uOtI0i8o6D$(lx;T zl4bzUP0$=z_M(|UE&kvAJ{+tE=@z@OTln;Y>}M{&)kNgOm?vD&v88I7 zt;}5Om#Palq2#wX#0%nN<6_YrTgPyU0ygy(FNwn-NL}1wC8D#Z_zIki2v}pW^g;uCsGL#^-Rh9GxMhVCGs3O_v-CB>f!es>hk+=-!jfr3|$u)08VF zwrH$QJ-^D;nk}iCoynU16x~DjKAWsLr0U}eHpRjOi0Y)v-Rg*e8vQ%Q@|1DQ17rJr zWBamhSxoFcmhKq5H-O16(@~Q2a7myPyE09?zEUr6adWr!F5j)i`USCtv?AxK;b$Hn_Xov!pBH}X`1sX%58E+~BUPx3Y)YLif=D~*mFUSFJr%MCZ;QD<9Db!I zG#=-wNl_|A>s>kC{CjL8qRpZ>uOr8eF#O2*BRGGm@OZPk+7dGZIuee!eBD*LQHTzD zi_?0*x~rJ`*+FoH?I;J2R#+w)?i!0RfYE|3zA?N>G>ewI)^+gOP2g>`%>$+)&UI!H zo5gU66{33sj5dR>6swR!^@qrzMyy4Qx(^YfUThE>KLk!oU=yLBCvHmlbX;}+Ul zwh293K>yYa=)W0!8{oHn2>5oucYFx=PO%F|1e)(|Usu1Im32q)Ixo(SDf>V?Y={^( zp-H#cBld1kJDb7p6#K+}ao645>u}yI#(=m--1{MN*as>OZa~G&(jOA{iwDGm;-R~T zOZCU5rTz@^IPxL#I4TY!#xcZz#3(XQD%*svBjTude1lSJHq(LP3Gw8YHF=Y&lA1O` zSJNV4=7PR77MuDoQykLznF~5u$2K9H!dA50HaIdXgJD1ViP+jsYkusKepGm#$;R8Y z@18EksQ3&N@yw>NpeXXDiY2kmexz9EK2ognA1T&HD%YktL67CFG9a4G zU~X-i&DC$==`pjpIxW^qzs@a~vAOAqJjcXoEqC2j9BaW6YRiL^9y=g@_6pNn(vgTo zd=jZ&C`g?avDaPV#bT}yPZh-Y0Qi)0J#APH+tA0fd~A-qv}r9oh9e`Ej}l9K>Vw9@ zW{497=j%Nk?qJ93oP~h_EX@iIenxLpx*^QrJe-hvWOMlNiR@X+uuChn1tBZ7YuJ(K zWoPrLCk~KN2cWRPn>88f8HMqbMTFS|&UR%zTO+OZGgApi?#u-BtlqGlAq0Z~$wQ!F z4eUYmXGWeGc{2Qk3(WLHJ!hINJX2otvbRSNIzEeq?i&I-YbRqza;B$K5Kc}qTb8LA ztnxFXy6!1qMm_Csj*L12p&bl&H93T^^O<3bLdP4kknFN{4@^f4I0(W612E|}*b%5r zDP}B-OWtuZK?%QboKBT4NUkUiX3mHFU=4_KuIF%mGa#kl{M57nOBk3gpdN5yb4ZwB zC{L5Q46JI%Kqi9|VNm9oAhKi;7!8-hMgx{EpBqvwcjV{UAx7cA5m6L8WU+(M3XzG< z<_-m~fC{QH!{#&_RpVsR6Fd?SP{}t*X?ai(A5LQ=G`$ljut&PlgHHahKoaR)ax%o3 zR7|7ipFDfyBG3!}w6N}Sb^gBfS6F>&MdjmeR9OXFN35`eRXGe+JU9x2nHw=OWX5lF z;JA9|H5G3z$%x4%6HU`^2m_+r`jaDWiJMkILMpMWS2uia8khW#@#Fn zu+R+bLWPm*9{(K7t%Mi4&kL8Q4ze@Rcc|wWADn=7&I^R!6Jcv1M&aLQ$an;@%7Rgs zTG`oBZ-i90+Nwg+AkK~8JY!A9#92PMHVtzZK}C%$SHaJ+S_;*g6^E2~e8>-$l0`^A zAvDvu?7-t-)^t{_Y4vDkA$QKZS88TO2`c9Emo8?klfwI+p7w%6QD1pMq*fz1{8&NF zla-DLdz(xp_ekFbufE404iDr~AX6R22h7}Uv-oNt+M+(d3~?B{JI-e%mN4n_Ovxbm zi{Z;p(4nEIO!ZWI)M7~TOn5KjOldmLbUrW*lzjN?&00o5I9!{anV2RS1;K_x#4@Mi zU!I?uB8fnp0zVAx$P!7Ws+B!kq1>O4g47t<+5Ir%!vX#t$~lCyYmgD$@nKuR6F0Esg{L4uF4M{*zv4o4;-i^!@tB1lG9L7qqP(FBOeFx#RE z;uq*w0fg?!7jmov^59%n3g2xy40d`h{rnP~4&QOzPbboK_z z;f2l~;gXCq_62!5IPU`^qP>&Wh2jzMZaQ-)eDJ*5od92)x^VtnkII%A^~m@TNs;9#vD@r? zfGJ6}P~GSUXqirem8D8$rl!JOOeH}kVG;`G4t5J-ko6VtfT4F@?x0T5$}WUm7cM?~ zW&})_=aleOwS_aoNUB3-#0G|EoUOtWkD~&!b&}Dgs;TQF6$C9+nwqCcz)To^Nu%3C z?Ia&b^wM$S0HFqdM&Y{@-P0$ITnzu4Go%(+MS-L_c=*+`ridxjJ^%{X&C(ap_hR#l zD0wzx6<=!nV86grhuq0H=b8sNp+cGN>G1YU^$5*sy3L)e7ZdcO_7Dv{r3{pp7=k52 zRR2HJ9bg@UOrPMKVkDc=b4SjOgukzLm#FD6ds!09pcE?%V{hRyj$IT5Iq363&_G}k zf@)WUc!(5yk8muAx?_yzxk5i$LY+<&I;S(QgzF^jVc_NchhKC@bnX31SJA`KH zhBZ?KFuc4X5q&uP%$XVF(0vZ9i#$Fc%AO3uq!FoxnJ~$zB2|?j^%G>9i;ko^->gw| zL?M_kKl{W;SWRD2gp4{x`cG2`bOm;wE&oA zM&o9bG{-T`M6_m=RhoM`b!tzpxc;Q;sLpVmiVkI-`Edji0@;4hG&NbmFkGI6L%#HZ zi0DzYN1i+$K0TUk4Nw!zntWm-uFMs(`-0G+(pzn4^0e0*>SXPbT>LU4k~dW?Cd!GC!kLzC$V4?f}Zf?qS5nei&RL;%a{{EWhwk>z>y^A+k( zhr&GvrbD4Qd8oH{3L<{~G7Odd`5&3c{n`YJhfOZO{C~K9sinf2Xbjge*(P`X^8e!F zd%QW^h~f*(M0o==hr)*_7~N{7XHYdB)}0__n{DlC*J1~TB$@J%I9BD=i#?rg>1W6o zN1bP6))Vxr7ZRJ8S6no#%gU7TDGYArU_Xp+{`n9(f7q9Ujt(I|h=Dy(!1u#S>|r z^?|PTzOEJrvBsv>G`#&hzozH(b-#i|^AkvoT(WM4YvlB{Jn(Y_yekL0n?QFH=6mEX29I6Anv}gS1FP5f{}U{N`pGP)ABL+% z>F#~oxTewAdor*(eeXYUaA48|$6N>-3oJiFps=)2anR{UfCIS%4YwHFm$n_xKx*_S z0ZA^5w#Y3kT*cC^wCz|9a+E=iGDx^a&Q|fj+IHXCme{s8Y2BBy?t|&6&h$W6bzfIS z1kcm3n&?tOLvsX}@!0fB4h^u@qs_C16ZV2%2{|3nU1JMUd{?zc_7ZCb2CLOKQZ3TKzi`Z4{niI{yYAQRN*i}$O|O0rc&mO-LRbCJ-TuIR z?7sV0(mk4Tk1n1~>zogCTkh+&u=?&IQdd&`O}_$ltBBB5MCU3ZvnvM~8;(~I=z$#Q zK>|HUpa)ApX98MQP6sO5Z+M7vHtKUfl+DQf4Ni|oH`P1rpH==4$~ZEMN_ZY9921h|y|YaZxY@9SEr z_PvyOBLTKi-dhM&mrE>@xFL}y#I}9)f5t3C9pje(bJT|E=k-23`#$?OR}39@S#|K{Rx8@YdiG|LURWp@&vS z>_EIVF1^|D-JWmvthkfSds5ANR<5R+2Ol&azTbQ}*?c6`eB|w|Z#Tc)oN69PR*=Oi zjt@23zP9T&eqjRk>|3zz4G%sg?A^aN{JWofBXvz_OOpBZ@!_U3GXR355Pua{9;_BIgu2`CWhty)q*c>chOqdJ-iz z6Ym)hs0J2?B$^_^&B?!w&IVYN=V86Z!|0wIH^-Y7P4t)M%!}+V&Dj>&Uz&3)vcEJ} zpD4Z`a(fdS-H_!x%-=o@r;O*Rzw&9h54pia@tx)_CN{bu+j(@QfXOH4KIBFd#dn&U zPHc3ixzmY_?lgBYvC+L&=Hg*Unsd6$e8n1h#eBX5)deS6+{Wp6jeN@g;or)Ac~ zoQpj!_PUsNaf6F}E*4zucX7bQjV^9-aWlb_NN)L_8e^bug`Sl+jd3)>9?W3&5slCj z_?&hMeX{#1pfT?l4^g&ZE(0rcY+OWEtvq!<`%lfz2p2i2P^b! zs~IQjZ6`M5tzV+C26-D$pS&HYAa{(S(2mTnJ`q|fJ(RleMAP-`97rx4*ByUyP+ia|(-> zT(6>urQ}}Gz*ro<^5NNwAB=`=S3?OUj#UE>i6=%+Ir8_7tBHNl6%C zUxw}&w@{{GVDQNP!6SWrNsH65flZ6)+n2Q1n3j-X*bnUMlA;p!K+@t3Q&MFJ8{qz= z)i9&VSWhS_27CZiV=$hE@j+14ZaJb5Pxw+C_^@`1o76E@El(OJ654HWl$gPmHz`fR zR!SBdPfM!BPU=z`<_R%-Kb+YO4j?vMzGKPn@LhYp+7z%FaK<&;uE_Sl-JViRytd}ZuzD+!P-2mkjR(T}_C*Yct~Ujn2K!<} zQc5Zk1vOdILCMLwh?_*=RN4~klZ)EvrFVnJJ@6TRAX)T>(422yI96o0>4Y0!yF&m- zu=dK1!C?K$=Fsz%%~9kQy=>h?Hj4Bv==30v5N$Qskwm9)+G0&SYZ}C z8LWo^?uF0j0OCZttt@mD8v|!yf*trbVEG{wjyv=m9EMDP zMc0LmWJadyIdOWHp0+nY_sFa}>Q!k9soit*G8o<1%(@Mex#!j&L9#p{31c@3fqzb>0|yw{7#^9C__|L2(aH;Ad>HDh{(y{}Km4SWBR`E%5(YOXtF-^-(yh2^?@sGUAS zbM$&o@J#qKztz|Ni3xHOCMLw&ia8}p&RZZtHH|=3HlRF+l4F*E)_J*dYz+}n#^j^a9K)sqt zmqSdrNAG50?30kq=gyHsy!&vHYopOpg6GM$arI zOMF+E?<(?L|C!PANBS!6paLg49xm z$@;4v#Cfw+#ov@WnHLIIOaAV%AEq#rV3YY%+2QQXN>gk8O5yV2$9F%^p3Zg7pLH0q z<$d2?FKrH%nu0Ey<#H|aXJE?k3d?10<~mnew&ZUuz2&T;>Y=FZ;Jrq8irP=0OZY8R LM-^=(_E!H5ABfVH literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e790f19c3357ead07f0d2efadfd82bcee6eb3c72 GIT binary patch literal 3509 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..092fc7a2f28b98ab2029aa8488a9d82775727d29 GIT binary patch literal 1728 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 fySB{~HA)=pF14PZU_;bMmaV-nrf#dv<1f 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7515036c637ca701393da95f7724daff27b9d885 GIT binary patch literal 7429 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae3be492626dea1d2c5264300c473116bed04e19 GIT binary patch literal 7469 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 G1OEXkvg+Fa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b59fde1582aed69fa44ce99d2c6b1f83aa3bd2d GIT binary patch literal 14596 zcmcIrYit`=cAnuwd`qGpwq!jrmSjs*BvG<0J9Zp9vTP@IY&o^%rdH%AW6nsTO_9pX z(6Sh+(57jZ76h0{y=!)pbhSku%093uuq}cD1?sf@Q=kB8ur)!{fPo@F^G|6K!1a%A zzjKGANJ{p4i`}7kI5YR&Gk5Mi&+lG+;&RzJ9QzyoTK-`>$NeW=Edzh8g3Sk>?DY%wIO;8%d^*QTu23>c^P5tlW&+75P$}Tk_`-oZ;G9 zeEqQjyzteJF!mzBAtHp%riKUO2POO^Po#cvgU>+oBR-+IaYHaE6KssY_9)q*xi zb)bz>J?J(+H`XL=!CAAk6|_a_kQ&gcRoWqK!|zk<$xV22b6I}{sRi}7ORb=7(o>-A ztge8%+ht=}FFPc|InJ{)^4E3&$L##nj2zU|zOd#GuseTTeAwBo^CqCYubr3 zuPEZ|tgJ*TUiFTT3l}3d8MlMmkDeJGz3}p}arNmgc1L(s?2Qcdj!j(5o%Hwazu2u8 zbsat+pdt;0AhZjiS$aP)AozpAi=(Gc4L*hen(3u&ufEoHvAfN4Sikh-+Prq?V)r3? zq~Ty!-_wUZUE^wB_hHZBL!bw}xN|7t9#^{$jvu}@6L^*Cjvqec%ZVBL$t%@2HMqRR z$s81s8#74!n2}APG3y!*h^jgg(vFA1K`AnPR`jc~B={$VP*4^^lWg<@q0p7^?E2gZ zl3xmTYQm&HC<&r4BWk{Be{f3h5wE@xk11=Nme9C=8oqhPKcRDm9d#6QJ40_M_#K4Pm*8B3jHXRCjugbxz-hls-ca~l6 z?i(2Js(wxGofUmo#3@(n~Vg2MHt7#7HYn)GZ*3g-^zGI+_1d z9Qlfy4`d~Ziw6>VV8}YousJ`bC?RFUV^qjmDP&3%vP}vZ9Gx$j3x!xP(uNbY3Z%Fz z*2SZGU8;86mp7@n;HYb4M!xwEkXu}oTfy(fBg#jOrRu$4j+&IZsCgwX4<(I0#?{XX zcTm?HHC*MDXSJedOMH}n52jo)u22s)9GY$YmR2yZ92Yf|_N3I*zsG-2X8hmcqh<`L zX(ZzQLopDRnfB@$B}A%)nXsw}mmrtAY(@+{f~O*DoRYPyIS`tY6*jI})8&vqm^IFb zvst66DX3!6d8q7!zrCcFO#+9NT#N2Q*0T3Dr@m^AnIw z1#8Vkdb!(i_3{l9FCzG1*Dmdqs^+xRM$y%-%@uUY29;oE~ z5|y3YCqvv&r*U(;Z20}zJcLqJ?CLkMLH`mOGc}g zj8?C1S_+O4-603YOw02*k-3Z;`k^9@KgUgR3w)GYzxyOH-bx`s&hw(*QUN*2T^w34 zL=8{EPkB1ZZ!UCj&QHW4LeIw=t_KA?w>-qdysemu`8p?RToTr>fi2 z)$Mny`|ectrKj#$)!XVjdGR~?SCznpf)x_wJ$9^>S z7vt}br?z@h&hE6cJIVg;JKY(F>&CvNeevDY?5?Brj-xf@5Yi4IX%aSy8NCk^v!giq zK73e=n*?U_wsnEOUL;&megftCQ4;%=O$TK~k)gA)7FL3SC?ML<{66IF*EIMFF)**f zQ{<5VWSF8RD6Fn3Oa?-@Vmhz(`HD4xW~>(9Z;~KC;BRp@07=&k(K5MN;Dc^BO}&qd z!tI%O?gC`#9G7=!QC`=cQuiwvio;ZiFLt!$5?2}ymtHZqUF3L64eDn7fn-kQyPP{& zJB+-=cI=u@X2~Ve89k@DhA58)N%5kA(gyX98Y z;uSe}C2Aq1?_eN=Oj|wFS6nRsrs}&O4;HyKgVDA%+NbJaidsPjT zfNWhSnc6M!-SOQ>RBT(}1@Bk6SsA;{SlmMe^@HIR<45OLcm3qThZj=K-gL7!RokDg z?N2)UAKa_n_Q8o{)y{RE>m1e@s}zR(iKB|UVQ(?M&$k#q>K>}*Zdbd9b{KDW@Sq-p zuG~&t>SkoX2NG_cL__5zdNZ%TxVofTvFSYm!MuZNOo)zc7Ig@xP&p!_%_w3IS?_V^X*rgt40n2Si1Xug$`xsDKM~ z3{6&bxJ^XZGb<`u4u4}{pgJvI5`nShkU9ApqL(~~3Qr^)I&?^wR6;YQaID~;nGJza zuJr_i>SR@i7jv!3%DOt+w|m2?;=SY#dI7qDApvlmJ%ZAypLXpU?;DpqhdXmHCHRaY z7ky%;I+tC2dw%CUdzJ8|`NwlTPU-Y-*;ViFnk`I|qNzYTHNs8j{MvM3lnY(!>+7R= zEjfPE46w#0;A8`8Nbr&1!J`8I_Jw9#ukAPIkWjx`0m7 zdGBN>M33;rnpa=@bTDkuUwXIubFoZ}$~jUb1~GhIt+*w-CEWxr^?49@ zKaQ^-TqlWvOhY4leEndit^Jdpzv@|4Q*FD`ZRGds2jhRRUXz_MNB9*D#aF+^aXhl^ zwH<2LcwZN!CF+}zqL)N13Nz#J9PSwPII<>MP*4beQYatGx>#U7F)M1*6N;?tqJjfd zU_TL*j^>uOR)S zSRL^ct$nC8IW&Fw$e?Vb6d%gp#8>?_2!`ev&gH&wV(CO&x_)N)%;K?(#Tn<{iY!Jl z^^J+0iNVCqo8x!uJMYwYrs_TEdQZ$Av)`|8yfyaj*gNAl$7A-4#eLV(e8KHqhbvL4d=Uo56kGVm|iAj>V2W__C@I#o$;Vnc9Z%Q17tQGMg!(!qo|__$*zZm2}eZ}#E33VtI{pMScTO~31=JCjeSRV1uA|fC_vxY}RCS_1E0PG@g zY<-bA$`{8fmkTjSsh8gzE=E*T#1pTQJ4&Oc(wIf!!^k!~rpWCQ_m4!8VZS*yEQp(# zmM*w>iVLu&>dCE=Zf?s$L71?dl_xXBM7j_-h(c}=Q(qy4Jrg>owV8nM^7$iJ8x`7m zz1~-L4|}~wM~@1BL@SlTKwrOb4k@uu^Lmesv~@BAICA_eGGQKT)}8DAguWg~DoH7B z);y(z!n4Y&I9JB$27e-JX0OP!6^INephBr*mY>0bi#`fvm`qikdv0(P%0gE0RjJ`3 z_nnioZM$m~?pTGDx|DTi+PZUbC}XiM&NJ*bQ(1LmYH2DiUcbD2dGUpN4%hO5xctG{ z_eWEXwzQ+|uA}RYqic2RFI#@v^667Qe=6nJpLXp3hq|QWSkiQCV@6yM-ZnfP!dqm< z5s34pg2VFN-6d1a94if!3K;7OyqP9oWfL>b<{jMi5ep=c=i=;m zgRb((rHk@`D8C-1m*>NX(a!?LE{dlgp?PJ#kMg1K0gz^WDT>-3)tc5Ti*t`M9W{h` z%6UqAeGo$xg&n)Vt>+KW<6VWx6%m5yTCB(56uLlT=VZ(;uyBg%1WlY$`$k9n|Aj$^ z;yAEAKOxD!0I7^055TmG>U6fAX_5*rgruD6_(Z64*7}k>uS4ULsH^K(1z4hWPM5OA zEAqTTX{vGpq)d}4nb;M$Ds!mv_f+je5QvMV=B}mTj-??{m$I~`Ev;}3<~p`Aa?f5F z)2??fcP|dF8LZ}-dsQ7P=h9W4q}2mRy>^YOAW$k#?m1iTIy>$-J61+@@F~V;9M0Ht z%uU4i+;i35xVUr?qG?{KTQR@?Y|7P{c6F|5N!RX}A+w|N->fYOU&`7>keH1=Yc8-R z44u}Ve&Ia8{oT$ZTa35c`$4~`=Rr%NsWKJCQV1s*BFNwfO+>EDNu~(oovtQn!-_c) zdV%F%q7V-HeIZGP^+Yi0LoA9A8J8>)56HnO1mshSEK&jBsh}{hSGeTY)E;ILb*ze| zYT8^VS0<=oEdNiT2`sQ*(T%SEAMPUdAvyPR{{ixA$OGFBfUu4C6)U={(41N;6leS^ zzUp=m#2QY{RT~!*yWW{fIa^n@tPZS(Ki!|&KA3duOPcoS3Qxn4KgeM*g^w|X2S{w9 zm7)k7ABG5Y!A#eZkp`#eZbj6zlIKzKi%kLgu$rhvsUq=k&&u{F56HM>!SYBB6;TVD z81rTvmRp0vjKlK_mJ(#qB2{dxzhHgLQ>>CjvKFg7wU1gQ+qyw|Oh1Mm$=NK~H}(V& zwPW+pq#PK406HU{`r1g$E| zsPOOjst-XHx%P~IzPSrlWDyC|^i>ERs+xJhs zbt>MJxR!EvuI@~^`%|WYv}qt|8pv4e6b~P|@5WLdZyR7FHk5I?Z=6~>m1th&Q;nY0 z;Z&nHm-bsQeHkv7s-k>*9ZqsD0;^cU(7JB|KK!S9h(p|GXmA z*!P+Hvt7TcPc`oSyf)Q%Fy(wM?R+lD{?@yxrrd2QQ+wLfo;0-+F28?ifBbyP(Uf*H zB~49C5t)K-9ti&sqeE%mf}uE`C=DdxlCa!)ad5#D#p>);7p{q#B8Pr5UC$?ZI3`uz1 zuf3iNSI;OC3@1`#7RD;5ubV?!NKs`?7geJuNgi|7fJHo~7=W>r<|nYP5Bqko>XJ3l zsj@^OMZr1~J{{1mS?>)TBI}KE6IH&Vx)gpgbLntl)y`3QeQy82p`LC^XP>SP!6_- zu$`8IsIiIFvjglg(dVMXlhR8tcTvq=qImV>E&fxUHcZwc2RSi=RaV;TDN8Iq`IM)5 z3QQI`GPdR)vFk6}hh=<9mQ^drB6qKHd(yg{4dDo~ataoUcFB>A(RU1xztlB}a9xFz zhLQiliP{UYSok1WHd|?0t!sAPj0Ack(K!*5l2<0FVz1oHJf!WB+vzrd@~A2C6i{H9 zsVLn=P&>(EQHp}jfPn$V#DBw4rtMh3TG>#CZj{x-Q=^7SgC3ZcKDl_0$D{%MXodbi zf@?XHzd&ze()pGKz4@gwgiZf=RA%8(H!Tu%>rv8F7|1o`6D}+y0mRIS?Qw!tuyJW# zI6r#4_nBuACBY7;)1hzxMgyC086Fu71$$X}p*f&z((%!0z~j`KObe_BG=m^Ownzn> zvhXab3nVunT*B^8QiA|6yOvpl@C$d2=P;I;{;}_(qTq0Tzliqr8g7%QdRBgs&=gYVi&W(oN6AP9YM%_3XRPzVqD8=VC{3k!ViV z?npXwe^_#B`{<>lzF`Xd3^twQTEQpRcBN~(^p*|rLrLfM;y-L)u(cstUvr^L6t(x@ zE#7Kq;@-0#aTq`L4mB8VBWQORZ#Q%wv6#Ow7;yeY1yAP|6V6L~WI-Q)3NB^&HvRX2 zp>z+rvWICb8LkaSl)qfi%hE`dq`kN_r^RH6atE{rGjf3on)32rvfrgF@`YtLM*c+? z86l?~fFfxxwC*5f1sB*0jxuGYdxMUUlv4?-lNYQWN+;PuQJGFKjlrV8?@vjx)_f;m zptBZ;y{Ku5LV&PB_DK0L5fWQ0sFJ|b!m~0{j5cSt6^r-;4Z}qK6_roXq=5wf4V(bd zspPCxF)cm@K*zE(ZNb`ag}HOhV77JUWl(#6AywO(uI-H-U9)m^$XVZSN!IR6I(I(! z&cangV0jx`YSu}{S&fQ_0o@SD@2s4&Az?~6TGEb|q^X7Nwf^&Md%3^04;hWO4Ls=P zKH(C&S0;n7`5R==f{ix?3B;lwJpPkgeu@er`*M3ELSY5_nqfKF;89ADp9p3zNlx^o z!<-2c>LV{4vi2N<^TU+%lV)$5WGaxuh0!<@i z(Z@=6)5s9qja@v52@xV*cP=|)?30USOy#l6XQ*Dj?f(~akH`QqY-bD?!IVC0CfQ>U`F)8|i( zo;Y=4NwuMXroVtYfhH_Aq#Xj#SJ&@iT$bS9qH;Fi>^#vYy8N~lV~fL)~dM* z>)RLNH8-16=9U%1hxU}Y`)jwgzUNyGB+0qgYB+mctY&#zvd){S+j8^t%8?IGr0RM< zGyKY#syq0#k+&bhf{XpoV#WQ+hS;U$%gM&xRpsYes&Y@da?he;t%B!Ac+BgjG=36G zHYfp$^>QoE+o(Y~iF>HBjq2u#tQH~cx*T 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.11/site-packages/pip/_vendor/pygments/console.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 0000000..2ada68e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2022 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.11/site-packages/pip/_vendor/pygments/filter.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 0000000..e5c9664 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,71 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2022 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.11/site-packages/pip/_vendor/pygments/filters/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 0000000..c302a6c --- /dev/null +++ b/venv/lib/python3.11/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-2022 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', + '\\

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

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

    ' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\
    ' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
    ' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
    ' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b52ee127fd4251f5bbe2d81baee313e5d59d9e0 GIT binary patch literal 40109 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 Hs@?w!mJOTZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77006ecb7ce92a162c82ba3996b250709d2677ba GIT binary patch literal 4157 zcmd5y~5Q-J*g1ME$weAPW9s5MUu#0Uk|bahvCSAAWN znZGPAFF5%9V&iXO{-)!6OU(G^7K85w82sLmj_>%T-Xpez0j(3}1$=zIPx&^7-y=pBC@bi=<3y6N8oz3)E&ecyiw%KS&5ANY@D>CdHa z9RI^pr}j~HV{23D!@A&)P%Q%{x!`gtn`&9Xdipl*kslgI7hG~PO(wIq-MG+l&EK`TfJnz z$Af8CFW1L<)2_;1kX-|L-R>oD)WrkdO5Nj0tu(5BTF1obVp|EW1>?-FFiCr}j*5GQ zamGt>UZ&(`N`|oGq3*^JBSXl%1KCzw4FMYqL?o2mF_8nDW%nW_>#W@`TiunN@B5+V z5k%JJKz3@S%ry_P6@!tU*t)yF^Ue%i*;R3;W8=aG*4CgF&_B{yhyWD4?{%3@}BO6(>86)vZ)K9 ztg_cUJOGvz;%ep5+^2OK5vX{M{&3YIo-&eWKVz-dXKBKt&s!~~d0=w^G0kZqQKFcC z!Y&j~5=8%a&6nrJn#mXvw^N^_Z2R<-c_B|zlM8KxgwT{W6df%uP0d=1#fg@2RL_?7 zPqwF>oE_%M%UlRjh)dM8l{`jhECYd2vK$?o*^hM-}G+UV+hc0plH@QhS>Fyuy zW^NJ%HghnTipJxk-FFs^t1pvawz($N-y{LyfJat&lZe7xu%rGYd0rmBcz5=$9H15q zrY~`3_JkyrRS$Smd<_SxmUl5}0moqU<<;v%q#E(*`VmUt9HxePRpcG z3+aPQLQ!T3_s&r0Ql!!m%Jr0imop8F5u$2zy(tEo#Zfqfkrf!Fvq}W@!pMOhJ$u#H zN#9g!M(eB}*>v_zfse67Euv#P5^85XTRTR&$A?^<^^++(Mh|DDG%_-Xdq#G&WE7dz zB-G4ewm2m-v+4l3Y0Uz_eQlBwexh*+rbOhU;rLXL(6>&%+C}d<;TKKnj8kT+kEyOL zV5Ml96n~0eWOKHMT4*pa`lZz>#2BpL4D&b%WS zeWei3tOrVWGWVppL+u0O;(Xm1{r#=;A%%`jxKpV@f5X}K^?~ue2FzM|JPd~n*M>{Q zI_{d0mLGe4^KN0=wk^^!vijr&6>JkT)H9(5C;FXEogE9+5uP?)ZpX>c2p;nkEm%f? z`cQf*PUDXL(MgT{I#xbCC#L~|)APXkVSCX`2-5Q)b8%w?0mc>r3`XC+1%bU<7NCfC zr3Vis+6((W8h{4xA@E%c5}_n{&cix;!M!dEWh7YKF;T=IXc`2CK6L>R3KF&`K{=Ej zUS(RX0oDkjR%?in7sF8*p$4Eapv!R?(e0yi=y3}wHY#4ps9(qkZAJQh9!|mptr1bO z))cCT-NK*z{P`4AmoxJTD2`>b#VN&_n=MYSEx@ic4h8niTo9XB|G0{$=`dd$o$kX6 z>e`bQ^Tgb@jUwA9vBgs>G(Lqvp*RE=a3IgfMb;YIH1UMsy0W=>0WEgXNLa2}BrfP$ z?5n5lVkWUKY6M(i#zm~o2yUeikKqv6{nk- zMy7sFAld%kc)dAxp{e@9oH0SVR#nfb`A>kEh)hSvv**2R933=vL9FNh{NbL%mjA=> zNVUh)=?@Q6{3#0T3hE7_z>X~hKfVe9)%+w;aiS!W-6RF4U`4C6TJWxJ7>FO#3vpFL}&Qj4eK zM&C$e(s&IqKUNU3Uxtm&xZtOa*Z5XRs39lA%lXfGvEL8H=jtVnF5y3|gXV6jRLbXX zt(5;=xt%-C#>mZGaQ~^SgWLSZ&8y(@Ij6co{E?eqBYxhglJt5|&aV@{;8fSZ-x;|1 zBJoR3_13@EbiPc?N+H~I^Bct9EH?Yf%~y$kuUOaR{1)+R#b&4F{5J7-oa#Mn{$Nnf z*NNXK^tmHZy@_X}QE@(0AfU+C{u^M}N{{qXcncDyW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1293c3b3ea0a7b68ee050089b604463e698980af GIT binary patch literal 4483 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�j_a?~DL3fSPp(a^KZTXK}}Sc-|G_w+QE zC~!|SPn=++M8Hz2$wUTw%2K_Qzl6e9r3y@*Bam;qty;@^!%eDYT^nu)$fi{aZKTg8 zpy{bh0GvTs3Iqf+1Hp~}8nbE+XuSk97oiTJ7>tVWQPqTvLR9U6rQjkT&}!gnD3OoM zt7hH0L?n)7-!1gsk1g@N_k&_E+WUSe7`cf`r#@Jb?#H6N5BccB-bi?^H;(HAV6MGl zSmIBCWh@34c(FGgj`s$DjEf0Cr1|S!@VL6a?!`Ld2S@7!d5Pv~pXM)3@DwzPzX0%< zc*E4^nAY@QmN@}m=A4!T{P)(b%%g4lD^6)0&b1CFsWs=D=FZIM*2k}CrTJ2>`4XV) z`DPEw-nfrs%v(*{^@@8S=N%`x6=>3a)w=9U!+zz$P9zBSAs%LQQDHRFbq3=T#~SM*!*)6eQIM+AJbl2PcP<(1hqA1|kyPS_Q7K zu^}K3-vM|`CrW44(WXc|A3lZ*9xk+n_X@cQ&L(*H(*!!ErS2YD~9eCbzm@%qT7W zimN|G=bH{^jL()*MnrdGO)k^9pE+t;Z?1h-Zf$zztZ5xv`+2z)$?&}hC@q7EYp{Z@ z@T0CRW2QAZvi6fSt=QYM_V(hD(!hmgn0~0N15iO83R};=K%v_ESNlh7EtPiBgYCk& zO34&Q?rP*Oys{xvDFOIushaL3@cOFEk0jQ7vH`5EbCs6KO!@RE^+h>nkZEK~oDo62 zOri1~UPrN3)3=3IXiZrCpgmX>*@TG|7UtN_ccj%vsYVDFgmxfNjS%su^dkX$r_ZEo zBSfR~;Rvsqa92?!1HzAh7V{KQ6jq^qYFz+iKr|50h!clv6|t)Mr_fvc3jp9x>)p>9 zpEo8=`DX9)1Z=P6I0jEflUI|Hu31@UPu|tEVO_VT2Q%i)i;ByabNR9^-}i+^Z;>D^ zKPEMpyq>o=d_MkkJbiMjQEByWdz9AmudXYtSHBriT5l@$v7CJ@i@&0Ax7+`r7oWi> zH{d+|l-%{J9ErSA$Pj=wEy13Z_p*dTIqX@5Kjz3qytCk!jdAe6m2L9|fQs2iv zAm$14G4U8X$g#pPs0m2rd#X=2UHP2QDI6y)4x=Y?x((gQYdVF=kvf!apUWjmmu-0vQ#kKUSzm31aQ0Z65w3+!BkR!tUovG zI*(P8Ou>OhVgtu!j*mZTt*>T0Fitp9%^aoA$pii17`4HrH37jMSH)H1A)6s6EC-Cy zGceL}4US?MN#)pezAlcGHFtx@q^)QLmqRiMIAk1^yfow3#ZVAfnr>sYP0-qrh31Sy zO2H2$AEO#^Y$%|sQ5;8+THHtr=G?=3CJ6Pohvuay6ltm^=)8ak@Rdk4 zNBKt>Pln;3zP}t@R4oF(6b!>LD(pQvRV!FXFpdo*(X!V(^rl%5E4F~vVyBgw+?ZaU z&bXDvu3Tf6Qs14c?*=CZ2jzvVt2bp%nYZpF>HHyg(p<3Br$(NS?br@yZHM19wx&=2 zhTD7q(cjUpeTwfrrTs##{eseXG1qtz9dG>@q{zIdE&bE9w7K%D>8<*$!M{HLd++w- z*B>jsOWDJha-Pd@=((EH*E1u(y0vviY3oy5r;*sar#<6-(V}>cC&%(mPx|!J)#NIo z9L%(2tXrplXU{k?j-1!8xcorP`cl+$$M<+D!P%6o+iUG8Ou^QE7HkFFD47Ao-h{7E zRTh=mO9U7WU7vmk9nG135S^K0eh{67vsTkVNKJz0K}YuAtQw`Vj{z$(R(p!-w*5nc zmoT^8t5|h^{m596jr;fIY}NGp2M^T}ID55+IAFCMTwV37GuVUHZcR0B@COI%vTWp> z5Cql8MxKXrAy_SIm0bHrMUV zpfamh&h|m&Gre-|`ixq)91VwJ93Rl$g|OFA$xl@yFijYN_d9aNN23rt9)VXC;WUg# zHStl@M>TOg>cNoELnw?s_EtQ%R-JGaWz}4ls*`MHEqLJ`RQDaQbQz1BgQ0d-_(k zK7tP7{{Vo~*V*v7{8UblWKJkff6nRu*6m#%O%G?<6t_R;)~l$sqB@-MD(+J`_o))G zUM*S(i=${IT<#=QaC?e`$#M+>CIpisZ=8oxgHKl0R(>;_p}w?zVf&rqg+poc=i2-` zPJhvz)=nPW<0 zPp+}&+s4-Q51-wAez#~Q>fJ?#@U(5n>vCpft805;`;%>9Tlo5%a(w93gmV0f(tI`7 zd^JUVUvM@gZJH0MuqOhY*4T%jR|gb|WdN}^$%bk>APES>_YcZy;t8OvxEKnJAfZxz zS=2rf$Ppq%&fG0u1<>WWY$Fdz!6h3XAcepQuGTf}+pbD_*|-}CV2(732QqNh?@jRJ z1asTHK;UuILrhR{s&hvD6h|{co_J4^&DC7cHC?zTn}jLoQ4uBWc9hNgKPG`+t{P8u zZIzK3j@CWdi39hA&Q!!=6*6g=kxlb8ezjTxNkrc}i0}XJTx#XQil7Vqo>aRc!j&p5 zJN(17j03F+Kuo2jwf{P3p0yI;Nw2DBid<`e|BnysZ>pV}{v?>N`J?kz?SaHPsfBIF zU^Ms+lAx^q`LM4}IEgUmCZdIJy{LqqH&jzRD8TO|s#T0f!V(J1L>$}+7ZC~iiALy0 zbku`bII1$}c>_JL?;4g5x50FMCyzE zFap|5$fZ5}1(xA~8##0?aik{Nt0j1fIQ=t@`S6RJcZcz&M-}F1jyalTjux~#QMRc| zVY+incb4fc*qmz@&}Fm-LZsLB_8ohB`jKMq&e^-O_U=Mkcadna9RCi1C%547Dh8C9)Hf` zFB0_*;0Yi_H0A;J)z}5@!ET8 z$9rmv`@6-zT6}d>@n6pQFDu?FIq#L!2#NrO^+YO>_Z<1H3^91#;u&Wkvnrk=@`v* zj4JM%Irq)1`(~k`dE?^xMF^l9x^fL&a2nMgM^6CoIz%_ZI<&p^9N+OA-#Vvw26CQ( ztY;wK<4aSUjSA%10ge53;5f&G|sxBx@dyZ+(mOgy8-1gO> zm+NS7i4O!I^bah>xa9~c+XI15mV*(!#T*E5u@Imsgiy`!rWX`>QMI5)5rh))n=yWO z({vwe{H{)a1iJHk0?X81=#V4FKVKoM5MKazT>dK>+%!`p5I9NL8y=73>$T20>MZGen7xWGm9jk z7dpIL@0bhP&Rh~Wz@d{|MCJ(ZHY8azFeFtZ5O5Qu{jm-G<%z*;^_M3uXZQOGHgDG2 a_SjrBePkeE*89WM$KTND?jClxC(X%r5~j*qrEI2my?Y6lYnNVk zw!E&|WPjf|_X&`e-BnY&m*Bz0J@4;)=X;&+ocret^y2DIqZQ-J6=XEE$w})NR z#n+3cORkqpyRW<1Ge_7nU3$HAy6k${wD-E#Y;y4$eAj&uPpc_dzRM)pkW2~eaSR$7K^6L*DEZhV5R8%1={v&{PRn6v8Tm(PfOTScivMEds>?Jw2VFV<~{X= z?ANP;Rg-41{4MkKYO&%i)Abs$5@D@ab-hlk4%Wrd1hIy~>-A#o^#-x-dZWektVyhY z%On;BoxiZ6rTFL9^(N7B)zsM#|JTI=uGxjD>0l%l^-s=7(}7qlC`J7@V$)$3`Q|oP zF^fH;>U{E;u!nL!{UAgLK)%1r$6TwI{*e{&AI>h5Io;y7}a&?&1D+XhM zP&n!@{yp_?q|=;pUX4ki$ke&#aPLwZ*=fz$ug%;FMsl`m!PjHC(yP}_jtrf=GBkSa zrOU%t5$&D|#zx0yX2PR0v$0$W{R%~5><5bqhobzK=PUrE7W}n&cig@^Fg<(hYx6+d zwmTfd%^+^3=%yv^*!|kv4BfUPS?m6z$0jWDP|z2R3;loDjo`j1VOqg=;gv8O@d6`g zjt>k+CjzrUVRyGM&@BuKfv7Ma42S7E3IK$ILLedv;>_GQZmAK$s5(@B0!~Z{M55t9 zEZAwu*$q2fh;nj^%A1_XBToMLDrE` z`YlzX?%nv0RwB4#dQwvM?%+Fv%WdfrAyXoxY{Hj#ZkkZ19)74m6!BwwAc}cFj8<(2 zZqZ@{w`56}u9`$^!bH;yz_*R$Y=Fl^&U!l_eQj<9G>fCLfE0_)hhjJI%RVs^o{^%| zN84rTC*`kb&(hFXU?CJUcA0&Eu&@$>S zeFX#JAo?^A3&q00!L|gxMFM&lA2h3%w`*X0 zMqHp)?$fsnzlw_k2mjVb@Bcd>g+q~Bf)orNZ(#t5-UtR`Ey4{cIC;FKtpgC7426S$ zXdxWG1?1x1fnFJ|Y_tZ8CqN$5i)ad6U-kjO_f0_)giI3&ln^d0*KMK|BA;EfiS{YW zb%*GH;8i3RA#{pPgf7vAuvjccSR%HGZU|{^e0%Wi!FMUXOT{w8mWf`3-k?wPy=D3Z zD*QF8mV)c$cv@cYv;t2d?&YPeWWrySScTH6#cG5#VhzGtu@+&SSckBlL_Y|E4G0^> zMubfeE}L)eP^uK0K4~^`0dYq`O@b&O=T31a!WOXwVXN4RaF@6XVVhV2O1@hnVLfmi z(hCq;5V%w%#7NMJk|4sw!UMwC*g$kP5E&dB6JmiW$SL5Gp@EpKkpXirNHcL zP-JB(@nYz<9PbydL107{{-`}FoW6QhV8maT2tWAvS|rT9_=sGVT%^QLkiq3`u3&L@sL%lsNw6}K(CxrG0K+-Ps7A=X|)srv?c3EOnfK=>I$P_pTINPyd_NQTJ@7%m_Q7%b6p!f!*|NZ`y|%i!e9 zj2zi99*{cwb(K@4h8$GdEJPVOgCXftnvRZ0g9u1|$2ZLoKHMF^K1lu$%7K=m2nhv) z6q=ruW^MzS!T~81Tj-Rh#fvok2>ayO1b9<=O}kVv92VP+EF z5vUo;Y@7{FgeF7A0&avySt6wfYR`1wR*;I123enZAu3`be+NyTNlmiqgSMfznvjZA z$+5|~a9Am}8(R5252f=3Or zn)7T<$hrk+zKl*qgAiRI{|UsZgwUi~7*Qd5rZkJHo(e%JQb2wq7!k&ZDDqSq1)`?R z2GBM18(m>^GXyE{byf!&&bl!dWh2V!Q-o0A2ILJ1K)eNoPnww)nDoph=Z#=U611-Q z1>vQcIbnJZgBOg@ShIo{T?|AfZa{?@W0Xgli^xr2QU{Ha7RFzIu6=_h6JI- ziX6COXCWS{8vPh#5mZVH47fnH1XjC_@DkgR&<(Cn6EIXpglB9>Wb1~i?K0lQ%0UY_ z5{}_+OqnY3I0{iVWfo|v%G`yO9Sw$q6EO@2z!HebeWX0TS|fkW^SQ>jG%_1+cd>6V8+U5*t*pb(W?C;hBLq5iRrBi z{+5G%QkxT8Uc*REOay14cFWxylev@HeBg&F&|Q<}f+Wp}Gm-Wflh_!ZE5d3F2omlV zA~PU`pw9-P4=6y8Q%eOcruhu|By-3p=o;}q41grdl2M2&!N~wHr60oJ86Y1jS6CM3 zRBCzGNCcE8oopQ=oRr5lAhZx;YeB;~`vUFv2mQnpWd5cW1Trz%BNHkR1tr5bHiZdr zTHgRMnU4}V2gtbi%Tl3Qde4J$Yo@DUIj1Zih1T_VlW-wP- zv|0q&O@T@i;hAyB-lO>}97Zb6!?_%fb~CQeNjFJ5p@>?PTDTB=9U>A8)hvpY4pJ11 zY5>r1RR%k0QKU#1R40;z6f-Z$NwR_|tj z3}zHaMgd_w#5osHdUf2km>g_mG37v7HRxPr)d0gVGYBqZQ(?Ro%?$@)5UHSs0X3x< zXM$YlVaU4x`Er3hy`lDpi7`=_x2YdsA(*!F5OK(m$aDIIbA-?U$preOG7*BM9?i$} zjaAf0ATY^z=rWfdXfmTe#H#6*7_-8xdK95e1GUO-Wx0(&uj@0{_6UX}FzKT)n3AlW zGLADg7ho99X^Kon(9c5Vrl2EGoOMKlx7G?)Kj6-kbCL&C4V;vD!$`KPGCQB>)JnR5 z+Qg75r?f&6t+}1a$MBoV?zTbcY-Q{+It(?GO6XH>p=1C^B+~S z>RUpU(MX~GA&f-s|r}43mX}|K1YfZ(M6f&sz{_NR7@jcnhZFTeu|Rz!{q!3 zXfUK#2JtjqJUf}q`HK_cyuN_7t12EuDIbhbOi5D|5TGNZ zdp6BU9g#^B&3fw5G^{%^byPd6D+OKPEdoJ9Llp)%IRooIk!YDgG6N}t2g!T$(BNU8 zR?A~m0X&Q+kyZtpH%CiZ52lExOqoMEE@k9_YBhkJ#@kRGQ)*R)sPRJ949@#F)G*q- zZ3Hs4ID$F=2BU-|cSz<*AeJ-poRAUiW%CP@)`%Kf@4>moLlN);h$D=~2Z;SivR*~Z zS*hPI3~~94AgM}d-w2q!eg$QTcaq^yZ9l-F3YscCfqj6jh#Tk%nMDJbFi^I63t3DsV1CmRdgjVx6W>6S$W2ShcKRU`n%kVvrXs|8|TFyjbJLulJHx6;CjIIZFSIENpHbEyK8pEpt8Xhla? zL59`!;1pjplT}V5Jz<BD1gJESKeti~ZfS{z7HWz_OCCVfPCO%PhSWpYk zFzcfMIWUEYn$N=O49RnBj9S&hE79p`#1DbZFot2QJ4gb7qRo1tfRn+BjH4viFnVDq zOS9JQ-FL7}r@N>|OttY>6~hfWtT%;%9D}Z@%pArkM#znW1cf3Ho)0YWl?6hHe9jSy zz_Ui^V2U5Xg_+MeY=Qc$w7s1Sd!e1EjUsy?GZ0}MNdBXAAY0_AFs8$aZ{*JUJZiy& zlDaOa;)bqSdI^884s=R+!P%{-XF$tnxaf} zKC2*ObFUa!a>zO%^9^c%Rt$(2CXCve0=ZmP0r>)p5SWY2pv(~20T&ed0Rly9Te3Mq zEoznnYl>62N49E>e+IA|w*>b4v;M-B>3hFjP|yHIs9OF;E#AT)Nn3$JG%X7ib+x zXSXVlqsNqr7?WYY6jW5mFO@{%zBWTO+$2htznVp9`I^6M>0szat4^#@Mi~j!^Y!Jt zB`mbv(3m{)B$ffm=%O=BQY*OvA{#QfuEOw915O7yqEe&Bbjw_XsgzwWoPE;>A?=(L z<}*$M%1MQ0$y1T$06;@hk!n#@tU`nzSjAH+)-By(nh=7}b@Db`V3|GvZ^RJYKs*8| zA8YF%katEQjpLsA(%}amK>UU_jGtOLvOdJBBk{^WN%-OrwH2dulNJoeTDgs`N1p4v zt=}kCXvj-rPdfJ&V1YKm^k)?Y0XAGrLuZT%VkMm6s3{sT9uLn<+=^<{oY+&4dqj{@ zEqe}79_|*Qa0N{$8Y9-nH5nDMdI=uLz<8vtG0LJNYY&@0fGyyIl{?rNpev~b=@t)R z6ht$iufap)#-QRI!YG+A4xNs;{M>Zpo5|olRTCuwP8?1Hw!$_I^aa9$Rp4tY6F64@Z@`a6Kd%)t5A~eodrI^6_7(F6c6D8qR}%;#l%26> zl~Hze@pOeV9SS3lx>k^h%Te<%wTJkUYCwQ|kJ7n9MkWo$1eJvhR85lL9M=FQFu!J| zLvf`+GEZjh;^GX|2#!NiV~4gzNwOX)6XD6_Ni=LK93u&=vyI*cjw`pt}eelMNab!6PU&#gVCl?x`%qu=$_> zRy0gS4oENzR)EpVM4p*kRMwh|(kU?(7q}IHj7J7?uhA?9Ii%-+lriHuiC0<2ry9HU0CH5Ev$Z0!NYXl6*^n8oHLFq|4smL53| z2*~&XD{3r%+#txI8uSj65gruqBUdnkfD7ZB-u;-0tuDy30?92z zp`O4#2g`(;&wNca#ppFF25~PIAsKQ0EvxAg_cc;SbJy{PVdI`@~lY3HzyuEz~kaIpF@AGBIH82dXnc3&S_q)X+;# zt{z`FPWY+KW*wcTvB=pdTh2z*B<|>9 z`_tlf_C29)Yk?aw?IR&~ zhT!*qgK~kzM-oj5*Lk+L6aoZ8zu2(N@C@ z#+EvZSaFNZXvry7qLf;tl!z~3!82@A)IBQ_tM$KQ`<2utQ|zF24|-H1RvBqbL338^lHcWh^bdG!fM10<1e%6?w(dt?6Q^~JLIiq(@Unihn3y&pmDkxqop)% zV8X6?+CaN=BJnfh-T&{%OaI=ympp2YT@l49O)HSr63lF)MO3tM^tmKOD zl*~#wUxDjh&PirF7U|X-<#JBN4wZ9~974ia&R1Zth+iQ+qJ`Q1T41YV`6)Qi2 zvpJ7^&zHG!Zv9FVk5t!6zBU*0a%59&&P92dttsa**pG8gWl6KMOR_P@k7ECOC^kBp zE5m{gK_)aA31T~`h~2rg=|>{bL+YWxPeCgMy%h9OKwEJoqE6BQ3WzpIhbTBq!4V3M zBFI%zb4KNLCTzDSRW>U1Q493JVU`r z3QkdQnu1{p&QL(JEN6vuDxIaDB#58@QOsGfn3ya69yS2=XF!Dm#4{XZ`YllyeV0 zD~I_v!faLDqpHr0s?OD2pLC_G4rZzjF4^uDKdx?BIlOvyEtswz$W#yDQOV=Fww0;X zH`a&Kb*D0Qr|_sW+tBjSu@8=|EUt~G8;)igjxO0U&f08kIh*M@o31^VsXfOU*eE<|?AvJUTdVnJ4ga`d{Rf|2N$_t2fu%(zVZIYM)^x@7hhdcW&7-97S;V_@>F`I{3JvcGG0>TsC7Q zu%~?2bLKBh=9ytijLv|5!e z@6D9=E)``<%9A%XN}5w8&Dn-VB)YhCG3%+MTAH3H59FK24b30Ev3hvz(!;&!9mAO& z!|8@InT9iLSRdCneRylNeQn^OFWr1P(|kHzKa{B-LZ8YWHwiy)SbcGA=HYAUo#!$; z&!wBrXPVAaw))479ji5K{)cVp#W zN6V_UpRvVG3p?$AQCpm#@FJ?0+7RT5*?|bGCgX7lrR=x_G=m?O5O2(*O0)w-jr~_d zo9IN6JEs5WFjenf38t&MGgaM7#n}>qyK8T@q9#+(x^gpJ(U)@fWy^d^5F!`T&irLOHsSY~ms5C+Q{ ze@-`8s_Qeifir*J?S_l7cb(Lt4Aa+Ufsd3`dIb$-hg?XzaAz1U>qIze94CIPg*pXLsL>{PI37b6o z*l2QTreMGv6I;x!YISb$3T1I2zH6J2Go*S<<97-0!T9;AGQORUd~F*(8XaGE#@D^% z$d*@Wh$udD(x~eZz)d#YPQL9>t(0ElZC6>!m&W6InVaTGyCgXoVg`jLS zB=RMiL+01bI0(ixs*YU9geN%eWmKJr7-7oKF6bDkR}iykU9@2`+LY(|?|hA7(T)RV z90{9f(T% zhT2q;*Ct*3H?+x}SBfXE6kYtbr8uOPgdKjNV|@gF#oZBp)Gn0MpfF18L!x4cP11P?8FUC#4A}On>qckv(qzV zbg`poNZyS%(itc{q#R%Y4j$M2{FoYwL&Bo*DOO>;T61B;<}|kTlQqFHj{Ocn3GwW^ zU)VeQIu-=NA(1ul_y38`2P%@thANFCkk!L|tVKCH`{LA<3<5bTJPMGUm|@Nu+lRxM zCiX=+TeQJpU@~W;C1PnB@ll!$B&XxzqWbsnATH!h*aGSQbDFGY5kP2fXBWAaPk0{=A(+;8x^}(=F$~CnTnpJp=@O} zNOD<4^4YtKB+#6|;X}(!e^I?=TYK@ho^qW9uogZ=$ ze|+}toAkJkJ?>3=d->xFnKFT%A7RfAr@e>y^K*B9NRKa?+4H^sDEERsq4U$h^nvr415gLfr@iMXA<3(rfo#*xq%}EwuNZ`=xpig#%Bhw8 z53a9P{S)ij@Lv}Hwm8*z4DmzvTwiUrD}Z5iYQ(@;Xt)`nYG#CLicX!ftl(kc1=6Du zEPbreSp&4T#h;38n zhnvs@gK-4zeK3=-C1YxZPMBisl$L8LC0)`GVAW~QIcTp=M9fu_WGZXdx{ds~I(n`V z7JXDDMX@^cPi;46LJ?W|g1#?Jzcfj2 zA{%hb;_s72am#oD=M?rZoXx{gB0?M;>F~aQ8=wM#j^JW3y=~7I9R3WaUL|Y@&H7UV6L}Ozw1`%{ zFoN{94;_H&UJQ{vZpD!eafh%d^mYlqry&}_qpn^YhiJp*SE(JYbfP|!w!3VWRV z$8_K*xR;3757=u4df{b2}(#E?X5%6<% zI3`U;VJ^g;`k6B;U zBj2tK->#LbX7}f6d-Z2$yN4l z$vY))d+vIcJexK{S6P3b_z!H_@%RgZV8bCs?v+8`o8VwR>54>adjbSz>0(GN)Dh^Z^hke5w23B%ZR+a&F#qb_ff zEXXc>tUi|})oXY82V_Dgv9FLpyx zEHa8BD96brvExHqL1}hOQJ1U@`~Zz)iwyD7H+1_;`h~B}$Kn=YF=xFI4#%r7oizrl zNba33=}#y-iP1T)77za+NcOohRdV1DxCNeo&O~@VGqB=8B7rQdOEf9iEXX;>r{r>I zIf9iay+aihlcvEra-r;g8!6)Lg_A|sIE|O%Y-CgP|3Ho{Ck#aN_xm#y{w1e;*R$k& z;w@jYKPf5QG&xofuY}B zgP@#gz3|z|OzTLxX(U;kb^G4E_|CPvvy|v;9p+)?WHyRJv>5xsfvqVSS^$f0U4=FabT%7 zKUIDX0MMYY`6=QC=WIj&*Q_t3YqQy*=3q|@bC5lO{;$nZ_Qan5WXev5%mV)$Bk^KT zNZ?glR9KAH#YDd>*$Ms#`Lc$Us0vyXQX}Q`_4@Sk7Az%0gFb`b7>V;_i-|IG{K=IX z#mQW?_M0!M@pQ1UGP^3_pL`-Rr_FPCkZ;=|DWFhD-A}l72FYRDan~*%cyJ=^?#jB` zS9fK)j;Gznv+kWMLz!KN)9%ArcgO01%$_r8_nEA_b9E@w{cPI(>}H9Bkyx*82vMeb z5xHYSn8eMWT0vyZcdCp72{KolH;_mRyQg*093wGDz7pmbA%uJx$%kZ1n5WF|SR-Y| zzer6>GZzSsfu$CrKQu4ORAC+AMQ_=?8ubRS=g?oY-LUI;L_02(B~C3%hr2G-#@xE zv}tp=u=2J=fSFRgx)l{XH<{)A1w$Cz^POEc@c?f`G; z$JEnW_&=t4S!=4SwXg|<@~jC1auf9QR+DVN#Yrkb8h&Zi6*1Ni!N-4T z8;KXmhO~I)u`QT%yyF<$6mVQtWU40|oWv1S2WMZ`9?7Tj(=#Z=xj`~&>XM+75Dyhb46t4a{a9VU;J{TH|mz zmU7c4A1=tLUPONwdVPSK{H06%dRiWBKd5KdQaz|Gl~Qo&QyFRORdS8mGS4qi%CFUu zC>@a3JOaY<5Aif-A78+>k(^UGG&|?uekQ-w34ZuOx}-Hz(n{#m0vjqfwC>N=G~Q3VmslD4_)@xNU#4bX%DXRHQG0*jy#bj{ zvV-C|{^@&1le`uGU;Z0By4ldZ>Outrz?2ws6 zXyY?-nWH}=Jk6#^Nvmlu`0>1jzn+HN@yz&(v;fX6S{;CM)uIEcq2s0sU6QgA4$YjE0bee3=Lcglm`(o^=Jjz#7y za51#eK42K6aGY~gl8_=-dQ#bJ$!cJdZLSDSrZuvhogJ(JS#SZ4cF`CX=_E49Lnw?g zN4}hm{Pc2mYF9AlMYGPFyEr_0ZTQmVizlxQOK(sWMbBO3ZgftFlqdn#foi;dV)X3r z$)VvZqr>07Hhg8|y7$g?nKnV8I3QD=d%0Gc4%?L_BC6-aYxOo({Mj}iO_{6QRt=hwg&rdHR1$7Q~| z^Y1Rcv$%Zi!7J&qu1s0irm4)+`=q($K{#2GEZMY`_?w@u4h4jh%Z+`fzAFjWi?me67J)7;_|4HHt ztGV?!yvbURCod!~eD!%v8%zMcUM+ZBSqCkk;fne59W4*yn|4dpo-a_<9;p3Qd#KVq z5U^U?Kklad$qSn<{$4*_NKw*rVQ48@;C<9!mF~&-9*8?Yw|Cw_GGg zxVlT^2!{|Yq|i$Fc_}=kmQtGh=lV4IdusSLiNE>^4oa0!i!7dMEy(UTx_({Sj} zf1)Em@%59+EyA?9i1iiH)!7P+ z4Ls2X%^X{tn0p0W5>{0HhOFw9u;=r+yDgyQsFPnX-RfixgXO`Ra1aMW4UiFxr5JxL z5|$x6G~r@~F*BFV7RwUO87H1P4Ntv^GN~L^jG{#8q=jMt#}aJ+uqBF-);?+F z&mwl1jEmyv6XM-cZNe*+kbI#@Ei9ccQqGMCIL;T*81I$+Du#I@B8FGUBe9uS(8WEq~J% zg&J7~7)0K$t!-W6*EIupF%Z_Nj<>Y7MSI%t%A+>Csv$7Q%tc?9@O5&$vL@OR_i}Gf zywQf66kFnD$`fwrZ28*G&h?c@c>KCZe&YjM{ATWG@d0}G22O~e;~>bkdAwyGUOq(r zpvPMjUe{uL;e_@$?o(b!(Tg)C*t;R(rTm>9N*VDYb_8L|VEh2Dso>QfgZj6GaLpBa ziBTu)RfF*s{z3}=stNWQje>V)z=BGXIc{egtCe34o<;dt&hzSDU(s11k-{ZCq~HVv z5ehz{;3NglP(Ui4bcTXwDIkF|XU7}ua6~cb-Vzxkq(7s8tag0E0m*wgCycdBv+S(o z2CmQOsau?zp2k5=T%srn<3&z*!$8g)BV$-3n6pfVbC&7(oFzJof4m@&Z=V=t@{%82Q6lYJjCowM<6ivz_>wzYUIEwhnno}-7bFV=Z$G#}=&v@FGELlpmgMHr}#aDHGrh0d(`Uo~N_?JqurRAAY0UoMw_b$cy3N5mH z?yF8p%lnq6e$vm2+BDUSm7Oc&Ki$20@@IRN zEk>GEf@?o-H6 zaoYUEUHXOHQc?EAcaXjhK|m@yjKHN29Huf&_JF*RY<%R~y@65mb!2=UsnU*=Q~qR2 zkx>3*OUdIz|KWxbm3d=I5o={)#J>gmFBBv4&F{u_Ux*ZXQGiyNh$gUW(XJN;^gfpQ z=lRYH2|HsR=BJ7b#7tEofr$mGkif(VO-LYdLK6~P1S7*!5160*Ar=qO0W97F7Eh~cstCfEc^OzdJyi`G^3x)u zw~CI%GO+j}2peTs0CFbEz}#JlQeyOA@!p6fQM%|&I3+JwZ3%=9d&0{_j6?~+Nnwo< z7nrHn_$+~i8YbG=@4n8|W%r0gT#`|H>0i^`4=6|@h}S9%N2Xf*2qB!EsPRZSrbXJI zT*MHi|Biwbf=;)zLiZZo&tnK%umO$!clvY`zJzIwj37s)e@lfvMv$|@=q>#Z^z(nD z;D4gv34)w?6bmDyXtFHQ|4b48o`V0Lf@unlA&8QYl1H;;uhLuvr`p`%TOr#!^URlw zY#WmN8=~9yFl#v7{=B+=`QW`<@81G-$fK!5M4Okaj1d3$DxATp+Tb9*3U{JCtATV? zZ`#+F@%5!Wdo!NBPbI-kSlDi+%{U0&z66F4&(<|AOFyYydH#bYndbJcw60oy+OZn= zS&vL}tqRROy}XdF=}6i@@bYMD?{}lEz1hY?oVJ3*GTLhO5N-DC$nHHv&N=Hg`b*Ux zPZlMMp42xZpanAq%Ajq`dMc>n=;~ef#XvX>5x)u7IVG%Bkky4}b=R=3paL!@R*9mer*LI(4ZX z>Jpz*2D&FJ}%aP+?QN(IOdQ`4#o! zmn!LKa>49-^3|0dePlx@q54dw)9mS9p;kzPh9FswUuYP4%4?$#Dd;bLYvCNN?W zw~<;HFHz(JsLf1bU;==m9YQgtL%E7OoqUh^DfEZ4-oHn8OugGjcTC6Y!`(0C?T`$A ziAfthyImYxspgukXbvK32t)r@XZ{MS3YP?yF2*$H_Ey1de4QIoO^|g zSAaGIIeho>(1S~<#tW;{>*A-=X+K2!i&&scRUBBJUJa(3VW2cu9LgR!M&INUQUaWsTb1%_7yHWmvZ|K7%-#N%A|k=g-kGDzWb?QHVMf5!CX{y)(+y( z(tkv-TTcN*w9ynGNmxGxz8Qs;SopWGnE(Xek#=`x+?^?RXCZ=fE!XV2WTusr z)#o>w{HZ2C3=^s9-nCu7?MYXkc-Wb)zK|-vm~zV>Xvk$=%!^^{BwCrq@dvw)rOO9W zC!R}}KbI=KoN~$^nk8G~y{5o&O}3C35N@{O|I01}oEeB_KAHt&P8P5jtF>ZRIVWol zex#f76BLXc@y7QY$UcQcob-MT%BmEl+A>ssmM(+&pC$(VfB6amaw%NFcj2XX6EIHEt@n!Ldq9%|R=kIfcIyd7@di1Z zn!?|*!OmaAJAZNPBR)8Z67Th3;)9>>4YEpP+J!}oXB)kNbKyprVGMf$DVy{g#2dit zg@FyC2~Ncfj?!B=3U^iK#UCS3x1kv3spPGC_lNKN@NahPO_%MscyqD3b=(}zZeU5O&i z?PJjuxsOGErxIr}VbTAcJXxZawr^}B8RWSk5Z{krGYFPJEYe{(FQ^s}tp;cvdAVTo zD3O{#X4Q5iO0+hLx*fZVWX~vpEy9r~Mpy)kge$Te^|>Ogs7n4QQ6$9Zgi=oyyzi)weXyT}mnE?vJqC1r1-;*p~o{=Zr9vp4Gu- z*S5V=U}J!PVNVmTMSIe6w-@E8t~`1u8|yaq-3*#^_o6Wc+|XRcCsP*CFJ8+ydUN0@ zEk@t-YxxFe(jB6~@T^bS5MyIKa zLlj&@kaJ!LE-?2Sc9a&E3W@8p9XQe$-N9E3PWP19HbP!M?om3ocn(JaEpHdRm zu>VX+oQ$=ias2$QVTz4WK;oyol7iCrodA%vtfW1#)#l zYN8wkHd#F2CJT?@eC>Eco+8Mxg&T^W0S}4(6#_1EVH1w8iq@;(NSZ0zxr7y_n)i>( zdxYp199y=rebdzMYW{+Pw{hS~^5CY$=Q)Z4sWP>D*V;0*N0RoW9mg2KYo*L{R131l zPGpWfpQ?Rn*|Tc>jq_K|wW?p1eNvXLJ)FYl#h0+tp3a?e`&zTYu1CVL4dEEh`w~uN zgj30L*&6Khw^g;m@g%eBz}ichT_+xzGrLYLyOv$qqo>yE*6SV)(_czBkByJ^CqfJV zLP-ZVgoBW#g@KGPAeUsVB7a#Fw_Vok{v%0S#@o3HowYB;KAStx9dfW~G2z^@%Fc~S zimmL+RQ4^wj9as5D)H=J9{%|YA74*3_TrOm-}9*b$VU5-^{RCHiA?*6w0Bq1x!i>f z0$7pr?SI_X{_%@{{_4+OT|1I)8_2W`+#5*_EqCy35LLSX(G}}YN|tSpyShJVf7I2# z(bd0xB;7TX=^9E`wkOXnhqCp}nfg6zv4=OZho8X-QN5?gDG4Fmlp0Q%lc%5TI6^jV zG1Kf{D_$RdxbxGqsoG&^)WR7vHr?*LclL?Uwle;)YxPW8*oP-A_s+qys;+r?Vp&?A zcmOALw+A~B5YTEP_0iWtOOW>W-b}uU7JgLnLCH!mwfpFr3&kJE?%u=ihtQff){eT< z%w6g)X~K9URxbbb)Q%ZJ=~Sr^=!KKY^D}1Je#d=SibVniyyqWa_uLtK6o`% z-<7JAKUf+~4kd?hb{s8dwrDAXtJl_sQwN@14}G>P)%IMv>2jv&a;pAvs#5zrLAlqK z+mo00A2yj|ubZbCs51V*#cqLv%fs&tCI_>Xwf8T)cVVS1)pBt4+`4^z?%|bB7gEBx zbmjR><@r?Q`E27(90xJ{L{4ZYIHoJRGOVSz$DsM@-4IlV*xyTXE)f)AJEd1QF-|}Ca@|`ZS|4WA%p+WZ{YKX~h`f?S4(TQHO z|NR1SdIu=TMXE_-8z*nt#AHLZg3DMIbR^WSoggiFX@ip{L*tiK`!$J8R-z634jZkg z0n$H4z)9o?BaztQGJ>7Qm*}w*rzQ?ZV$yP09X3y-HnECX>omdR2@@PrmY3 zm?3BWfJx6*7BWXQ(JafGIGISZpEG+qN=aBC;UCwJuhcD)WTVq9G>7~jd6_j;ZGjd8 z4aNSU6;9Zs@z8!>thXX`eyCaOM-b=2Iu0~1RSx_Booy!gLQ z_?<(6svLlwB-2aQ&zp9yype9&pJ{@xsE3?Y5YXc3+wr71c@Q2o$&>HgUb>CtrRA#R zjbthP(bK(e&n;V*5=#k^AYd9U@|}j~Npo@-?Ct${re<%d<~Tl2T6TZjm1!ABu@9I= z%Ly=VQ0bj(!}Pa)kp5ClCsXw&Qo266PNnKkr7E=#t&FHGNtSLlD6KA> zZG_46|792fS%UIbMQ}3pHU{84X`b?JZ51k9lVDp%&GBEWSpFiUbB@PjT(abEp`jPD z;2^hv?!^J@%>qDHHEX`?PH)9fUg4p>Zvby)m3^>JH+5@(JfAqc4mG8+XGM>Sqarc|wYhH1reeD@v`;y}c&VrLSK+@PL z7jYjpmIGiFwB2?^i7|ZV(@bWY!rbClRM68x&`!qpB*FuIT}twT^T}9gDj#I|h~pMq zi9FpruN5Dm6`+&+Vx??tpW3Pv)i%ZQZEb1VBHuRFqAgNtvVh|G!)j8!bd+|}_g4K} zQLRf)OLjhd%xE(USO$}F32zTi{b4-c&V5W#+$bAN>yyx!A5Pckw^?Ld>Uh}Js>4& z1L(CsH2qjrv!Nh3B71EW6ilUT<-n|v^1>D3peNazd*xTg?Caq#&*~RC$YhUKuONFT zd)0gkJ!m1Cg%>U{Hj5~=c04A{Ren(x-mDaw!h6ia{H!ebO)%p@;>0Rv3X1H7@$?29 zwU|DwX!h1DyuDjseW8M>cl1gcdMyj;+v@E~YC&{#xiWm(%bZyW^y(M(x-ey|sWWPW zd0W+Th`Y{*qJRW@7b*QzUh%7;gGNfFGSa(S*}heXSe5)|Cs~6${7g;5?4XyKm51?V;t^ zgT(4<8$0?^JNnpR-#r^uJ*$)QQQv3e6Q|9t{VcL;qpEB5P`YYgrfT2P8R%wIO0lb- z*&-l$&_RE6Fn8}pUGJJBU3WNBcR1;wEw67<AEACx+6Tp58nI1${Bc=Wvce@3=33zKT?0R?ra9``#5%Anj4(}kqUC78^dc-sW>7tq;034Z&DF86p&q3BBsHD z*KiX(0mKGj&B5 zp0#vR4mJ3mx!4ZeRfAe5{ZxZWHx;M`fI>Y%K@M81b{O~6pxET7yYo`UUb|9}vbUw} zZ5eyprp01E0i%Td1a)b*`owwOY=^Nz7k=Mjr>fPUw9<~bt_Iy6f}|QWx7jh<3Im2z zoz2o7!m?fp{wd+srwFi*GU{g=L@l8iw(}y_JR6$zkKV?SCo__Nc43NmX4EfpdC0#u z%2vN+B4$G1XSNb4Wd~p9>b6We7Yl{?OC(4PV=rRhwu+K-)3Z1HYYP5~g8zmBHgk-#>1*czry+yVQ2+oRQ}i>0AU@RC7y~F;prka%T^Tc!@W&C7Kr&8O0vZhO^?LRnx z&FstCymv10zpt`In7U@OPYYldyE9CG)CV8gUSTq8NEJ8SDFU0ZJMWxcvi|7oTW6Q1 zvbG}i$Kjt(Ryh%*VJg^`!Za{&wJZ9_P6KP9NH1%{V^! zU7q7!;Y4nn6M4}T;>UURHjSI`HiyhJmT?PDVV00}#x`!7v5(tl9OI4|=eU#kn?fby zB~FTA4Y_9A?gA=?6$yi^S=tR7(vfrh-WMi$nHu%?2rCKlF=Frgr{oYxkSJ-cWZhk zFdL2ZPKBize>579BE7+xX%_Z;@u!3Zp3>qANGV(h-kkBz3E}zZ+{i^gp-<6*t>i8fn9rd@7*h0y(L7i1%wNk8VJ#Ve`co;2?T_}$1k5bfALZ;D`+4T zoD9rH0t3Q{OG9e-xsj8@W0!_m$zmYt4~8PWB_C0Lj&<>hQ?FW=MR89Dq7zrc;m|~Q zE~>cbD>xfvA1o*ojHq8_6f}7)jKV0i%dA*OX8h9u#mQbnlK)1=c`7^`y?hFJm$4AN zG^PA>a4O&H?A&y|*NK_AT(2&h!YS5^;Tiv|VmT2GKdacrsCPq({bFExKIE4a+h{-x z&d(_J^H)Q`ugwP(+ep-pj-mJ=G3F*HWWr)D_N7KZHEm<(FOCkLLz2sb=s6@ge{M)A zA*lMqyhDNO{x8o9m;AF4VKh7&j=4^T=cQmk62<~I6zgbUHWZ%BOj!29!e`GX6?nbE z1vo5yj+XtnnN2UV;<*qEjfJCw&tY`@S3`l=&L^$~W-;2)YvEZTh^`IJP79&nRmm^i z5`qz7HXIfFTI{hmEsA4eV%9$sn3zyXCMIUW;(UnQ?um)7&HF={5c|Z07@nM%c$52t z>hoEk?^<{Uz#s9?_MM;fht7~|ms)DybAj3C`cP!w9IM5?-aUKzBEe{2*PMUyS&Vh0 zZ!S33H-TtkSVAOqY4l-&XO>1EmPRiobrZ^BU_Ts@YJl7NPug-Isr^drTEt(l_uMqe z(0!-E^Rr^ClXV>yixd$2_?rz2^AYM)tN^TCAu<=33{C|D;+WJ-1-21jMR$;^Qv-+L zD5&k;q$TsKCZX6lwbfA7Cl?WtH`X4}{7rt`B3i!5jax-4piQ&^+C@8{L-dMHggeC& zd;zrrxt6u$z2!0@hs1Tk~TRMQI)56#(1ljc8 zDO|Td?n9&*#)C%?|fRh*A=6IvJ-H{na0&0LVfm)2eoHhk$h zMICw~?z%<-xr8n2n{|o&8_4r5JzuFU&PUu)s#@mBsRNfVpoRMHGpjg>NR~&)a$*>5-p_n7LB8p=!?)|S=#O0a5t>G8&d8j z+1-@Xem6_Kcb?uTZCfvGOFWq>?UhS=w>bM3PJaK3mBNrm&bqUqVQk&S*}9ABtAXRL z>u!;c^WO#Y7&m>F|DIViPn)AirajjUYw_(o=4injHz)MfsimNI?o4|cc`R5Kta0;o zixx|?KFe~J=HixwzLvGn!aNpiaoZ60%o7Xtxcwn3-j=u4_&c?TYd7YpxpV9HMb>`t zIHEnb%mqi>Az9*%NfQrDapy_G7xdTV7>n7bCU+696SEIQqPIeUql#rJ7z%Wm6k8-J zf^TE*fFw!OF_B6Dnz57N*{R^PaKkUnV$}_N#t(EkvDoIX&Pn0PKqR7AFNEg;U|TMX zTo_hdli`_}`PtwkmYGr_1)}p3tyj1sbD>}~6r2r2BqEtu?*SHIjYOs3T$fWiLcSKF z>I(c&LB&EvNXN;apHQqUv0|YYg8b2I5hsGM($q&?Zxs{7#bIGiFf2mRVofF3`5d;60+M?N@^6fSP=*z@`?twp!Yymy%Ym?QWpgNv5? zzS<36+q$nU;+LrjV%X8P&vxpDw&y1X&%Ye?7Bzw-5$zy8v~-Gz;s?)94PRLxGg zX6HuD-u0TjtNT(l2j!ZBEIFkR()G_CPToO0uwafB_+GWYD-`_{O;^s`d z_TCwan?*|o7ggu9-I}ef(O*q_Cv5aHj+oIu6Zcmb4zP_$wdlLg>c{e!M_O~@fY90= zX?@cyQK`~40`)qe&n|~zyL9=fbHkS;VgprzNBn}~h)VN;=&iW`qkqyK3MC%0%gPqD z^eA~eM&KNP;$*9v3XKrrWviDhUg=BtjMe0<)(pkQg1(BtNE4=Xl5XDq>hm9)d7&5Uys{6=yb^`*rG59S_HS_|&Z7)0 z4sSMYPYl2M%ogV?g%`k*6AN~urgy!jcP0Av^J}+KH6wD(2wR}Z%I%w-d*sf6wf=j) z_nK0j7v#Ppw?96F8Mj0)d|;}tH>C-5$O;*i~9@Q#}a7GLjqbc<2Y{G4** zaEA6SqzKwkS7|4Tt20LmLgp)*Ftc8ji~i$5Wm` z*)y1Q3>G3!LTao_-$NJtn(Y;c4GVk@+oGe(MA1&lVTE)SCSPa}O}VH?1ge-K#J2wh z8-|g(rQlh#O+lCTO-D`%I)n4AJSJr*k5$SYE}pw{AZlRcMOzjnp%z0xgW>7-#eN|-A1h<0PiMM;ALb^nzG zi?L;KOJ2*YU$AA?zyFrSEjn=+j$1^hfjDGaUy`k_u~*czcjkR# z?wN0Zm3RpH$weE*(T|u%=6~E3HLQW_`Z_AUGQgmqHd&F}NHi0uY~hnzr-ziKuPtNx zZ<+Ghp()dsxmS3ssDGlW$G~@+qtPh>lZ@jY>#|8tBM%aBMOBV9g(Hk^Dh|dy2X00c z%k?mXWV2%G-L3Fbii$18pp=n1Z!;A6ne)hWU^Z}bPC6FrE=Ep)9D9#Iq2~`pj`iws zpGWDDZvi~`EAFp=Dz`Xu!$Ah_`>N8FzE=*ueDI~icMoq=wy#&VCuUQX`{m00TXw|S zEU&yF3dkw$Suy*YOKDFnp zyytAv3szMtBU@V5#V{}9S|sAqCG10F*b>H(lt}^dV64S7T#5}u1sXoZHa{nl1Y#$F z2fZVGnc{tw0F%=R+el9kAc@_;vDj6P@-2tqQJil< zM-w%T(5!m^;!|0*=-8~Qf3@cO4c}?_(bd<3tF~0fLAm2#^6*Hi?yOvQHeJ`9+&Kge zzU~wc@xX}z09ZV8-|c(x{0rx^eUo*4hzz$S&ZO#g$#uK7tmx2>Y2-d709PrwN@*Z7 z;AbUVRsH8MP={78zw_05ms6Ez<;t`Fa4gi#HQygJeNdOGxg^(I`Uha5PE8t@wodZ@ z7~_d8FCIkX1nCs;KDuCYLXY@eK5h$JAe-1|%<*LS zYWP;%kIe_9TVM8v<^#hwv0rg%Sdzk$DiM^ZOrH7Kz%9jb)gK8kc^?W0$oml}B(PNg zHN^bXRPd%MEZCn@HT{Yi4rvT^iqPU^tB(PdCv;7Ouxm0uM|H?siP?ZxDD}Ssz(TBs z0?qBLWnl4Cx~_SPvz0<92Y@(WvO@mu-n-JdI-Kl3y*7ET{a**+_@MfO>SWV}rPG^@ zZF1wD)$OY{QjL$ujgP!^YU$*1dAh!7>8$qiV6&!)$?;hLiGJw}$>xm@9z57`QF&g@ z>)YZ?r30JQtxKVF+s?$9#F>?;)yLiruHXle+YUntsTqJ2Qp5BD15B=u(0IMjvETBO zl0lRGU7iQbp}@p@F%I=OAnnjTj6W6mDN}LIRW#*==$vdpnrsNtOj}4q9^#hxXD%$5 zom|fJ*J*Uz{OeH4VcBpGq1F)2vnm23uO=GAc+v6(IDofwE?~iGR1+9DQ1EltNnOOA z++~Llo%0{;}vJ^S<*!E31N zijYbbr!X(?jA^mryaZ0|8+0)1$#jDICGq(@zAkO?V?Bj9q^EG(T8UGHmNn!n0GoD|NponYQhw&q;io1}K7R4yFt$D( zzchSNsbF5`&Yv7SH-RmVGb3Zez{<$&(ZDTr5^#=}l@Ui5jCsOrK z%Jok!4Q=-H%RNWe#Ct>Ujiq`n$vu~t9_D7s*O_h^+~OQnBjDT!E?c2X+Gy@uZ|++) z6I1p6mp>SO@0nEdCAs<1vIQl9;M9%qo4XIoyHDKf|G@XhO{v{a%DbOj9(wg`Vm{Td zE7`E?eskN3d%d|o+1#J*KlIMowddsiQwhuKB`f<=!k(nC=RWhjDfgc-`aq;7aAN}Ay0u-^Agd5$>H*QK4!qO8<_~@K1(`kgjnjpG z4<4Yr2b-1KkaKBO7Nottmn_Jzw2CsW;Joz|)|#$vNqSp0E1Htcr&1NC<%-iu_vr}H z`hQzCe8lu_*-7`%UekN^K772lw`AC1eeZ~A*ld08n02_t^uE~&pZ6VRa=WV#=lz!I z;e*!q51Pq+q~uhI_1`;rz#IZegoqKyop6wFn!vm8$ydpc1}oOZHmGS5pT^cSnXpV= z^Gp6o*v<&FS*h+rQ@Fy9!XBlR_8g)R-zF&ZO`a{D2qCnLN{dCHJXnNSol$0^w0h8g zM4AZUSx9FN@D3ZEmUT}{VtdNdA$vNKjt*5z<^>xT&}sO)kMo^4i z+bLWNkWo=rwx1d1RP5-ht5?G}Kce=3L=A^lk<`(Oo$NuPQAv7%eIXu=M3-4bV-_j_ z+$U)~sG=A+6*K)RJ_<)eAIblM;K+G^%xK(+EqBVE?TeO8SH)8Qa$U-`U3P7U;N|R~ zEuJGUA4ynJmF+TwXa5SHn3OBKlkRRXbjF~hyImbbW0z5b==&4G*QCRhJaLm$`mn)7 zm-Bg{c>|IcYGA35);L8BiZM1ks&NL*?bDgL&u9_x@}dB{9x}%e{3IPP`wU?!WT<+r8AnBt)St$0fYUh+QAc})l0~MINov!(ABDV<1^=v@gUfLVz zTsqBO7=gP3%OSb4C+Y4V~f*)+hGM2(Sgrp?Sy?o0Z>~=jhn=u{%F|hlkdPQ&%DSqZh>8<8TOf0 z(K5}$xX23AA{z{g>@Xj4iuKIAsDzmpxtMv8o0%7tGV`J`u?(?1q6g3`dI8JDa=;3) z0e3zIU&1`5G+S<|Bbf#?+A+zmfGH8NX#zt3ou)G9;y) z1iclqoKwvyS$;%djCrcYmA$>fb1Jv#7e(yf4G6n?_v}`~21PL#1t01Ufo&uQ%%~ zW132p8&c~uAneT)LWqSK9_5z85FBx~)CpGuG@3wh>VOj7W0q;^(BHTgM0sI!hZKRO z>O4OD5xt28xRD5sa3dHBQMTIXi@kz6YcRb+p<6=aT6i8f6*2sJPBSpkq-JNzM!kp= z7hvfK=0lIAH?Y-U%-KpX4Crs_<}gc=40Lv&+yKp^E=-zg~714YJw z0y7OWlrh1~*0KfBtY*_yEriWlcuhgWA7ueWD_=CCDl_ZQlUt0)nPOB ztcDK3aO&06yQg*gp+g6Xl}b#zVG7a6W(O6e&(8oY11lLi186#g-Ed~ui`k7SXAITL zp7Bc{AH^!8VKT~dBGY=pI@!@GI+HaNL{WdvG&W4{E5=e(cJB+8qecc&_}i8i3Cuy@ ziiV}a0{v>2X-yJgwhyi}Lk{wKlx(T}j9W#3-n|A|%Od=o9(l;ZF2GyY!cs5>j1Qum zL19HHR(=)L!Olg?6equy#iql7%+kFUnxL^V%*IR1VEh(14ca2prlE$KuR**Dk%$!# z4cQiQ9D8~*6OL$vz9IrMbJ1HY-)!-0wPgoOE1nvnE<`XKf?lkKmW=r5i-qPEJ z^m>hr+Ek>6@qex^9C1svobux0a6my^-Do~9E)Eam#)S@pPCsNGSQ>aWxA84{L~q^> zK%Siq>Q}C%K&y3kqC)dEzTd#dTe=5r;vs#d<^i`)cR#E~V!U4Z1ofFK%s-xFp@PC$A25;e=jE&x4>4V2RkTdv+?!q=Y!e(lZULaRD*EwF? zj+XAwLRq_MlYu>=88UZUY*?qumvAtU5sZ*O5)p9fi%iGCz!K?zu}cWYhe*~XVwRD5 zvwEl4{>-_ve9@c9vtOGJN+1oCQIzC$Rr-ZGSFz!INpN=0Sj@70YHCVx8^vZQ7l}r| zCT9-Y-sb5bta+}^%w2}Y*FmS0CLtRtPF;%mh_I*PU`!Jj0O_CNQ?)18I z%*au>Qf2s> z(0Q)h5=gB0h;-SxbzyQ1Ga67F8vDUqjNDUq9^T#6rIgMELlgR;KlNB0t$9_4wwJQC zh{4Gyvj&jn>D!x?1twT#5|Kc~C#vH7gmH+Z?^0ewq@)Ca*9edTO8N=`!h1{=ryeiD zK}VAHuSq{7|JMophyW2~iO{_CTLe}J{Br_?_NBK8{7Zn`4q&Qk>Bkhvde-Kj!=9T6 zreij$l&IzrY~ReIb1a$WtWsW1Vq8fOh-A#Dp%GP8IjYeYiPVZ)>sg4Al5_#-BGgvm z#xfdgQXs}^XwnBxF_jJ`wSM}@k70}a1qjw{4qHWDm_L}D*o~@aNqbMj0J?I7&Nu+l zF3kx4p`%=OY+LS6I(qP%IH)3pK}Qu?qOfv*mvsypQB4tTie48(x!>PWhJ({0_0 zL$bRi>2A5-*7^Ebx$P15{b56Q+FiNy)nxk#^%qB&WOw_jWy@-6Jn%6G@F{^si|nZT znT^}lo_J#A*|oi?x?^(PF%(j^S-U-PdS!gAJXQN8x%Nw}B9%?cH&$G$7gLpo>07N9C5IYd2F>XXL6gh+mR!X@7m&M$6&#mcyx*FUc)mN;#Uy zpSJbxH?@EN+3!4?>>gM1z&GtR3JJNecKIlgt9gk5SfE3jFq0qB(I=TP!2jwZ@QCWDD zJR4a}lLtmV*pq4*m0L#1vk3zxyKth+;@pw$=zjhBYQMa1B-Js354mGt?XgtHG3363 z4P9%}-MVGtI(E=Fwx(;hQO|GIsDn|FsyQOp99eXyeb{rgII#x^usF13GM83i7w~TB zhPQ3q+xDYNE508*_4-pOZ=dY#OR`_=8)72n?;9@Z`-b;xo4@b+jw^9CtxhDWQr&TC zFd!1vo#oRfN4Ctc$iGv1zpftjDqF-)gqXLVx^|50GyQa5$yv_&(?@tfX8AO!sh|;s z?XwUH`a}Q#n@_kc^As}nuxF1waT)T(u1guBLmJYVfS*oFVev9r!l)KQOIga&D?APb z$FB3LJaY7iekkG?^jg5Fez6yHq!K59M`q?i0Xm`|5Sb+vthJ7yK8hJyfCyDQv(^=M zfSu(t0bCe~HRdgQ+9k;bf14IRu}L^jQPzTv+x{3GZ1P;Bt^|aS^CHhw_Bm1zm1yW5 z(0O>M58QfZ5sw4<&BuCl`mJpksk?VXrd3%zOQq4Y-$gnVP5&BP#!XT$JKDu4lA1%T zIj@2F5xz%FB)%-WKR5L1Xv))-babf=D?0ASk%IQv9=0b;lpxFSXIQ+#h94?u_)`!` z!xEI2q~q6{pV12C^uqfnf>EqDGlOlTc0=cD9B)^)y|-f99@-bTen{QWiX7E$s9v^g z)b3iZ-Ic2ClWY4@p1#$#cY0Hv<4MQy!r`WNvEe3JDtG&s4R2pTD;eQan@0=@+ZH!8 zj+cHyjmsZh4{HqD=w=zjnu;|j8~!FWitOR_u}wPa3I|o6tsQFhNs5I_eN;ZY$eewo zpixg244vLKXti;L02oh0BTXv1@p~voTdpNEf}z0dG!8Bnjv{N=&Elh|hW(ftOu~%X z;B7Dw8B2M(S1!xDPNqC3la7;W>uIpG#{vf%JTmT~!Aoc%Iq&>^c*LV&FL-c{1O9L6 zVN-OE2p>CF&|4UD+|ZzR3}dYQ1|tdDAExfmW8`$*e?r01PXRJJ!V+0MNFM;?ZU&dK zDZ_T-F$A%OViQIS{R#CR@!6T_vf*i7$4SqUl&44b^sHRo*mZP$*U`19)UIK9*KpD^ zoOBEq&L+J-2ar?lVt8nu<=Hr7`fTJ2^%+xK(Yf}|#}*0HhIN?qAK=QFU6neH$Y_J9 zr&^2k6hkm<-(v!CexLe_gk9EO>Mk|wFcEdb5$A{M7f@#(yGOJO{C#yl?(_k$mOgO-Cv+a;JcJJQJHrcf)bq>X{1JI$|Ii;c@HfvNtr6?N8hQCYwL?SEeCwKW$ z&7EUOS9`j$dbw)(#;Z-KN-#)^L-#A|m?8b5>+i3_Ok`$@4zt8A6igU2751Ft>a;4X63Vnbtdm{!N!N~a&9>#o z6Nlx-U8$N~i)R+k+^?x$Jc9##i=M(>B)Nx8JCcHOm*zu|SH_by4O zm_clJVjG^;br0@|SgC&f=xY0#;~kLr6SC(-(s4rVHtHtr(Yq}UpI?MR|oxXjCN_#z=XOL&C}U*R4GEgWNEf zKYE!7j`Ku@xi$`m139x<{23gdGaL^i(0Rnhxb2Wnyc5Q9QJVT-Xe^q$V9;o?u&4M9 z7)Wc^V!%ypVNdRALWpjNFY<4ja<>t%4Z^eaHmI++ix7TjJ6_1_>}57lHT?+f70>yh zR1u)6gK|SpH}8=u7C`IX+QKqy`k<8GbC|2qEJl;QoM|PK;WJ|#eAaR#6w2hvq(4~-_9jWprE7*55_4(7Ne zZk@_IYm^yRQ|yF3K8A6PFkxB94(U8Z-iHq?kmnzuM$#GpPED%PFor{Vk$h>)r4I@G zB|wB4gyoJ$wXORf_>R?$ z5zo+uY_3J(m1IM+uKaj!Tk~-jMubM5JqZ#{3!ZpsZk<@Kl`VMCuCf?5MHg(w!|ZWu z+?Lx~I&m1)H@DCqdHJzC%sF}BBw$`17K{Z+R!HPF-nbJmfg%&2-fzKVW!}_|dAl#+m&pT#6a2f?|fGE{POypZth@ATb;W|IhH<SCbolXxdmM)j18(`Vn z=oCIC@U3%;!%O?q6*bGzSHGUD=*BPZE_&6CGm>VmvNr1r8guv2gcbK6Ee_*kLKQAN zqAQUSkLgz)`RX!Wms7rO+1I@|{9!#2xB4Erz6U1CbQ==DOZFvxsXue`QKCOp(<#?< zX6`t0mmdTbd*%Gg=W#FEMs4?cZTHH+>T{{uV{+{=c(Kzq`_`NHtq!M}2ju2~bZf^( z>w)#w1FQ3?)}wOkQRZ=Yz4h=~d#d%g+4-BI5dnqo zrrQ}1Lyxb@=IpX2is6C&Suh6{8PD1;iU=^rD8t17j-7 zZ)2NpVAlMzxGs{`BinvcH{$*ppBjtC&nf(DF27%qWzI78agjm^l`#WU1uY70+T|j% z$eFDiuTS=1vhvQ#w7X*Q)Mk10QuOZgsqzk)&Qh73I~iCUOnb|hhA`7p-fsP)E9LE4 z@vnROlAb;$CbX}6=`=`r%G)D*dy?Ls2RN~o$)b?2&pl$b>f-~6qru0^ddQE-Zh|q8{TA&hwDpay2a;otSz4y z6pPhK)0&v*V$+&!1~w&K9qJ_a)ZTf1`D)73B70gEEopDXUHh`>u4~as+j(UPpWJdV z|b==%bCf8tgMU_dqsr?xAJ0=RWN_ zwv%&=hurhx$O|LO*5$7)#S+6S`xD2K)qB@`^5JufBPsW&>>f?JM-hwEYU%>f@fBJ^ z-A>=1yaxC=0(73BOw%r*Pa&k&pEuy5u~8qMGm6yN<%CNtA9hy!A&Vz>+8dWqfpyQr z*xNi79d*-fkZ?v?UqoR4&@uzlPbcg3MI|lbOJ`N#)-Cfg%ezc#J1uX~#ApKDj#QL^ z%C|Q7LvrxKF7B7>YMwwN{vNU(x z6?a1@$U$ge?H^XdlAInXF(Tb~ZWu0E&YH2Y_T;Q$1FM>dqJ#AH{s}^a&>PsFcTsJ_8lf z)g5pzp}!d^8td97{a^YpBa%d`))sHw*#mF1g1(eQ@GihXVrC8@-?j&UdCF%c=mp#+% zQVC_^0#NvylAAtC>4WW%s@gq;za{-oq>(-&z}og9x&D&!aWZ`#l^P-Bq6tRYTcwLO z)rK!tl}89w@54m-{x=E*<@3T)WW&+4?r2*6ddkrwGxH{puMJ1@x}!PeXptQ)Nk_|O zX~mtV((ZDmm=o6B0@1vEbgDn)h6&6N{9)kqvE5Pz?Ha(MX{&_g+`8^)P3%oMI%EgQ zSev<&6twRS4q)1y`-&3M5|#5bzfJ?*CYFSaD}X|`tIrF!MkS@r3H z{q2!t=don-BVRE=?o7t|NYVLjIPYD^)HXAH!0#`%uKQ7#Ng|;74ypA+cw;YF!+vbt?u5QKWIqp z9=;d(V9$HcB`-Xc9RG@Z;px=rr<2XkB*kZ!%2M8t>xj`wR9Z`?622>)xo_y6}C+Nh(6iIM3P*j zVK(R*nCgM8$G@fkrjy7nS+*#*(W+>p&~^eH1c*{HK&c{gZ1αptg({-MX1v5Bq z=G^7Chtg%+lkE5Q>2!JRlJoY+eP7+}(fjp6(o(x+IbemUmk#E5la-8q3ZTPc?Z$9x zz-_S(BANlh2Nyl)0G~rFf)3$BcbOR=d~lhO4sd)JC$DwjbI=)N9r!HPlPtLo-Bxyr z*#OI2R%o(yu&ppjhZQ254leLcE5tM%RC}!DTbvGBo2~u0E2IFZgF)jki9h|pNU-M< z8m7Vn%(&A$dwki9;Oo#|fDU7&c4a zqsroB4BTUHIv%=cqZaMO#l*$0It-Lq&M+WP_I%QbSFvHh333ztlL~f@+(PHbF%Wi%INsQA<_-j%P5#F> z64&QoXAU5}N>#>iz&$1r2bGU2s7OD)Lptck~kA;sax%>Pqk=+o92D-Qx)94nHm~uA t&Hu(SXyV>ASqB@a1lrKWe?Jh@BlgEiK7eI{~O^W?5Ele>XJ|3A{q5Z?d* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84d940050e020a317d30d402f94888f0f167cced GIT binary patch literal 7676 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 JmUb3U{{w|>H{t*Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04e10ee57519f61f462d87c4137026ea24f646a1 GIT binary patch literal 21809 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7eb81ae5375774c04fb76d480cc738e22397c2e GIT binary patch literal 7637 zcmb_BYi}FJwX-k2L`u}ddRdm&wq%R8M7^9QmLuQVF)cr0If#{_Wt&T_xGRbFisap0 zSr$PRY7wAxu5haaxsd8M4I2cm0^bk5Uy6Qg{{d+bD6yyj14TcypBN|~jC|@jvs{Wa zrL?%Xv%|Bq^Eh+n%$f5T{?_O75J(p~|5wSk67m=Pu#-?O?EM-FTSO*dA~Q0pGD~cj zWw6Yt+!7z=X_;4rB}dpn%Yy1$a)n(CSs=3Gb0+L&$rO>D9}wB4uunKbp2E*cVGnI{ zLz}0rtwC-Gdu4CfNBj7oPh(x5M!D%O3HVcg_lS^^s|!m?+|Yyb32jL-3`Ns}31d;w zXzPy;OCH*M2Rn-UBPYb^WmUaqV;U6Sl~!gF_mz01DrgOyh$fP&T5Ms_m=NExi{jYG z$ajXuM#jd(xm6KRi|>?)6AeXL8WeR!5ih?tbN$Y{cY}2P2{jf~;<_>+Ub%bKYJdC2 zTcPQ@AtXwa6+?=tdeHMXWLwoAPWmj z*daSUAYrHMgdK8eP8g87XmNVkNG=A{Jk; z_>*$aVCO_!T{U?eXYz5_ppMy)OW4kuis_&gO2A?Ax}wgT4F<}eo>T9UazT>Y=0* zy)P{&`fxIq9F9OYIiW!(>wFD^K$g$fFg;(vk*12{33*w?vNsa>k7Y?Mw>TpaIT3|w z9xF_zq{cw{b<>T!#VTFv0(4&zts7oiCjyjZ3P5QRJp^FA@|0LsaFqxG2k~~SUoAEr z*?f>|>|LKKHg|5i*Kd?~hXBj22i6RT{NOWp9$NnSnZpwY=guX&0J>#2oIa1{f}zqH zNHaZv*4Y*LDLN=n$%rN5RO{#lsE+u8)m79D4RjaiAc|!Ml$y2Y zVoVojXDK?A!Z&9wU%7xGWsxjRV-=t;z z(rlUdJD^5HVX@N;#hJd9EXBACLXc4N~528*2LO|<_D8Pf_A{ZwX4U|ZSS)A3yWu0#Aq6B+^ zy@R;E3VFEBIoKvjeLNvj&4TQv^yp(3-$uh8VLL335Vlg!3 zfz2z=ZgL=Uro)mDRO0Y?En3m3Ag`#z8sN8g9cs6TQPp;@Qcjb3CPvcC7tDV#=zXL~ zq@uG8JWA!12Hyqz5$$!3EHOpv3%_uupY1tr-|lo^q01)i_dst=7i; zlvyDUxgU@fu+*Rn+|#BY>CspW9Ro{N1H4H<{Uzdx$u6W!4rEyi0CuyXO3G$n!xTBy zeIpKn5R=RD)vt+qQi;aqV~PxF28}Li-B>(kL?RllQ$yxz1K7ZUlcEjbCob7^-BMOV zD8{DeduX+2`Ab%7!A58KTwgRxU7@U@%J>ey2*Z&M)o$R`r3$E_% z^EuZ!$l2GeH^7pMbcq>$!?)XcI=k}BQ#|wC9L;|?`4z`>U1Po`2(ibDqbEPR`1oRW z?U|fEda-cyVumlcI*ScWg@&WsMy}x$hHq|Du?W$m2I%S7eC?c%bPV^&QB94&|Je8kos z$`9E`Y?af-!&l{Ct_ksftC`DHp6fK7%dzH2JF-!Ly+9E@ttdmN55+qvJx6SMuwOMzbtBrLhwubw zcxn?uEX5P>PE(I0HI7Cb)U$0jETfNRDy}FpdJl84xTLMxh8;a8?Hpj!PzEej!miBy z4SA*w0;o~*xUZRO2Q*Tnek&NP-ZaMN@I255jmI{wHx^=D-L5}?I>&e zt663W^Xjs`2n@UcL|BZ%y|wvt5z7AxpC}ewus#N$mQTUwy}^9%NTGKm?;kDrM|1ws zG8aE;`lM--K9pfJy6M;4{hBA>qdRK4XTa^G_QSF?{6Z?0G+k2wuVIKJMAd|@P}wtm zSHfd&l`S7^I+AV~B@{$cu&}`4C4mNNiZt90x@2tKt zz(?LqVRO0IaWbpyyqEp=e8>1EUu^CCH1w-mxz;m~i)~$-p-%_0=L@ICpUvdECkovY z`L>INwu?EMUts%o-$%DTxwQ#TsR1!Jk`seS{do$?bNG+IRQI#*?S!(^`F1eo;|2eC zj^?7vmk}O0H=G&z=x823IMPiXcc15`!4<-YSL;D=3_&k~;|N3qCjgkf<#-GNe#HtC zH1uw0tf`&E(tfy!sA&Y(2L=5H0M;u{iEY7f6TxZX?Zj}iZF4c#c)SvB!fMxVmw3Mb z?nDLj^$GqGsR!1qIALlEg%`YixUbTUX;k#n5KIivI4Uqv2@~cuiCzkblOi0*vc%h# zVp9B}Cw0}Xe818x>2Mki8kt!LgLr>s#R3C1#y~)voGfGV)M!cD;Oz|np$A38aQh_4 zJjA~aS)g}N4)A=P8XBO~dz1>xd9>-o5IC9C5=kuv0V$1qB`|Ja@yfShK#Zv?n5 z8hRsjmPWqQ;OxUKn=H~wEBIB_#0o^wcIc@G13Y!;Ey1L|JZf!i9KZo?xxM~+xBNeG zz}o=6#VrT_d1Ery(6`g}KgWK5=6T?9E^v9br6+gnM!w}{q2*@Id$Yt5Z$ET_7RZ+E zq+9^Zm~eOTdoK*832v;JHEsd!_~0i{m*@@Z5;@kKX+8_x>Qnj^_mBa{C|lnRYSP>< zA)ZV-0CH*PFIk!Y)bXmV-MCQgNXv)aCGxf7<{9cZx(@9x)b?L<8)&P_Y0U#t!rNc# zJ#Y_MahvU0e5YM$cM9JggtZtU2zYq-xNOyIh{;OwE31DM6v+nb6&tw=UleMXrRd-FY`; z^7j(4xY<~#zI<&a^sW^xQ}3b~##6_n&IK_WVsY8Np)(!el+P{Cn+~ub@UHSj9CHfz zsBnWUFXQDKg#37|RQ5|M#8>+z^~cw8ayNk%y$3WdIJND)nTBF>YsO&#yuoGNHy8_+ z?{K{>)M@F@d&PoR%z44#pfx)`#OL?@`267rKDq9xy!U#+dp$?>0jMnx>2&rxzZl*L<-14o-m!vr zEJyPTyY;i7$3r{LeD_G9dnE52EqF(B-qFg~Z*A@WZ1C}5b|v3ET<9Lodq)c1k(_s= z=xX}8??d0Crj4cyeW)^m8|Qyw^$)f1G%`Z)Q{?t-0PB?pd_lDE2t35wjuyTvqpnYt zcuu$lysv_uW&xbTdSF>~#6KNqqOOS93-|iL^1VLX-oN_4nRS!XbzrAuBc{?@9kctu zc522o>P`0?*a7Z&^#p{7s7g$@f0tAhE{pI0QZGkCQ=v^GpnR$IhQ4vVY2D;s(!$UM zT>+f~SmGFlDX}hwFA)T7gn2DT&R6GR?I$!9$zZNF7s+U@Hox$Max||yOO8ecZtm;B z=8dng_UrwolkYGLcvuI+ZTDBSLPbFBc{IPVDSgs|7a4f6-Xyh1Cn-*#dV#OU&jFwz> zcPU#em9l^jsv*R5FXF)kbTASJ%|Qiv$e%$LEI=#}KxolJZ!FZ4Pkl2>QZya=)*<)p z%$qke@8kF0&R3z3A3?h|^cV76M(Ce(&~8$zb7Vqi4{2x>X`IIET!vreIiv|GZdKqB z5jF8k4xvB8<2FrVTu%?zo90&~A|*LZe#EVMcytSCzDKYR;lC7MJv?q(^=keVG#x1X z%a5Vuwo)0AwJjxSm>Jc!iD@Z0HJdUrs=1NRF`3Wb-uz7H$L;kPcEb1R7TDbb8+kjI zw-r}zE@9-h%yeqqp2LgnE}pr3dG^xG<(V10wuS9=g73HV!ZuMe7qLYM{_tl%z5Veg zD+)VqPERLD)*^HG#>!21{-ZmKOZQfm*!dc<)wFIY{(n=er#Z*h(a(u6<(8R!9qvnR zsvu3NncVzKZlNGf>GphrZ@G-VsQ>75bP>oNDx!UOzut=6t8oEOa|OI)CDa_jQ&`Pv zc%jQdt`Z8>&oiX<{i-{4{b-X)is@1R11t>W}@pxhD6s@OU*_*;)YC1Gp;UBjBS1CGFOB z;*kQJJw(td2VmzlfVal4ikhH_DS&PYt$H-+5dwI6fXbQ|Tqm0%EGlet0Sw#52E-k! zRtsaU3vt5Gh=T9fIH6`KfUoIudh>6X^0zqLYfC8%^T?JVz1W?jgHt?z2w6h>~0y6}ji!7aWJ6hvIFo zK>xE&YTiV@PW}pJw)t&A^QcGUjQw3QyPL8p19{AM@ksFVHP3_ z7B~_oQ*8Lb#N=6PB3AG&L@7Jwh--$f6@-PgSV3HfuEiWr+EyXYft6;gbjgnjg*>Amn zRcfcN*ZQuPrN-cy{mG|BS)hWS?ru}TNf4~O^YjFr9j#bTb$9j`yT5zO>@Vx#AG~RL z;@pdY{n4G9yFaN&wcvO)INm(dR@elXp+pC-FrfISzd}gud6UlHZ>|QMj z=7sK4isCWCnI7J4`Azy4y+wg$SW%|5*Os@PzAY4`ZE<(=|9ASEbk>AkJy~9g_so8< z0W!_DV+Cm;3a@F=ksg@v*)WG-%JJk>sGv5h`qMshnDPQ{{WbDtfnv zrm8zK?bus60vYDMfSV_dpXK2iNu{%n%=$Fje6S-+wobx1eeNeIp3jmjt?63f?DuA0 zuh<8$l@$Q!ln~7&Z)4!pj(jMGpM)NV%E_8MR+q=B^4Q_%xhC@a0R2E(`PYA{Vn6$B zwf{W)8$)Byf@P^Gpn;)d?qN7mk^dIP)i7@Ko%;Jo^gybO%+^O{Ykjk2Z`pe|FbwH* za*=CXh<-DF@UVX2dM)z9^4)#85gFNA{^Rog`4!~v-wi7- z^0nbB_2DaJZ({_P<+6Mj=!czr^Nq=K&*xt}tWW-^7Q{PuD{><^@MQV%a^?K~gW9li zFjO19RtwJ6gLBp3T-(f4O&+hyZ{26uor)ov>1@tW?P*zK#=MjlT=&GxtH7g`$odnIroeGr zlb1QMi71I6?n)KC-~DfTP;jE^pD1~oGLq!d;*Rk9+mCMVq#B~PGe|Zi;Ur%Qfj6e! dgFth%48KDBS2^&&>!fn+Ka~65@0nui{|{)-E?WQq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22b11d58d0155447d36d633f7133c91edb5c509d GIT binary patch literal 6848 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 wb^vfP>`jamwU>0VGUsJOBUy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a3f5774b1b27a9d121e24dc08548f46b7d8796a GIT binary patch literal 9668 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 MYx#bgc1Fs71JF&Tga7~l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..887953761802611f3efb6dd0d13aa223d145f436 GIT binary patch literal 6047 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 Jr`@!={{m1U_@n>; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..132684d62f9799031b3b95c1083dc761190ac9f2 GIT binary patch literal 16413 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 tags within a ``
    `` tag, wrapped in a ``
    `` tag. 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.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..2be2b4e --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2022 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.11/site-packages/pip/_vendor/pygments/formatters/groff.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..f3dcbce --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2022 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 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.11/site-packages/pip/_vendor/pygments/formatters/html.py b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..d5cda4c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,989 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2022 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-2022 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 within a ``
    `` tag, wrapped
    +    in a ``
    `` tag. 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). + + Wrapping can be disabled using the `nowrap` option. + + 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 %} + + +{{ body | safe }} +{% for diagram in diagrams %} +
    +

    {{ diagram.title }}

    +
    {{ diagram.text }}
    +
    + {{ diagram.svg }} +
    +
    +{% endfor %} + + +""" + +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], **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() + 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, **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): + ret = EditablePartial.from_call( + AnnotatedItem, label=type(element).__name__.lower(), 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 len(exprs) > 1: + 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) + 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.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9f7483fc8f0c0018f10b028c7c33f7c1424801d GIT binary patch literal 28033 zcmcJ2dvILWdEedl-S=V_FA@ZC0Y1Pb34o+1iJ~YzL=q$=3ZzNMv0y9668GXkE_UI& z3sQg<7VKf`l>$eILygdsPT@pWsETgr)M@B6Nja^j(M+bvF6U;rb6ZZ)>1d{D`^Rc1 z&v-ofqrdOm$KJaDXfbgw7w4XP-jDBm=X;&QKMaQh9G>S|e`i}r$dwBp)m7%(vivNP*g7`HWU-RLk&(&3QG+iIymlQ{Atfn9HAc3C-PEa z)G7KU*X2edPU0>bE#)>CfgDl=q~=lQnCnBd{$u=U&rpk>Ls>pCSXV=pWSOW11~4T&AsJwsih zfHa*_&|0FUgoM;N>J__C{}$G#E$GwMx)I&VVzwb>dtJ=7x|ULDZm}DsZ5MZ3=Z3o1 zuNm`~M7kYPx6yBUi+yz^?zHuNlcnXmq-`SgA5b9fmJ*h6u)>Zd$7o#ax$gN8!}_r? zwA@fqbX??;d;Xq629gfdKQ%Lzl5-Q8u_Uj$&ram>YG5EWDT#yAQ)x-{osu$=JTapB z24|+EFQ;VHePUuHuky!J>2&H6Qn)Tk_&k%BWcoyj{Gc>Bl}_cE|6*Q7(Pz%3UID-! z>O67o_~2{jPYUDt$@JmCA>$>b#KQpr&zswXiBTbw%?slQ6SmE

    MN}%g>}GA&*wP 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

    {aq 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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 frm.f_code.co_name not in ("parseImpl", "_parseNoCache"): + continue + if id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + "{}.{} - {}".format( + self_type.__module__, self_type.__name__, f_self + ) + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append("{}.{}".format(self_type.__module__, self_type.__name__)) + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append("{}".format(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.parserElement) + + @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) + + 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 "{}{} (at char {}), (line:{}, col:{})".format( + self.msg, foundstr, self.loc, self.lineno, self.column + ) + + def __repr__(self): + return str(self) + + def mark_input_line(self, marker_string: str = None, *, markerString=">!<") -> 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) + + markInputline = mark_input_line + + +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 "RecursiveGrammarException: {}".format(self.parseElementTrace) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 0000000..9588b3b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1088 @@ +# helpers.py +import html.entities +import re +import typing + +from . import __diag__ +from .core import * +from .util import _bslash, _flatten, _escape_regex_range_chars + + +# +# global helpers +# +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: + """Helper to define a delimited list of expressions - the delimiter + defaults to ','. By default, the list elements and delimiters can + have intervening whitespace, and comments, but this can be + overridden by passing ``combine=True`` in the constructor. If + ``combine`` is set to ``True``, the matching tokens are + returned as a single token string, with the delimiters included; + otherwise, the matching tokens are returned as a list of tokens, + with the delimiters suppressed. + + If ``allow_trailing_delim`` is set to True, then the list may end with + a delimiter. + + Example:: + + delimited_list(Word(alphas)).parse_string("aa,bb,cc") # -> ['aa', 'bb', 'cc'] + delimited_list(Word(hexnums), delim=':', combine=True).parse_string("AA:BB:CC:DD:EE") # -> ['AA:BB:CC:DD:EE'] + """ + if isinstance(expr, str_type): + expr = ParserElement._literalStringClass(expr) + + dlName = "{expr} [{delim} {expr}]...{end}".format( + expr=str(expr.copy().streamline()), + delim=str(delim), + end=" [{}]".format(str(delim)) if allow_trailing_delim else "", + ) + + if not combine: + delim = Suppress(delim) + + if min is not None: + if min < 1: + raise ValueError("min must be greater than 0") + min -= 1 + if max is not None: + if min is not None and max <= min: + raise ValueError("max must be greater than, or equal to min") + max -= 1 + delimited_list_expr = expr + (delim + expr)[min, max] + + if allow_trailing_delim: + delimited_list_expr += Opt(delim) + + if combine: + return Combine(delimited_list_expr).set_name(dlName) + else: + return delimited_list_expr.set_name(dlName) + + +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, "Expected {}, found{}".format(matchTokens, 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 ``asKeyword=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): + 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 = "[{}]".format( + "".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 = r"\b(?:{})\b".format(patt) + + 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 astring 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 + SkipTo(closer) + 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 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.parseWithTabs` + + Example:: + + wd = Word(alphas) + for match in locatedExpr(wd).searchString("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(delimited_list(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): + 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(t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + + +class OpAssoc(Enum): + 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]] + + -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) + + for i, operDef in enumerate(op_list): + opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] + if isinstance(opExpr, str_type): + opExpr = ParserElement._literalStringClass(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 = "{}{} term".format(opExpr1, opExpr2) + else: + term_name = "{} term".format(opExpr) + + 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: Forward = Forward().set_name(term_name) + 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 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) +] + + +# pre-PEP8 compatible names +delimitedList = delimited_list +countedArray = counted_array +matchPreviousLiteral = match_previous_literal +matchPreviousExpr = match_previous_expr +oneOf = one_of +dictOf = dict_of +originalTextFor = original_text_for +nestedExpr = nested_expr +makeHTMLTags = make_html_tags +makeXMLTags = make_xml_tags +anyOpenTag, anyCloseTag = any_open_tag, any_close_tag +commonHTMLEntity = common_html_entity +replaceHTMLEntity = replace_html_entity +opAssoc = OpAssoc +infixNotation = infix_notation +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 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 0000000..00c9421 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,760 @@ +# results.py +from collections.abc import MutableMapping, Mapping, MutableSequence, Iterator +import pprint +from weakref import ref as wkref +from typing import Tuple, Any + +str_type: Tuple[type, ...] = (str, bytes) +_generator_type = type((_ for _ in ())) + + +class _ParseResultsWithOffset: + __slots__ = ["tup"] + + def __init__(self, p1, p2): + self.tup = (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("{} -> {}".format(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, [], "", ()) + + __slots__ = [ + "_name", + "_parent", + "_all_names", + "_modal", + "_toklist", + "_tokdict", + "__weakref__", + ] + + 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.delimited_list(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( + "{} may only be constructed with a list," + " not {}".format(cls.__name__, 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._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 = wkref(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 bool(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( + "pop() got an unexpected keyword argument {!r}".format(k) + ) + 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": + ret = self.copy() + ret += other + return ret + + def __iadd__(self, other) -> "ParseResults": + 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 = wkref(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 "{}({!r}, {})".format(type(self).__name__, self._toklist, 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 copy of a :class:`ParseResults` object. + """ + 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 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 = self._parent() + + def find_in_parent(sub): + return next( + ( + k + for k, vlist in par._tokdict.items() + for v, loc in vlist + if sub is v + ), + None, + ) + + return find_in_parent(self) if par else 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("{}{}- {}: ".format(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(delimited_list(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(), + self._parent is not None and self._parent() or None, + self._all_names, + self._name, + ), + ) + + def __setstate__(self, state): + self._toklist, (self._tokdict, par, inAccumNames, self._name) = state + self._all_names = set(inAccumNames) + if par is not None: + self._parent = wkref(par) + else: + 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 + 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 + asDict = as_dict + getName = get_name + + +MutableMapping.register(ParseResults) +MutableSequence.register(ParseResults) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 0000000..84a0ef1 --- /dev/null +++ b/venv/lib/python3.11/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("no validation for {!r}".format(test_string)) + + # 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: + if mark_control == "unicode": + tbl = str.maketrans( + {c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433))} + | {127: 0x2421} + ) + eol_mark = "" + else: + tbl = str.maketrans( + {c: 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( + "{}{}".format(" " * 99, (i + 1) % 100) + for i in range(max(max_line_len // 100, 1)) + ) + + "\n" + ) + else: + header0 = "" + header1 = ( + header0 + + lead + + "".join( + " {}".format((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( + "{:{}d}:{}{}".format(i, lineno_width, line, eol_mark) + for i, line in enumerate(s_lines, start=start_line) + ) + + "\n" + ) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 0000000..0652620 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,352 @@ +# 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 + """ + return "".join( + sorted( + set( + cls.identchars + + "0123456789" + + "".join( + [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] + ) + ) + ) + ) + + +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" + _ranges: UnicodeRangeList = [] + + 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,), + ] + + 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) + ] + + # fmt: on + + +pyparsing_unicode.Japanese._ranges = ( + pyparsing_unicode.Japanese.Kanji._ranges + + pyparsing_unicode.Japanese.Hiragana._ranges + + pyparsing_unicode.Japanese.Katakana._ranges +) + +pyparsing_unicode.BMP = pyparsing_unicode.BasicMultilingualPlane + +# add language identifiers using language Unicode +pyparsing_unicode.العربية = pyparsing_unicode.Arabic +pyparsing_unicode.中文 = pyparsing_unicode.Chinese +pyparsing_unicode.кириллица = pyparsing_unicode.Cyrillic +pyparsing_unicode.Ελληνικά = pyparsing_unicode.Greek +pyparsing_unicode.עִברִית = pyparsing_unicode.Hebrew +pyparsing_unicode.日本語 = pyparsing_unicode.Japanese +pyparsing_unicode.Japanese.漢字 = pyparsing_unicode.Japanese.Kanji +pyparsing_unicode.Japanese.カタカナ = pyparsing_unicode.Japanese.Katakana +pyparsing_unicode.Japanese.ひらがな = pyparsing_unicode.Japanese.Hiragana +pyparsing_unicode.한국어 = pyparsing_unicode.Korean +pyparsing_unicode.ไทย = pyparsing_unicode.Thai +pyparsing_unicode.देवनागरी = pyparsing_unicode.Devanagari diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 0000000..34ce092 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,235 @@ +# util.py +import warnings +import types +import collections +import itertools +from functools import lru_cache +from typing import List, Union, Iterable + +_bslash = chr(92) + + +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( + "{}.{} {} is {} and cannot be overridden".format( + cls.__name__, + dname, + cls._type_desc, + str(getattr(cls, dname)).upper(), + ) + ) + return + if dname in cls._all_names: + setattr(cls, dname, value) + else: + raise ValueError("no such {} {!r}".format(cls._type_desc, dname)) + + 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.parseString` 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.parseString` + 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 = collections.OrderedDict() + cache_get = cache.get + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + while len(cache) > size: + cache.popitem(last=False) + + def clear(_): + cache.clear() + + 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 + is_consecutive.counter = itertools.count() + is_consecutive.value = -1 + + 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( + "{}{}{}".format( + 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 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 0000000..ddfcf7f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b36da6bd82e422d0ea7265faa24825fe1ce1e831 GIT binary patch literal 710 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py new file mode 100644 index 0000000..95e509c --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py @@ -0,0 +1,8 @@ +__all__ = ("tomllib",) + +import sys + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 0000000..37b0e65 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 0000000..917fa06 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a21d26dd370768e13c4acf8f894a15258b256e03 GIT binary patch literal 1170 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py b/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py new file mode 100644 index 0000000..ee511ff --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 0000000..a477624 --- /dev/null +++ b/venv/lib/python3.11/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, <= 1.26 + assert major == 1 + assert minor >= 21 + assert minor <= 26 + + # 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.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e87fb7e099b9f4f0fa78c7ac16d61ca6343699f9 GIT binary patch literal 6454 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 Zd4~t0|8tZB_@CGBq5J>< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a631be6eae5faca40f05dbff5777f2d0c7eb72bc GIT binary patch literal 591 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 G_&))yzyRR@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21bf9ed0475038ce3ba105328569cd7ef793ac2e GIT binary patch literal 7436 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 D<-CZW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02184a85789f067ad86aee8f44eb60c1c22e7bb0 GIT binary patch literal 987 zcmZWo&1=*^6rb5-KN>9cqe8c*xzrkL6IV}yD5X{`lx=DEvnZ!xbx;@AW zJyhsX=+%Q%#FPKYA|6UW5IuQY=&dJbX48WBX6EI+H}Ch}yqT9zlam&Z^l0WQeOdzG zw^A<2EQE6|g%dzP8xTlJ0c=BJP`D%g$Fv7URqmL95t?li0&bA}vL0nk_+JWi&|>$EPAqtT+FVWwm-NL19F)fFeQD zOz;GyJ&IyMJ5&ft5TPBM1u0ryLMjC7FdwHBZD*VW)IqHt6%?_=ig?gR5vSU5n2)QJSbXpQmgH6koY1>4S2 z7ICEQA?7j`u_)hTBH|(C>4FaGV~+eD=3T0j%Muu8V_XOAs}tX~Q5qE$%M1yPv5;j2 zeXBSjQ3V%8T7T5-HuGt3V|ByZYArRNEv>CLSG?tw&6W-GvJUANZ=gTw%?!ED??`q6 zQf(ZwovYU(uzqFV0(Pk>6vQs&r6|d(MOB}{xpKOA>Gqm=?ymbdc%h`ljegpT zxVtC4-GFVovDP0tjfR`Blr9$KByP-N*OP7}67FSFxVkBvxGz+vYBnu}`OK>AcUie18@EZDZfVxE5eOteLKKN2r9ld(5ymIrf?<0-<0(=KOKzn-bq6d8o`f>3HbeiA&=5X{Z zLqdvf#Aq5y=ll7?alRg4;ZYW61bHb(XP9Mz481{^#0142rYYmnn?~avCRh$VEQC(# z^pJdxP~v?xlmnJ{k31c7Y3z5sC(`4HhBy&kpK-4jMyJn19t&qaS(ZplJUKvKf?i0E zh9}zj3~_;3(sf>$(se9VjRrav$)~SO{azKPYU|6R!>5l?#A5V0=ZtGd_fWfW6hFq1 z>=c##Sx89OBS=*b!ZgLnv1%S<(kL@q$J8RmPBA(OO@hh+;{p-Q>?6r_z>~v{qsq@R zCXsUTDM(2sR5eScVtq!YaxLQ|MtvS0D??FYR;QggIbk?awkBz)pO7<=>J3$n*0Lm5 zJ7wh@Bbjpc0wbYT{^0>i&M;>QMTu0c+&LIXnFa(4sp=+T81#l|D1>TXwXOzs-c{8g zh*=Z_%1v?F4bD&!GtSM1s-hSQRiEvBfRjE`CGEgf1&bgZKAO$@s&pb)!Yd}mjTj*) zlDb-gSB=uTqIAPv#BHtengP?>s$^EpT|;LZPjFAwjjF#=QwYK9=57Hq-Y}%D_ecA5 z^OxpLE%BCt1p|u)mJD1oux#MEffWO*8dP%@KWhfwHh0WVfv+3bFtDjXZ-C^=?PZuq zoCL-w_l8o}!RduUw~_fAR1xa}l>3B*QZh zj3R#!iZJmHqmX=I*xs~ld|iMuU%#E7=54g!efZE9SfagDH%xepgsJ$CWWe1ng9b!!16A@*46PRa7Ot#X#(5*qq;gO zO)9`?z6^g{J^%EF%~9oT(*{<3KE`18Vt$P07pNCI z2CEnIW8%10VFLbtXjja0|0^tj){@@7N^Mje+l^6q+*~|=@8vfmXS}$4j?U|&h9Q+v L!<_tmUCzG&cCi}~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a178257a1eed8c89cc88bdf0cc210dafd879966e GIT binary patch literal 27115 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 M?*Zpe#0Q-J2iy=i_Hc_d7>D~v|^}6Lr%>% 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c4ca77e325308123936f2029e651ed34f39484e GIT binary patch literal 38786 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9f2eee4584d163a4f469d49aa6f2d8f6ed69d87 GIT binary patch literal 29624 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a9c2d509721e133f6e9896965e5f83b4d311fa3 GIT binary patch literal 6227 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

    _lwT9+>irq_ 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 0000000..69be3de --- /dev/null +++ b/venv/lib/python3.11/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.28.2" +__build__ = 0x022802 +__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.11/site-packages/pip/_vendor/requests/_internal_utils.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 0000000..7dc9bc5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py @@ -0,0 +1,48 @@ +""" +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 = { + bytes: (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE), + str: (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_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.11/site-packages/pip/_vendor/requests/adapters.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 0000000..f68f7d4 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py @@ -0,0 +1,584 @@ +""" +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.response import HTTPResponse +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, + strict=True, + **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: + if not chunked: + 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, + ) + + # Send the request. + else: + if hasattr(conn, "proxy_pool"): + conn = conn.proxy_pool + + low_conn = conn._get_conn(timeout=DEFAULT_POOL_TIMEOUT) + + try: + skip_host = "Host" in request.headers + low_conn.putrequest( + request.method, + url, + skip_accept_encoding=True, + skip_host=skip_host, + ) + + for header, value in request.headers.items(): + low_conn.putheader(header, value) + + low_conn.endheaders() + + for i in request.body: + low_conn.send(hex(len(i))[2:].encode("utf-8")) + low_conn.send(b"\r\n") + low_conn.send(i) + low_conn.send(b"\r\n") + low_conn.send(b"0\r\n\r\n") + + # Receive the response from the server + r = low_conn.getresponse() + + resp = HTTPResponse.from_httplib( + r, + pool=conn, + connection=low_conn, + preload_content=False, + decode_content=False, + ) + except Exception: + # If we hit any problems here, clean up the connection. + # Then, raise so that we can handle the actual exception. + low_conn.close() + raise + + 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.11/site-packages/pip/_vendor/requests/api.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 0000000..2f71aae --- /dev/null +++ b/venv/lib/python3.11/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) json data 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) json data 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) json data 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.11/site-packages/pip/_vendor/requests/auth.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 0000000..9733686 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/certs.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 0000000..38696a1 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 0000000..9ab2bb4 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/cookies.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 0000000..bf54ab2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/exceptions.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 0000000..168d073 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/help.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 0000000..2d292c2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/hooks.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 0000000..d181ba2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/models.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 0000000..76e6f19 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/packages.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 0000000..9582fa7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/sessions.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 0000000..6cb3b4d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,831 @@ +""" +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 + + if 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.11/site-packages/pip/_vendor/requests/status_codes.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 0000000..4bd072b --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/structures.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 0000000..188e13e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/requests/utils.py b/venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 0000000..33f394d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1086 @@ +""" +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 HEADER_VALIDATORS, to_native_string # noqa: F401 +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 + + for part in header: + if type(part) not in HEADER_VALIDATORS: + raise InvalidHeader( + f"Header part ({part!r}) from {{{name!r}: {value!r}}} must be " + f"of type str or bytes, not {type(part)}" + ) + + _validate_header_part(name, "name", HEADER_VALIDATORS[type(name)][0]) + _validate_header_part(value, "value", HEADER_VALIDATORS[type(value)][1]) + + +def _validate_header_part(header_part, header_kind, validator): + if not validator.match(header_part): + 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.11/site-packages/pip/_vendor/resolvelib/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 0000000..ce05fd3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__all__ = [ + "__version__", + "AbstractProvider", + "AbstractResolver", + "BaseReporter", + "InconsistentCandidate", + "Resolver", + "RequirementsConflicted", + "ResolutionError", + "ResolutionImpossible", + "ResolutionTooDeep", +] + +__version__ = "0.8.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.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7600f3e004aee5aaee45dbbaa355159032ce2fa1 GIT binary patch literal 758 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 Wa#}GzkodsN$jJDC0Y(%t1H}NuK{!eP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de621f074059bc9162d59fb2f74b697a89a836b9 GIT binary patch literal 488 zcmaJ*Jx{|h6tv@%lzs?=7+5PCu>g@Fw* z@=rQOS((@>b%{D*S3p_d>G{1o-O2Y}s?`$Eb+q@!p7ee<ViZ*{>Y zpcX|OhE~@KQ5Qi#?Kap4%sv3BqM1<(Yqhh|$KVciz!=sGnR8C045EHkY_r=Ti+uKB zlIoVS^ioKVi~2_9cpl;0^Rg{paL)WB5K-)sp1-zb<+D%YgpwqB{T$}$!(2I87LP+ghn$_Liq41n#gQI!1R+ezyVL7gsdn$oZ3NxaZqEMh iJau;F077>?QoAwxw@r$h=Xq?hABx*xTCJgHSVN!v+>0at literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py new file mode 100644 index 0000000..1becc50 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/resolvelib/providers.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py new file mode 100644 index 0000000..7d0a9c2 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py @@ -0,0 +1,133 @@ +class AbstractProvider(object): + """Delegate class to provide requirement 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 of which should be returned. + :param resolutions: Mapping of candidates currently pinned by the + resolver. Each key is an identifier, and the value 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 (dependend on) the + requirement, or ``None`` to indicate a root requirement. + + The preference could depend on a various of 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 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 guarenteed 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.11/site-packages/pip/_vendor/resolvelib/reporters.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py new file mode 100644 index 0000000..6695480 --- /dev/null +++ b/venv/lib/python3.11/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 backtracking(self, 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.11/site-packages/pip/_vendor/resolvelib/resolvers.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py new file mode 100644 index 0000000..787681b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py @@ -0,0 +1,482 @@ +import collections +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 _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: + 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 _backtrack(self): + """Perform backtracking. + + 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. Discard Z. + 2. Discard Y but remember its incompatibility information gathered + previously, and the failure we're dealing with right now. + 3. Push a new state Y' based on X, and apply the incompatibility + information from Y to Y'. + 4a. If this causes Y' to conflict, we need to backtrack again. Make Y' + the new Z and go back to step 2. + 4b. If the incompatibilities apply cleanly, end backtracking. + """ + while len(self._states) >= 3: + # Remove the state that triggered backtracking. + del self._states[-1] + + # Retrieve the last candidate pin and known incompatibilities. + broken_state = self._states.pop() + name, candidate = broken_state.mapping.popitem() + 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])) + + self._r.backtracking(candidate=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 + + # 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] + # Backtrack if pinning fails. The backtrack 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._backtrack() + self.state.backtrack_causes[:] = causes + + # Dead ends everywhere. Give up. + if not success: + raise ResolutionImpossible(self.state.backtrack_causes) + else: + # 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.11/site-packages/pip/_vendor/resolvelib/structs.py b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 0000000..93d1568 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,165 @@ +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 + + def __repr__(self): + return "{}({})".format(type(self).__name__, list(self._factory())) + + def __bool__(self): + try: + next(self._factory()) + except StopIteration: + return False + return True + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return self._factory() + + +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.11/site-packages/pip/_vendor/rich/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 0000000..73f58d7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/__main__.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 0000000..270629f --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a468dfe2a53dbd204181c66ae9e0b79eff0ef92 GIT binary patch literal 7501 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 G0{VYte-?xQ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa956bf728e2551e87c95fc1219b401544dcc268 GIT binary patch literal 11579 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db6a4ee66f675e75d9e2a75fba56bde699bac6fb GIT binary patch literal 7840 zcmYk>3s9D276r*;m*hS6Q^Vj$B{Bb;U{LTM7&+~ql_jUBe z&Ye33`ZK)yt7TOQLC}mp_@B72X+2w;)xq4LG@aZeqW=SpbZxJRo?84G;{k;Rt_nR~51-hF#OIcfF9BZ@{10$|;5)z}19#4u zx?U$*G+9B$LBnf#0Z>oyJ)qUVoj`vUt#N_A7ScnDU!xb`a)Q2q1cF3B62UCM^#mUS zz9MJ_#OZ4o?&8wXceZo5OaML}{v0C}B%ekmqVGb9DM-w;gcJix3|t-ht~TNt0OuIU zHjHeikzMG|rNn+Dnkn%+`tv9e(KlM+wD^n5MBj}PBas+o3CRQG6O0E;G;mYUpHFL4 zA+dlG3(;Rdi8>^fQKA9;g_PKa#12cyyMXr$+%ELpX=FbV&6bd3fHngc(T`-ThmE*Q zKu>~fKraIssUW$~Qy*M65&cD!n2y8@OGq)G#K0{>f3c0Yt$^MHy8yU<_+0}1;K%w9 zoB_DhK(Z7h2O55(#scyQ#sMZ0Ob5&$C)Bp3m zDf+FB4KR=)3X%>DuO$yK$-upe{z@8o4T%Oz$a{cY1l{${AU(8%i@Krcud+2<8X$>a zIAEZGEKra;py9!40e2Cs0NhQm60n+J4WPlm?L;4?U6S;MB*|L*E`tDR1j7O81S0@h z1lIy)5zGb@5i9`I7`SEVlj$7Gkyt^AmFQC};hq8vGLS%Tol>a9g)h(zdLNWRE&f{0 z)!U79)8b(eUZ8y_i%;|i3?wK5lo0F&v=H>vhmG{o5*r+x{7Y{lU;u#w95iq(=yNq4j<{C9 z7y~(>&nNj^i(j;xK1$?#Egtd#(+u2F^kZ!e_b4Eb;8{Svfvi)I_0aI>TL5npYzOQx zaQ{YswXNay0>%-12N-W4KPpHo^wciyC-f66;f?_&5}W``B50@2$=GBA>8K!`py8tZ z(HB_4O#nCAEJ}<7JWj9%@B|9|w1hMOwivi?&==B3;yO(X)Z)*P0vJRv6p(7*Mx!sX zHQWTi9D*f)VuE@=iGgfTkk_E$hwgR28w76y8V%ew^rf`MK_m`Q;%D?_mT=#!SGbYj z0AMb`Awao-1TX8NfBRH5eAR=a3T?+ugX?`f!7Jt%6M}>GT9@+ug z6PyL;LNE-FZs4-fSI{osAn~mw(5qrS&N6UT@(tmgy14wwZEAb9i|{- zq2UK+DWHyEBVaSZn}D|nf^!t&wD>g=09O(u0frd3YV`Bz9JNT)Swc1g-X?e-@S%bG z2z@235j|HEDO&v14nbcEUqh!%gf8GuX!mxI2V z*0>Rg3QI^8poU;rH-&61e$i2YTmv^2eT^;ZW&;))$VQC3K_hRWUqp#UB(_>Y-U0lR zV8i(eo3!|IGyt{`Gy=8~d=B`6VDJSB>012TFarH8bdGE!awxGL{jHX8uK;c{ka~=4 zqLJ6pFQ&xB7i!`XE&k}20s0ao0Inp6c2`K#;zx!9(g`wpC}e8!*OG<)cH7pC1}rg< zy%_n_M&vWVe+^s{`ajV~q^Bl2YVqe73>Zd`0mw3NdFbz;HKrgj!xAzJa6Q3&fX4~` z0$4+ke33$`7JrUmfDr~R8~sw+_7Nmrw1lh!)Dvs~Y$VtO*i4Xeu|ldA|01WOucciw zkr-hK$p(xuaCzwKXk--<4^!eX^vf*aRs-%dkk;Nhazu;2{Fa*lT0A7rQ%Kd~Pdd3$ z`@3k3hZN)yXm~$u0yG0oJ+$1{=$F$-3lfJdAwiYGFL$3Fk>DPMPaYsxsn9`-e`p2u z3cX)7D9~P}5|jew5>x?>Z?KW48Wf(^;*UP}KMJD7!|i}&1j_;U6RZQgLNIENLar9S zM(~+Jsum9!fC>Y*5d8{!f!tkyyA9+?j67o_@+{yV1VNKRdo6yK4uI|iy#SXITn@N` zpdVlWLGo7$sapJ^2lp%dpvA-P0}A`Jc*xcNO_Fh1LU3oaXnzl`CHy#i1h|*r!NUso z8OXy5@&q*eYftc_LYx*4T>%*cIe>hE0>Bi4B0w2I(5lc!i(fPeFq9w-u!P_az@r3z z1$;p85#VEjCP0gUJA(dxy4qin$U1WR94-g_1C$u0Air5c+5jVdIz1xewUY*>&tptk!|0380Xd|dPrck5BFM2CrF+nY01;Hx7O9b_R z%>-Kk?-1+;>>~(*xIj*{#huO$&=9sBv literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdbfb03e66948cc14407983e22829ef665e5f706 GIT binary patch literal 208527 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

    UFY6NbD=_DvX;%K9r|SRm`K`}x@- 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 Gfd36cs7I6l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..def25d89fc562090bc09f578631e1f1bb9386a95 GIT binary patch literal 2472 zcmah~O>7fK6rTO{`X@gmVACYDo5BI7#U`RcZHg)(nvxbJpd@P571Cj2SvhKsZyj~N>8rR6Q{n}wKq0__U-u1d-L|q zzIoq!_VIB*XV2hd<%AzIN zvLX{WT5oz~JE;?Y@z z&bW@}S|sRg3DI_5&^t>UOsKJ7k@=Mh2{MsBOT4P(m!eoAo@gmM7eQD@1Zf;b8jm?m z!27U(MJy4KNN>bGSjLG(87ns=O-`cS2M^%h8={ujT}dK5i2Gqp!3j9@{vgSs^r>Mw zSO1Dd)h`qEvWfk&>Mp8=O5?~?-vxciyhI$;soD#KvNuX)gBm5siC0LaRG`yz$(slz zrggXdchl8UZ5@Kc?@z4Qw6NxEj(y zim1ke#_A&^jONf?ZYIyuKG11Du)Gk69Oc%{p}jT$A$a?Nt)j-zku~vVU*o_KOsO?^c3>R^3AP)QGgU$@0>Pt6 z&}bT1SB_*@I1Im?-+-M%9Lp10205bDG-z>_K1b^u^e^P9#&59f?jgV32w>^lr^YXf z?U!$Z=e^kbHtc>c{=zk(#%;9klD0!Qcg9f@y7!obn7$DpI{rI$zd(F+5S;RI2xJIg zkf~O%;S)Wo7r{22APEK8(xHA>r{_h=a!U^~#+o(gDV0qN>#Zbu><~}^Dm}oA{kqQJ z(_0A##D+Q%>$YXV!}Edt3C}8O$|%!+bE2L;)ELO#D%LZjonw3C@UxNQPe+dbI{0Az z7wt)I>-6mA_}td`+~&yq*2w(YbR+lX`t={KZ{VNY2iG=plUupTdgir*=HSDWfzyRP z%XHWw*Foq;{@WqIIK~CcF?Hhl5_-Jff!#9OIV9*j=(dgu0L$)e4wwsV#H0wZVQ>qh z4TL4)hXC${CT;KD;;#Xw^~NiKiEVGe$GlU(IzSn1WDh;djy=te-Fff+#Af#7R`%rD z+26CHx7>}TJC`4ckNY;WQ(M`owREFzsICl!3C?r07xsa=3k!(#Usy#^@9kqMYry}q zGl=p@b_Y0yO>{j->ALOWs>S4tu76!Mtd=FA>)0(p39>u~0^GQi)fiP7I|A%3ieP88 zN_*OjU7OxRV5{-d?N^GTx_V58&8V)_!%p73ePG*}D%uVzf7M+G2WG3Ge$o@*jbe6)?QxO(} z#B%gEPuZmwBw7H6b<_b!cn`89gjhs*8DnbLA}m)glv7d4KcWRtSrd3a0&5B!$2HJc w{Z(Tdjn=zI1F7}yu`TpB5yze98sbd-|3*_D<{%e)+4q^h+3G*9FokFM7h(lWXaE2J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36b12a929c9da29d69b13d47d61d4b96f36cec5a GIT binary patch literal 10813 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46b8a66925b29f0ebdda6f71e1c5552b0c6e2296 GIT binary patch literal 4805 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbadba8e2eebc2780ce1b3d6686ed738ec6f95e8 GIT binary patch literal 2336 zcmb7EO;6N77@l?u>@LfP_{A!af}oHnjq#*0Cd3#$=wjp~m!`BMTPbas>7q+K7~{p; z-t-q}h$sKa9t~Ij00vKn3T4+*?Og}VT#h6h{nUnZYxY{^0j>@(j zI=j@ikE*u48+ok&77PH3&WPVfk$8&BIw zGYYMJ8tz+xzh%Yp{?_Wvn-=#IdLwq+9cPhkLQ+^TK-G<;-3!mzf5XEu&sQ7Fz{(YXe8(t8<2^ur@~o}du90^2 z2-F2_O-frE?J#j(tG&Aapu90@-3BrP&CRE%KkyPy@)Ljj4iGMjO#ukZib&((qtb3{5V_rYN0M z#*ERumd^&B(iyxRFfXp$DZSP;(ykmr*jT9^RUW){X^f(+Dx|DO^1#azCev7^iQEhM zz4Ar>m$BdFyQ;$9V{>9*lvw^j;BiUQv}0YP5%QaisAPF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17cfbfc7356310ae2312a3445688b4b7fb291afb GIT binary patch literal 3784 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..077b1d53279cfb7cd6f82026b98029246bf9411f GIT binary patch literal 10995 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 RY^reWPBAd><_@|+`#<$Qn&AKd literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecee99440ad303a2d7b1c70cfcb33beb844feb41 GIT binary patch literal 6688 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 N44jybyZ;(T{6FGE$7BEi literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e96e284c7fa388c7611397323e302b7911ed6cba GIT binary patch literal 6411 zcmcIoO>7&-6`ox#$t5X?k|^uP@y|y7QR!Hu9VbyL%R&T8w)`W-u#}``6KrViQliX1 z&#o+sUA8(H2ptHGiX^bwCa6*biGl>ETI7(Ud+U)j2v}IafPf;0+?Xl_44?YmEGdzc z9V9_I9KQLVoj3F5d+*Jsjg4*s;g_9%SHEl^$?}#@hnnF#F z8RHCjd2*I0;w_@MKH&-Z9R5}aHM15sw0P=TT9gJ=P#d}`U5V1Dwnhb|>6Q@k?P&9= ztxBWP9Cauy(B7uBs=VTZzg5=;b-R@23F6=N4bJCxn2nQHE{({iM@LRyI5&RQv<)Ta zO<_0|(M|E3uF~+;xM~U)V;Ynv)a$cqGNSr9v*mOusiorTWi_c-oxb64KF;(^sk$7o zTA}EiP^S`VQip8&@W`2=S1wMpU!9dE!bwdUOC?i1N39iwwWB?!Q?oRtQfXYB>p7Z$M)tAp!QVtuikck= z!dC~~k*(c^43i>AH={uA5S4^Dg@ky83)vK26%-r%1;q|~?tuNZD^As+3RUMN)|FkV zQxQ}VPF0BV+x?=V;)d}q#SZ7=F*K1-A15nB~kD0*1l>}E_EoI&KRW`l97_~249YZ^+r;@=NYVt-f z9=jR@-k^LUaQt{s!y|_izZRZSwO~4y4$9C?NzovUMW%x@);tdRu2sSag+>oGa(rgnD8+W64N-R#8o-deh1{uFZw%lvcAv$dL#B zn`=Pc;@;x#5QEG>-U^W4-XiV;J}cbjsFdTPoWkD{4Pj;Lc2`DV`U(6$->Mj{E5jT- z%)!GPwx2$SA;5tNmq%P%%gkk1I+2VFlCOg?bTP`>L>Fi!Qf3l z5XReR-iNWm+g)eA?<_>*&dLF04Ek;C0PAoUxJtu);+By!nsDc^~x#1 zS*_@wX8xM_$oSZRLcup&^bO~R%RSFQ&oa-zc6HCuf^W3w8-<=;U(RFk?8cj)3@21s zHr=wENGY=*F|yep%hzYa@p6k(mX%Zls%@H1X*+I-hy>-5;y%zLNKmNQv}{MH7mG+* z;jg^~WMS*KE}X~QH5lB{TELjs+QcpzD-nQPcf5rA*wq(P6ur$nAWtTp1wBJke|V9Bts8G@u<8-+j{p)OMGs$*NTD2}?a z6Eu(r8pxqKYBZ2raWM_#W*VrWEEr?4n*bj#4Jiuhns8FO46rQGE!B^;iSRX5is|KA zDVE%+ldO$rlInt`*NH2|?XQ7fG|?FRUIMtX;8(8#u38|?3Od4dIXnq`4Ppp0Tm5Pc ztxsU?&$s5!+I3uHWj=dds{_7(615{3^*x=2({L!L9>f~;Ag&;PJ3=j2JJf?%qaJ?Z z9EQl$1Kk5(|Iv6^qYAe1lJ1Ae9tV%lRtr&J2l_k?^`D2S=s_euC!*8CKi>-baB)4A z75beN<P!n`(2L(ac9|- zHpR;5ZIg?l_RvsF8Nh?;wLqT1TxQ?*Z#*0O4;YJx{@(`T+xLgw_j+^A2fmJF=UIJXP=w7JY*`@qu^$idgXai(WrqzPJ6p_s~7>p_S=^H(2xrp=w|E zT3g=x0>uBfP8j#Q=`*l=dK5`7k^m6XCCgeorE9WmfqxKNzFz|z$1X@v=CtcTsx`p* zyl{S_xpm=ON$>)qH$7dlLAue>wS3^cy(K&3K_9m6W+f+ z0Kjxs@`TK6wHTxp>W0Z1zj__MoV8~iSpYN2ExLFD)?hu**$oHnGaOHVMWJ@qtZ0bT zr3i-jXQJ2*J5a}m_9V=jg?VPSppiBy0H51s=qIw?t`DIntix8n4vs8dQQRw4ylr!7 z@O7(j>FCjv!%7w4SLz5cTwi$VM!5~tj}7CNA-3bFa4VTX{aeVO%doONTUAa0H=$Mo zJ)s{c^dHpEt~hG@!6KcRh7m0iPFt>G;1PE?V?P{Dq)$HL1~S6oxDJ^?$V}-c(OC!E zFb&Cc zdwlJ{+KqyDu;?AU?>%$Rd*-h8uQLVjMA18u7bn<7$TSXsQ=Y8631s;0!Hjbth;@S* z*FadBrfT$5cc!&l(!py}^;6yQ)p$604f+WK!SJAoFA)Md^nenG0H!0HP6GBAw)Fs7UtgTR6AgzQ5Rhc;V#- z4c!YP52T)=bZo7&AoUle{t|K7_c2ls_vD0}y7XGvO5e5K(6;W~mAkQ|+%^^s#PsG8 z5nLC+dhfjN>$&IaS+y5@fub(}_WHm}dEfcG@5PnpfIwU=r&j5%f+l_2Vg?+AMwp=E z!pid>_vbqk5HPT zFpSA6?u+F+w$51ZD&-5!9{Rj7>sdxF&u4j$D2kRG;`Hnrm?>+@uRTvKj}|)AP%fk^? zsY(MMLAZ~(-*bSWT&D99P2HTA;MPm0t(Q$HO=C$t08e7f^0TudxaL>jLu?(iA99s9 zF>CXFjcrJ-ViUe8ERe68x^5>H6ANe8J)OC}#Z$`%^B(`oVIUX8O3RCUbOF+1VyEKq(s3*g&Xplm%-RBdz^30tqTENT`KHo+@nB9;utWecYm zMqa?qxOvPnVjyY>9+LsaORXdQNF1>I@CV`I;qsGYky2NRHzaPwVvYc)@-f!M+z!A zyIKF){m$)f01Z-#Gc&u>Xq@i*=zDM9d(OG%oO^EnX=7sphhwkzhtgl{;kf@w0sRoP zoBMyubKJX}$cd&X7c)(nV&*BciNfZnCB{$j?A{W!#%xnIcF#xcF=0wz_tvN*)-cr& zb51#9t|?cnajG%qo^r>UrkY~SQ_ZoKsg_vlR4ek@M0>O?=9%)adm-8$>zL|b_l{_1 z%sb_cbxn1}x~IBhJySg_z9HHh>znFh_s(d4Y+!1D-MgZ`*x=M4yKjsR#fGPb*}XeD z5*wWwjg3u>v2as#Q_Mf*XZOv~Kx}+!+{8%@vJLOn65SlzGPT9TnYrVf*m|84+a&h~ z7LNM}fAyH!Dmg`uG(2PO(xbSkAdA~-h}*`>Xh#_x(nMVu+gVyC(!A34y0jfEtqW=0 zADB@y{#wmDSxOI5dL>icQ@dDNAJY1zU3F=@S=s>7eCyKoNMkH@5UCzxeIKCOkMzp9 zsYj$o#i7?(YqBQ!MUfMSqkCzDsJA3>|-V&(7JFm`u+>;^rz<;&D6?YsDx-e=+- zlxpZ7)`CaY)n&-T-f(+OT?h5@YOms>#__>Zow>(rbLjWdzWSWv-ZLEi1N%OsOaXJr za_Gs!C3pCIG9`znQ!y!ZAt44#C0isJjZ90pYlx(z*sPRFNiss#)6XQPUk^A+jb~pz zbu@JN#L>eipPD>g;*Uh8QzhXkAy+kdr9*Rb0;{m>8Kb(joQYyK%8@0$} z$$eUii)zhhug*y&ml{4TCFi3ll+biqnv+jNW-p+i3)+jE3df}=(rl+>yxdi~J1xzk z9q1I?(UT>I9GSj=mdw$s+s{a|F)2>vInJc6MkT81LsN-AD@)R}-sg1H8RY#Z5O|l9 zxG9s!O_^W71Ttljc*!c7iT)%Te)j5cSMQL+LODbpLuDMJOOR}GI3@u8X+QG7&=Ylm83={wK$)c zkdi(Os86~Ax(rUr+o?r$t=vg*1h(P7u9aI9UOUwnql|`D+7Us={ZjzO4h8e$>n1>} z=n^d=FIpuV2|hD6QMhiMvWpH$5E~?iXpxEs6 z3h=(*C>rt;Y_9rHu*8*YQARIv5REKZlSIcvE2()oJ~?fn_G<^t z?i9X11n@4GHl?|cmc(&sGeSBBK@vQ}eQ25tnB_;1Lw*zh=))(a=u9;xNrm}*KAA9r zXfhIyq(Y&E_S)A9>d{n2(gSdfD|Yl|_$6nty&IQ?41R0?O7>}u8`=|$vnCDAr_mV3 z|2`x-?j&cTS1?~hgnBGm5URYuoD(5>VRlsG7x^@IvC=7v*0l8^uji7RYeU~Ni>9>Y zdk~4!JfP)0TU-!%LyUFNmLfi)9jQkBj^i%sxWlDds&Cp;~e*{2|_T2G2ob7F#G%q7T*=$7pA}$CV$Bmi-=;B zCL-aIB&Q-^b|wCNbY2SZY^Y1tR3rr~a-C1ez|4?_Qx_zfYXZ)aBNo0Ax*QQx7vvMD z4tNn+kQiQ+c;db?@qM|Cl5EqMU%*+qDTYv>UC`OG{r>Tsv{*tm<`TOuedbt;L^xL22>hT)w1U z0n2vI;r>+v*W~%s)w1-=dmTC3clvMkulg0&{=92{!L`5G+HqqX;BM>Coz|h;?tE*Y z&>ARq4HVnD%1&ET!#xh*a{^_~=GYK0!U>pUnp6U=4LP?LN%FG<1_+QuClejY?F2dr zJV&68ckZS*0>l=RUk9k=@COzC;9Bcoc3Zx6xX?O$?PQrZTYJhJ!15J#S#_|>$Gh02 z9tbVghGJ)b*+SRABka27XfIn4E^`k6Dx0P@P2*oVbRxO`HlnI*S`|)2^AyAruw*8F zNOlpS8MA1;UeCS-q}jlxYs42(kQ$KRDY-;Dn0Jj%SQTu*(jDu{Y7`qlcuvTL`V`jv zWH>4Lrla9x(l?Wkec{SX7Gz^5pG4c`y#Uh{9)jC3bXj7kBXsUFp8u2n^r%q)(IT>(o zNUwwmB@46{d7QG+^dz4p;3h!QtV|d$HxYP=Kpo{iPjLiDY)O6>ph~%zeEAWDA6aW| zy>=ustcsj#*0!?QWPM~gS>|x5f_oOu=DGeFO9V%>dCF$N>MDADId8!`UbawR*FJV# zbF^efmxbJz;`M`z6&&MbE0W8c4k~5o5iCh1X=<#2r1d%Q{%c67lC&zyPVu6J5it*0 z$_9B0gj*#@kg9-m2T0c@2@fP%fyrSG&{IRnc{*`fAF72xb_YaN#VQ>aKv+NrIdM4| zELm{*lC(NGPptMUYFUgXgLwGW|8i?d9knw^tszV{&d+S7d63E2g8e}un!%$QY4B`u_#3y_}{ zg(V*oKFyOdRr;YtCT&Jl;w%f1IZSd)WT=o{$#kV;x++gnE+&mMs(PX-pd?GS#LP@m zN|o#(mDo#G#z0C=cF}UV@U($HkVwmjYoWDvFjP8@Au*W&s7Mn7qj{kxW6EsLNZE6r zdPj58%1e3go`QEzrm@)4nz4P_>dn|c9U9GDSZ&M?9V`qT#Ej?|Vj%D8&m7G{9Ozue zFV~Vg_xb{1W&+1K-~!OXGDv9eV!LFFeOZan|9nT4^Q z--?TTg?fO1L~l#uSLGr_ezU@FUUN2IJ5uIN)-jcFj1l9g1vZCusLCuTK+FQyjhF?Z z%iIHiisjUpe?~3=6HRnJ7Oyahk%uvgX_gnf!lvGRX?8*Kn1NlW&x2$9{zEuMud!`L zrtu~Xpw2Y>N|XPem}%JlA2AJHV;k1A^UE;}nbcYNUjVG*67qRUBJ8Q*6mE@EsESQe zCQO%S2+RVMTq=jqQXj%1+Ut5>s6T~2f8OXZ^z$Fe;xx}Fr+xMSdwXUW&<`U7oYe?r3Y6&WrkR$Yhbt1#-6i47H zHM*YIg9;y9bGE6(9#DxrK*U}PK8Acc~!@v+D+HP7Q4nQEN5f32eOOBeb1L206a03JfC;l$1`ZS7` z8Mo-ZZl7|AjZ!1@h9-y&Zm9_&h!$e=I?2D8rL~A$wM67=S(mSs$)@#^bQAV zup3I@#WvL4uBM6H3@>^R?m#(P#Ex}kbc&s#_ohkglDr~k6obTW$t!h9j#|-(y{S#? zxo(^4-tZaf30~|)jXe)Z??Za;L(=<^-Y0Gq2XO6Yf|^>c58(lEP#hA6>CI7>O&md- zPaMTajN#uX4I*w6;)cXQX;}12BZzB5TmW&SHF0Bz8%NwG(E{Nv$h4I3lfaon5ao26 zI>~Y>mHNWInaCAb*i`v?N2HlB%=AfW1LdeH9%NVX`JojU3fEU4e9*1psmM$Onh&X$ zszMZeNO@$k@%baHHQF);8e1t(?Gu&>nv^EKKBTx9Y=5!&SZL#7pH)+R4=Znb^57kcBDwc(T;T`&?L(aX1Rn8KwTYZWOk^M z6YEwwnaR}QHJx{og4Ba0M^dx7Buj#RTXKYSt3jodP%JzrlVP!B4Mk}MP_sqOQ%S72 zx+0KnAf;d;lEp8Y@QT@~|z{e{5(3||nuMUNM@Z%47$ zPr)wD6t2g1_9M|%9NL!~c|W-7Ee!3;4;?5B9YAbjaZ>;ncX5n8>HW05`<)kWyoji( zA>Cj?q9Gr~|Ncb)RRM%yo1>6=U@oy}=3=Y?R88eI@j#@iF1N+;+u1q6mhQi6w@ftysE-P(MhsrcY(`WE^Bv z?M?KEX`xkpg_?;d2%bXXmVB8&T@T2FiwiB?DJ)K#gA+{RPEsp16aN@_PT!(AZO&CD5j};j(E5Q#dUILp_uKsF6evNPOLzhjYpkX0s0BC5{W)yGb=wa+@Mu`bzsMeVy+ z_vx#tk$4hz-)R)331w(gJfS1|Wh}hTBYIC~XmZ?Ua2b8@Y#?`D6Q zvo!h{$Xbg7BY$-DyH{5{-}&0juVr1uwgIJWbFpWW;?d5sh4XA#Yii3tSVXZK;{h3t z2@i6(u0Pg|EwJEPYl<*PJ1~cszGr^VY{Y?Yn9}5FV4hs?Oji3alDgnyBL`+jZ(kBl zN>`Z^f^JA>J@*KbjD~b)D1;6ocOCG5jd@~0xe`~TCw2h99NNI&q$MKiJD`Ux2^1+kMc3=q6zoVH%0qf))_v-XK0N{xbAw}p5_+K5TQ(F z?k#(|uD3)77O8Ehh#l1>Xq*x>`Brfat4TWNU8m7J)SCGRFBo$ITy_jm#xin-l5kVVrChO>fyYW-+4aR$Z5Y9o2{&a#N}zWs(GH zM8>!mU1WV&4$)%lJn|vPRpem3wRDA@yDl#}+6-?3@@L{F!2yUzGMzxZqagawJ{K0n zNPMpz5DdHpU$PTPv!n$P^9Eqm!5_YHT}y*jfx z^V4%5AN$MKe)8HUFXZ=}DeO4|?$g+U%#E#o@a)^qE|28+ylb@J8dY4Q#m?T$iDFw% z<~c@vU$|8Ms4k0~g&^RZorfZ;`5QPYjshi~-hmP8q=B1}!og7QZQL-_s}VOad+jCK zdkZwOF&ZL`Uq_SRU{zVSD%}!I0vR!^Ri9lvYY3aTrF~3su}sR}MT;(7u`chCQ;A-`(H5Dphy{C37p$xj!_XG}gKBlY-nr9qC#lJ&D z^1lK68V8g496Ku-f_hUFCKTgY6oQKJEb~rB@A8Qw&9!!5>Y|yu=xWOx z&mMd0xuxfd-p6v6-v3%*(|*PK7|voxciGN2!#f1va{?K@>=GOporeMs=V;E@vwT*> zT2(>lQG_0<%BjwTOwl&6E-l$LxrK!)(<5W2lHAao;ePqS4fj5qKP#xLSWKcy4VdqFm;#SYGBXgQH_E zsZ76QHvV1n0hGoJhy21X)%6`!GAD0U%{CZ=fi437Ute$m*=CR?>yQ0=FbP}1yooe332s9w{7_R%-8rUthI2p+Tz2U z{wm~SJp#?HO1Ml6gV3x$T`jXR&eWgOD~z#D;pSbAX>>a8zTU8Zo0jeesAuEWNvv}Z8q=U8Q zj$c{0&cR&A4?6N46NQcmtgO;1$&Y7lpZj6_NAa>n&&nQRw6V|zSyt~bAN0;BG?_`v z(<{`*=LuXPz~=UUNq0L5ECA@50ZV!x5tzd@Y%ppCaNH!b)q>_29b_RJy~m&8DZEFA z-mbOo!Lk(rFli6SA0Q)?1-s*r=~p(+)4zP-2SUDWd!cPReAikgvO-o^Yu}nZd*ij- zi9-9d+2CFs|EHus)!?_ZnZy-&KdO-l&*TpQY6gU=RdwzfBe8+RTuPXIyQy<8(`<~qf8~3B~A)YU+^U` z>&yQ<9ZiDRr2Ma`fB#K=|GL!PR9|ADO~dNi$XyTU)DcMuwX+SQXjM zCHc!{RT?yLFXLG?1;+1-FU*N}mm1T_L&>hn?|pTP!DOk#j8u~$asDEFO{ z%hmvJ&uEKG{|4H!&9eqAH0qtlf=^K2k@Uf+%H6s&Mbr2=1I2+r=19TSOS85b!=mp| zhR-Xxs`)p%!(6{nbTuyNLgg8u&+;BWXn)@{Xjh&2J%}wiqip(Qd$kNc!X&n{0i@<{ zFn}Tg;S#O<|X0W^Pf-hX7lspt) zVOyeohd%#d^#)j~-Bs0v%iw`hMGIkc4&6jWWU0m=P7_7VNHZ@5!umSLHbxM;fjWyMPZDGq{ zS)w^B4Bw_{5-P(fT3<}+#(pN`K$oFC!K%Igv;Tv`Ai&bwGRWuCTQaF}zsV(Xn?$6qmZDeO|%N~QmUYp2-1!jha@!j&ebTuHTzT>v=+#GaDa#2;#gb}y_=E3_!;k;bKLEt0xK;eNmQsJVNIZ;@1#MjmxM((qYVr>y_(T;NaSfr~t*@1p=O5z-A+TP4Ddw6nTkh$ks7v+98j(cHQB&=PYy4_spAFB^ zey%zesFIDU=Yc_{=nD?yJ#d=Q;1(Z~2R1gxR9NCTx<)gGHdk3<)n2vgA_h5QhHg2+h&EMcr17lQ8nS&ZNt3pr>AFTMkq=~Ng;%VZ8d^h-@4m3W9&7wCR$AUn2LlOM& zoI>)xo`q#*Boc7QPoWUT(d0Y0D_Ln-Jt_Z`V*ech=J>|g-Y|kXA7p|R(N{%MV>@*5 zO$&w@A=PbG&Ql40OW8CxN9JBvExaO?$v;D;2e3PN6loO&N39@1?@tBe{XLv_pwQ{h zUvcin9tztcXxa^QAfzWsQi{WuteS?`3kp)GfZcH9}-kssPs z7}`~~A^~eB-L!Vn-H>sY8#wSm+KpQ1+>Ek&hYP*C!CKb(x1j$Vk1?QeJ&!N@3`8|- z9ae^S;aolUqgOuO^NYvw!_OCnpRbeFhJq_It5SaOKwm}^E$Nn{*pB~I^0YMn9=u4>&6)|e340dU&)CDz1!0x|V^aL0X_f;svewFLFffq3Rx*WZ%?m0!st9OxyX!Y%OgD%yy(kI( zb`vMn^R{WVwGvSIj$76B81rGwg=8v5=qlG?N+4XNB;_#W`*Q;Q z6wMQZ4z$*2d&HEg>V{mTT$)FLs`z2cpZd)oCYCbBQ!{;o&)t5P1Z127Cn$o^IclrG{p-gu5{ZY?%dvY(X%-#(izY{$EiS?69`QW)i z5IY55EOfn?d0Mym6xopc^o5W2Fga@CWPajgVd7-wnNRWUjpN1Pt#^la-5K7MAKrtn z9+Ww2<0u2~G-W%M+lzY++2hO4tPEmXVqbpi!Mx}3g6Hv% z+rjXL;28h_@w^2^0KD^5_VBU?4j}Dbav@nx&j>_7oMk(5V9m)pa3lTBn>XHs z1lbSMl(`Xa50Gsr_KYgc8=S?C{wy3$=!b2O$UdO=80)rs)OVi~V8Mq2rrSO&D;wUo z4{tfbTYkawM+EyXoF+iFP6G0w*_b(_X!nx=|Arg6ze4$5CqM=|nOKBOW={EKfRY7! zFYwh3>_<>P$oSF=~ZorGrXE z6mizXjqfPiJE;S7u!gL z&yB7Kt3k#8L}BO<{9LU5k41K=2i-R7R%2d7P+nZ>L9@*|k$Yj~(bdOpIhb$2dO=5V<^%`VgwgzCXio3%TK9Js9R zWS84}*`*$g_gK4^XUiNet8RAr7#R_&2m3tM0rm+Ly3!|5aAluB!L`gi0I*4wzO@t! zN8+InJj|G--F86=<4ZlCkrV)~bdrelX@C+>`4E$&7>fRk0Jo$v)>cHvY)X7-no178)w%V51;-JN4gU7e!5gn@GI2qee%a5UlzhUgSlOB7P0Esgt z>l}SYkA1_aWSe83(o;WQG(uT=C<{+pQe?)l`zUNrsvpv0q6+)Wk@~HjKcOcE2@DhX z9|S%FC^?Q^nU>hLJ9&a4cM{l5fVq=YXAZ`0$LJC7I!8FohOZi$7>{S%p3Mcs=y&3<5}c-6ysSoH<-+2 z?*A9?a;71L8>~HxoL4cPMeb?kH=RY!uNcpb%IQ`(!&x*2k^0;8W_|yzS(;%wGi@&N zs{WXvp?bvMM5g6k|dZ+;Lhtowuf?VrJP#2&~1W|Vm-J=ai3Qc_O+Vub(r-ale|ZB?KWiu{CPJlEXqnc24@OOb2GVUfw4d+Vj8m#!UK;~Vbsop<=o zqTtThvL~>`Ou$D&Mhn8I8uR?}IqW#g3nK+#M2&fJ`6Wdd%L`)#VeForx7skWRvS(C zHb_5KXJ*g!$-8{-9lm$@-151V4yA7*-#1a{n^+xN9lJgA$suLOWPZnF0g!*Lz(1$( z&!H7{Pj%fMRQe9&`wkTP4&0u>QzOd3=kf=iD**DR3j8UBKSfXNy8g^vzV8m-r?%~= zB6R14?t;+0d~EsHilFpv&-ZRG^lo3>v%2T@6=mm%{LT}FowR^O?FOK^*#==qZ}-3* zejsPV@6!8Uz1^w!4&{A^3cf=h@A-JoCzqAOFXj)wSODZ-D)28U{7ck^y#>Bqd*K)I m{BVIER`}sH-ucaEzwvB#EYEip_%201%iCezQ7o#Z<^KXX$t>Ie literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6024b7df59acfb55c2be2ddfacff40688744728 GIT binary patch literal 21139 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 bwujC^eZ&72$APn-Ouu0DUw%s~Gv)sPeKF8? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fcdf33f898f4688606b4f4a0c5850e2f14ea6f49 GIT binary patch literal 14523 zcmcILTWlNIb(iGuB~lXgq9p1ydW(`pO0w*=yiY$Q%U)adTH4Jnodr#6MiOPd_73HT zLM7^UfmMPc+ag$oque)MAtv`M~-p)jbY0~jz+k=f2K8uY2y*&#J4d2s~3Q{~&%RM96<(qV%|nkuMS)As-Wg2$lqi z;Mbb4BrOq(1>?2^Nm?V;q%C4&X)eJf?GZbR+Y^qYGvZ`%N5YkKN8HJ(NLA7k@g%(w zZ?Za4ovew}uySXjHtCD_Anp>}iMnKcq@KmA5)H}5NMo`o(!|o9gg@CFX->98T3Fhf zXiWwpfn-~xjisv-?a7Wv2aDGvI+Ie?z6fGv21zJau;xQ zAAb6SJwyG0Qd(%eYk_k3=}%-(9NZl$rOaO;Pzh-vUkTZ^9}@cP65c+_N90JT8x(kE6Um7T3 z^mi~Vj2b|uh!Ec2_E%EP*mFaU!?;4gEfbYB9vrUZ9^g02Jo^QYe2!z93tBXn5X*|$ zcv1{nHRo(BB_u?uxzDGUFN=$5DgXp`DVAM7 zvm%XMONbhGJ}zZ7*TqaWo=(LQ8i%l&{mm34v8%bYL}DhM5I;xugbdHJn2j!`Q&KvC z-Pg~gX)=~wfWe%KB@(PjeIzMCq&U7)I;>V#j9eD61OcJcGaFxCNx%<=qt#v(Gt`uU z^H>mXW#Q{yps_{qT5R$9qG@5spla@N0lyBm9~G#xx?q4|&b-Yk~Ya zQ{7gvP6$ArX|_Tez_r7#Lu`cJU1F2DcT?R?sM`fUogdqmw z5)J`O=N7qTiFD1A;Hc)g9A8{1l78&hpsr8wiS+VvJhjZP=nTPUS7KS7GHR3f^jbEv zmgR58vnxDS4e<*rB9A=8hxvqfLrlOoDN0goS>&MsehFxvk5SNRaVe9C-4+Etp5hnN ziM3=(3RUs&U<-QHxP&EX3ZWnhhgbtyC@nPz<=SfbH4!%q*F`r(ninGDF z!d&7h9G3Ln8X^f=Uc4@5r9*r?3q!n(UGNzS!e#Ge+IVrz-4#Anl`X@=%5F3e9a=&OU+EFo>^ z_##Ta<5#~;aqWxQp;NkOx?0giNfH{B<0&Z{OW{1yIwr8YA_-t8_!I{N^p!~PYZ6cn zznn;4izS|I1(AuEgVv<10CZU%uC$WA8D%s%bS<4uR19k#%Ai%90C`+bL@NSUqGExr ziRBj4$#^zOVI@If2&`#|f41$500o?q0iA+cfKM;6#-$i=$M5Tbjk&mT&pBuY{dJ>e zZDv4&9WYjg2b?-92P9%VP2<4&fNkW7MbJZE*E(YR@UQfADpC9i>qgXLRXiNSbbRVCz60nx4N2h;G%*hU@$IShgrd#D^v zC6-O20ds}MkhVZx4lx;Kl3phSfiV~oDuci=fyVe#3 zmy==&#U}$~_yDD1Or=aiMwS%43D#xwCXHndV9erbBM6AeSSEu@3KLAEQP`E~gw4DX zo0T%F3>(#jOBy)(Yv`+}p!L2OsCgbzWmo%%*xc7zCPTph;D_eL_trq~iC1(@#86na zqu+fO^iYY~c&P}By(gKi4Ymelf`Vx#@z!Eu4bZ(r)5$Ux%E(Qy$wiZ~ThWA=T1HCV zPc;`}x8ljQB&S-||U!>z}B9JMln`_socq1M|#;K&>RN7RSPL+E$sVz3r@v(B5 zX;d(KT*&7bRS~i{qAXoYE$$l+@Ea@^iq^_SIabm2GSgF0m=|m;_@X($7GVLj-Ha|E zL|WQzR5Cl5E?2LD^ki*Zy~=~-B{E?SR+$LK9|(ftIFY>}y2SJ?#8GYNQXlO`y?4eP z2dKcFEB&|l{~VIdiwnI!nEeRcxmD6 z#kqOSzHs@(scFrA>BPdRSL(2@y+L!vW@mR;4p3n$Sg9)RLM{M|)Y#Y93?4u-9|w8b_<$r$#iN zi6xof)%>O$lX$IwWI{}9G(j4os-nJ0plA&yXsO8jTAhjXb%v|R(rHJlEm2sJN;Ow$ z^))-QZZv06vr_a{P;{+O^qNrIu~PIhP;e{~8pdD@gK-QdFgT3CBnC$?IEujw7#zc3 z3WMViXbvi7*Jx@H7Z0C$__^SR=`XfmL;M5F$0Tcb)d;Edg6x_~phoe@Ssqv_JrWj@ zvu3KZ_7cSYc5)}qwRggkjW>3xoDUXrzLdt8Tsv%|co~waWjZsz$DPxPD^FhjI zl+{71&Pdfm3bD_gTqC3!N-2TBcGU(>8~P$-1sys)7^I+ikg7ZO&`uW^!?SYjjAd-~H6 zu{#=NTeE0X@2`J{oeJL&Q#Zn}yA5Yp z`fzA`JS@SEbuUejslpFrePE~VZapn3PPFN^dxk<-e{J(B~-r(CDMOD z@Z~1??HF;_eAoGr^O37%&(*TCCc9elu71VUFT48H=1#de{I?@N9{uU)7Wa`?Z5xo= zPTuQ#H2m7$@N4Aqu_?p90ry+<+4tKAd$?KHkEJTzCm1%F?_ z%$O8GpW&k6uZK+JI3`8@0wN!ioMjch`m=pdk`4Sy-~ zE9kycri*d6Z))N)ld~pA1-62Y$>aP9KD(BI{TgU)P(ff%;N}hYG3Bw9EriceUai-Z zXpez}f_BZ#VmJ@l3=o=wH6ws3SzQC)tUZyw39eL*o`ym?ix5?;Mii@*;#nAvgowq# z(HVrQL07E~iKXiSGm%%8r2$^L0Kq0H)DwTZ($v3I^|-0^&K1?`f8=f7^S1B2k@t2f z-Y&U&=Hc+8iIaO1C-W1hm5I}k0q;|r)ei&=!B$nlL3{z()k@DmixrfGvR0=o2!XQ5 zE@V9WEo&jNYUrQ`w!4sj z-zbB5T6PVcWX8>1NZdCvHmuOAp{?lc=c|>om~@({{)RK#Z8S}CPJyfBK029m?iw1e z47p#gQy$<9U1)~OS#r)*LoZgg4x?%;!9x9}Qr!G~mL`CDP-i^zKu`N+hYMhlx1M20keFu-jp- zQHtl>m2yi$83Vzb-UYLHnu$`3%hK!YA(aTc7dls!i`+erpq$7VTNn8rdwR?=WZ`0!OVm@$79Wnbn*zX_4)Us`b)Rb2YjJ7A-XeW;(jqwW_#O z@+32(O5@OdNRfkKYsAhhrYTKR&7OfBcUE&xmu3~LDvN#^19%$2N(>cQJgsvhQf|Z& zYob<-Q3Ip&DnegDXjD5Uyhx^34@X@ym z#9n<|?H+v8J+aq4k?)>Vx+k|CcWR*FPv*AWj~fCzQ@gAAhH<4~yg)2OLy!8W_WGwj9r!G$oSe`1FDU&B+cS6O)Ijf}!1!KZ{NX@8Fr@^h zww+Hpx*v6n?RAVj^nco%?>M1!oRD1swYB4K+Wx9dZD`$nM?Upt!A1i8Pl+{vx-?L= zRr6a1@%p!gI|;=<`16*$XF~Bz6o}g$EVxK@T~Rf^mG|~3-afhX7C2jVQ1vz5@jmkP z?D=|jU&;F>6yJngdcSI+jhd+%Gu-~t4bHp+hF(!?8XA6IulAgsdaMMrK3Cbt1_!kaD_|4$kY+m| zYLu9vXj_ikH7o=idFe4j?bov)zd5jS?d!k2%*00N6ada5Ze_tZMOQJJo+k73`7GR` zJcq*rH22F!De`|&R55QcI5+2YmmhdAN~e5KxddeD_&~e3c&4V09wqp3=n@5>?ptFX zKs--1A90jNqdP=!Pdm4cP8OzuioO-lK~50cOf0jVEi;xqOatiNBz-fCdsx~FfmUmH zoS5fYg6;QdEJPcck*rn)+6bJlc%-U%i)e@!=ZM&j?-d29FWd)Wuy$~V2JG`+Z0rB1#gH^1?NtkOJq&zWx?Q<}%*=COY}{j27G zx$v(Sw!FWFDoeY`hYQM)>AZhN@y~2|RF5B+)O`dtl{+u)=JIWmO55bt`6r&*k6xBN zJPND}Tcb&Kk4dE_11^A6o>e9$2uJDc~OQ@rP7@3|+nZL+J4ndMA}Fx9YF zVkKlTR11t{k3#N#mNl_!1q+tVaAcH&H-h_3pA9>(fx(EIVBn{~QB%$-v)hKl>>x53 z-IlV^y^meNIkamS;V>iPfgZ{Rxm5x&vusI0n6oZhb53wP0qet-!7#=F-Z0du6G}?B zA}J7H;GhDt|Gr`RZ@6+U+@i*A09cWKk#)d8C|x5kvCkjRw}zfK9e*v9PFnDo!blj~ zTH`Dc#{_2s21J<$O%lOmFz`dqa5i*cV(lR?MdIj0zs&?x5Kq1jkRL1?51vez_@f0$ zdGK?1%?WVM{Qnd^ILwWuam*?0#KWg(Dh*ri(&=xonj)8LE(Bm3YL4y1-@vL@F%U37 zp3tgM)}YM?7Xp$Q@bOZ1u1-%O1RCO+13O5infop1Hc1<_*ci9bZ($6bf%@pyG4>t= z5)!N~Y#?L?8C`*_^?I{CrpudOBK$)LK+g0KUn5u?7xT4!3ckTDj;ZqAJzwwcOx`!5 z_(rzuYG=qIJ07(L_gaIh z*Z0wRb!c4nz9m<8$zC4cW9NQ#R(|0vwW&jG=~e5S)w(9NF>vRC8XQ%EugLz{?WH^E z?eu4-3w0zg{FJ!Sih*FOrqD=yowBQgiJl;j?o7mTG^$laqx!iS#J$ldTqj8sOPtZD zkX{6jXD>{YB9l?%ONtDv*}xO8)kdSS6x=j{V3jW zgyP;>vw?|CaW|@Qcx!;TKI7;MgNt!&@g<#y+P z>QU_Z2!Y)>+E$!W2)s zdJEkc>ml9!gkEYu%sfOI+IA*)ZJ$iRW=F?Gh*Z@S!dPfvWq<6drP?0YeWyU+^Kg=V_6MCI zdvIq8D+cd1vd{kDs-@Z9j*YL^rWjQrj}w-JzVkyn#&+Y8AXP9qYcm|6Gq4;782phUk1K1D7*0y3a$6xF{#L|mcd1& zm25V1JRBaMcp)?ff8)oGjU5|XZ-FCFJ{$+5@>Xain@sQ%V`KdI#MH6%pk9((mcn>f zbeX2%dYc{}53OdF8RU`4!^e)UcQDXJNeVM>s}zE$saWr0DRv_cYAgf+KRGtZPfSj% zcbuEQICuHdDexo1H32DGH9GnV-%qPv8Xbktx@|l(t~ElXr8rH_(6xB>(i(+}Cz2TC zG&@|2fIGL2G>xT}!IzMPPg;~TM+S~JKu(Q(=>N}u|KF#tYVPr=$s-fvlgFl@mJ^U9 zfrNuYQxOh41OSJ7EJ;bT#s$Fg4lWXS86>z3r`h3pN1D6n0r_iQw9A&|*Q z{bpl0Cd4Em3_tw5C%$)648M1i>Tg&Qmi0Fbo@f0H3rou)6=^mMKmBDfjF+L-``#>G zoxuQy-0mQD!oPQQJ2;q2U*P$+aI%rZb3 z<1P_}7IRsGY(nao3x?@;;ma&KisZrcyyisv53k5FYtW8h z%V-?ii{eIC->;$5lbI9r&mjiIV2sl5W7IKo@$!We3z`QwEWUV(T>;kIuwOn8yJ(=9 zA2WFLoNCUSF^UqF{sddY?J8Sv&9#VEQ^ADSI3d26r2|-U27?(0e&>2gH`HFC{{%^7 z6ln{n2V6rIi%M!X*`G=}W`U)8Hr^=_Ve!Z|;jeScQ2?#^>P3fCiZJ!&ayJkL!i9GI08 zD(Bvu-s=9d*$-wnXN@X@d2UGIhGcHYsB$dNO)1=z%uN|thw|L0!i~z@C}zF>{_C=D zIM0nJ+=$GLJk#*m_s^=X;1jS;{fE@%S7r8o)+GDSz%*e}?kboH1YXh<*j;#d`ZJI0 zIuGyDIcCiC18g*zg1M~u-PFsJ@JH=u9> zGB;pM;DtPQOyQ2n+_3`ZvcFs)l>v0_*__d_RWU+?4+bzG;1J;QN5cu=^Uqy% z4<$ad>s=gf*i+Np(_LL%U0q#O!{1r0CIYU5&Huvb7=rjuRM@=CrOflsD1x|0umnqn z2|s#LVKPGbDH7#1VNFEq*W$c3Oh^Da&eoMsaw?aFb z)rD;lo8N}>`mjCX@H=qc5Uz{V`|EMu7Dg?zlkI$f+MapZxYFx zq2%5yeF2pI9&YvWx74(?d_lr{xJ&O_DdHr-T5l1ojWd0rfp>71-nDT?&a;J>@V9e1 zu6>#0JWEtXZ3onLaGqtVrk<%8*3~vOdHf|!IbY5#Y1xKbTK^6sfqtwPV{789oQG?uq@Hc&x>+}1bd>u76-`Sf zwgsr@;d&pb&_8IB#gBACLeUW~DKdcPFwuc8IgZ@FhDuZkX%dnjfx@tH% z#Py96^PT=-ZYVdhIq%9R@T!R$uI3PwtJabv?sP%Ber~9`9Z*5e;M=$3dxZ3yk5nw- zkjU}DaDclO3`5xz6h(fS6QR;)Pz)!6;c##v%qfN`)C}dcXF`Ig&}W0<;$_8jE*Rn1 z3#%)r$?Gd(C>9Nd6sc+QU7}bTghtO9N+sPb?HADN_i(G1-^l7`2wdqS5_)48T1iL0o~S zdZqMG+G-nhRF*!1NmaJ}i14p% z_{uHqy9nv)3x5izxuS+Lnw~>rqKZQ_RA3IBflLjD%q&&I70oA_X#KWYZ8fi0%_lT) zi;nl7`QX~C3%={1wwc{HOy7M z9m zUfp^dzbx0Plp%WJ%~(bB&COP;hoE@mxWQBLnT#=m_ArY-zak;1|6dyuQ3&i0BZ** zK=nXPX(Osw&SO1Ofd~+cGH0=3Vy=h8%Zva5!*k364?CL^1xDo>JB)``=mq0dJFJl1h*t0q3ydqCj0~k-Ca^qC*HKv2YXi-mtK` zfVLnyLSRBb0w)Z=BI_3C^A z70u#ZYTfXma10cmaAbIUo5O%Z7y%&-~Mw56^vkE^lzB&6x{wy+^X|$^IMw zq%~H3N`^gHI(-yxfR21W0H6}>D1I1$eE_P7)2RdV`{50mjc^PAsE8H~z4!C(hnoBS zXus_J1KvA(alQhW2%9VYQ_0o4)|j{MELeA@CS`M7>MW+BN^$A|trza+qp$+g1c{|S zSta+$DhW?&M6|-CD~C9`?E<+6iTM4NRDenIZBm=i<|=xYJJm=6U`*0UT~ZJ2ky_t& z)wD;FV@Mhkh6H&Pc6vxZ0*taqu7&#JTSgDbUUI1=%(rRdL31TGvqIinbsLQxhG z%I}6|U<@I1QxoQ*iV-X`5fkdOtA~eSlX5slRAh=a0LQtibBs%?;cx)y8bz<}U_mj! z+|(*s5CNT{0o#b*gGMT~VfnqNq~p*DEnve;utN=~s>-WmLj-^(Q0u3m!6e*58urzbd`bv~}^%=P5!e1$q+k*KGeFi6vK@8ItepCvwh z_x`(i!;Z8uvp;)EcD3B||Hl8p+}*j`rZk-vWV0i4;IX+?GPlb0P1(krVa=7Z72G51 z4O0DH$x=$PxxPr4jBeT6pWFX%_uBO@4?Q^as4nk)t>AqvZ(-8Y*(TZE0xHVt+h}af zUdT=7JqSnRUdd5Pvcr{a&He1dj=ZBUL(BHYBB8aqQR_>e3v2s7P25l9-p##R@a%h} zl^PF8j#83a+cO3*E@bb(6Yt)~-o5LKdGBb!JDN8zX>EEbb49i}GZ(UZvU_sc^+~B` zJa;8`asVoH?ubj z&Azogl5IpXR3$Lj4DHYoD_DiNpukdt@1oGyZ1-Qa z{;KUBQE7A}waA9QM)HhUp=uKpZ-uQ67HdNDpk|Xt@rHd+qrhf}s{SOruTs%TIzeAS z+XY`qov7Q)6U3D*dXxHP;@54r+pcUW=3loiBXwt}=xY=$<-SRiXsalhS*_?Omswh@ zFPB7QNS3b3UX_0Mk~ZC%ZUYBQcgvErh{%U2UE2?x3^o55R*#?@llFw|y^(}1S3%om zPf+9rmaJBlNgME22YfbTKHI9f1w5{)0iXLo!k(etTTa-oY#l7Qin&*eW~|1Rp?G6u zFV@8BE02a8(goYD>SHkJNI3WjpjDr6RAWy%j1UKcL!qV~A8B>T`sl2e5ScRi9R%+o z3DH}wVa-6@);fW41_um4>nAlw5vzZnx=!5CTq3TMXw2KK)iiF6*aai@l<~ueu9^{T zcm(?=HBwqRLZbd}^0{Wl8It!xuPrI#H`uzQv$E#z;&g+E?6=aDLk{$|E74H12Cjtb zJx{`wtB}`nr@z1@XRLP=A|o9Bb#D{ zF;yu!iKYX=;hJCevycZUAXG3z#|fmzj8p&AFg*^=dI zJ|*3^+j3jlyi5f_yoyH&_Yze-0-o*tSM^D@+-~E?V6?3hp>njpAlY?EyI9GWnrLs5 zOpttInZJpa1o>)S-ELbS6OWch1v6L=zvf?7#CyeK<@c<+dX5iTs(F{71D%_#6DR`I z8axO`<#{mLIKIZ%+%$6;6q05}!!h=k#6k-Ke|5z9T z2fRv_+Ga7va>L9xw-j6rgTD?Q{{?<^lbrLxkib>A`>LmpW38ji6bfQ-;Os*nE64~p z!MMJ`fIS@J@f0EW_3GFGnm6Mh+|H_W1xi+skK|FXPBCFi35Tq< z2NRG~IpKbu1Mpi4Y$I5T&8yO)xm~m0YtM5ORmbNKi6NELBs684B|(&8_i*ap)+R`E zjWe_e-*09hs$Qic5wWF7dlijj-1 zM!+``A#l!f*C6)Gu{a#77^b5^|T}R);=JkQR??}OSH?pIT?cI{STW)H}2-%73z7KwW_vezMOHE)4J9@se zHD=;@TUWu>B^kP~S$r-|%|Uc@1T!FRT?~T@2n>Q5F}-nHF9Q*DT z#I;Dyk{TjK)&h^rd_@CMJ?ytB`cec-U2xa};1>!g=!P5zKD5HWg*qWiS@k+i zQ%C}^P+<2^F@f)T>e#vQGZW{r=ZQU69=QmLc?NG^+*r{>gk{AzabuCgibFAlV7{uF zQfLwRYnA!yiX)XAu}fO-vBL3q`S8%%fl{7Ie&M#emj1fCSxgIT&SuLRC2++exu* zR$;MF9Qc7e;?3_TX0&ceel!pkM~0KkZFzHB!Q7S_m#uYoW>b?-9j?3f z)YOJ=AT=$UTz5uNCpMZ}QWJpZ?qF*AJBuSVf&KoXmZrU*EEWlPe9k>Q@dxMHsrxZp zd^PydM)VA>O@8{${dbDQI7yF@&(ufW(3v)5`m>9&*(I4fH{9MQ?t#bdfwhVC-Ff%^ zf_s1Zv}~zQPp;FFb0Tv%b2!(McMcYugOYRb(P-W>S+Gn>ILTJW?EuyzPwZWf?OnOu zd3$fc-usL=VjUx85A*TcxnOP~xA5`Y6VJ$F&q&_0tKiv{F>N?KMZ#9ML+t-HN|P5sLwkCQ2BW+0Y5%_Uc)tI5q5pVxIy?R1X$Oic zyW7j)Y1fdL*ItXB!d845tGc7lJvb5aR`T6dg`02s>2On~e z`o0?ard2xlmNa}ZKYXz;d=W->qlI_3Jkw}hjXw|oAok>He1>xt!o_5!b2R+8hcoL9 zUtW4}>5rO6r~b|Ql{L>y7MRI=!^uL!NvYu^WQsbXt0&ix3*|!VntwIqdkz+Q4nErb z)scMX=|bn}j7@g5K5=wCc65DyVom$$)cvWocO~zUyyIxWaa3{~{qOJUT^aTR-(4Tx z<3I;JD!Z6_f!_r3uAYLcM~%xpbvQF8J}}%hKpfBPC=#S`RJJrhn2m-Xmz!Ph&Nm+@ zG#|)Y4i+p2CCkC0kualK(W5_Fi27z|#b((Ym1RFRKWte)nfDzk_zp>Rhx2uZ3w4K6 zAo;Os&y%+4PNFdGu#h+Uj#Pz~4w@L>yAFta1Ljar%=DK(3apMcg^ znb~kCdiC&SQCty5M@Ft+zdn3D6b?rgmsgjA(c#5dWFFbRv+!9vdUYO|&DY?R1k2+l zb37bdjt`7p5ArC~JcP~cQ3ewPrZ;?&QoD>FJ9l#8d?#2UU^&n$@R=C>oq@i9|1Y6a zEp0`2o)f?>hmSxM@KiMeNkzXBWLdxs--D2Ga^akBr$X_Zq6vZ_fX{Pu9)g(|HM3uig__W%o@n^za`H!Xe6_n9u^Us`CnjM%Y2AcO(s3?HNeNNV}lMGp!oQHX*i^Q6FLe2#QgxDvi_-r!Z4muZb^1&Aw~yE?5mjkBohsQIriOIaoqk!{ zEo*hRPCuhHW(o`pGnLYVHnlaU&)@M&%{%kfT?Ol|l&Pp|Ai?(74$}S4Q0))pSHnbo zQ%1PklCsHl?(7k%rGM>&)G|`2+X*$!*6cfLGg8~G_1#k2zJhbVL^xo)&Vd|t-y{u8 z=9!ZPl%|WclY}n@0A!23sDbB()uUGG2%WL0-+YbRs9><2+?m-8$0E5idmuNl=3Tq- zNb?~1=tj7CLPf^iL@wWQ;ZHEv1cE^2i)9h_Vx zkeY;}iSCuOJ(Wq;4ocMt$Vu(~U&3iaYfMd~cf2=!YdVF0#co2|0yN>R@V{|K1RnqZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9135056194bcc6e387dddf1209687c1b7c76056d GIT binary patch literal 7278 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e48a96595e5d619444ff3e7eb3220737d77fdbb GIT binary patch literal 7494 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0825958af82340ecf8373ade6c580a9063865802 GIT binary patch literal 12741 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..547f950ff7988e28d4b741a21ade46537f612389 GIT binary patch literal 44834 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d09852badd5bd01f89091b7817d54b10ff571583 GIT binary patch literal 82713 zcmeFa33yybejnKPg>G~M-MFvDeGmk1iI;dE;stU@=xQBM6Yqfp+1-F%H+Vpe5j57! zKr(GXV~z#c91q6P$dsknbap0@vy)xTB)ge7{_Jk1ZS{7-FZ4PSkDT2ET1x&V+Rc~! z{j1*D-5{wMjpKZo2Xwvns_NBU|N39`uix?cJSJRQ>iZxIf}&&(4@B9*6|uRgo(8?uu2%gOMP6cE>{TP$a~jJ+Yd2ZKO6{ z7pY_K6|wqwL!=?z7-@_*MVgqOH`W|)iL|h1U(6D3jkLzwB5m<-Bph##w8uLl9r4ac zXS^%Y74MF8$9p0@@!m*pyf4xh?~nAy2O~Q=@qiSw1}(3wzsVK4nKZHPFhR{O+xES zCZSDiDhfO0Hm&?8TowAoHR6DHT+31H*1ze?A`FNl!YZ*}JfX!F2E|8&)$n^z=Qjku zHSjB`jV{hw@r1BWJRq#cZv%cC@!JHy2k`BK_-!sKM_AbMl0EV$tLawMbekAJJJ`?; z_{r_?7z^Ew(1*l!@uZfU*rk6f`s#6EhtMvVg%12Wg)X66=n;DHw)0wruuE)1jgPUK zf1Wj^T5d)e+q5!{Hw(L8azvg$Z%33GDLp5A9c3$D%DvaTDCHXT%s%nSajTY|uphqb zgaeun-VSPShMs*Gbv%R~8_~jr!$t2$ir#4?9Mi?8(ed+Wqg7fS<2}OBmz-~*dEQZ) z$P{_%b8NA7g1$z7ms>?Ya(aZ}(pFK%j@u;s`cFN2bggmMv7{e&e|KALjd8}|O+U7D zP#5Fu_)E^nQw*M*06h7EXfJ}RPqVO-2s~V3mZY$BPC&@EbLK)JysI-EDL)a zVNaBVMOjz`VNaHXon~QAA?#`K*`l(Hv9Mk#oJtt$S_;h5NJ*TkR zvy~p}^0Y85ToBsdy;zh}3SozYOTuMgrYPi~cyQ^03c7R;!t+8}m^H>meqTgN&j~LW z@dRN`JSe;ct!Z-cdr=xIr7C7WB*E-*e|RY`&R{XN!oK_`rM030g{*S?U$4{{ayT`@anq@ z#&Q8eT`Bep!fU0m(Jqtceo0AH_?ofZSuZ6p3FHg?_iM)dgurpU1zR!|P4!y~_Wc*cM5lWzpY6HiCS&W~K4 z68o!B?!@JSYtKX?DqTKwyx`g!jm4s;V`8Cl?_?q+UP>K{CZcCVsbJqnH7VHkO^l@q z&Vyn?lqSXsu0tsli{jgkP9#$W&u|nq8JV7fk8@bONVybT$ET>^(OAKCiV{hTi6|1% zMuv7C*Ty0`$$d16%pOTlO)Vc1ivOVt4$AI4IzgGmJ|ud9YCS#?6O(AxLd6*|H99t# zNKVGYep|tbqSIr+eo&g6o+|hbPbX6oi8IQ*%E={oJK00xM`mo}JG zJb|iF!=Ruxs%ybTE~}f!TFLmVh0TOykv_wgesu|ccu zUZD$j3GQ*1;72;%dDA6x#D@`IUGR?57&^~~)J*^GaEcACaB4D)Av!TBOpIX+T@FuA zVWf-UDY?yt3NGal<5l)7I8$hf(FsA?hDsKE{F_mp&X`KqAdFTm8Vq*`rheW0x+!f= zn?~`>ue1ekDjk`&;!UMBQ%)t8$z+7ch^6KsPM8Ujrgw79)Wp=9QA86ar8St?XV)m5H8gcudKlTv)ad(tNGT*$DtQpj zPv%Vd`tZE%iZ5T+ikmmzGB9t;xf*YU8eThi^&q_5w;LL9tGwm%z3jZ={J>Rz(^a2! zH6l_*`M-mtOa+G|rlzID@R-`A@TJPKA>f5C27u`t#bwtlI`5ns_ng}GvltfV=o=o( zDwt<&@KHPcoZ8{Dc8e)(Pg{)(MY12U9qRXvv@Pv8&(f2s5Z{792)`LHwu%>zv}4v* zF2&!c6xEWJA54g$WJ$GD^A{}dT1yZl8fZ2?&_?<#(gA!~a7yAh;M7@+JT~ZdG0&)Q zAqvpThv0tlvR#Z$r1&QeKK1&Y(jkQK&rZ-24cI~@)+>Ur@=%q&Kp~V>l4b*qKwQ!h zifWan6EgwBSb+}(CEtRBQBqxdb#UHEx7E4oUOd$|=jsRMeR+(I%Dg{#o-63f2{+uNpn&gMF4{0B?5vaV269tcgZd|b0*%Y?pJ-U_+Iv3@z49Ijoh!eU#_@PG0*;3 z6TNMbjv+p9HFlSF;-$Zmplt#u%jjsqGddcd6sBYJ>>V9_ZaNy1L!6_d!sHmd?c=e@ zXo`VDX$0R(#HW(ND6VbYFKQ^1$vj=^y)ErDwiwh3B|gH z!@7Z0@>9=alhXN##F?R?p^*b00(_c2b)Ak%Lxh-q>ZKTb??OQ&PmL_BPKJ=O0yJ5>1HD+6TE3$@-yay`HX4SpZ1rZvnh2^Gnvw^ zv^(udSG;R6@_h9;QMwY#iXn%TTPa@g%pNa_X*Q)Qw76+MFfSXHQAgT2Wfp8{pJ2b{ z_*L_4ARX9*x}^h44lTC!l;%sR_g#mvl>1GB^Lgu|rq?ZBu>q%Y(qHjHD>zrA(h$<` zihhXZU>K{4iiS^L4l`0Bg&`Q8ydX;9XjmCULmm%-q21D%;RL7(hI`8>b(m%dqK`+XW2q#CbjXvfL(7UyjjiE62G0!n zjL@VBC#K`4(JII&nG&axYI@;`WEj=yQ`)0nOHx10!hNSFCu4?mcViaDLBEcL+??~RF32}FuUii9T< zVOmDi6j?JJhyto;Y07{i+_#q#lZM*JepK{}5_%I4YGUCr(Ap_68J?h39aL{vi9L}3 z4gd^H%cK`{>^8WHrz7fg{T*^WT*JWb_z4y*0 z8dknoArB>3mxm6V-#Y_}OrQki)#i%UN-Qm1+6F4O+$21Pwy-f36CHqvcq^(|MCf6wf zL2PLYPXH=0;4zU*^rph+6O$LUIm^nbP1=);ywd^L@?aHEHNgP@AT9%Yn8mE%uWDlbC`*Uz7aT!1 zpA_R!^m^h9_mp-cJ)kheY3Z+$QffXd#}$iJrbe9Ho1+A%W`qF|cPh!a3Q6Kb&;n<; zI7<4<^a(j<@Jl`g1mVZ{1HOI2Y}#)=Va~W7`<2E_Xh+t)Gw0r!aqXi2M;=?Yn(SU+ zjdt%>hrcxZBX3QldtXiK*qZ%>)n*|Zo1`d%X-^$ z-uC4xx7+iPwZiWB*aT;poKNaaf%?2VkgsV6-IuR!%2zeyn^tFDOItacA`^1-IpcYJL}-WyunfBpF%u0}aS9Uqx2A?P& zq(4^E*K#WN^pl_bq@1_rm#juBe}7GQPqXz0&9*&Z=MOr~aL3@QUJ9ml=bxc7jQl{z zI0po)Xp?z@cEKq+1mfR$zz?*854ei)16|+;f*Yvk^6B_}K7{G{f0cOm>cTaCpigjt z?`RPM;0;#d*^lQcJO{)oygBez{gTZ{6Go~L5=2N4@j`N}5T0w;H?;_v-GHwlB#Jqg0cKW-D6(GtzjA88R=#Wpdl*A+nSt%%=lh~I|z z9qX;ovtZ3M^Az?FG@38c4JMaCxEpmFglv~So9UF?&4W6y8#P(lUM_2t)a-_acMF> zG*WP!jV6Sc$QgwUa@Yvo6})4y$)q?chcfbaOh+7OOjTlc5a9t9s5;v2#!>~6ZyL2K zQ5oyhroIu&!!mrJ-!8ohKVGN>dU_2GD$EKcAeeEQ%EVFGnw&$z*^dFap;XS}4WyPF zgaeRNX{u`hXR$)zK!)mx-I#CgBMxLkzOEUsV3^E%84X&Vv9lRT{d6o5h1Fr<6=qC< zC#ZCorZSg@aSCRtv^vNvpMOHpn&2?j&XtM}TrD?UEm>Dv&efK2wP_q4$;d7#&(-;C zyeW-G1MU>-6zMb-hkBCM1HKFp1Oh*gk5V)~=f8ZPBG$l>`7at%s(dR`OVD_^L-ZfD zvfO5Go1~(aV*GE;4%6jI6w~PFzre?grJ#C!nL=LEj)cNABx54F2XIxEpnT{Jva$TYlm0ZSEMkyJeiUkLW2osaVC6vC6WVGV(NPh;uJGF4w z;JWhs2mbb({`RcDGw1KjxH^CCMFlRNN?k4~>UBd=d89o2B&v96q10Y$M6j{fG_gZb zE7`#J6iYJxUCP+2bRk9g*YLSRf-&BK&*%IEqduoH5U;hQ41eEH28!};;Um36&dMzM z&t>SiXn`e8Pf4MEp9-Z;K_%K>!q+%_I&bCg^#gS zDWSiic=DLUYK`TP;Mvl?tiM0!@BfU5MZtC!J!Ke{ZluqKC3WiG#<0|5ZF=>NR3!=^ zUula`ym0?e!NsA1n+7Gr+=@D)U`pX@efA7Gn!quKeui_8~X=xt^*m@0S#staA=wb ztY=2>VC)&GL61e>rzn`HN=lDivSQ3gzm1WD91VUQL1j@%i9%+43KGKbNE6m4neNM1 z_;VG_%O6$i~oqe1%T zP+%xYJdkreka0bb_gBw*N)ZQj;CwC!m@Nfic`>>n{fVJ26b1XdOi2UY-geX9 zmi4#i{OuW6J1b_voHPI*>T@>4!+3bzq$d-LrLA8wLyxOqXJQ_3hrRefCefrn#j~D5 zlZe96Ml1USyUt9>0Q^CjRdy^rn5|rut6Y_FtzzZsHmH{4LHC@pxBs{zD3WZj|ZU= zXpX-}uU0^4Mi@y%asXbXB#CGMiI8xKkY0&UN$ES}5Dp{tz$v&X#i%4jFBd# zzAzzPlnAIw1llE9UZfUs2&Spyq^IvEwm0 zDwi#0d-I}=z9MiZJ0DpQ^wQ%jaM@wDcP&~eu&dZ%LG0twAUW~y!WexO)*M~pVN{rx z;a<_q_MSzSM-L^WcTk4A1l91b&|+q4Hq}A1;1$kdklmI}3lS>tu2&?cG$Cq0Iu(KgOPLP} zRVRTMK@gq-2Ww{k?(lSKA~un_9A=uVB+%we>Tom+2{%PzLg>?zsk87R^aqS_FuC!f zu*8S>Qn(uhBz;ke!8N=LE4sQSb+9J58;e`xhgx{j#P3k(kzII}$is-HJq#bHsOc)F z@~5$P*pwvji#1kOjBO`qPn*OPR{ZWv!TI?#2gZU03ctuj+eyqdx4GsbZy4HAF*(IsW{iq@ z8cq>{MgAqDfHTUQsckkRTv1d6Gq&-jt1;_p&bgX_R8fn8?avUc$CobNaAaK%=3EbE zlz)yVc*|k|4^eq&2=YD)(^D5YMN9u1}^2U0hGTy~Pd`3O5%mp77Bxp7g3)Jn2Pov2U4TR8)XU6RGr(*XkIyMTI9%pA*MY(8vm(W;>n2#Lm_y{l{A_Xit60|K&o{=gRWbNPMVCZ z${Qe`RDloa`YK3jobQedU#6X$1m86LRK{9m#Wd-c070df$Vrg%WjG-HFVOQeJ-ei@ z(DPTxnTJ!T+y@0Z>^A_`ObT1lD-^PuLfjXn=+r1dH@1rR2c*BCFg2}})z;D!ZwOSbF#-+MmeYs>nM-@VDx8 z^?l%PKEi;~fxGRe_?+;!YGv<6+Kasu)^wGOzXj95yWwvd)(1?^1=9V2eZH;|c6jmiK8S!yQt` zAe_@3ggtghDIEr;&Q{XKW=JBISIraHDK!4iT&66L(;)P<#qieg>BQL9XD23yDA#8- z%u$)|rD!AJv}&kaYLZg0rG!=&Ah3)#Le;ugE)15ekOzfvjtix#7N7L~1#B^3D;Wny z_sB(tROPcVq|5j_l$-ns?T@%eWmFY(hM!|^2io4STjB1gdiWS^!#U0NeO#CjM1fS) zB~CFKNEFU`QZ?uq=LzdL5f|9+GMOC0wvALDt+)Mn93|BStv7!`2W$=hVvEgW_!nDj z_!iB-8(VCC20DPS8x;tb?8Ey^AX>)#{~J&iPAN#KEB+eV$x<22 zhuW5_OqER^ncS7w@d9V=z$YP-x4x7v8AFZLih)uMM4oz+& zItA-?L>IscM2JfZffUGsjR_8HT5v-OFWS&>p&}l=q;A~y zG95#hpkTBxNz7H2Ewz9u=2?pup!|lN3=@!zXvSd#dZYO4Qt2odP4bQEGbvOdbHz~5 z=ot2*iV$PTd-rH(o}vcuH%Q2!2JkREX6lS>po)b)rg0la3E4=O zy^ify$he@N-N5M@#8xl0l7sLv%0#AoDXSW<$QlE>#5^-}5X~LMzG2!)$6Ilba8|BOH`VM8Hh{B^UBXN0WgLi16;y4x7k8x1nrJNf zpqoTxYHJ~k@?e)XAz=8>G;4*i7}DlZQ<_1nwBH|q)0855Q@*-Pl9jB4 zC2SW>+-4Xog%HJFa+RpB+8~X>o~o6~MiZBE>^DcvC=l7{Lg!&8JCQR=^DB&Q&<@;! z4!T?$#Ol7@Gq7g`Zm;t8O?(K4+p5 zqa3J2MTwUzft0?{4i{ws>qJB%=!y)Se=Ii5k_9=T+iwm_HPju_C*&L;=Rdxg)HKan^j7p57k>@{Lz%sVzM!CN-@z)Y_JzmHE9JX*FzJCJBk3hlVX){D|<%>(`m z`Xu=_N`U34+Em~C`s~+cUwh%|3$W5cN@`7+iryQx?^NQpY;pK{@_mE3z8&wSzIQR# zcQ701UT`mNg(xi4vY5)Xt;q)0+!(wW+>r_H$TxLoLfy1kapzAyahgJ;{^27P3E6?Z z@PcjGidWiV=rz?gzW(Ibo`mXfO;4_-XWo-v_27GrnSp%_z$~V&UCg?A^L~OaZ13lr zHM>2g?|VGE>#X0eHN!PbJ{tIJ^3e$9n&ADGnGS6Fod&!pH^TT385-tXDZZ73DXJL& zq!|g%)F^|NFA_t%^+T9=Ny=`H{c+gvDBk=1WksN@`@;yACg2qOqodJ80umhB1D_ln z1(5Tf5SaYuc;H3hZr=7##`e(d&fd8r3-ycL zSKBhSUi@cmy~{SM9fD9eOOIb4&vkEN&+jvh6YkGExZ|%ZL;M#KX#ZBV&H)SiH+|xWftRTkE5>;IH|6qGD5IG9CTXA ziDLq@2+%@hbv3mS^d|P-#kVFQs|z1Q2XQOB5XwGp~&kQA+_qT}gp?7xz$c zX>A3j1Qn7OGOkuu7HCOUP!j=OQ+dY8IYZ7_a@Y(H(-Xs8*wkm!{5<)^;OOlxk@BcS zP6K83b%dgAl)q(*&F+HfF*uc`!J%cV&Au^z3On3!CvWcL8~b?3u7`hEo7;7wC|HZg zpS)&!8=tpreBQRv484cL`+&-6n7SkvpzF@B!zrD*iUDjPi0$AuY(6$jUefTwgmpoC z%dXev8uzeC?S07?@lXmvh<)uV^K~WD^YVjgsGws9U_jD~>5r}75g(iWm6-lD1)ppu zlaI#e%czAq{Vz^11+U&DH>KGNC@>)#Fe#@XAV*^+yGnVE!`L6jY}W9^bZLbR_HcyB zR8q&>y$^#ZWC({RY6K)5Q!=45BnRu0C4*1ptb3ed0plvYN z0kc?Ci-J!{pB0URO8B}L%DP77&(S;P! ztI23q9n&`B4vvJG?Oa#W(F;W0LJ2i}x+RxV1^qp3hu{a}w-{{qTZiAaaC;&+BE-Z& zxLewUZwpSj@d};^7>NO@Nj4b&93j#c3a%h!nbCMuIzK%nktUs_!F<^mV=ein=?j)P zi^P^Hwgfm45N4Nt6{tPM$7|6Nu#v!A9A5y;eG)L$w=Je`YH;= zahL)y`S$mNS^w&sABHk4zP4Z42Z`+B(^>DToOe~myXtmT>#`HZ6hXay;sL`#v*)?u z5>oIfqlis7zK#$Urd;Y+*$AJ{I#L+t!5UqSraHwaU5FXfImC`u+QdeQVOo{l=O z!gKoEK#SCf79*pGG*%^?Wdm!Xd`k%%b*(h?Xw)f~2Db`OsK5>yn6zW|k7pX>s>owa z7qpLtTPsq=Xlvx7?V%rHv<+wLhI4hp#@#tYoiP+cMZDl)q7lL%2vK{)**QnP?2?>% z;ykemZ^(~dOY}|2l{PQwN1PgNocqQZ4rT)F{d^RWVUZU`r#YXS&sAzLPDN1h6lGzm zNdfy;E~Sjx!e+#t2^m|9<2t9Pp-7#RVP=8Qm06m056olQwPw7nx2tNdHh)mnb+f8# zY2dWLuyhcB`pWL2^h5S*n3UU99@7Kua;86h?}hDn7fJ%(aYU8J%&6={`9R?B}2-kEuSqTtQD>Q(fEQgoF0P%MrSna?G^0fl?tea&EWY-;q+Xf@edMr}yPuv0$WfPf zHmx9pIfQES=qx7tMvJa3^n{TR^v9)N>4Sv%6)p3`-%dV>_*mw_j%w~D_D_AjXEj0G zd<|LQ_T+2HDo#bdsfPs?(}6vQzdQc^NalgV*#{2i9yrYC!Xr7?k&N=sM{#+et#&C6 zWGf;Gm*7)+rOiMC5uzbh#_jx4hu&hT#<8X0phNd`#U2_;X|~qbIr`m+D8_}FtxYpkx*@{Xn@JiVUqUXRtplN4ApAj~_hz8?`bZ|wn+>eb z1=eFPafSa1ZF_PbG~Wu=<$|3{`)`E4)A;_#KYJ<@Jedui%mq)*@0;KEqhQ^leQD&) z$a|shHD`hcvcUtn;DPylobd_j*1a0LbAdm8;O)8T?O94?y@NULV8%PBS)Re7)lJpy zfip5Ze76OPtxapFfo_r$CTATv+A77G&rIo+U7)@~vB@DWfARx7V45g@d0S`3)`E%FyEEue2Y=#vVigNwN%IWKxM3GxXmDE+VCIe%ntM8Yic(F>FEkervhqR$ z(w{7+K~&g)c>Ds>z=7q)fhER)CB%U7=Q0IUU^BT)gi zK!_>1Myt^Soc)swN5dB;lCZk1$pXp#XE`FrgdGApi@A@n2%xVK zn>4zHv2rm9$oOQRl)*6Wa(Kw+i(wQma`JYwN`NZJ zvmPLb#c+V4TB#_5f-S5VlhvQG1y;Zos`n_iNL7jSmkA1z5-mp-8asg&R4Pb9>mXqV zO?l5UrjoeS>FhGb#p~h?Ykqji{y`SHQE%RKl}cDIcDR%gwHLZEwN<9W@M) z(mvAz**$?rg)6`ynyf*=)hU>?l^+5k4Im*P6$IOvTokqo2-X$s%nUKks8Tqr%;tT$ z@rJ#0#DZZ-kjauuT)s+!4%{p{#sZe?iQX;uu~eSPAJE1f$3VVLqwcFnWX|*>e z$KGpyZ{&N=WFI)1d*Eokw()8#Q{9noYWwCxzwyu;JFo4eLq-Phjsp#3m(CjLTMl{x zo{vm$J|<_`BlLhL{Cz)(nzjLV9TUQ|IcftLb0I*_T@hBnT}rbbcAPCZEL0LmOT7ynHk` z4wB)`%83zzP<)vGIejhj2pRQvkUqvicR0ST9Pv?K(tWb1|95EMN0A!L31a&DGSvqc zc%413t>pm2;j1t;8>E*}=x8-oT0RO%Ur1e~qHM_$aj*l_h0Z`@-b0)VBLiN?KPnaH z9bg18!?R(gMovc64>XGOG^_7gRN3ge=CO6hhM~3Nv)wvwx~>4DVBlzRS1b4$kdoWoao5<~~F z?sQ3VHeDIZ{`(V5Rgi}p2_?;rKlP}}k${B`jU3aRsAwe1bOEIN5uKXC9vnQBt3Q!! znv6xSoTMp)T-h`cGsSOsIsN%er9G7Z6ocF7S3<-1*XhRCO@Khv0GDh+xb z$N|n4YFKfEa^$NVx9~;GN-kbg@ksc%@WV_s-62AX5kW-u;F(|8ZKh+h>TzNtJXlGv zqT6?7e#?P14?lj%Y*NcGuq(zDrS*riMvZJvtSUzd=Cbl@G>=EeA!Xq!ea}B+)DJCJ zG&tF%=ax2&07#uMs3)t0(Embk{v^Kq3Am>9rh&a?qJ4Vuja{IKjEXY(`p$fHT|U&5 z4>r(qL-(@J-n1Zf6JNX1HSAXgG@0oOnr3K=itr5Yd^W|M6u zs4P`O8bFu!q4~j#tiWxWM({scFj}9wVNd+}Rs;xY5rmf7d)<^g=8rqjo4vcJUEU21)i0~>)rsKg(aC0`e zITzfV@ov6V*Osf>c+2Zwu)lox%Hh11kS+X!efyEqR*#Vl=VkA_ZGId~&f2EMk=LG@ z_mIW$nM`OS{+BNBJGtAxknx|)`cLNkbgm+w01RIwEwb{n;45f#qlkB|57efS!7U%G`ykkLGYENku6uK)`@nnqzIQkq zJeUg}%yP(0v*}F>Re#; z-?A{oB^{v#At0nj32>$cPAH_#7$-;LK@dsC*$;P>ixeuDwKaY?IT!CU_(WaHl^D)b zLNPdc9Z5p+8K!@OTAO+a>!b3wY^fkl1v#yz<|F2O|EhdbyIyjVZwfC5Yv>dnI81ax zFAh^z@3NDgAZl+|cGHuGL?{*XtFJo0jnkBeS#BO(vC`*1kCqoy0f zPrVc%ap!S(6_b0kV~gu-3OG0s1Rm6_A?J7K1uXJm-!3LxfxWO8LVR^kjc5LgZQ!wpByGRVl@dE;r z(6Yv+YEtROR)M192z59zO>~*dFiMHRrir|XwDhbpIcJug{Eb`ydAA8=t$c4p_H{Y_ z74M1LI}Z%gNm#6!g_^Qu;L42ZI)V>rg`wY_vvBSuM)=GaG}!@0hrNRzzx2WZoAf07 zB|3#mQy@^_s221$_)=mBumVT*xNq|a`l{%lF%|i>p=L=^0wd(t3tcVXyxx5GRziV0 zij@QI#qQ_Shkm6dT#B_F;h07xaj6RHwOVV*W8}Z#$Zl)GtzX|~Eds+@wKX1Cv%0Qg zdn2$`@Y#^No-ZSJDbM^$6F-L}7+h*9Z3)3x_=YAp0u6r->}X)6TUR$uFTIEW}kH$YF4%$U|;X1(X$uMOtp&o zs(^qa#SH(Qu`}MGvW{ytZUZ`pPIK8%mO3}Y!DL1P&xpoP)Sn~TP07d)Er z9)${Ra|c+I6WO~t{Gr=T;Y|H5{=f8?`gr3(^>O~tkARaOT6!eoUzPQ* z%K0^e)7AqAhF6eee1Znn=~QTv4Az-uv}1X7idX16a{e>n2j9Yj0Y9)4en3vZ6s(;) zLc)pGe9tP9W4K)qEBhigv2eS*%xI}A8Ad~_YRX``fQ%&?QBs_`i3w8~%t_$2%&=)J(`xeA z*+kvD4M_pyZ+Yl@jhQXSzy7c?gc_OFbZAp9v?+uCM;=p$(T;RUk4!Z>Eyv7EY2uR~&(u7{6km%qV@=NlS{Q@5XPzDX%~Q<%{e#fJ<)uh6Vg` z9S89@O~gG1@7z{Ojr2QaYM5Y2U2XX!gXrG8Q-VDk)2G_vE69dGIlOf0mRklnzlm~a z8_HN`E0iHE!CZNVVnSb^Rurx}S;SA~ioy+LI-KLuN2t4LV*)M8b&IxZmDx~lF4Q~k z&Uf~{xi!B4CtuyYY`2nb4ji1VOu9K%MK{MHO`~0gp`ElM4=haey>G;o28u+^Hmcl< z_||~9x(RV5r`AGfDx9TGc6)F0`v-E{jxVXk5AIPG0waXwmbRJ1BUy%%^a$+!$i}!yPiP)@4{eI__`zn02S!a(bRL>}2WE zt4LS`&um57g&Zo<6>z<2I~D@_tkIue*7Z%J+VhRPJ?@ZwI!Sx%ivJKJT6@(UjoQ%d!aN#PfU1PvOckC zz|i{>6p1kV{z@*>SJ$TktDjCXO7?bG1Hg{U=xLY_lTOmdr{EOaQxXWzBti;)wKYb8 z%}q=ee3}RBdvFz2dD-I;+Ob5&mVtp3rU^&5r`c!bd+6%yYg03XRc{; zKCm_)_(F#LV~Y;tug#T^zcyFCd~|-_LeE0aCtg!?mlE+%CP4pXB0{Rt*t%5p8x4yM z3%eI~UpLRYZ#Q=0#K6XZd4IlXAXC5X`UD*Hf8HlEzuIrHh2Hbp@vFz@_vahimb%^; zoIipMW10E~ulK`I{~24Vz6rdkmVr#;Zv0<=g5Te(<@b62t@`H0(agq!nfiyb^$+Lj zAD;K+{d58fTl4xY;7gTX*>BR&3zKu-EBjwkY;qo@{vfS?!^*BR>v7b4!mL^B$Tx?% zEsxE+-mlGVewe-7cKep?inWhoa~{kLh_~I|LL?t zDmWrV6G>PTKSgQ|G9#)-SfeetAz55+O^6qtw|qnux| zk}M(b^0k8Eih{-`bslE0OQ-%p zk+7v7jmIF^j0LJ24(Tz1H%!3Ico7VMsr(6p0xXL(g6QScUmMHxj?Aohg$C!-Xbdnb zXcJy%Ca`WP_2vvon*&@!!nuilgK@6G!6=KOmzuDxuWm1k%C233)quTn|&v69T8H1wCZt>$6`xA!}$p%dN)B2}}PKoygDmVw?|}-39k3vo?x3Kg5b&#S1-KV62hwX1-Vo7lDaPk|MP|{*x zn8z6PoWShBgOQvnH5`C;v<@>o8byL-giGLPN(2dtAkU|+?XhV5v=H4f;~Sy&R9^pg zWXJ3^&Y8Y#$0qIY`fPZ8F1&t@%Q#?nHo=fN9 zsa`}XQH^BS3@tk~NdI8uMWR;bnZ9uxQ3DlBY*FLPTy9*Gsf7%ZVPAQZ$q=lzeUr-Z z1QKN0MY0f=_L0f8Rr>LdskYVd$GYebzWT*izL@p5<@{|KR~v(>V`YmT!Usmh0>M0O zMjQ6;r6GeC`lUpW^BkaDurk$)BlYl~&*XjH(^RH;gCY z4KQ^(=-Dl7B=dYTi~Ft(XYbVtq=IVfB()XPn!o7Rw}ZZYc$=)G18N+drQe|~pDt-j z(jHKBkiheTZ7wcUV2#DMI%0o?6n^$uYRPAxH4LA#(PW}Gr5i$4K7@XU#u3{fSv=Yg zYJ*8uI{G)%st@T}b!VocgSRTQ0(N97y76*#$I`wxk7t7$GTsen>{n-BnSJ>M47<>q zIOuw9#LqOEjBph}t+70rnQRF~pvkoJc>X%&^LA5lH{q-B!=MxL*SVCGpd z@NAg0LzlgsXefM$CROQ#8pOm)O-qSncMw>$9N^xzGkM?EUqy=2ALh97vjV$}=e8y(Z}oh~>>kQ?>m(-qV^+A{N~ z>2L$n)-{TP39rcC>B{NK2+)RXI2&tLQ|8-mz<%9h=CG3X>xeq@9jaIzE*Ao?vN zCH+$>oP$r8U3e~dI17*T&I&$?ry@HAKMzuwfZTQ+jcm@v;|x3^*k?RiP43XlBDE1^ zWz%4=uj)#KxN;55fjO9~Uz~q9A8f+Z^EKlY2hGc2EW$?=^KOktFmEzZj%} z3MfOJXuPwF@t~NmejxzQ-%RtgX#QHs923C*;j(j3n}0OINE1LFPGC5f-~x%sFk>G{ z-$4O~0qvP$B;yF(fR9AGFBE2x>Wee~WOeK!juExWOppys%3IT_w9~{Q;h!=>AJW18 zK#(z=-CaQ98fRftS+%MS2Vq#R{NC(ke z#h6FIfi}UXGZn0n_)Cx)XAtRwUchPEmHagAtg97gYQSi8zNMX%m>cu0&{BXclMMT3 z6_*5j)!$W?Jw#eWoIUjC^b{tCSVjdu05zeF5YfbFpD8abwGG#vBsBuq)twkiNxw~= zjr3&=ISkM--sF6_UuGh=JS zf7aHRx9u=;y#{XkTQfHL&w>MHTXnm;f9}}A=EeP2@e!S*nYH!jZGE>x^>YX3M>4j0 z{AX?TdE4RJEgg%G+}N0D*_>_JoNL)U2XkQy!G*Df`YXd3+h+V{ZJYD9owqxBm%4A* z-rMy4bf)82w&Pf?_?5 zn|+RtOmIFX2MJ9tJd^Wxk*wdr90cMC=QT7eY+4j=Jdz1+%LcdQg4^cy&u_}uw&6c( z+m^T0(n0FsMJOKQR_wS;j>=_=#lC706Bjqlq5UV7FFnozkqbq$A=>7p{nvJq00L1J zM~zAzUKZ7Xg8}N7y02k_3m!E`jY_@&IrE`KRxRBr1Zp%on}BETus1C3r-ZNyDvlbB zJa}q;d&9z|CHvJEmQ8rn95pKWcCd^q?Db2o>osrsv2NJwHAjs~zKu3J6fRb9_-JQ) z2{G8!OTi@XJc~tN; z1rIogZrEIK3x51yTS2T)G6ii?1;1+if`Vnd9@Z2b?9im3SP5HcHToRD%d0Kny@BgW zb{P-`OAAK08mVGo)nZV~4e`LGEQ%MBR?*Mu782WucSar=J42qpBy{>zt7Zf|k zJ;LgjoRMy^=UlHc($pF}jua`)HP@_2ljIm{#lCSJNh7Qi`-SzoTsDYZ!bX%_Z&zO5!81*X7dI>siSz_$Y%Bi{TLLE z!GDu5j2W+kjEMID6rYbH>_Pea6L{XNj2hudfndeT<(F$O){IvQCsCR$x?VVil(sU1 z^G`{;0S}_TV$*b|Y1`v;YH~F@D2@)ZQu#`-T-cYy307sakx4c(38lNfz5Kyo(nTRs z!g3%Tn8QvHP?hAMYYmf@$QkO^qLjd8xIm=Gfmp+! zCb7y5*~^AtC>9u9EEZ#h$wzDogW=1Q)4T);GD}bN5-{WNvvTCVe%;x}vL6}R8Re1z zoh28}-!^1Etg^U?9!lyAN>DyZp^2ZbHnaXrGR5pC;?g;TvcMZy8)1`|j~l#larlr)XGZ_rsDWy%T@ zu$hGXO8VlbJZKj(w+X0B!D2t_`f@4Dy{yCpsmtXGG*oZ|!Xy~rQ#dXu_3X3Zc=R&K z^XTwEV>OI+fs~{uQ?PPAQ>KW2x1<$85zIZG_zWd|7ooBI;BudfAv7(`aRYfcR2it&w_dX@BqM0V%MfX|n@}O&YA@ z&;%@FzgDLuJ3JyK0GQ5jWM#*$12`;+Snbk9a-N4%s3|+hrOOnCqt*-q#^{00;lhnM zitFHo=f}7j^N{`pk*1WQ^hfmcFUeuFEqy8dF}*Tdt$1J;IKI&TFqxeA-MJ25upg{~ z`8>cY$XL%|u>Osx&6mu2ZB1jC-kedoVk&sQVxv)&S;1_-vb-sO=zE$*A$Z_d+JiTT z^2SaWrBbs?zfBmtaMXh+eSYC9sv)~l#1xRPv>8Wu)+uk`SmE&<^%Z<9E3Df)(qyp2 zt9Zj6J@R}<%@=8_#y--nsS3m;6-IWQ^D9q?rF+)J2(Q?axR zjVbVm*o2XYgHxzrFQXIKnRH1a*0@BRBI!@iBRIzZ2VwFO(XfPxR044YYi#li_Q)Qh zctyp%j}d(ZpCze}ILDd0obUWFd}pdoC}&0~=dul8j3sX(49vY|Q=nsM_f3CyhX3~- z%=)`??Dv&oGdHvgVHMk8mEe${c8*vCv7rI^zR|_gR-`Qf)L1~i7(yUq%NHwr1X@E zacxyWHoA3n80YEIUNQc)Y7krylVj4v6j{K+>8XgoRWkdH-x5v$j1Y#Rl45K;+^5>d zEsAH%1L`yv360Y@(mDy{U2+3%sGuIgYC@$}t73hn_v;&-; z0IoSkICcy;3C|e$loo56m0%2@XELr9&)rKjXc9DYd6yiZM-&-t)&judapzJ9ItN`wKW;6rlO@`1|9a*;ds zbAzl~J4zFxzLSH?=hm+kpQ&e!O+xF6Mw5&fQ5VWcpRPG&++`3gsGRw$Rx%2dmYx4Z zC<%2ZS(Y5sx1-YTXii`^(J;8>A{|;RYd)wc(Rh^OY8aOEO8^fL3w#APW+$1MAYyg~ zpq20ifN#AP(Vyadrde&xGAqR}0a>og`N?{duP#%!JL}z(^X|Fjt$F##l_R&jtyyn4 z=MCTTwq?ETIdA*2+fMt>?DGCI0}!M2+=|~FV(uG-B$^73a%z-Cx{3IFDR~0%^#!N( zWhS5&9PLbmV4Mm|YdO<^x^g+^4`*Cq222gba3BgR#sVIU#UKH_9)1EDP-QYp^i9cS zgqB7~{8I_JEi)|yXwmT#*pdr1C6d{wur$e}J|yp;br}0GGW6)+8*5ACK6bXG&!{KM z53%>>sGVL$O_*4$vYKSIW;dAGa7f@~yH@c*{lLxofo%O?u6{5ZT%8NzKszOh7WpIk z;$!t&EuiR$2|i0d*J9nFUYqaPX8oUSJDuORn0Fc_oqyLmEVx_kENbBJp?z96NqHK@ zte0%(#mmW(K623~qZ2|>hvO(-7t8h(Y;~C3gKAIp-K_7+)(_;+U%^$m;411V9)-nY z4)xR^^;B_y7KJ^@J+*Qy>0hHdBFVZRb}fJhW8X3&VdJv; z0r%%FtOAAVc!_b4Qqu?P_TF5#H@j|sZry(PW@``R;IhM$mYwBOxO@8gy!bPl1m%;` zM^4tFzVq(gjn>~<1LymVw%x7H@3))b8pZ-G8*I55#)EN!BwGxFTwQ7qQN2nPqoFJS zO$_?=+h&?hk-jBEAf^=TN@1RiU_c#5Lc>sXp2MB5sE^ZAalewMZk=E{yI-bGU5^01 zo~8*x48W@Cl|!!{f93enzWL)>Z-36)pHcn^@(i$8rHd}rjkN-yCdO8{KLrW>QmpC0 zC7bmAODJ*aWn7}UE}5)S(Rd2V>g5}680G*N2J&x_B11z8l@m#j#K3!@7Ed(rzbZFF zDEf>~ous4<{|YrE*Fhvz3-_y)uT;XW73fK*6p|WnI_GEY)=sT^^aF3}O$D#Yc*Fdk z+P0nAw*4+`JA}NcZI^H_y^7l*4ITtLp;LMckxPa|1fDb1YDGpzL5hF@J-UF}NKeui zN6C4L9NLd1Jp*S<-ver&f3|X|8g>}Itnp7H;bNU1c&mL>)f;1IMl ze6PA+alc$~rDC4_@dC#YEG5ZFk;4>C_t4WcIeX!Z5yGKd^xTQxodSBBD+j{59yUhL zt=F^B(&iLZSH6s@oY=^%vcOCxJ*{1=bZNvNXB`Qsaw0G5Ts=Bf-?U0busfS}6dR|4 z?Y}z2*X5~32Wzl2K2u6n>wHdSjY$XeOu00DTeNk2lWEqOHt#b%U5gFjF0LY(c3v`T z=ky5H86bCK7L9>-rS5JDuPdv6VxkkPlU>+IZaSx`r_RFqA zA0-k__>!YPsmvsHs4>n<-mOIfmd`PGE)|01A0iKV&e-O|@+BiWhQeu7A7#i?IKkR4 zm9~s9gIGn|9#qCUw>_HZQwj`G8zrY)GA4?IM}Vdt+J|z}1EXH4G=_AD`$HcXlhAQ? zkPJu`gVbT4j_*VJneaK=h@qsVW0e?_Wuih+7BiKr_c3fxiciP6tyP1p>9m--$j~>S zIZTkn)9Nb{Z>=3#r|aXgmedc?-~h|j*tzIi*`Pbg9<nmS86&I)!mGPR_VH0_k(fjei?{xUpu_ybGf8UbU1ksJwK z9x(N;n)mQsx=`Qk`}Th9eBmpfZ~d*7j&E;Ry7aAw-h3$AvM$%MZo%`D+YPPrhi}t) zHaMl~_4wD~OGj?ZEX1?5dvdjV<`2#vyzLFVdgPTOi_WE)`6F5H`kZ%t#=D+&;%~`S zV707pH{PmhSrnEIUVl1UwJldgCv*DNzL(Cokak(sTIMX!HvNSo^p_8XGogW8XyAG@ z8(PC3;V#=Lt`(oM@0kOv(zg~!tKLrwEqdZ8<=vusOwf{!%^zgvapBg0;#+-<%vrGK zYnv7-=r13rTY%}zrK)V8lkI)(WInICueulT2NYQThV3f(fxB_fI_nSC+4gL5{$R5i zu5_D5gGJI7yuX0Q7-42~(Go@r0lnV|qw8LWV(P3tZF$j(g~*=RkhZ?K4xkso{E~Mx zASS=kIu#y`buw!&ukD|xC=c$__Bp?PnS=xjIlQCh@+I>sh zF*to0#$ySZQ)!37jLWHrp0EmX_%xk>F;3doLqLKttm&Dh1XeF&DziQ08vJ4@g;FNLW!Ka6ugNO^nTj6 z+7st+*HzRG2f$s5!!M9Bo{>WdukXjsBdJvY{bfz+yob$EdTI&tlM&~~=Z*;P4Nube-NRb~=JO3^@%jEo+ zoDa$QYjTL&GNz#F1g{A?GPq6654f#TcW>bRZTUPP)^{w;GRYMcAnCz}tQ(ob7kcV0 z9eGQT=wo!_9XI^Zjm;ps=5Zns-lV@G=ikG*|6)r24{CA0`Px9>NO$l7%g&GqwF_&D z3jofvhAqLP^fIvep&D4cY8Y1?kQpAqb^%N}Jvk@Xmnf%_tJu`JF)dob6l+_sdgT$E z@_xNe&0lKK@6Xfhe+jM>Ny_ERxXyvQ;l^6mj}$#T#iRqz6>{n=NZl(x`wg}5tz16r zCPJEN=Um8Omc2+vLp#a^B%zBDtTZM{E)ZtUcm2jv&$<}FO5?5M!Vy~~@v%DVv_3T5 z4(y5yz#M&*(Xa(9h&5@+roC9pT|)J{LE~BuD`FOZPfblq zPzvjiItJmK?w}>AL(-p&M@gT?DNWGu1L{NQhn&9ViLyfQeTJQ1huokiC&Grs_;g}y z>$4M+LzJ^l_mL6=wLQsDsS@gu>Z^vzrDq3hC@oC#Xwo*I>fKLHv|_{XVlkD<@}V#= z{}V!t>ZVqMG#_Boo0kx3UP$0RasqveWOx@CF*H=kkhYqm{0SGbe}+nN?BKJag3w(^ zkQoGq*`b8VAuxqgeKflM|MtE;Hm>u^@6L-eL(Y?&84e#q4&S0AQnDn=v1LgXP0RM$ zqK#NdnmDpVOR^$c7L`lNiWthF3u7~O1&499$gHdE&MuTJ0|$jrbO8bFA5D<$-$U-* zYIX{@+;;oN0!4d?FlewSivE7*o4F5iC@bCU0xdcmp7~z)-tT_TbIx}jqX?cBQDQUA9iyMCX$i zFFWq=?LPg6GA;N&u=&m7*61dCe(kV=haVXQ`$UW_sHwY!W^hX$s0)=5QxT4?Ns=hF zY3}4|Psg6B&G$f{1ZEuMFzo7Obt&#Iv+emkFHH%WDVPh`xI{Ki>i-SZ#W|B3hpEO` z|I=2b;Xi8{rJ+)dwFbt;{yR7LM*ym!Yt#B=OugBvpP_2(i!iedDTuGAWIe&l;A&fj zrj5H+y%%S6qAmJIED)t|(ep2T1xP4FlenKWr+_Eq|$;-M^CEZvZ9^7>NU7)vTNyEw}Is%(R@_ zdq4NsYVNUn{*~NeBX@YE^@!1Wq#QW{0}?P%IQ>aaAqF&hY4XFvg~P?KF86)%TJg2d zBB`4vDv8<85PMmokzWs4~~5jN--go!R>`6`j+!$#(? z8(F?eWO>YpjFlr}IOl6k-D)qU&$rA~C6pT-bh*3t}rHvq> zT(E?A6^zpBw*1t^H-t}(yHPOd%$YhP^2`~<95{1E&JPcZZ1ovz=GOMGmEEy*vv_{8 zZcM~M^*WEIl}0dSPeC(1j~~U&lH+nVJTL~KRV=eqAfV^l>g;!JWBQyhPNz8y|0%A( zG;GzBAdD}(5A!0tPtL51*NnE2!X%IAzEh45SNezlWbBW}{%FsgJupTZ=XtX#ELZTD zc^^-)9chx$2-MD)w=XJ&s|w@Ce7>Lg{Kta9pEY{`UB-#6;rcJ|3ct~C-NqlJdw>Gv z_u2=o@cM|jL(H2o;J512n7#M81Ne94_;t(p6)u!)Kv0}H4~yCqlyi>PJcLA8^!(D=JL4_TZq|&@{RaHOdnr}xr_^04DW^LTXKz_!+B}k z{Up>f2H$g^bLHLKLd!YtTha&mz(TCC7uC7mTIKMA`nR~50u5Tn+E(8iaJ7|lJV>AD zZOA7+D4)d$VwUO!ddbRZyl!oKED_W*=#SR=eVxCXTZwC*Y}3B!B8JkJuE5~Qd2sBN zYc>iEL*9Gl>_tlkJilcbe3;GhB-WffX)R?<3)?Y{tn2&n=CfSk*f%&KR+Xc!6gbU_ zTErGlr!j8*Ez;ta$XlZ$SJ#c~lH1;F`rJFyG#=NWPRGts_*pT_LD);x9^#IU!{)72 z{L{(>4(|nu-PSkQwth8}m<@EyUIFL5p8Lk7=?k=Q*SNvz>XxFX24=|d869st4IYrv z9mVmmC2rst90?fe-6Y-G>}Hy9Q)sK3~ROIi;)z2wdbO)P6K3%6s?|5kyZ^}nZZ%R8*|DC zRTBxT%jcANmgBretgy&2bi%QjK6qD=hY_W7TB{e-t(v$hlL=D)HJ@v;C0FA!m*62> z)DD#SQPxdw!sMIfe3w>p0L9Mc(fNGb!VT4(-{pq=A8<7`?7g)OJ5RI@z_nrHEaGzE zCE9n1=SyE&KKIi%SLrtS3zb|yt<}S@{0~|_Zux%nR&)tw+cV{OKa!SWw_>G{mBc6m zG%FV$tn}?fc|N`3!0mVM##efe zmLuJ3F7%;i=kiHo?Aeu`XJNrA+kHC*GxM2VBQt`tk`$p5J4ZlruRz17s-a%wN4pc2ceahSfj^L4&!zj@44Z(wQVbvE?|fkd|jg3~l8 z1)mC$HdH^{g@*gyiyyxD!PL#Eg8WgCj_)7tk|XlMjE%1NU8qVOov{#>g`f_9A1GrXE*64gAtUk(i(~&AZlqetLQK$h)~C@X z3gxo`=CHDTrS?c_R$G&w0z!M0R}WAGXKAXJNn-How?KJv#gJvE(I#Mt-pZDuRHD>_ z^OMRp(>|w3oE!2M{`jZBTZ=+Bxh5#{Bjxj9lpD9k~NGIuES| zWSluft|b1ixO17f20PboE!+Kr8z0~J{&#MDrx2+qn~c%$F#NEGhh5v4lA`+H#LW|h z6P5A(<(|Vu@c-_mKykiA8~yQoeM8F)lL~e3Oz|}LiJ?l*AU3L&O?z11P+`)D^q5`s z2g}pfS%nP(iEayId2djPr_A4rd>Hv4b~9FxKUvFfAM2e6`hFhtPqYMo9`gVSo7|Fa z;yPoU3}3>c^3ZEF{W76D)aQX~HLRT4#3>}F{2(qZvIX`}6>({&I7%-BglvPjFP>(t z-jWu?U9HudVy%b!CY`fXzOy*{k8=FF@?5C!c1vpY{Rcrx*DGztI<2MU64@A+cG<{{{EIWEH_<+#cuO54~nW* z##-mOX+qwW%R4`U1&Q_jsnNvd74JAkp0ZP6;n;%v>*R9jLCh?L{VVK=>zI%LVt(-} zh{CXj%~X4t*I0|49^%zuf@T8i0gYBc;YT?XL2K{ypSTKsi05Dxj5S&XQ(;*618}W^ z3YiDKSOBhAys#1(V!(xBSN{I6>i^Q3Ub^`G@mu4i1FNkg<<=1gGX5(d;~97ES|oix z(!Cn#{^4uOFP5M9ot4}RMh=H5FB%cLQh#{NyE44<&YQ%+2h7oWvq;;lvw=1UB>G?= z3-yDFs`YtNn;iB1V$?r57W~Ct51>m?3f--aU*15#&Ci}4aW23%w@!B}P+7|=ZeV>j zFM4&(jBsbX^EOFryl3R_~_K9Jl7+;buFo@{_>J-b`n{Z$59BhbR z(lLwMR0Nn;&XUMiA9oXd1T*ns>fJNHQ>h}`wnZ#^4ORoymCYbjJdV3n<5VNJFPN=c zZTI8JE^S5{6Pa(fNN@LL0k%>P?gy7}>CWQh{qDW1-FsKM_Zi*$%IW$bd02ygv3hm@Py$oE&uEVV)MsA>m$wRXJV_Duqx5!J-o5c-#6fLTE3 z1L)Kvsx?X#3ff3=HA@oHU_QG|v&=TLU3TDIluSM5`TfMuYGR1g^-AIqBk>4MjALy| z--%FKNS7;r= zCTzXI^7Zlfd54aW^0BlxPJ+au_|zt~4JO-~_n^TbX91akygqZyrfkrEj$ON8xxPHK;CUE+LWwKM zmJbKar&emsD*nr2*w1%T-;Fv_b5aym{vC=b_k;fvp{oDv%$4gH`BZMM2J1#Uxa!vh zh5t2j=6Bb-a(wgDX`tww<$Ta_i<*v!7VKy?1w^!D_E$kI)l zoETh53>t|+1lH2s_tRsm>9Ljc9wWWye)_;_`oK#1ppiakhON8V_q9SYv+z260iiQ6 z+k^1WPDwQ}snobv-$(J^^H}}*#Bb2A8T1>Uw&nAI_othzwO<#TivgQuo^@^oyI(_`~2pjT#d^7tPe~*g|=32&nXF1zGK^A8t2RYGrlbF&sJ*)!SiVT_LF853F{n08w7>uuM%1^bE~;{;_ktJGx&>L z<;0Zw76NN2@t@F2J*HMAg#aDw=4fjrky{GfikjXAZ4iNy)tyUtN+yG+WHNXP8p;<= z;x+)kHd9(6U5H2vxdtdIt#*V<2)MB?MewrSwtjw$BzrmdKeDpmo!@l=nOxYRw(+cW-g!4- zkKiYF0%sJO8By2AS=Nm`fe-Dd)s2u-lgcGQ?kMHH1DqA%S?)Ag&$HgNG5x*mvF$bo z@b00DT8C&+VY&lr9Zu8oAkM*z9U-kgLXl|K=zJI~V>3sS2!`w2k@~K6?x=+eaGiNb zhV#X@--gLaoFGFudk1P*7w>Wl%Rsp6c{n?xs?bbcP7-ZNE^^U!sQg!OzsyOJcEX8k)Xh ziOXHXNA_;wTU*@it%`A*IV5&b95%c$y~(obru+VV@WcO({Az1FZG(|gB~K7uh}*IE zX&#QU{~|q4$v(;mo>Awa4sm=?z}yFvj}CE7C~NUfOjo*7mx%b$SYat)l$ROuV(yA* zN&PQSROuv#6%)uhQ)|dRCj-11!%P$!N?D|wHkxJnW5s954Be{9Z+g!7(wss2I7i!qjKIbU!?3?0jNn_>eJt=-%|o z@X?jtr;OgG$RF=Ed+kc8s;x@}Hw3Db2SeF+Hs7RnN#4aSuf%iZP);3wPIxCWzMp6O z6P>}I=RAOoiNr6Xy|?Z|Smn{M>a*ZE3=)!mZZ55|wz3UZ6e2QoFE|PNc94y!o$X;2 zfTdoT^O&8Rbr4n$BMd_V3l!V)laA}?w^2qVhhdHE7I{%8(OrcP^|xVWL59qHs*Z!e z=kp@SaWHbUb%whYY3Udhe z`2N7(AN-N0Kd2n>c*PvBehhVkMcFC+Z3L8k6L#BA{35+SH8u5=p&azcar=K{k*^U95|AyRrwGmxbQ2IS(fbJg2|-_|>8u_^-r5U9Vh#p~7c+tYl+siaTG0Bk8Nkr(x`}I75 zD8>#lMCD3BrWI*$j8TG4KgJ6&twrn4^hN_AoOJ;VYQsCRHdF?ODtvP0P zG0m!z3O(o1nv$lsJJ4KuW_kSHKzZk3WAKQnA;AW8Pm_HARVijZDV}URfxcopCP9EE zjcUO1V#9EX2_=Y$RcwlhI}^(_ywS6w$Idb;p?2+`6>e2=|(C zX7B+H@VZCK51PRpfu}sUdT11NF{2XGY`7N7m;s5((|tE@SXa~^-y+!&K3`qV$C`2b z9;V}d=1GjM$or@9#LjNW-gAcZ4Vm$1Ad2COh_s2>&Nyb30&B6hrKgL%%R}YV9wWBb z3^1cfgC_R5n{S&z#^8af-3&9-%%Q*k7PLed1IMVN*ao^f%2WLL60TyaXnH)a?1~y-;fD+2Yf;UM!6)58fH8z3e~0>m?ra zdV|{2p5vZMN0+0wUho7muI`cq&4ycgOtR2re8b6GCrXbkAGmY)?#R7?f4RGyI%33* znn5X|`cZ;*M@rQ0Nr~EBDbZHW4e3jXIyzJ0sy8Kw?u^498U*)x4V=7mNTQ?arV4+} z8wuopoaLBV10#e8V`jD;3P4n?4%U+GW`L1U zeR78xYt~ZT^d4unFc#s^9J;ETjG1Oy zhHFqeL)KGOXu^vf2D7iy(aE|Ejhe}!09Noikh(E~x~0r8L(TPCwlEgqq>C~ny}??< z8B5e_DEDh+P1=~AVolNvS zT;tpTS*cQXdEDrOxe0_fgXZ2qy7Z0ZxjUCl4Z(YmeZkLWFyZk9MvJmxfn9{K10=rQ5hwr4G!H3N*$H@X>Q$nIvw(9P{;3q$DQjJhz!=87{dp*1JWBtyKJ z1AN&N3JjGFni_tV(M0&!7U(b5u@~~u=+ON1X{eu{t^QIFJ6Ur0Z+B*mFqBU z{ViaSM2n{11r7&G-1$p0PXfpb z(%;`N7myZ!wKICprKUIu0~W6vo)K|tiZk<3Nq%_=E*bqMV_ zZetg|PMPc)3kGZt=i@DM-JOhD$t@*YT~1*_n09epU2VE@9aiKoqi-UjO{)$nXRE$9 zW@f5BSj;DwuX-M-diGU4`{$pa5^UWkjrea66+zl2AV2)p5yG&%V!2Rse16CC zuwe$HHM{e#UOY8@`TDDSE}p98i{Ttm+`2ZSzcrtG|f2lfAnw8AsMR0B*msqP92{T$1?g1qWTqrZxZm>N(i;%C-ouH62kza-_`#YZd~=v z!dCPMQ~y??)32Y^eZ0UAP;J54%q93H!dRTuL79q_yp=M}!W03kwon(~EG7yJ6zOF9 z>SUc%LsUkg>a^a>H1e8t3O!Z*V55CQ-0$iXe5!h9X7xC86O4tGNjSbdwP}=>kv8T8 z*dw!wR1=a)$THgK(6aN%sA|0rWn=R&-6%rPMpS^&<`-Pix)l0&;r3h0y#5!j3F+KGDh{s z8G3?1=+r|D2^DJ-&WD+Hlt8F#A*+SF{fKE*g1;u%!2ux@tq`+9jW@FzNrK;HkpjU{ zMn7QaLjv+?^luXI3|arrO#6hP9});jevE170Wevx`p&$KS%v`u?=D>Y^__Td)vsgy z*LN}4G%H(xzMB<-?4MRmSq)?#*34GJTnOjj9c@;BjHN=gSv{+m15fd(B&I0|G5gjd z>Sv$&*{>J_q|U2>*-PioUx9@L)D5eJZm{Cw=-f?!|83|==;ouENAxe@c_^jL-opq6 zW5(mDXyHZqt7y%O@>kKKi}F{|;*0WE(FV$mz7;K3c7H2cU)lYwXgkV{z7?&f?EY4? z@p7YYMN606-$p5$YoaPv(RP-%|5mi#vioa#+dN)V`@bLT)ciri*S7S|sxMdeJet=rx;$JivXof~AA&Ox>`vK%{2}$;;}RzxZ9aGR>&EVha%#eeJ#G4!38&g-K+3|- zLy8Wy&7ed>S{rD02{vo7%+duT+GDmzJVL}dD#4f*Z--N5Z|Rv**l6Er#CDl+$w+7& zpnfFSszuUfn*>u@y2ngQFvDQG1hX3Sq&g(n37^$wmjt_^4`${h*hBu9dZRpeP=!kd z=%zl&k~dWES%WWnr#&9akQvYopaQf}AxdsS1G@^@iT> zMKv>7*aNI|LqDOM(ty$pP>PU2HCtr z3=MPW%B$~S^B(7L9c6~q65v&NlW15kQ}_M@G;(rj@aCBL|5UTesC_`Q9?*_Xcq-|3 z$H0BXgE9V)BUj35Hrz6JndKb4bGL6SU$}errV}qn)EdKeN#792Ww_=2j@kwDzNs*u z(-;;O)+J}dng4pL=8qKSSA88TzK%72a`6QJD*pK53;bL2cbDDYiodh${%*yhEAC5h zhqY*1;mfACIoyx!E1ZN&OS3B$Yr>3(HDN}?nih{^ONzD@o>>|yrb_{(x4!sH#UK9e ziGO@zX<%u#`1FcDZ}{_Ne;yla_!& z-%6;h5{gwqk%GS*&8>ubj1Ulw=I*AlKZ}hsfSdI?ztGPwTrH$S`81agh!0<2oCU?X>=^y39W;b zP?r(v!XX}#Gyfl&lm<){=oSAOg*;Yl-arMBi$nuiSs&-eft^w~{z!B#uE; z-_Cdx_RW|vVI(G88SX29z8kF=MS<{GC6b~ep5imh`{{~jj}h5Zj_lbkH3OlQ-&vYl ziF8BW1m*%D22yzE=DWq|Qk!y?y6jnvkCx-3sM8N3A4iHOVYzt6@4t5YwUxwfBeA=j z*lo7pysZ9ovx9FZuSl>?uwg~*j7A|5b#Pt2xzuTohVkg@m?eAZFAh8%_-d2yFPr>d MZ4Ulr)C2gx0cF=Gn*aa+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4832545d562afa36b3fc448d7de19119ba7ecf51 GIT binary patch literal 11019 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 Dc=CO4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05f925a415b9b9c5d9ee7cdb05bf1dc59e9d1a44 GIT binary patch literal 16385 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1cd6094211dbe9beab4b18d97b9fbe0eb414273 GIT binary patch literal 666 zcmZvZzi-qq6vyrSy6R|Yix^mtvYt@Ss!#_|#e@!YCmo0%16eE+za|zrCnUa>W6DVk z{0IFHiVze3Nyn2XBqp{)$J7Zs_d_6f$$S1hzh{5r_|wi#8yUNI>nmKC@w-jd=C5GU zHE@nN;y6Pi9AS(c^aye11L7{=3m2g;#+Md3+6R}kwLs_X@>QJ z#j#1x5ugZj6ge-ANaTVCK6h-TA$LRGhI~srFj6fYJcC5!^8KBMa3UmBAqz{06_d$0 zW2IqR4fB&wr4Uwe2_U-~ztec4{WHN;s)H0nlB!`R&|8#B^U0LzHl?GSk2A~Ll)fFa zY*lGd%JbMvyFx0xODU5wS4YcHYuD?3-JkYn+q?Ck9!!nbgK~ep*|6j4KuroElhWSLQfALm({sbn t)z02LaxjqkqH4=%=0i^`BBB_8Ws-t|kBg literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7d2036cbaee5b241101e7e9be6ef2137262d6ab GIT binary patch literal 7665 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f600f53c9a437b4cdc055722ac4a1aa34faa601 GIT binary patch literal 2781 zcmbtWU2NRO5nl56chud9vg}AYyAoB)s!xsX;u@`y*s$SBvXcgog4ivPLtBDAu65_~ zNM=bnl}iDBFp4u^6fV%hf?*(f2wWHTLjvT%j|q^xpA5A*5C~u(FU=bRr9hFV&X9Mf zQ<6S)Ne*XrXJ&V2zFG2b`MgS?y*&N_JtYzH1q!_;beY`%n0v$`7H5+tSLK>~mFI}X zTNyjk6skhP3%1yls#3y>w%k;z3P&i<3ZN(1*```mn?u#1X0DoR=BxQ;p<3VwPc9Nm zzC|qMAy3F-c+yrKwz8KR6P$N&PiDhzhA> zUP-+~;zj1Jd9`$5Db03;-QNOpk5E$OEK=ov2@$GhES?Hh<_wHjf+bqg1KyG$1_~9a zG|@GLu`HD>)e^2M*3d1fs$|LDWgW0aZVA<_B|r>DBk59&QR>|I=Xsqa3&o}BLEQ}W zs}0-sfd!GWW&;AG`-!q{I+k8zuIKCY_ciMKWmVOoooB25D+!0vfV<=ScU^i#U#K^1 zYe1#kH}f&V`tg3CU)0@hdcdrgDgBCB``s#p4i=Ial=Ve=)r1Jcf?a*tb!h654kWZmTF8UcD**sMq$0D-P`SjhJif$e+-rDc<2oe8 zWo6c=)yuUMVu=FNKx=P_pfC8;zPi`LMo|HM`63X^i2lu6mAc!cmAdJhPGzNL+OHxv z|HgVycby8%b-iLYu2j54K3P6-qT)9KI`2WW%~k4GU`dtkk}9~QN(zXww;m~m(Qq1p zVcZx_Ayw{m9Kkib4CE$>b0mARt^8#0eqNl~JhpYXU7T+TcZNHMitti9`b#ZgNBKcJ zxp%>sL~?KcSRs*|!op{G#;_qEwSIU(fb)hNg=hCZB<*#=L5f2D8g!)X*AVNC%!Uw> zYrUirRt&kVe!_a1_#V`H2>OrvHV)M0h8Xf&gLC&y!%QeV;r5?C8xqXYPkmoCodq+M zG!NhuN}*_Fo(K;?`*Gi5Lk=*h-F6Kjn6yyF*+TJ&_-%byz0%WS!-LkA^sU_-7#zLU zJBi3cFn`>0K{k}&P+uUSyx+$n`ORn&-Ry=Ms!IUwKV*JI?(u(w!U(gz5Go*X9JzBa zfxWzp_4rQ13hI$mr;XKm5RuCzJ^^x+@k|RU0xR(bujWfbfbzx-nhs`HX<($4EUkH# z8PF(~)~{hV9O|bffx7-z`Hv9Aa}qJE8}CH`9?BjY>Z z_t>LD?@Lc5=Cz%*G-L64Aytvpd5-jAaxRa(F6LRf$@NhkE*ZmhpH&oa&6}aR%Q% zKApUuXUAd@S;@|Y>5^riul)QnR2J;RGrz$IGr@JGx-PbU}jM?PT4e0>zPanSKb+S zr=9lqopUd6FF?uKZXVkPkAr*9^E>CB?>pb?9Q;mYrCq@5SmO@^$?pilf2JGtRiRwm z8xsZLT|p8g!=kWc@EHtrZCo@inS3U8ZCVtU%sw-_78fl`6}}2~ZC8o6-@>MOle6A(8&%IRbt6r+{)hyNeYL`4d5As(?*2TJ|dSCrggRfz! z(bu@tAz9McWTh<41*B83Zms;10O-5a{#y23gK(umNRaUPfCJRzc@tW!k$ON;_%XlZ-iYpF797C;5&fpCf`9odEn(k zYW-4k$*3JhdS?lA-helGL@lBHm0I+r@r1m|N3=QAYpM02bGAKfPCz;mI4HGC9Ups3 zMpriz?hlo|pZCuvb(X?}wjV`bkE;FC{ss=~bL;PX$L=>qfn)ld_lM`9;qH3a8cSim zf7?=bX`NEfv_Rj%-Y;kv1`WB2iBM!bw7P^#+oHVcpPQY#8o-TXKDZbO$n&#{VY;;~ z1S02`7Zw6CZtSy>h>QrN5888;GcP{39QSzSSlb!sINTn^1H=B(3!@2&ixm6 zKO77#EC&2@fyG7t^`I2F8qT>Gs1lD`41{u4mP%I*0M0*mbyl980~kC7XlXOfIQQ8M|=lIXKYW?zM5@mZw`pG~s*?2^sr zknBFE2pa{KDXrZRZDJPja2Qcm1^+#YI6=i6p@z~X~5RTCYM7)D{?Rt zp&|Fq@g)38fw1@bRY2#B+*k?D%`Pt9@J8g>PsLYtR=~3Tzb6V)ccC0w)EP6jV{*qQH${a?q2r`u!n1c)veq_xqQY zrBysbf6nRme|L3uQAw%r`=#YMM2k<3pFf{-ogTe#VPf>DasP$!nddG{=ESp8&y45H zr_Ya%UdTD7&rV(RpMLJb^b~H+PK;sZ@tf-L$s%+-udOqa&l zcy|AD&teE!N&nc?#YsG2esgB(!o|@GV*rESKRJ5(9E+$^BA%Ige%wDZ2d$Wr2qWH=9L|lgY<ufo zHMJY(c+l9C66>-}%_*@y>#p9I$kup}RM)UEnXPX`nb!7{*u?KW^&8J*8<5|_Kk~TR zxDFv`Zqe)BB}}FwLOcgf#%BtM0kdR0fn*?tB~THt7T0a0h)RkLDfWP)m{z<(E;Ho{ zI3-JCmq64)wM&P}>aGt|qkp>g(7%SV@~wcn6fTqtv}qwN!aOfZjb%M- z=RE`*hs)|}#yFSuvjwoVa`^7sj#FwYgSA5$$suD$Qb_Uw?wH8N*W>f$(OUuoop02Wbx(Xxq$OG%^#_086R#a-*C>_mSHj?*+ zY2GRImG!w>nKk`^9_@2}2w3Q8TBUDlvq~B$YZF{Qo2h?$Z4Q>T+4r~J=AN=P`*+7E z?Kopj>@AxU0}oYhUs<`qhblKzR&LKjl^ZTAw|AFvBcK@CIr<<9Vv+Wj)wxeHfh~G8 zS24|(!P!3r3pVOq2?pi@-sO33B=Bm)dp#Jr>YWXTm*;|De^=t z8C=R760d+$x*G5*jGtF#3?C)W1;WT0lI&i*s0jGS;1VhXZw1clm4Hlj2SdbOg(G0f z7Q%FSCE&d-2f;J51gaXW=~57E@UWd#H7YNJkFzVPm;pS1@`J~{CH)vKWMUog4ji9b zM6Zs&^cpb&!@O6Fg?(wCcUj@JshUvXj(45Fnq65To^Y9UmKrVAuCkE>j5mJ~BS8%3 zX)u+Sb@i(3yf>_H^EBXUVa9{1J%rd0ys{bzX!@!0>@0on9Y*l35EZ_SyLH35aorR( z$>7RERS`}8s6oHnV`3TC)(9%dNml|gpHKYRF+jtZ9p7CI%6RM;NGTXzS)9Fr(O8@x z<|A5oU>6v0n(ou1Mz84^7b~aEhl|faCZ2rIAlK24m=mdDc>*^%i=XvgK8Kqy@#|Eb ze1?)7nt@%bRi^l`Ch}WUrWe76kgpOtd(+mom>8RnFJwI}Dc4BsyRq;7cH>shZ?%8W zp0bWGwoW&wG+^EM-g^bXIl;gNmUvD6dR}IcK3}D%;G^}->z8aXj<_!{t1Tf>62*7Y}HW&igA$*3E zD_&V%UgQHcP5smi4kR>6#JISN z3&ODCM34-t28KcV9t^9VU`%4Z)2xU9)KLa`_oC0oCC*BhS4_%X1Z&h@4l9c{MQxIx zt+_lO^(kt55X{#Y9P)cn)K+9j*PW=_xCRvhdf-57)@X@>n58*(>)qct{4^fyxyXn3 zc+iLfI=i6jy<}QLU&_aT%1BsMN=Iw=+z&fq+wVn4!J@n*QU4U*FbtX}a{|-f{LJ88 ztGgJ);u#8n6T!j+eV+GfKn@I6@Ol0$YLV*^uk5x0sm2=@WkBZsa*d>$<{}8kbxNQ}@{b_3}R;)n$;%BwZG3!o!Tc&<6 z=Eyp#;(I@Jw51$v+1lpB*~Ho8g{`{nigfGIOzY89?a`F;=;xljG27==)$v1#mUL~; z@0qs7KD2#oOV=DoR~^h$9gLZFs_WuXJRFxcn`4&GYFiR#(zV^0+U}S&>!^)~-#!^T zx#Mn(TNCxkx~+<|dw<5gKg%LKiMfQ7knS`mpWAvW?LM4wAI_Uio~pcHs;mOsuA1+k zPKdWBHYeU*jxA?v8xp3?W3jQU(-l8(^K9&N*6B&u61HT|d#*dKw6i~UHe1(}=t&$( z^lbWKXR@w_#G$uekG;O*X^o#vJkMJ39L{(SXIaEdvOC$6?78D(efAv9c#fj^#u_wV zU4!P`jfw8JUyHq_7N1DYZH@lcLUJP0HoRS%ZacgkxO*|}8P9med4J?mVskX!Esw0`IBPr_WP*}{lAQ8C^VS+F35I!P&xnBv) z1?Pj{I_H)bSC>KxmraN@!5IQ9Z{C$g6)9ynV_o2^N^fVH5 z(HbgZ2WRsWm-kbbH|a@+)2_W4*WQ$MZ#iE^Q;)v)8WFq;<7*Viphqdjn>9W&do6(3 z5DHxPE(SvdR&w}f2D?0lvS7!q;77|jij;B9sZwgX`-rlTs+V(LwXtyg@XZ^yZltV@ z47QwAox?dhR)h!_U*<%VP+vqO7{t`vTf$qWx6H(Qt&35kTpu+S`O3G=F>_3S+Sc%< zH7bq?dbQ@dc+(`iVnWP>9LC*qL`8;jCNw$9q+ljY4TJ}oTuk$yo3LmSt8kZ3U8n+f z%?Y~;R$Y#$q-W6L5-As6dWkjX-K*Bk1$W#RN9LuMH0|m212k_{pu7XBwe3aaXs0YDiJULiFH2}!U=74i)hyQ33si5EYF z@4XoW-#4n_?d7hb=D;Z2G)J+pKz|^F?6|`W)ngVocFg3WD+3o?Z*`N1E0bZ6W0oan z9Ny2Ft0{^+hahKWdKr#$v{usd+Sp*M($8!s76PHbt1I#oYkkT?9%k7&It`y#T!uX< z{KRk}-yfrf@V60s&81r~10BSWbX5H(&tQBk(Uh>suSIY)3>uH40 z+1i~q8JnIlfV7J{M;=SHpG(Xq*V63=QtbymY2NX)eCe`Q*L)=)$eYy4SdAqC8&H^| zVIZBAB)@;q!uzxgXqc{p^)Bba>I)3@tJFXy>6G>PC9n4-?*>iEZoIJCSohoLxnPrR(+XGaC+=vddz@=PvI(_zo7o9SBalK{@+u<#}Qx_x3Vc{ zvYj$~R@?Ocp5zPZ=8;VE$aZ78_IRfDc*=SF^V;_J*R}@J9fva=hqte$YfolsPo|tF zIW+@oPCRav{dMm7wFHFGLj@1}>`1V%~5+9?jy;r41Muz)*%Glt3IJ zCTd|G{9iLPE6cE=M1stlg>-??b;8QR8Q1whK+-nyLNKr>l_=Z``~$fr6<8+BVl_e2 z4F)~L9I!s#6)04w6Gf&$CY=OCkDLXR6c!@B2C)^~2AL-kBz4N5T{EpiC?LN^0aL7y z8lTbfoWY+n`$=J&vx1ZHv%!MWiKf5uQV2PhNLYH2kZU6U3WdUdhCo^CJwiukOw3l- zZMMWLI}IH~lD#a5Jq4Y1{Q71z#2{Y@RRKvxLp+&PPBBQQDVcuF__z>tY|q_#4Q*6JOLWPg6mLf@a_xiKS4=lB)iQIfIQ!oV zG(_cIn2utZ(~5m$X7$d=5E|HY_bx!4iA4r{JcO=U??Mm`P>PlC7oaO8YpV*$J~H-R zfkWMm0>x4>k@#vw-Fbq17%lin2Kq0ED&a9Lh4QdaJ5$YBnRXl_8QB1xcp`W6w%SAEEU<00k{sN^dUVH&^)vt2KeF`EtNOB_x=Y@m%wVQiQ8%dg_b7OSN;+xctpp@aipi#=!e991 z6xqXxFXpPBitzkvttxl2TPhs!h42glg+}ku(dagBrtMJ5+MI1^huSyt-myE!ph01z z+fAe!!F@>g;Qq9`543wJ$!WKvy5}2c_i-)l9!hr{&2$`1Hy+D09!oVIW3;=Xt|!}n zEY*K3+v-jBZJX~Nf_yX3{H1{4D+&_MJfxl>Q01m44cXR#pR|sA+B%Zje=6NNnrR(P zwT@=n_oNz?57kml@5EF221fk>%xSA7KRA}TN&6qm?N%IeG&C1+I(*fhL~PYuCwK{ma{YLk1S zqTIl&d*FsZYt3XIB8wa(Rvm?2Fp!Y4ZV9~sbupu%8oQSzbe+}7=(D^4zKqr)K*wL} z6%uTXY^}MpZjD-tD-Bj4bJRvPs}O}NkX~4MZG&T+138&d$JB4N0hHa_NYUjR@#mM8j;=l8?}IQG|##)M57GRLBts;gbbpRbFMcY zV8};Y9Y~!@zGjP#7Es(2sPfOtM~209<2Bv?jYVwwGNJx>8rq14i0<2K@F#pe4U{8EMf^JxPX)66Ia+P zz5+KG^$%ZNhO?5go)#7WU1KxyDn_F)*1IkVx|M)baqO9DNIwUFSqIbwkh%60hgqk6 z!}Q>KqaIuobZ?Gz11#+vH4rM=G`Qj_+BB%BNza6Jg=vF`y$(}NiulO2K0_*1E?;PN z(VLwkGTn|f0 znRn{$41Uv1Pi7F-Kbfh2GUfoCcQz#IKXr64e;6_+!8y7 z`tpLU5|Rgkcm>3fOy}WvRkpT0*`BT)+3x!kHr(2ycc1#v6n?Uv=J=V!qqnCvr{Yst zPe<~JwC6zlT>RY5(BZU)^m9X7)t|KtY{MrEqnXF{q0bH(JB}o-1iNHfO)bJZ7ae}NKfG02i0i=nTnXUXMNvLKz7eM zTxV{=##%&p{UW2Ff1MWnNtlKXset}DTVZpMqDkT!bWRHPs0cxug)}&~3msS?1Q|i? ziV`?ga}uAe>+xgpV~LA*zMZb!ld0XqW3?fhF(63fxhMZ44&4>HW_Z7eD+Mk^N$V;B zWv$^pFa`*qA(V%z_NUN8x5aFqxoWgc-v!rnGF@{rgV1#{<2sqLa-CMrOnnW{5ouIk zg?UVh?zc>2k1vk<+fZuBExNgEdbqh9f`yzEWLh0-sdFXS$Olbpf342=@YUIsfOi0s zba9y$WZ0kQpyI^BJV@dT@e2>DO=A7@ax~E40$In3On{PYxB0F?vRxNGZm7nr-vX=xcDmrQ*P@Gv8g9`P_`8%zHMon5CKs6O2Yo zM&UEQM?0I?K<_fw*9%iiS@arCr5a9c_as~i*Or)W9Lh8fA)@5N*FKt4KtO6fXIh$l zl^NqRow)|sf43m_-ZzSdq6EfEu<7DdPz zj9QagDuHtR6|Gn>L@f`hLluYgGZzAgl?ecUh9R6*mN<^^<*2ZA_fWIf~=hV*3S9wP5h`r@WcW|Y+^=zota{GxztQd34ODj*T^{PaLwgHzCz(Th7 ziO?KFRYYh6V~f2QWFH^puH0Z6pWE(*D`DDsG~+x9jfgfIU-wPi7m2B%EKux|B&V1H zh!)BOt^7U(tY5#0E7*D!DrCO0I2*c_b22Cu9Ta2a!*=8&!|qEo&MM(7bf`!;3sD=? zAF>K?%kCbbwkcK9_x|am`Msy_JRPe5SAPJeuuHM&*mS%$zIwYQ5lL5fC!b4K?#)#0 zO*!GgzV8zg-lu=u`-kUJ-+DfM>SE^9#nj15@EU-5*DADkDjKVX*2Ja6LgLcq>oI5E zs2h~xD6*^U_|t6Ephs%4Lyy#Ak2&MtqW4YLPa$WxV$rmtHREVaT>sS3mvZ!FosBOqVsHV@{T#cYIU%Q-0bqRCi%BLEheR?z60R&q zB2Z61wAw`Bgm%I8a)wDyjQ)PxU!Mm;{X7MZ7A35J6`bFOoiKft68 zTM-axpciBQa<*BTF@DUGB6TQ4eL&RVS5XGUZjaE=_CAbw@2%ZgOEYI`7sPObtucYkJ=%vi)B@}YkC3+JL@NzzvZX8LwM-b)m#GDLi{~yFx4Yo$P!dJ!D zzbfLZvV*XQm*qG+du173wEw{IRi}O|cRBp!=6f_4EN=m+xm_5Wy`ruSz4{kTEmc4iLsR| zw&vNtEFy1VO;vp7%W;=X7#w|Jv%V5oT)zGf9gz!016qmx-$C0>LR-S!Z(`Qv-=&s)!@rH1|1KA0D9;b1Jw4EqG<3mJ zu3E-MamfJ%Ws?Ux317TDUH}YI;GqZir}neQ3V`d~}|G{nYfb2x!a ziO+_bSySV#+5pv0uHZXI`qYA#eRv6;d9W&K{Xx~5x#!7s+MuZNLuy~H&)z5s6_bM% zIgu*JiEwp~#4$|@*6=CK< zdbA8N70k4TmFH9346VleFT%)wi~L+G3Z;8fTjJ7tRd=dlm2iu;)qVyGS7o|oIMXs5 zJ0Cm$^=B^fjkDDjgRHYAb|wZddc;B$hmh-O!G6Mq9@;d-b`JHETSrUA)tS8b!R1d~ z2UD(tcOU)HN&I9x`V+5aJ>HC`cdO!KCoEOli0oy1|axOWd!RbugU6)wu;0l{T$-X$H-cgQ5Ykzzpu*A4zIv^q#x)$~_ zAFNV@A}yNM5A+wo40ZBq&|){Y(rJ#wnw>WcSqVr?b^=d&Rz#ZTT*Y>7*G+U0`qup8fd#}R1eTpgQ9Y*#3o zN!aXFx{p(t9reoW$Y^Eg2wWVOkZGY857y zQ#4*Wey_jcE1ws9TRj_g-+tvR&ga2%B zYdqa`Fw=DqUf{J|soFi+zP*{gV{q{3J_yhA-rMID5|ngpH>B&2W$KTm+{Mohr%y>S zxsa|O&eW40s_@BItBtcsi&F_!BjK|BMT{DKj1KUr3)egx>hN-5j$)U(sc-`)JiVQ3 z-3)fNz*NFX52qWJFpHSDl6vrlae>affs6GuR;O$TnHN;|rXI-zeXyzM+6Pfq!-B5c zBK9I2>(EmJz5W_*;|_*ma64az)42Q>a3jZ&BB4s=z-KQzUISIEyP~dw<&X5!BAood z^L&Iaf5Cd^TCWKG0n3Mxp}DeqKE&F7fb@@eL4+I$5pUJU^E!Wyv8u*~OXvOS$EnHU zv=CZ?n?0>4WiJqm3Q_{-`-Ock!n#{OW~^UseLgz7`se5uHun6@_ABb#{)=1x?S3#& z&j-zGe?As`1zY*)fU@2BZ+@J>3jF@SM?aWBBE-;aEhY~KXxdNHaRK1<+13_1U6$=~ zrem+DVaOW%G%`|FrcUcL(ay;2kJjRI3U1F zC`8}Sn^3*S={zE|MczCbcCD~B=PF?L^JBo|dE{Vc6RGsM@XJZ6g%9CcmD2ZNet(|G zD7nlkWVBJ(I~1$R*7s!U_r@Hbdm0m-+fQ#k9kb;{i>>ann)>*SWLLVTH&fG#(?nb~ z@hflNh~0pjUED@@vv0o|dld?Joaq`nOYeLois1+_mm9~PH1%hisP@LbOyk~I<>#Jm zQU|~xuiJ)wItaif_UzTL2iW1+S=j<7y;Sq*M0cWlYi@gDd*ZJ2!>Qk&N)Mlg{~iuu znSST-_~UTSi=RtYq&))}&p^sEkZtaapN6O14l>NW^F;iK@(lfnq4!4ajHEn+{FC)` z#V4Vn$as2Eo*q`g=gsYj8(UrJ<{`L)puUFY#Fck$#BXF<2EoZR9n5x(B!_-$jD1Z4)2y7PgC9^^bh}}@7Sk($L@B2V){3O>AtZ{-`MRbcoaUB-3Na_Wpgx#%#!x> zXFUBWPk*-gn;>h8pZ>hQIdLp`1$GpiOA|L`YwHtT@4#U!+t3Th>V~uJdlO6VE#FyA z!J&qIm`h^(O#ZY1r--p}{W^cfAh=p%OE;HqEvKw)+7Da4;9Pc|CLRgIgT~3p4-IDq zO_MV-xSqkqs(wfS>I{><0qe=yRFJo@Y13fa+;R3Hq&m^ToV~68ZB6k9l7roEPwuTulv) zX8NCGH>JTo6e9SV2rwR~6|qkuFHIeClBro9l?$J-ie%$m&Q<=wR*nKf56h^N6 zQ7UVvK6@IoU48k=eP-IMLSeDvEY5<11o9Q^lAYB=gJ5H~cA=^!?_ifsq1CI@QAMNC z6Th)JlCgE=T`ZZ^%WE${!4kerqoTr*ckD4Y<^=>hRWV8QyEuJ z-b}HWW3~ATy0Qw@O^Mpg%Dj#4aJCMgdk(sD3OLh&)q;_(ib*t38C!eaMTt}~3kon$ z1SmE}xk_lkGio;1(UhpmR$`Lf^5;#s)`LPhI4E=lP&|1XT>*@`yo0Vd2y|5f0!2~f zEGU3L5p2HwvOv&E5F#jy0j~99Ksopr&=ns8y5eI%S9}cUs$>i(iYjM8VGJnZ1e-~X z=9Z*&t108fEW-6&>nBZ_qvzOlF({Nnj{IR(uF4E0n2P9h15BUDJT{pZ=tdhB3bO<+ zD{VLLO`hF)A=C3H&Gfx@&wlbk=EM}cE(V2y$bppxbH-R}9x0T=b)g)t^MV=_%2C7~ zR_;lIxxGl<*xkY7cMtvkP~Jp0MB)lG!b~xFp%@nGD@O5TzGBikIfrlIMXCULu}u%f zqx{)_TU1HxF#n=U6b}2gNM^}`qvI>y#J^q8LH6ofa^Ww3MEv^&?Fw_#pMkL5nBm#S zA#;vmI~Hsu0mV$fwz0y*su&IKBi#(+>|h*O##jy$5nD40W+T%qUt`pdSg-DQL_URXH10+1cy&dpQTAh&Os&p(;aYWF@65%+Y*zL98gx zJjgOSDoKSixx(m83C`rbQ%K)(^P)H^>a z_zUts6m5bZVhDc~yw7ov2TlS5JGqPmnVN)Vdy=jT5&C01aN;b?TM?W%tNM6{ht;Ux zAX$fa&kflJF~J zAvFFvY?s9W6xpcBglL=_rh!uruKQDp{j8A0%vPjYVzQ%r23I+E>117NQc(#5%Z@%S z%;SGb1H6J#iZBUBOZTlO@`AjG;$2XxmLCR)41RAiKUBVLz#7!Of}Z znk%c#+?#Fi=1ugw_c8XngX1X7xW{g_-2>in0%&(CO5&4-idIU-KnV@iP*W4AsVJF2 zO)X{Av`TU^YH9{Gb>-A^`OcFw=oy(g9RID-18(HLAL+&fRF7%FDT9S$)M4*}t_l>l zNYb7ukZrz24dgQfV=n$ZiVp2B*hHYm;%foz5h@&SS4h@VXhIg=RM85qS3p6rMG-n! z$bBCN^z(ydpekc1rvwio+7lr4n8TDPJ~5S?79OFF zoXUgkvh($@^N3CPB4wp9ET^n*AeK?y5<42BFKcZIF;&M_ zPf-6gjq$Ief)avSVe@|0(Ee`po#^e?HebUI(#F<1w2`2a1p3O3xCjbMr`#0Z+4}Z) z6@L?9<@rEZo7$+Lp%T_w1iKWByI_b@l8aETy# zp{1oZqM!&8SCf&gr#@KEv>##jpFnYe=+yK@_FEd%+s$4^Md_EQD1I3g#V>Kky9T^p z1PcA9*b+{B!g+YumWT+PkY|~`0rK)HuEZI5i>$rDY}vGm zYRtf(oep2}KJKL&hN%KHBVSux8R$9-mG|;K?~7NKv5#g6f4_ysE?1{*Cy^*W zC(+@x=P%Mpz{EAvpT}VcF7rMPzBqCP{{q5bdNFvJgB5;pBzT!MuzclZY};gzEB`E_ zZS}Z)ZFB|^N{?Zz;0L9KR6>ruON>8ff5lP)G1&B#)d;GXw!c8kJh>7rhj6%O2q%A0 zv1=i?Ua~(73C=Ufsdgqy(Ep=Rr_mk!iO2Pjc1TIU2oFyV9?yvZbY3P}m$S{UhUOwT zKrhTxm)tJE?}-P?RV?B!5mBRTVH1B=?Yf8~ai|CJloB2ccOEG5j4PX0^OkgF?8rHLs2 z7fORI23li>2Bny}8Qs9&0p`qXLa{ZE{=9|$RuSVa&vIF?guDBh^#uPH!6)SZiKL{inPX4zM&Bp>p~=51K91*yxFv0A$XFUSOnFO<0sBPCgLwa!6#G>%X^-IY zWJOzSZw7xYNWbyb#B{QoHjJh0eHpQzM}`xpQ}&LG=*3EC?)u6kx{MnR=zffjji&Fl zyxEdBPT365V(cEqUjCA$e8ocOH;k2qB2rDg0nB=N@Fm54RZKWoZ@@}a9#B3n|_Rr6T7=CKSy@kB;EkrGcRS-v;*<`n+rQLTNp zymtIMf*8N}?swk#PI4?=H<+m#OuP4F+k-SuVFfF!b#MYG9x?82Gn&;Ev#f*3{ jC02Djy6`$qq^3qZ#C6TmjujE6bWlMH0`N-)bJ|jD}QZz&Zg4Ql2+RG&~yNV-) zPJ+TknLvfz!hn_522>zP9Yg_Kpas$|MUb{YK9T{85(^j*P!w&x(QpD7{?zwo$t9Ob zkp2N3F5k|Zy3uZeK9W3wFq--b=;)p8HUg+b~I>-A5$@4n@GP%TYx95yam!feVgE#XuKsQ+}{%;fZxW`$;6 zK64~_=-81%Cy!4bwZxZnDE|r<6z44exiiP7r;nUH2l6$=<_1wof>TJs6Cg?iHAxX}dK6LR6|dq`{HmY?qE2rmsESI5;z54Dm4Upzf zi7LHUgoIBCDV<7}(yer;{ zcoUF2N8&NdcP^jNb(LCVdd{9*?U}g85)E82yz;85Sc0C)s+M5FHqvfrMf;I}p%FR& z#PU+rT%h`FLxE7CMff9s{|+;|05O4SqypER)MZhZw-D1Y3PQFL+Q$*IAq_eyT!H(I z=a$E%6XI4=8a4yXx(iOPLYrirD|iYd>Bup=n!QZifqH5k zskx$psCb&3dj_Bu{LflyVH9UZu2I5`F$e*9!uQF8{vC~$3J+XEDMKyCtOlc&Ezq+5$=?8b$0-wpOY!GSF}*s%*jf| z$ZM%ZIc3V`yb7Y{=1m+LnZ^QeR&tKY=n7oA)n7t6K3+Q1sKiwF7@g;rvYvnw70xz z3dd_qTmFo0s`Ry#_V0#j#d|0!wB>KizzSxJjBc1IeO9%2I0lL;YIUS(E}P7z=*5LR zjX()Sd#3`D4cI_r+e3#iAB67IOq!XjYWp7McDmRsl6o$gOQ#Lhv_i>+ypl52By(GF zuO%3&mZpO!lMTWA7VGP)uh~Eww-x$fVsbv0RVU|DMoOPN4QoAyxm{aR^| zne&sj5Bl%Q1_e+Tk5scq*2`|l2HS~0Kd#iPZe5AJpi)(98a-z0Z?W2Fsy?+8HPDfjNH z^zJK3`)WM2dhp=EH(oNj=T7*KMtS>z%Ju^#>Buh*SEQkpnX)uekw!|=$Y9J%%4v_R~-|xwdf^Z~12J5KPfASw7pS z4T@Vp(H}V>1o8xRVGI24{{+ZMKnyoXfviIQ+o`~xq*835t6OSOi?b ztg{9vLYR-obALCK;;vi(#!hehV2vc%U$W+=ds0rK$3Su#LB&Jh#cXg#&on&?^U$#iB(NZR9`Bi+!tTNj)i zDgbnCmDjF`=EjC}LM}8hi*L>E-m%Ln8uzR?QV>Af151Cl0f!4T zum~*AWx%J)sBkSY_uJqH8`NVuV3Zl;GP-Q2;2so+rw+t9%dm1=xOStRHi!cf%oIcq zeXfZIWET6HVY-gqpS}7lMdbJqXU9q0yN8@i@m$~{``G-U1~Iy|V~Qw<3#y z*$%!u#C40;RNWS{4J%j#-HbUIh~-ZihMENkMiGEo!W_*gmJj47Y3@>7w7tY*tYsrk zLrh29V2LI|Hv`QDeTMBcn4ekdY`9R{86SWq#sKIjc!yphbuT|t>KLhR8Yv!LKE2)_ zT{(R7bh&^0wz;-c4)3c%{R=D4L!`UMd&0qWskz4!&K@t&UGJp$xwBt^02hp{Ui8*4-eY^!b= zFG5U}>(i)4H&&uhvV5XCycH`pt#|b;FV=`J5Uut_il^>|23Lfefe#LS5?(z}4oy}< zlQkj+qIdfSuRpcgf1AHOv-WbiZ>rKaRg$Lu6^>p%vHEH$9509Cm2kXxq$>4Xec{~~ zR<^B%-;b81@rpEFlE#^6<_y6_yTQ$D!=}*#pkv1O{a*nAzsS+uW}_ZT3S8^W%WWHQ zTXH-a*j|f2aa$hTme9ZANGugR)W==YQ)z&ia>kSaoXO`^ut$anRi(wSzQZK{f0Ov3n}qvvG9C9($HHxQ zFbv1lqF?9<8W6y(b!`y9YeVs-LEHQ*(BC)@1Ppozj0%D6S?=y5PkuV{w@1s59IZTZ zv=n*qmQaa|-42%{6P3tBDKhcJ4A|H4Y6ok+xfGfcoDDfK!ZO?$mk^=j{WY1ig2`kyrz~igmy*d>7gCyC!yF$)t)?SL z;z%ZuV0596B4KFhAmlzGYyu1`(mt$0f)g;#fX2V={J^=4Y_0iZakv&FV>_#Zv04Zj z(je=dJv9*-fQ_3Q4Z9;N9hI)FwGOP1NO!;8sgnddYh8_=O&PVr94}5(2jv=%@9_id zy&f2>iNM#0n*;@MinYZzwuSe4AY2pS4L;CCBw38EJdPtpOWW)>V_L`w4pvwl9j^{= zt9A5=a6AsNmxQdJG?o-VHi)da{FdE8!exb=Ud{ea&faX?Vm!$##LHw7KLQ$>s^&5D z9m;77S>3?0GbvrwAOl|-UsD}#30(=EBlDK?khwwT0Q0>vd6{eTn2skTq}4+f+7P!w z);PCEU2DTczw|8c1|P^<;v5C1MxTID;~XD)Z2oEbB9y-Yf8zuYurg)NGuE5t=`)+Gk z!g*~$#Se*Q#)J=v()k>PyH%2XQTYlH3T%HbRnt^8=977>VL)l_*Y9Ea(=*fY5zC9; zY4o|44+G5fFosZs`&Ixh`t0kaVSjV*)o&HHIX;W+5S!TUi-DUR$TBD3TshmnXtG^D zgzXT#&|^UG+RBuN9!E}uwW=D$owWoFREVC$tk+;)Q!L@4x(MHt;ZsR-de1|HraO4( zf6{g^Pt#ebz;JBz!byVf;tu7u{Zxruaz9lPDY>6287R4*bsqexha0X6 z)1@DJs)Af{KQ-?x$AL+IH@(NozizEP#S=j)E`7;IOMJ8{#7gdG-7OwQs|rIU_wyaS z`eN6nYMzF&uFKn3y{ng3Uw{AdZ{K?Vt+G5-k*C1b1pw9o`I?!7pA5vRU46BXFYLWX zfP9VQ?Nfj>gPp~2)gLN~MQwG*r*Q8)SoR;R_zzY$Yy>GmXbuFV1ib*|#6j@P;GaBP zU=YAs@yN9;@0?gZQ9OaMXs{N*2CS7s;6qJYNjp1CU|0C4(F?lq`L51`2l&qq2nV0> J{l&up{VxptNy7jD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cfc7af8cee45630218fefba935aa28f7ae6648d GIT binary patch literal 6765 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 Ki+piB0Px=t{3OQ! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0882abf03f2755a456a8452c7ab67bb23e12dfbc GIT binary patch literal 34338 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5d43913257e11866a8cf4d21e9aa73f1472fc5b GIT binary patch literal 42540 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

    b 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 bAJ`bU1v*qG@LlARzrrQozz%{%oIoQ0Eu~+T literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80d456baf76924b3e4bc1205a19a88cf2e7e83eb GIT binary patch literal 31676 zcmeIbd2kz7o*&-0?~4F=5KC6)4SZBpJ%s(yfey%82wOq9b_aV4pON_NGo zR3-U*UjvP9kn(tDYxa*+8jWwie)s*p*L(ekE|;CdwWs-ygnun?+<%~#>eW&)JoNVq<1g+@5em z90_N{$==OzSHc}}Cp-~P!W;1>d=X!wA<~fWNBoIEB#;P3f{DgRBlByCHzk@Q&CG0# zw$Y^47WHWQ~#kVB3Mz%6@ zLws9edt`fJM`Q*qYh;Yq^C7+supPe+z7ucZ zw`_cu;1`Cg4asqQH{Oq_-g|^&d@t$#^ne)u}aZ+Z{qd7qVu%B3xBC!Zh4=B7ugC;*+X=T_+BhO- zg=hHPax013(ckvSeTlW}a9#N}@-&`k{OlFn{1C67HuC$f8zWy+z3<2Sv;0B+0G{X2 zH_mC}K;O}yWB?jwr)N@lKRcJ6NzTUNCF?oi+w;Qg6nwJyOkbac1JY~0FfXK1(YSC`5Tnyc z{Ac3AY%C!RnoE|W$wWe!O_waEglkulB4092z@=oKm`|J+M2a5CrITXGd@e1{%w9lz z#!2C78c)+?^0Gh)xQ33ChpI!5u_t0zqthbVBPDJ_THyd#t~a?1x73=Z)~j4;WrEV3V2dBUw(NaIV-&Ua`?(c>IJMh=VqoZD-}ac605`(!wiu`OUF>%XhyOP z&&6YDYSLOBmH8$-a6XxgYs)%Ii%6KfpxF=~bqy3cp2U+?fwt)5n5k5)q?*5;963Le zLZ+_C(PF9#zY;^1k!Ta;gV2_3xJ{llrs0!sx-u!TDnM&-}N(id4zL&uNLBM;MJGNEc_d2Bt) zrexLdsxIt%!;{o{qVUR0az3RRJ(b~)#*L-JS7NEKD4;s01imsMOkjmF(pruM1{g!M zWO^kQpBG9tWd;%VW6GMMS-*ODVDRJr=qkXEY;STmY&n?LUg{Yvr_B9oe;F>L%jj>| zZy0V^Z#Zt4Zy0Y_ZkX=q-g97ez+b-V=T{!{-=KbC(E3#uvq3}2#OAb;ZL&HumfTdu zQDveTbc%iZJ`iXnf}U=p1|BHnL^QXbRKdra548u?s?K zbZ%yDGzxEgQXHijepE?)WbRtYE|=nBGI@C+RGHpK_RC%P;7HAJobvWEz!ytg+0NNo z?^`?XSvyyq!TZkMd(PgXH^}amVq>V-wt--44;eZ(7F)WCp}ukx=jwaNIbH702s|{n zZT8PNfU*`mLK<92KQlL_Eb*|QMT~WvzkuOKy4N`wfq0Xf;odOb;4Z;dzTVLDI(6sa z^_n-(uG3~L=*DS1Z^R<4<4wHzEnQt0OB(B9^;#zeLIya*Vc@OT-ESDs1-Yow%`-Z@ zRReQb149R_uv6k>ozOl}GRCmrmCTo~&{G~PN;nuy_;=#}s14vpdLT%;Hw=32hCYK* zXLRrAepd%NKt~;V;TTP#Y#!z-3*OA!2+fj8W786l0wzt1z;u#L+wc6 zcp4A!3_vMZiBIdXWJ#Zo5^a&9LQ!uOpC;c8GjrFN_!qGLoiagbNR&*+!OwEfz zt=FxMgz7WZ4?w-o%r&)VpDsGP^3JZ@_PlfJ?VSMXTRZ`;pg2D}i-jGtTw)Fj1rGx+ zjAMm3A5BhAr-ZafU0Wp2gT|68dO=82$B0r7EgA4uGKsO-3m}0IVwT802Wv-F|Fn_+ z^!yx_A$|IM$y!ZH{08Mf7Zs0F3MUB=<&>h80n;nHFvZH{GC7?tJsr zAHJIJ+56$KLeo=H(^J{w#pceRIDYKNow|E5zvb9n-(BBFM+(j3QuBEB#3#Yll|6-E zpA_sXa|TzKfn{CMA6(vB474mCD+ZfxMV9r;`UlR&?8)V8Ip3{J?)lr_e&@xzTMN#e zk`seyXR)z4`!xO72vUX%@~#>#c=?g;O>nGeCgOFxenuzHMwp2V6Rd$I<%z^lYbcQo zVd|BbEm*BTw(gI|66g8Y!G%4)az$5zE+N9y008PXzvCqCqRUq{=y%$S?OpP-ZzFq_ zIan@ntY9GiU7Cqcr1hm_Bs8_;uAAySjA+aVfq^V1d9j z0)*JA>gzl7O5h*ipE>}bsV}9Pl!{a8OL4L}myRzTe+~bo<8sUt-}*H|`FKK&P*-K0 zmN!I9f>}@@X>ein!kZ%0X^p&@Y6;Q+yWqHE(IS8mr{EIYn(k|5-PeGcv=Mh1^kB)# zuq9&mGrWlr>=PxYyt+l%@-|+w0%@L#fn5Xy+EYdUr@`q;iq}eJnISyrsjqKV%dEbC z8<~_lEvx14(<@brNcby_6Lk74y}Jmoo?F*C-y;VCKgB;q#GR&flt%G1RQm14(WTSN z11tNbhJn0s6nDWmS`4->9nbQ4V=L~0v9;LRxzcynm~Y)tXx$;T?m$l;TMphll{fCd zU0@IfxhW~}^_#LEF7-{Rs&wVzt2m$E8g#bs4jR}a5~v_t~$ zC^l@$`$m>d z(ofDhdDLXR0~T~WI<41coia|u6@Em;n;=oM@KzqodESnn0}Fx~vN-FsgLes-_-oC? zyYX&Qy?X>3?}eRRW#FHIJ0XdoT@NQf^E8yZ@zAdcm(gdd9m{? zkg_(Y!n6v0K7_ObD!boc{vbEzrrY@T>!$ZmsnoOND-uMG?Nn#rYfv8js{E{%N2;4@ zy|f9|X*b`oCeB8_Q)uGDLNnhcv`m}%F32-mF@uG)X+u)o#(Wt0p6f=fTcjQN>J{vK zAO3BE9kKMU@zb$RoEwDBN}L00{D*l92I!zThO);>Mvgn8$OL4$9Ai&2)~EcQ3WNDw zWdK$M&tDRz(qOiNdkaRYOg+EMgaT9Pm$e*YV#g0x zxbY;s&@keO;Z6e08oO4-c9#VdRkra9Ya|%5Y?X-^6bS}N2SC>+Rb{M-PJTrx#u1*M zkwwBU_gl`FJ9$%58M$JXYm;Zs~d4qdufZv z#Ext{l#FT2FeS50C6~-oj9P|N}8IIx> zfN`0n16dDEf?qB@Dfv|GDfc3cmE3SOg@GxR@SQUwF$4aOifpyd=$4MDl>#nR5t%xz zp%)Qm(YfeabZ4Be88fce^cnY(N6j+jby|%1dr%z6QA%sBj5FiPxHD#`8enC3AAk8; z1fMIT;^Sw)|B5P1*$f!NQOZ5L(w?db$_vD>U{}UCr{fLUd>~X!L~p{IUGZ(kn?rfC z;7zHij1_N$J+cd`1YDHpM0Q<(Dn(RDKVt`T`1YbF-BoqxxQr)F*kt9>GMZC+GM-CB zk+W;bbrQaRAJUSy_1bm$d%ARg)fdXBs3+utHQSm=9jCVZi{4p%#sLTrRCuDPDz zw`q+>SY*7~^t5k_-VAq1sjFP`SBXK#-TZmR!J96#o*{bE+iIbBbH<^qPq6Z-Ra>im znDoaov9RYGBrauxcmo?$8?Zipdwxd5LOe4a21B6AZpX+6-3FzGz2Wm1S(ksVV-m%Z zEjF8)ffz=-ys$BxmO*#t}@W?QIIzY>?Pm!nH1xYLDhnhM{_8(!@;qn)ox=rhEWwx>f_3zqkNYyS+fxnBH3Jm`?&gsh@SlzVw&Wk_))}3z^oI_x+%;Z{%o~FE~Gq)$-v;9L` ze)oyh#&9uk_Mt)F)bJSx0FJ4z0djy~%bTZvc)I9qUKz|i|KX{!feUs$uN9rSwK$6_wT*^Y9Y8!3hrahE!}vyixpqR_961!TI||N z&yMQz!G=M2a}_%`lsTJC2HCT#{`QsR2dRR8o8$-I(CpgqAkZTPhVy~lxQmT_dH9Evvc-gpYe9+XtY+UsRZ|%D8@44sidH1Pz zp8mtLKRtVQtkAnh>fKZD@0I*}vtvc4_vV@V&hR~FI2R~5`z2?8p54XGdq4czAG`0m z-|kt7BX=l_>t!h}t`w0(d!fApr z587~SnxdXwA#)UM(Y;|=9U-iYg$k{s4gX7(tNzZUiCjA5Q`UW4i$?w($P8mmZP69fBK#VGyskIqN{70DN2kk1%<|`r(gF5jKD5$4on2M+BP>EkXx{{mJvTAw< zDMCl7bgE01@*IQ1LbFon5v>~9|A1@iJOHqc(>kuT{U@OxhlVsj6{#!fP{LThW3?qGYdsjJ-N^xC1g2<%!UEmfiyl&A-Oj_DXv`E{6j2hJ{lUi#V+aS!>jf-~ZO)CTu zi94{E>Mki{mKJ?yu5}vWSfZ_3eU?Q>S|OD{5a`uf+gfB@+^g2v&gd^GIRW9O$GbwD z;oXLJg*>acD+C(e?QmDpz2kTfWq4mHN5)Yj*fN%!LV{E)l%60ZfJDBJzkKOnbIDtM ztC1~>&U8=J7NP10Opt$%Uj#ADh+|icw7WzKb?jR7WIW2ETZc4y(Q}>k zq$%3>mzT}ArffhqYrTT^@Sfk+AK-5O_cVz$D_2I(H}IaiQQ^z@#6ZS(iIfc41qO$2 zQ4gDN#e!Re*4UzTS$FeaqAzzTwiL3jE`C4qg&Cl>T`Kj<F#UzV|? zi7%|k5T1;1D9A<)(U5mdTuaV_XEV#TT7dUV%H3c~qp!v)A|N7|Uanyve*2E&_BidJ(*Gn{tNuuVf4FV(A;6OB6V zd8RR}Yyr|QY#B?=Za@y>aqyTG@-roqqtPe|5RDQKns$7|E`VqqS!mv`_=8HZI4~HV zj*)uj!9l&OY;hTB0!jKKJW`bZaD``*icJd?<3djjhp8}`YTCb5Pv;OaMN>A=8Kc3q zb+xH=W!Dcfw=#Ke&ljuywlb%4ZLNV~)0RBD%Ldq!RuL`5-*fx8AJ{t$f1v9$Ob!}U zxZ3yO`dD{}vA@9u|1Ms|IRd0qBCD4y!SqYeI~{G%BqY1SL1$)E9;73vXQm2d z#T*FX7&J9ZCH=_elHsy&O+1V&hziRqMF{&eQ)$wYJ-E>KC9P2Nc9q)U z6k_=T4Z&I38f)O8lWX6wax@n#JGhp%x4-dLwAj{F+^`#W*<$QyeaHcPMxboa1Z4Ol zDG}6aT%>H1zEde!U)>kxW7rvLi^^Il;28$cFDqMUXa@z!H=d3cjy1lj7-1U~L z>@fE?JmdgABd~0eyxnCl=kotwXWlro(pPYXC1*JA41-U5>qRLzkRAVIXv^Kf!q9$c zXn&b&b`3C4@b)jeR<0C715#*I3hi6A7X2Y&20yLK9lzhZ>t64!4-JLh{ZcOik?m@z z{jFU;Iq>5Hx0?&0tx|~Q#2~DD`rg^~hx>oJ|E}Z1Zx(vSrJnH>L=~3&gZKTL?)f+6 zN5(!93jWiQ|1?7Q+KYj<)#mnMd*4d*w!awaF1GYbEt{m49pwhDxu@*2wLz&(6+iUPp?pB7Y9xr6gHEt{9; zf8e_1T6SqOdF-S4f*ubJ_Yg-sT5^b}2Ae@ojRoy!~A6`TXYbk4=U4 z38{So{Yo1HqN#)r%i*2APrSjEZ{)qb1#hq9?ai8yaMmfao43&bvB>%hsVQK@%0&xO z5B`swpqx)}I>u}!?Kb&ZG-M1pjEJ?@d$4+6v0gN047L5xi>9=S4xhpD4$8u$-s!AG z3;rSKSmr~aWN`okQms*$@PTbch(n=e*YROwK2&V#d^7# z{W?N+RnrnT{~GBkp}#_E9bYMalt~+xT!R^FY6o)Lt>m^@6C15w?BYAt3k_b*|NR92 zolo%pkC{3|c!Ci$k6l$2zY)UeAA6KnneKV)Q!J*T?L`b9l^f(qjo0^0Q zy8#N!3sz=Hq^F&k&J**9Hn5XMb0tV6yj%8wtzba2=Y<7N?R}a~Ay}|6i&-eVEjZcf zEhFb~jDa9l-=M?+e+xF*4J6ruPce?9=7g!4Se!PeV$;w?0Y_FW?0NxooXpD_f$~9I zcuB#O!!IEBFAXG;Q0@?gDJUl}r4Xk4Ik@1hg_E-Y!VuUr$F^01CN#0w2(8D_G9{<% z2Lw31nT4x!IE$lXnTtVVbN0eQdwpah>TLlak^c?F{BH?7An@-9YzJ7-?+q_B)IwJ! z(+el;FU-6|rwhc+Ctpz?%t5CKkP0glK1d&yQ4yr^Mt0Ll;zW=Npu%L>YhO4{QH{+r z)j)PI0ePr|sEeJBCP^YDu@*r%IW;veLa}DAeXy75tCRwyze4O7I?893uT+YkY+3!V zlZw)G!jL$OGGg~XIwU)BNFvjKDj!W90_FJWgKec5PwdtgvE*y zft}>VyQZofta2*#=22Q-&QQsr>;}LwNJdgs7XLpM52G+E8D(d2IAC2*FP6MfnFl}| zG@Q@`Et}R!Wr)3*CpL z?nC7uIW$)DctsjLROmS@^&BoYkwY`*Yg>6?<%JKLq`^If_PtX3-f{~$v~s@AoFnJ> zU|bsBUkD$N!UxJBa%ihM94~}-NZ}pjcCrOcC&v>gw2w&bBjrxA4X>%Pf8O`;*hiy( zHu@K%g}$$qyU0^77i=wW2!tSY1o(_V*7Nx=*VJEV+#oe>$U0U-z3+bWHh<@mG;*lW zcUbB>TnHVJLPyHnhz&F+z>QPb-O~rM>}ICSIb0i8ckU|&n(qht?*;mE^M$}BDX^*7 zdal?yRO|v#-&t(y2En=ubSVG`)?E#GZ}@XB*Sjgd>A;8Sf4WfUIVts=gk>?~|XVW^V zJA7ct0j#$65CPv7zTdXvUfYhlg0%B^q3wj!cB0t5wK#aZ*t4P7J5=oMe`g3qZ2@-< z07Y$SMHg#nf6M;RZx4Z32Pkv)pc)veX|RMIQfi+OV6RUEtSoDNecsG9g>EH?ly~QY zLzR2@a6WLP80cI+l`~1J`7-D+d& zmqz=Jrx4gI1vYJR|j8LGo7Af3I&&#hdjlX>Ky=<#pM&+E{ESyxWcZ2$3)>G(d= z$NP-O583`wuOrxf#Cme4>92MgPwut-)d3wK<4jJ`;$OXpE5Nu7pJ9HKxeaPAbR89? zPpdc;b#4a8-<6no-DT!eJgVk9T*CA#UyzckeE&WN{MkTJ9Z+la_)C({OTX6g%%gothU+z_btv z?_`kb2yIf6a4#UGMVuZ|rGy|sa7`>&_G2^s%JSyYLgqpLXILzBsL+UYu%-V(sKgck8I|~?v9Gq` z3>8AdQfQda2uG9T223 z;d=vz3j(Ro@PSw^WA{^iw#|6lc58P zFaRcCX0q9l9uOZ-IB)G#-!ku$2?vaH%8Q2aNs|Lj8jluGwQq817^_!J81{r?zUp>u z@VeUgBZg^eGNaF_rmkwd7$|iFF4(3xD4;TVK{bcxGREIl9pHn5B=t0aa>`Uziwm*U zDb z0hu?SKK9LH&z_TIR>ad4ndFZ6N7#h_0a>tV00$9aZ$3rho)w^mO5!6HTgg5>gPA~9 z(53p2M=2Ym*zvDAEq0+%HCk2n;Kp#N{~sZjxKG^Pn-}i8JMOtVR<0J@1Co2-c7x;| z&Kimy;0hL77@f7F`zMhfM{XMn?VHfkvlGRwhd+Ai-q!K_*723VN^<2pD@mzkB;PXf z@mTg`(bIC@(|ga;o0}|nh9u7r@Gn>R_SFyf-rslX-o8_XeP^V7XY!+T7n?elua@-& zTWitZcx&&Q2Y+}l*HiHKOaA`6|GB>&dg`OyA5RvBo|Wi+F7JHqi&dQJ!Rc(RHBj`o zEbm<233Socs+@&!VC1P`?$3wqPwh4Q`5ql0qn# z($FmOwP?U0Pf#Y(DCFtYZ#c}!3A-l0bw_l8ndo@iKxdKPach_U%94%z zWvr+flp9OA9c(y70P{veT4B&~T($xA>bZ_HUA-$E3RVP5;{XppgaQ9W+`55j*;WiY4w;r=C-Zi>l!;3pZ)= zkTPfNDI?!pVO}~bPgTu*wRl7(z{u3G?~j3r{;C0S>c5Y<6wFO$#*w;bBb8L6IQT0BrvudK*G0wTjkO5L4>kPjo{x(|Wb*MVv@jQ`6*I z@TT+z-g>9?J;e4t{_?fxQR>rnNfAwn?dn}_8P5eKW~{HVpX&I~oi=UBu&#RKc0mn( zfP;*QXIQzQlhlu$e@bq!k5EyB<=Zn}Mn1UKXH`R!iCgr3$BS5tvgwMhs@DX&f6o}p z9TW0uv>yp-GKx-_PymT(9fJBH$pNlUft;Gp@V zUmvY`4+*`mB!*)s*-u+>Um~y3-N0s3DpQ7ze>5-r>9ax%#|c0QD@E*29xT-<@KSM% zH_krBDY3K6jW*Y*6x?XtU8^KXw$($9*hUv@3K~bm6jFG_oOBV3e>3~`2Jy~&(e3H1*U{llCKPjkgeG|nk z8F5(pY{`h-Q+!o>h#?v_!a14tP07xTtO6>hQ-&)Cv4L?Plg}Vr7*b&tRXTv!t2H$= z#cwlV8+VZS7vL>6aDfiC%nua&8zuinY)|v}vzgUk3)Cl8_}kBY_&iRVYXln!0BnFp z#;_QE5bS{B$WIRb_+TNl5n3h7V`YoMH%!b7834)l4Fkzm+tplaCdN`($Cs5G7+$uo z?1nx<(chFk#kMZq2_A77{>)`O;$^s1+&`5u1agldaVm1U!k3e)U9Y@4N+UajOf0Q3BU^fkQ9O% zyK#)-t<%sZ0tZd%-d^nNkvezC5UM{-XmS9k{t%XtCNr3Um z1(SVbWCU`Q>bC!jGdzyv55p2$_A!7UU#fB0N7$&qK(SoHw%?iQYm9=|v@Ep%YuTq@ zsI}}%EsMGv`W)=mUYR;tOKz*1t*oVVIPaMe0vL+_1Yu=T0Vg5T8E4fABSn1x%7zS? ze{9=-LBOez<9+;sOeug*X;#5$&^z%cIb|I;b^rrDf56`4^G7`j z+d(E<*bd{$Ov5%cvhG2x%oQPJKatQov6}!%qQ&P4 z{0{=8TZj|7AdsZ5UkFTw!`88q0mtsk2PZHN%eTolqrZqm6Y-rLPTWYQ9Rzj}*h7HE zm`Gx6@iG7u1euJ7Br+mLVOYkR$kYN*azpe+M~PSVcd`B9^v;v0h}v5w3u!i??}~t$ zgT7-$AyeQPK`F9n*)D(egYD`z%Z!?miS=C(-}zx*G2ocy;LEfcsISV&isGk8W1;B@ zqZo=QT-pe1Wv?cR9%*qzgb?mbfXo-#M4BZ&sVg0mxg zY9;u<(+;k(t0lMbZb!cR5N@W|23ghv57^QcS68vAPgaEn1W&ve7<>C%uA|VtS!&;$ z4~)rov8}h*x)I8dG;;w!8Ioo$Bh6e2uyfF$vpxuP=C<4m^g?5-2HDqd zy;$&dOTO-W?~c58XVKeO^flgU%_FnkEyOKzS%_N(0AU5=mU&T8w+`O-58v|--#%CH zZ;|{^+tj&QKE&a-c;Fb@Wh?!P4LIwTel(GP=e}p)o@d~;zu?&%bvAMh0(NpXje9+eQ*6G{ZrH%UvZTp~5SbG7Jt+y3iilNav zZMWSdo*60j^cDMur2gH-&R%FscAx_QKwGk-ad{k)wNU%=ar!~@hM4x3J=T`qw=ECC z{bhrpz2iaGNUr_%e4%TH)U^Y#w|5}+zJ4rHB=Z5lA_bWb175D9x9ryldmfVP=ZnuB zTyq!U9gQ^rA;(+LpzT``R@zqD@*8&NoA*3Xj8T(()J#kUg0cDq^66{D^Wh*>>rowb zZ@H_dS}@@M#jYdUPXzUU8ML1?nf|gfbdodu6=#BZu&e&qIZHIkC#N71w$jAqJAL-( zk<;g*XO4U`divPJ)04+FR_7+4Ju&gLd^X|l(B$_jfolY&2(Ss6$W)Q=B9RbuXmyj? zbwa=qvphSJR@Nh*ArHg@5swl00|H?JT?Bdvd`6&`z;_7zX98@7{vMfVVyizWZ;b2+ z{0aW47$&wQo%i3-R7lnNPN5di=ExYP#bU)oOwtZ z`5oOj*MaUGyNa#t<(6U7xUS3*#FVjOy7}F*iCJMsX!DBU=3?2xUaeeXOWDSZ_Nt46 zy*jx-bJ@j=ZmzMl>|sVP*W6b2F=GSQ)>-y5V}Oi7W^CmAp_Lsuf9_JQQwnX78n%|3 zm_sucY*uGW&Rhk)r~@hm4tcoe%L>)LosPr>c+k+eoVqnwHjxDm&xOJ_nXEWQcZD6J zYopg%f#}UiC3TU>T`j1G-Z0TLmwjYvpkn&T6rfTD$<#;FL4AlO#+Qy4V_w z8bgwMGy;GxB_%;T6YyyFFRMs@0X9T0U~)!VULLcb5HF&NUgN%&`m-IwxoFB6t%&0}Gco zzNKH(tL4A-e2q#*O%sy`jR^kOIY#HH&4y3#v5U#a&dH1OK=i`LV^?D7$F67aO{MUW zv?$Og!yY$$BOZgA8gmveCueakG7f?tpQH^;wT~o~ocNGiVg{%6<2;fShzTkuhzY6* zk+?7=!-Bw9D2Qr(Oed4#VR-mmst-bCQ6J%6cI>$+vguBt4{xYXU{!n z&s}5Q*;8=tkeoa6sv90tK}7yro&a~t7B;-C>%qZlJ>1XQj~EQ->cpp-7@VYIu&3wo zVK}IBiB#`Q;#9I$KO7|=MdeVwSctFAQBAT_gXJAe#Iut>Hk6VVXj*?uX7nd;isWUP zxR@daVP!2RA&I=)6I)SUzG;0gh16Tb6s1x|t)#>T^3l4k4_PD7Pmu)(P`PEjza}y@ z6Ceym{Eq}^0GC?Ujc7hS6Bmi6&&W`DJD&+$2z*wngF;~=82e74OtldquR<@n>9vPI zFZl)Yi#D2K?vk|wACgNyfeqwrf}W=k7YCS`X`+gQ_fvR2v1Cmoqg_{xS4#CfV>`cV)#&kLNn5qVLacX*WV$)sNXR%y+VLSKI_!1 zch+@Vd>2AKE&ZTKTR?GhslP=}fP_q^D{}pL?frnWEwNvb^DMDnk+UzcUy&QguXh)@ z_Pq8kavSsO-9_%X{NL?wfEXk59}@3ft#ZRdq}c} zR<7N%4=h<81Q5^+ zpvr9}=ifANdPiAr(&3X1YXP)QblahIqT3FXNbk7bBK!1K!ni0*J)kfy3gc3RaRE7& z)7eR3>H&q>Nnv)X!tAVs(dn8&r>_Cfk<>LqM^e|UgdtB>ooUs8Cvp&mIuagUVA@q2eTJ$%-oz=db((I%ZHSgje1j4 z7KkYx%W3wg2Uds4Lq6~zA9&P*R;vjWrUe1cWM4Y=+SAvcUShxUF&&4q>kTaobNOHY CfpIec literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3dccc9b1270fdcfc283a047d4dafea32fc24e89 GIT binary patch literal 12533 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 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.11/site-packages/pip/_vendor/rich/_export_format.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 0000000..b79c130 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,78 @@ +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.11/site-packages/pip/_vendor/rich/_extension.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 0000000..cbd6da9 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_inspect.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 0000000..30446ce --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_log_render.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 0000000..fc16c84 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_loop.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 0000000..01c6caf --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_null_file.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 0000000..49038bf --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py @@ -0,0 +1,83 @@ +from types import TracebackType +from typing import IO, Iterable, Iterator, List, Optional, Type + + +class NullFile(IO[str]): + + # TODO: "mode", "name" and "closed" are only required for Python 3.6. + + @property + def mode(self) -> str: + return "" + + @property + def name(self) -> str: + return "NullFile" + + def closed(self) -> bool: + return False + + 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.11/site-packages/pip/_vendor/rich/_palettes.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 0000000..3c748d3 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_pick.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 0000000..4f6d8b2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_ratio.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 0000000..e8a3a67 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_spinners.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 0000000..d0bb1fe --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_stack.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 0000000..194564e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_timer.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 0000000..a2ca6be --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_win32_console.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 0000000..81b1082 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_windows.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 0000000..10fc0d7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_windows_renderer.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 0000000..5ece056 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/_wrap.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 0000000..c45f193 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/abc.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 0000000..e6e498e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/align.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 0000000..d5abb59 --- /dev/null +++ b/venv/lib/python3.11/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="Algin", + ) + + console.print( + Align.center(panel, vertical="middle", style="on red", height=console.height) + ) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 0000000..92ef519 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,237 @@ +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.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.11/site-packages/pip/_vendor/rich/bar.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 0000000..ed86a55 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/box.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 0000000..97d2a94 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/cells.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 0000000..139b949 --- /dev/null +++ b/venv/lib/python3.11/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: + character (str): A single 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.11/site-packages/pip/_vendor/rich/color.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 0000000..ef2e895 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,618 @@ +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 + red, green, blue = self.triplet.normalized + _h, l, s = rgb_to_hls(red, green, blue) + # If saturation is under 10% assume it is grayscale + if s < 0.1: + 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) + + color_number = ( + 16 + 36 * round(red * 5.0) + 6 * round(green * 5.0) + round(blue * 5.0) + ) + 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.11/site-packages/pip/_vendor/rich/color_triplet.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 0000000..02cab32 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/columns.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 0000000..669a3a7 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/console.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 0000000..f805f2d --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2612 @@ +import inspect +import io +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 ._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 + else: + # If FORCE_COLOR env var has any value at all, we force terminal. + force_color = self._environ.get("FORCE_COLOR") + if force_color is not None: + self._force_terminal = True + + 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 + + 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: str = "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)) + del text[:] + + 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: + try: + use_legacy_windows_render = ( + self.file.fileno() in _STD_STREAMS_OUTPUT + ) + except (ValueError, io.UnsupportedOperation): + pass + + 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 + write = self.file.write + for line in text.splitlines(True): + try: + write(line) + 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.11/site-packages/pip/_vendor/rich/constrain.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 0000000..65fdf56 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/containers.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 0000000..e29cf36 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/control.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 0000000..88fcb92 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/default_styles.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 0000000..46e9ea5 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,188 @@ +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.emph": Style(italic=True), + "markdown.strong": Style(bold=True), + "markdown.code": Style(bgcolor="black", color="bright_white"), + "markdown.code_block": Style(dim=True, 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"), + "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.11/site-packages/pip/_vendor/rich/diagnose.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 0000000..ad36183 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/emoji.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 0000000..791f046 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/errors.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 0000000..0bcbe53 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/file_proxy.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 0000000..cc69f22 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py @@ -0,0 +1,54 @@ +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) + del buffer[:] + 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[:] diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 0000000..99f118e --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/rich/highlighter.py b/venv/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 0000000..82293df --- /dev/null +++ b/venv/lib/python3.11/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

    4Midm!y2ukIYl6uc!gJF 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 Ba2x;t literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..adddf4858819bb2a8dbc707ecd6c83882de1046d GIT binary patch literal 1939 zcma)6OKcNI7@mEv9mjb%g%CHX3AD+kaW<&5f)GIvLgFDvOVlDPDr@7NBu>{}YjzDJ zawH#+2prlRsEArnb7(1)KIn}@FI;-wAWOC8gwzwKE=rLiPW@+NJCCYTXJ`NUU-SC@ zfBx^Ao5Kj&;m%)izlhMEOsKa|jamB*m^;WsCTF1>m*R4Kiq8otfnz$}5>uinn4%@+ z2qd>wcz+!zQderJCXEQmWbHCy>_kf=$u{s-7?`%b2tEyZbGpFbG_K);mo)|c$^&cC7emSZ2_efEh7)?ROwIq#N=Lx#c+gAsG)%o}ZT(FD`P6U@vWNZ^BviSsqXsF1p``44t zYvUIhPuS*E3VbOrITj4Uf}Uwy9s~*g82oEL1Nl<8gGy)xxPQ0%pnB9$Uxxh_xCH<$ zgm`pQD)B2@S8e!hpS3;DV4hqOZtehb9_CJzSj zETc_~t$8~NteJpTE|*^$`iz~!`i$Wid3`)%Sf?15{BX{lvGe*BoWG)5*-5<+$nOmu zIG{UO7bgow<}+g&J9;5o(9_^%+C(SW%#2=3YqAmNp~4&un|8V;&iC#xk6JeD=^P!} z^w|xkb4ozg%cwe_|1$W);KQLGhgQ|T#qiRZ6~*VJP){}X=F;Ki)F0i+XWhxwZoSg2 zuf~QevEj!@9v`W;?)LU1Ukd!e=-&v)OT>3XeZ)6M*I&t~wbMsjsArQ@W8Ge))_nm? z>+9=I8yw(k?YM-VN|ECo!qXTBRFeq9jy9#!fG6OPOQ)#-EMbABg5wfR4U(3ysz_MT zq-q^@5@$MgJ<`btdrl6^a2AWi*w`590)a-iLqrmwWYx@B0s==XqgN5swyV;*w|u(V znRsx>YdHwLe5%^sb$hUUwmLTM#V;-&`eyX2(FZM0+E?SFmH4O!{o{+C*y)Rk)N}9c z?}WPpJ_7cqSTOt_(vBj#7Dtw5SN5+q^;MesJh5*L&V;lmmEE~QHa|_+6Ar*2>`_vl zU>d32hoz(w;759xEt}4A=++M4rIom8+_$YZ7MD~)MXFwpL99Kny-hcNh3YCNJIeN?6-hCOh?_P3l zca@{nwmr*7y{>@=C%i7b(l!j5_O9jgAjXFu@AKmCSK2=)xA!0{a2iNZ-Ak}cQFTnWxjqc^l?N5D)8D!L!*lAcP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e68a4a7641b5912ab1d0d1c8ac23283c938c34e GIT binary patch literal 2344 zcmc&$O>f&a7?zW4%M5fVnjzbf)dnOkEYV5Zt@Z3+Nt(0;@`X4n)?5TeqAjMfsF9RE zV)(ehhGy!(#Fv2iD-j{sdFFw@ockYxeXivZXlWr|q z*57(kv{F8Jw+w^dtiU?8g3@Uzm^+;d=1=E?g_c$Mgggbc#{Fl9+b6G&c2KCg(MGuu zQW8MdrHUXwBtlZvw0}C;b)ML;EY&cg8|9JdWk{(Sm(O@GM59p|LGyXUMIDXWT+oi- zX&j7yFoHAUzsVMyLT9=JI^%JeE{^H@1; z(q+-GzE9(bS680VbMh)hEfPz#&ttw)^?59LL}Ybko2P9dOo&hIjgdwe zH!z%>L*fjxfip9}I1?!H>!%Ps+3O%54wOw>Fh6t@6q_Mtv5j zaEwMFWt~usZ8YdcF>DHzO6nN*`+c|n(B-0o*K4&JhGQYx#>M-NgPzlv3ZiI$`b>rB z7?2=cDv|kCMF%P+5xbx+)VVfVs=hF2fo(65ur>@Vtn4FUVj@X&RZNSsP z#oxK>ZVmT&yS(~l z*x=S{F}W30G~tPBI1+9ike;SXFTdf*V5$?bm^#@yXzAHaTBe+OL@)wGMu}7okua{K zb{a*FA&^NGedvT@D*EthXNIjknYG5?6s37X&~gq%+LFAYp>7RgPWxFEPw3i+8Uby~ zoOk?)B}W8^iUm!3Hqu%!rN~ShSX@wFAyzA7>uiEIvb8FHt;@plYpO1TeIFb zw|ZL1xqLKz@d}G3ugC1>tRRa`*{txOQ@9BO$UqOei!aQBFsajvMe`Ja?4Yu6xwL(F z&^p}P@m`$l?|Hk2$NQTnm-mXr)~n~m+FdW39GrN&oBJ>KUSBSmmF>OFR%@r_9UbrN zzWn(Q>z)3#cu#N$(ZeB;B*usEJiO2&=V+)x9^)R3dz#~MV&)IswKXi6q7W|s4e3yc z6P92P)B-NBHWzzzkZ_^AjON{B_42jMWoT;ba+ zmFiTxyOj#JNLL)5gzz-J+DiCYEY|c4r0zGGO$a>?W86h^ol)=kKA!z!dI+Y!wwyi< GrN}cb1f&80 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39ceb45449b0cfe722bbc65186c99dd72c9312db GIT binary patch literal 14192 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45ad0e66ae276721900f3e652375938090d3e699 GIT binary patch literal 4774 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 I9)-~U0T_P!S^xk5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6107fe7d93a62f81bbf5e03f9e46e0c146ebdd8f GIT binary patch literal 4685 zcmbstO>YxNbk<&P)^;|Doj8#2kwAdPEr|>17iys`jB=FfDnuViwA!tZs?OpL6BHL~bs& zHU#vCl8m5{On?S8fr|Nn7FZR1wuD?-a2rj6U0twCTop62c3hL-8*bvdU>?yiOVo3Ho5?;kY~NI z8ry;?*~|K5AkCt{$NCV&0N4(&ewbQfDO>ca!KH#cj+&ubl_dbNml_DtrOqm(oL)Al zR_%3tu@Pv>maXP#??7#lt4Z&whd?rfbZ0doF16azu4TZZMDDJMujC8E8tbe@Di~SQ zT=qC)Blh8r0|+o!&#^?TZq>0xRZF=5pq$a6$XE{$xz1#O#c@6cz`$Ljqs?3~n$7WjwRj!X#pT|ADP%N0Q?_$#LB3G{$N`Cc-8b$Rd z5MYR{UXS{PLTOj+^H4a9n~zQ41o$M(+X5U$Pf?XojkkHvaXcSRy~b)`+l-jUjB-A2 zP}B0FZZFVMj^^-0aYl#aL-R1qw4MK;o&OXf-UVRb?oqc23`%c!ssNW56}JldYB%4w z3Q(x83LF&XtW^cOwkw>S>@>1>K6*^5>mEmNi78?4A=s8NyY1Sh1nU`pw~hk1M@;O9=Fo(B;Q_24 zyEv#JGyvXsA~?l5*?@ST4L0gy*l1w!t&qQa``5l*yKtv^x4Iz@?cE@4k=~{>tg5tR zYi*qrE)EmYif`LJV748bx3c;owFW##i0M3Ib0P?FhX2TDGcGCG=fxG^X443+0x)nt z92(8L12RRI3jR#lsLzod-xe#R(M`fi^Om$k6LPz2Ikq*p({f*-IPbj`;+5yQnfaPq z`fAPA=I*v!g!1~LvEUKU*E3*6D+g`m=Z_|M0gt5T|H0^dQc3tIE0sN$zKxhg9d3z( z|J{H{Ck2Leojh(~d%$~2Rjr7s!UJwm$9cD^-dxP;O^RG$f#G4Y{^dJGx1t++o8 znMgg2fDnqWkSp6FR*b-xZarrid z<883JX)!yHopv>KEIka~|AmWsVypAWMkDNC@94X-KK^j(w+Y;&Jh{L>egGE6>tl%Z zq}^TuX}CVVK6Rf9@T42bJkLt~bUkZR$K zi@xrADSu+0FX!0Lz=$WD@hgBvP!NQtWMrfL-&6AG#_RlRNM8y9IMW%{*xK0L+b=lv YUoX#(0iq;oSMFTBdvzs@KRgou1GbyYJ^%m! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8dc0ddf437049bbe7e8f1ed637d808b825287b59 GIT binary patch literal 5256 zcmZXYO>C4^6o$W-qN&hPoI14dF~wsLch;? zdTz<=-n$6})7fPk9oHa|AvPSvi(x;^?`_jJh zj|=6nQn_iR5>~oyTIp(Zk7w0wZA___Hnxw|XPe8*&1!G8(!SML3kP8s_`&M-PQ=|7 z2KrEcgt#pS-=qEjVPDqK>Op-Ru|d#&8}(kq`#E?V^?Qila`2OVYu(|oR%x%G-sfT3 zKdo*LBVM*JfbRB>7Jkxy0X7kzSXjpssNY2VmxFKYTYkC^b5O_P&!7i$@Hgs19@XBp z{5IUgu(4lY8FvgIukROty8V)XqPvA9dx?r}2kao#4h0WjUJ*9qo~?k31@#UE#ddD? zj$)sIqGrchuy6+AP-btMR+X1%U%>&2tJ!AON1Pg9t$-a2Q14Js)ZA<@_jj1r?_npx z&KL%GI_^UlU|mq}P*8Ly*DUrWGq~?Cr1`z$mD`g>tMV3UzqJ*7wH5q=LC1tX3IMYY zB0wYnf1eWY*j8|2E5N~h3$`Z~0<{pRg+MI?Y9UYyx)Te5S_srafbf$NsD(f+SWGMg zY9UYyfm#RpAY4nJ7SxG_KrIAnAy5l}S_lxP<*Qfxqn3bRi53jq$}76P>pAd(KXutP0aOe_RyAy5l} zS_lxXB~T0M#6qAJ0<{pRg+MI?2-EUj`W}lQSRx3P2v8+6f+cpS1@rta>>yAJfm#UE zLZB7`wP1TU%7LV2L1DA_$fUP$fgvf_Z)yZXr+$fm#UELZB7` zwP1T{|;@Ef@xFM~w#z3s7)-ee1l!t*))K7aDcm?%vt73Fx=lPM*!E@)wC&vb!ADWmL+UOmh7#JNKcyX{GyM{*24o^&;9+_~o zmR+~K*^O6g(+hLW+H`%XK3_XGRi7P3b!6=F^7O)dZKXNCQk$K*SX<=J$NG;Rtu4(g zH;*jVr(UmLYA)3lXBKOd*49{P)mk%C)3wQPwx#~X%QtqMoLgwTG21-V8aJ6eEy|BMJ8!d}ILw}sq#^39|viuiWk+wbkZ`Mx(lPKw1mpxs&i!cPdm z51GtNKL-;7!4cSC6BoKM2_#7 zZk*|xZjXm?M)0U7JnLdIf)x5C^hq7V5ey;BKSH@<%udm#_LdCcK0M35Bt!B>9}-I= zunh;f2pgZ-kQ`%ndhrEY(e}P>Io2+XI-Ir~5k}PWy$U*~P2YE^FX*%*RpFXgpgJ}3 zd5X3!+F?y0nXOD0L2t{c=!1V- zLJC7E?v<*NtLuvy7qxJpz>9tT4kXV@k(G?yJnk*EN}wWz%ttxOgL7DH3Hm1BN)Uv2^vya z$eSaz!wn3tAz6UAg^_N^v1okLjqeJN=a&-D(j^u4)8oR`QQ^jTae4o-e3BH*-TYa& za+rRSaC7M1#Qb+Cp9pA@7FL`wXHWaSp>-_HNg=doI5xE@LXsJbZ{D hNfAQEaDDXmNHRsTbok<<{^3;u2tVCYum1)m^c!6{&WHd2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3beb595790ce4c6a5f747ece50065e9319cb8c3b GIT binary patch literal 7939 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e630971236a0f86ea22f197d580a89e58aa337b GIT binary patch literal 13689 zcmbtaOLSA$)t0ekUbcCMG-=aY+9rq^yFf@F1&Xl^b}+VMn-BkR|8JfWcFOm8b=u@RW4f=Gc&wxHt>a(CfCH2|r)9SCJ z{){@V-K9Qj=E?f6;rAPmyXCvyL z)KYc6^e#gWAM@C8y|2*yQHe^Fhmz9jXRp)Zm8QuP(}FH&Cye7V$DpzU9!z7lwa z)K@{TlzJ6>s-?bKU8B}Wy%zYZQeO-II;pQy>(vIKU(Cap8ew})+M3Y5S?Volzh3IE zs~gleq`nd3+$8lk(RQ=cx4{1`sc(h;w$#09tJ)@Y6>WV|-v*y{sdqs4OZ^?_+oc{r zJe^VxqOXwDyTJ3V)HV2rh0e#*&1XL1%+U^YG3IQiQ-6=!cRBUly#BsZ-=lie57ZCa z$4UN=)K;|baqPY7)2Q!t>ic+ozf=EMt%tqOsUJ`eqJGG!_w)Wfaq0t@`@`xHr@y1z ze$25S=kcF#>Vp{Xpp0#Z_kGf_Mb+okn4JsG6Bjo16k<3n^)u=)^WpZh5@WmNoYc<` zyD#Q#%2V}bm&fpaUEp#}YVPs}gFY>+cr~B0O$&9tGHIUD7VysxOT#OZ6#QFP+oII@ z+kC;WkJl?hUAr`Ydq=l2x6Pw8`-3W)H;1&2NLX1G=G8E-t!(e~`U7Qcq0SY`+)M+5 zJe;f1r*-ks;a?TS}vLrk0y-rXIb3Wv6J?_}fh235ry4u{(OUT`XEs4ddz3wC?ES)bed z0bf{|+uh+)<}}L|b3D8w)#nXxMt=~DY=Dw*r@y-+6zNtpU$|TIw=tel#UE@7L{t`w zZ4UT5{jwLPFOj2Kb!tSj1#Y zQ@F#6VYK>W{(P#PaR%F?!(bz=;cl!6zc-+Cg*4tRTNjxlF5^vGYO0myhSe<_Dw?X5 z+GeG(sp0k7s_H6bPDL~7b4ryBwJkLb>su6fG*#5MY*ZRnD;4z{m9@3?Ri#Sx8;woX z&CNR@GH= zcHSihSXoz5yRKBJs#sUChDF(=G$8OM?kc0)P*cqz^jU#Y*;3n3&xTXkP~XyoYAHtB z)Z#SVP}^KB(o@k?+su-)x~TzOu=Ju8%V9lhTVE}hSn7H7&J4kYC2u_j@5ED8T~PEDokhxG4Aze)P1q+cTa0O?0PrvhWPM52ZQ-*htB2F1pCdiW z>Cwpz(!U~oPD2_0bqM_hfP)#Avaj1hqU1nGNufdYOp z6!eJdFiN7fy(4v=w)j2Ib5 zlZ9-?7yLOgi^XB?Cvz{Ey=0&qB;yzvy7X9ZPlboz(h)1tw4aO~GJE)FF$V{w=R(ht zNFir~sYj@Av{jaGiJ~uCHPWj7v4fiX9Mwpx`e6q(F%5PXX_Yzj-WM?dm8y|enZqIB zz?R)1jg4N`*?Q5Q%Bp`RO$W(5<*3G~i0A?9;WMGKbV!sX$9BNbYzHJaE_^XcL#k|) zBa&esna8BVVdP(^Y?Qim_yieGJM?PP5vewViJ45Wfe68dz{jD@W*Xbl+OHsF<8;(| zM$|n{)Ija1nS&iQ9MY;CHFL0|hC^Dlqh=0v)NtrYPGGBU$tr($#DyCv%pqopuPLMg z>jNu*pA|?bTZwxKvu_}y$XOp5I3>g$?B|EZ0I}&jf+LNu*+XRX6Xx0&AOk5pfFWF98-2$@I8I!M+bviiyT zgscIw4wH3+tfN>RWF9B;1et?m4v~41%qW>LvW}5;oU9XM4U#oP)=9FWWW})Du#w0- zP39Rghsiuk<~cHP0g97#imcOQogr(Otg~dDV;3eiHd+-;?t1xXAvPEC~36zI%JIJ3R#t^5#Ft+x#GJ&x5@3q?;KQMoM78 z_LxsSgVZwwIX_v@_^rS^7Vggf(|hxh1=|Atu1GN)w{G1!|LwP5 z`1{TI(2^57yq&EP{KD5F6B$eVI>m2L{ARMKT?_4e-G|?_ZQj7W_gFXlXHB%1qWdVi zpQ0aAw2z_(xP%U5U$TU?stIZS-67n{1R`t*6g^7OBNRPM(E*BnLeYMT9^w)@5a36W z<6H5|Iur`t8$gTQG;onmJxc8+2O#m*-S+x%KvK*k8D{}eou#o>1& zxcRFLY3%;?-pw@aHHv*ju^SY-o-7efUxO!pA%))+Xa6ngznvT}@Pz`4UZLn^8(SnX zgQB{Py(n{}Qxx!Jie9lTi>3D$6#df1Uh;d8^kd(Qs5x5qZTESx|6fj<4w#+C>y zc9>!VHnvn^hbVRglfj38UrTJE{?xzsr~aOw`gH zeBS(|+pA%*ie21yjQXO~cbxiS)OUjV;?y@teW#Lz+-IR@LS#HTrK^4acju@g^uAbH zKWC)%zIa-{dLXU$ol5IhKThj?QKrkD7I_LIQ&>;YZ!(L-?&QGWmxi<2N;nIX-lH)F zCnxj$gY##VSMyAHQ1~W$#4 zAa;X;`D*Omiaw=^g_C&!qe8(eGS^Vn*OsawlJ|7LbynF#e;3qiKi^PB5v4H=i~boTRV%{=nMt7`*wK>?hEUwgNoM5IAryZ z?R=^q&K*AN)Ud}bttZad))S{3ZP?LH%LR1y0-tzyTOic7-BTnRpL80ZJZ3jJdEC)X zING424LRCLM~gaI%+cbG=7e?fw32kQ=sP_5GJt`@w%foFN5cZ0(23_%I1dB&rXdlY z&5>pJL(zl8t_Z)RqzQf@M;5^^;TTQuvpMcNIY86Q@}&9DI@qFm6w8yw^T;qnNMi>x z2Eo{IXzz?M4ktN}3uf#v#u(7!GU-I%C^zE{tLz*p%;Fm-+n&8PfWDx0WI8ixqj;XLFS}-f84hxhq+dB@uT8QP8i5vk5PRDr+ zMeBMT%aewsy*mcW6A@|J*eqicY2hbg8G}gc21}0hf@V2O?leDgdY+WyXG9<6qpW1h9Q7Qx#z?shqf~-jGs#+S!6n8?Pp%`S*xsZI5ar}&j}vX z`0eMTu97+1JPaPx{Ky8sP>mMbVaOe%6K$sQFgHWAU5uU`|3c(G!r_@o^%y)f%|;(cVwz*=hE$G6s>h=W&C{qvkCeegtsc|1|C_90lbh$Gm!@uZi?zsk>d#(ZJo@>Cl=NfSC zxdxnju7Nmi548yUnnCiOzGdH39o?tkL1HM_?s+aU6``<)PWoPU2aA7rGL{Ap3M>;; z99MYWm(2m{!Zo8gxQrf-W`oi-vpHNv09l>@c>vje%>7`NyG&#@ zyFHQ2{XnL>J#Crpk{W@+9S?Z%{mFLEGZFUo3Cm~CW<1h${;{B>VQZEp(~xD!GGtn^ z4H=eEhO}k0!LdAKuq_W8q$P(zSaKP-C8vQ|avNZIgrR&-ZbSK=+*H7G8W^6-!0{Xg zfj?}J_(KL8A8l~(QHC_0ZOFj044HVQAq!^)dJ0PV=pMeeuh5}wb6?bjrX!vHhRg?Migz3F%2={Xc2rl=AturP?wEsCz#uD zCXO+2lnE!2qPncO>u@R z)boSX6uL9OTVQA2>1VHL_Sn_lBaU`bX#cux6DZU>$Y1BA#Xa`J!sEWrU&kCgMZAbt z9kHXCH5fP`Y{D~kREwecy(k3lYyNUNWO&B&mstPo{l|^;e-8cQMkXksOwfVSUR zU6m-VL`hBNXc17SK?!RBQOr#tK`Du!d2 zsc}nZOiH;N;a)ZcLuR5Z9#rlWXE{qzCv$$~yjI)^$ zA}ox%VJwMPjx0?~S&Wi;U%-0+Pl-2=yqcK$GD_+L0e=V>860^wQM?!>^^t&A7Vvo; zDNB?rMM+f@h-n4Pf_*D7Z5c|cQovP!k=Bu5V)}BFRJDLt1D+CZ8d;H;`U*;Fjeu(a zPm1TW>`h*VlByN>tH80AM*fs2c?l)8R={Hj2q#A@vBj6eO^pOt}GgqLbUK4PW>}PJGWD!cLS->r$;PnE29dJo})yUk$ltn11 z4FZ0H!<8dT5>sA8No^GHCJC=dOnC(*^`?L~kMiCk;I~G>TLt_!htpkp1>8EyyG_9A zDA*_9ZGhQ)uT4x{f|6<%a0iE*5ckvpqWq_ztX$#JpvRlI19= zHHDm{M%WVb>SZZuNR%|BYK8Sx+qy9^kC&27iIPpJwZd8lD^7Tfs+a}f2=`QWq%*Nj zI0l&`JG`o7DXvZwSEoY4+6AjP7`Nmxo($=JJCB``T)r#3wTbo-vnes1m5hTXJduxS zH(c2E${O$c!nQ{?PmTL6>&p@DIqbAz;sfEhYO+1JXPKiT+|RMWF;OWlb1QM3!?`_D zm?$boNmUey0|amhPtMbaweLWwVe|7BXccwVj>z!)G)JY~QCz!wYD%%Q)R?dVcDK)Q4uO znaWw(lJKI~5q;0DTMs2Qv|Le|)X zyjD!vW43`EGx7FW?5O$vVzEM`of>ItoKdZA4Lk5_CqeckT$N?RJLUglz8;!{kv0QwTf_zcn0 nyRLJ&)T!;i__*3#?clyz#Fak!7xq_rvj??H5&3;bIPdr`n;Hom literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d00509626d3feeba88f28c0eea8fbf117535d055 GIT binary patch literal 988 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 Hrf>g$bp9(4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97defa150211469b94bd34e38d8f7c1f7521fde8 GIT binary patch literal 2835 zcmbVNUu@gP89$Oo>c3=J{;$+ioHVgwTbknlTeEhX)5(re#}4eYL%9cn7U@_qC2B|7 zjtv7>(mfAI1*3__2Qf)qwWBK@)&Q)We$K`P6l zMWk?#kbyYsdlXbr2WUQX`}_R6e#Z?^9XYJMflxFJP0<)S7V zMzQ0OemQ^g@;VG2L$E~%kI23Y>LRDGB8D&v3il>(;d)px;LS0eEBrdj3hvO4OBF@m zGv3xKhOVg#s%-8M)i_A|>zPe|B_r?3B~9MY)ZBv0?wW4MBs*$R*L1Ry4Z1-|s>o$k zlH9N)m33uDqvNO~{d7mxd`>`;6ul@(gd)Pl8@jH!2}zPG72TB066^qY6cc|&FM*<0 zKgnf?v1s>nDkU`Yj9FcmR3>4>)+z z8A{ieEYrqm=nb59aMs3IlIU22%Ze?RHi%62mvvcDiOYl2x$6g!72VAE{>YpZV;*4LL-7Tx%wYWf#*M^{ug3iEYSxh+=|O?CU1 z)%$XB-@m8=Av$pdqQd=EdO(6!OtP`oy*G< z+qu$Bja)dK@!Ogge&c3$fv)>EbS}kiX67rIQpGUkN>R<|o8KUo>zcYp=vfxNp!K}; z*-eD9td~h%%4EZ25Z1{6CA2D$C?)iKE@$i;Zt}ir`smwLi2>Q>@@4q}V20n=DQSwA z3fX`wY_-u9^-oEYS#<-(PO+#O#+gGm0@fh8+NOe?GGWj=_k%(DsP_xtxRZBM$7n~K zTmq3SyvE;w)X`T_)Ia{~@eju>p~do{3op{yXIC2O*=BmyT6TuUtVL__^hM%g3$dXK zXT(WgpzJhdTZ=6on5UWeT zV(hi%SiUhf+Z>y<-f>1QHAk|~ZXJ*0!2W35=}R~JE`GFj+;`RPTX^!P-++UbEt|ueuJ$e~A0fWcr ze`RD10sa{H1+?#nAymbnDV*`b>jlswG?GR?kUDyi$~IC{&D4~?8?QRi5?z+z&Lk*N ze3g_c=0Uis$>yd`%5P1)VkWX9WDNA(NcU%>8ielC^X&>nbH55JNh%ZUXu1Nx`$x;m zu0YYHX>MexT-Ax$u1DX35}fl(aE_MX9EHN%^$rj`fVM&F!Pi4BJ&7BiH%(I7*fG_% zrSN;Qw$mOHn#o=u+`jYn$rY+B0OC!x>|&x;35ip2uRv2kz6!qC{y%-6+<++!rST7- zEskLr2Zih2YDas=fpI%9?j*;LUVF0pyTe9urkR|v1WPzc4qAc}AGNlh%rxSY&G@7poNQs9 z7h355Bbh;d#J={!7J~18Bd4tt3JpJrd?ea|Z-WyCq`E|4eP#GUa(n{`fIMVh>lTA> z)H*okMs04?!KwNxeNGZnc4DfLm}w?v>bD(y#qRAVI8-m#;i;n!jvjvaL1TEbIXnr| zc5mS6CZ4wOv_qw=%kVt>W$stG1|DtVQM=Py353VMsX?Lohab#eMW0@c&wrQu^g9gD Fe*<5Vz>EL@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c1b391ca144475b4537fb467b7762ccfe458644 GIT binary patch literal 4026 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4409f752e7df4da9a62f7615b46e472a11f839e8 GIT binary patch literal 10457 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 Fe*wlOI;a2u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f4df212d79f8e61581b5c5435d1f5fc602d8aca GIT binary patch literal 12996 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..764088036ca166fe4089282efe89eeb414a2b2fa GIT binary patch literal 27577 zcmc(H3w%@OdAF{%Y)QV!7cc|_27JXJ%UleB0LFm17_iOFfhfY~7z@jmIg$YzJ8`^3w{AP~)J4_C#xCu8b`>MtCHuC0|L1*=j&y87 z(|!H@KIxoC&;NPf^Io3!dGGJhmz>Ug13oPaUKf4442HiZkp2{@%)S4%8w}4I1cP7< z8hZGzvBwB(3YrGZJ!T`x%t6bbwa3bMOE70JwL2TOWN7@rq(4VLzl4wm(lF`OSPAFSx9FdD=>$${tX zzzcd7FgHhV;b3J?rO{wAh=#L^(iwOK%vaLDAUFq11bP;m47&|N!P5qzP_({ch9BJg z)AJB>D}r0`JhvqQgHR$EK4TPILJnxDPzG8qRDdoJ7J^m^i$E6(4}mTbmV&y4WuVK2 zD$o_eO3+n8HE4}c3tA`CgEk1OK^uiNplb!sXN-uaiGBsI&;l~_>;Y{T_JZyc_JbY}IzSH!hd>Vtou4tjOfhu{ z-M~kLqoBux9T0+`gTfGK zNEik^CrF@SA)>}KBAf@lAY23;Wpqrq1b$qY0DVGu5_D2{3iM;bPk}xyd>r%>!cT)v z3D1CjQurCr%fios{+#eB(5P?)^wYv;K%W(!Q)Bvh;d$U`;RVpo3ZDagQMd~F3&Q6? zXM`_+eo^>E(3galL0=KR1bR()74*x(S3s`|uYrD5_!{U9;dRho5`G!<>%uoce?|CJ zHKv=w8^FKD=&uWJf`5zA-w=Ki{4L>|puZ*jHt5^JJD|TK{4VIb!nZ(wPxyV%Zwr3_ z`iH_FfyzP*bXNFd(75m&&_5C0Q)5a9-vv$ze+v3%!fnt$7ybhDj_{YDeJkGR_3f%s2};E8}v&WGv_6n{NH|iPaV%(@}pi6KsWt%nbc+(wOS0f$KGtH5arMH)=0v8*bEK(A~IEi$U9Qqb7sy!;RVudH^?SH0VLx zsMVl{aieB~cHu_N20elswHx#pZq#tl6Sz^!K_A79ny#ky6cB1Ws1G-4J*XcyYCdQ$ zZq$BI5jR=@&@;Hv3V;T1qa^?xz>U@bbPzXM1key}vv7t}xlBHSROuo@KJHJ`f8H&tPso8@ZMzMy(Q-B!_)WkJu4C3Z-`XWe^V^!qxR|6 z)0UpNP)QZ#|{0<*0M2*s}VBcIfgd<*yQMUB^ge@@O;i>qhWq;sA93;%Bkl#g%YsXx%? z79*e!f9enM%pXz9d0qZ7o{9-*b+6CrQ}@7l{+Qb2AM1%YwcGQbfQG1r{m#<{ap{aF zTL)=guhX3dJ$}UqTfxmgJxyZMPQ$5BorLxDczdXw{u8nJyg@Qvwj(C$Io`va5Su?| zxQae(ZhCswiC)1ozygzMpy&1Jkh6b9`1%};H7UIBQdsnR)vQm;T>W3(FBXX2g<3#8 z8$LXIguP1i>cjg{@rfJGZcGObz9r4SVuglq^N-PRIV#rAY)a$oUvafQM%cHpi`_MU z3Kc8lx1-jW%$Lrb_C-Rz{$Lm=w|ywmHZ(E_HZLfR_p>FhpnsLj{9r>%8g zd&ll%eusZh6uL)-gJRNla5xeO4f%sfD-$SGfVJjiaa;TDJ>9+??cKgZ+xNG1cef>r zy1KV_?A+eDQY}Sj?&H2J<{Owm~PNSsK+E2d(48V$0C?}tb(N{N3izf3OS;!&m`oc@ySzp8~A)7 zugg%IpR}_?ca4T4;^3I);E?DJ^|>ScqTB24rR=!F%*h=d86FNv5m9iT9(705l!hB6 znz$*H9EGMYiUlN@BZ-j_X{cAL5D=0V@^P;m1k*UrANCKeIoRtD?jdgVq0vZxXlTuOap?S-VBqwcVTQep z9?zO^AR?|F_V*6>&xqkQ!-3&7K6n#C(i$q7H7uiz!=p)?j}?>8H&&XZmd3R7Aw(Z8 z0hu%;3Tvl@7Xxx(EnT+Sdz2AfhAFcw!)`Fo8zNcC7&quGyvy*aku2ImHX<#Bf1Xom z8Q5g5&liqJNRvySCMKl7!v!FdhTDa%=+0-xE|1B!g;Etn9kq7K5oyrpOXmB0gCSug zNW8=6J2&DFsxF8?2=zj2OIvv|PpbmSyzb5;ZLJ6QAMAuFa+^<@5x2A)QApJwuNqi% zEVWVvNr{x<4htZY+Bad@EL%3;DJ+`YlPD^lZ0Dq)aB_FbVzkyxSEUU2nM-nv*2-xY zNh?2;@B~n_y|}fHR!y29`cc)S$0p>8d8jJc)gzDTynA$599uz@Y6mkHcQ_J~P#Xe6 zZsx_^8}x@!A1F#zDWnC&Q9~GB8j-K1piv?NoNFJf9L7pAzS7pZ8lE+4 zt)AZbV!K>eO_!}YZ5~n$1z1a@jz~R7GFNS(qy`dEC{iO48X`z*iLjEVUNWoPy#$G@ zz#Z-Y$u9Rs+0uB23Oey2gaxi0L|+Gb#py zp$kmsNz3Wrh{!ab%pF9vABy-D>VA@z-ckRMlEVVJ(2s^e$tB)#S_+)$kN8;Fij741 zstEBYdD(tgoC>vkNvGKPHeN~y+s6sn8KeCCg*of_d}fgp;* zzVHAKtXUyjO**h_az>O`cwU7pS0`#x$c~daESP3xF#%_ISPBfC@u@O0(quk5fO8|E zKv-;6mXJUnnOAX>Fgr4j!dg2XvR5I?)Q9X<$WYbnGNqBJB@2VB+`^)tCqP+AQhjty z%BuN7k3x-?K8_}ZtUPI@;Jpf~4h2kYT6Pqw6+0CTGesn*YDw~xZB+bXrL*(Hptt7B# z1YTt)d$2bo4fUaJtA?qxF@Kq8y~=(TRIgtUsScxVw38q&ZQWjFFMA{tv`0D2BrHwL zbiIni0@0G~Rj3_H+WqJ(2mP>dRI7s|DN;41Wkor}JZ2KqqzvoBYEruN0*`WpJ(CIC zql}THi0h82ooalOa*V_dCQi2?kFsZ(NG;__lH~BRQ=VeZyk>Bd@sY$j92^;JRvsr_ zU)o;fGr5yppsx)H$`pHAEopynFoeePHIn5^ zp)k4=DRf~-`6LNgL$lti{EQ0xqwBp|Vt5=LimN zK1Xe7UMHX`RI>@M^2;PPM=-ehI&t>FKsYk$gF&Fx{02#Ek$#ARfWJbJHAYR!uM(fb z%G#^EL11psP0F8>*vYld_3KrBojpfQ(8gxvO%?b7=G%Zrd5hfD!fsN2gV4OP@hG=Q z4t)-Zqk?#$N%<|pS;g;Bew!pzV?D~-#AXVoNqI*v@F>4af^=zlly4EV^J+^K)ua3# zlVqx{NBK5;BwcrvKV%-5vGC^U6L@%@hC~o!*V>zpE91z z#H0Kf@w%$)QT~EtS+?R)?vNyHD<0)9393csQT~e1Tm$hae@$X;L>}dD7+^h>NBJIs zJQ_cQ13{$o`-F4JY&>h%Du1gYKOsKY_9{OhAscLaxoCr;Xrc|gN%MG=zatsiH$3Z6 zh3k~R&j{D4!WQKpGQt)vZ1O7qs0o|As&IqyPZ^;ak$0`~&zjJ?mizRsQ&JhB8j-g} zxtkHH5j8g{|Dp+-oA~3+>y>*M;d(Ayw^n&y6RuMuTGy=nFe7YMeQs3#H6z@}h3lJ? zf768P)ri)wSN=UCT(A5Gfbs#6|0ME%i2N6k|0eQ3AhiWNxD6};{!#ubj&5La1FLD+ zz@i0Kquj#|t8X4#Sl5oArDe}I@JB5vH_ zayVvBpKD}`dhtidXN6yJ5hU* z&r4@~l_@*pN3c-WV-_uQNu+LH^mJ3!fPskMveHOtrFN_MfuN2DW z$rnIgE-n-*a4*13&)bBB^ZZr9-zuSUo_vv5j+OMq!lLVo^=pB`L!w1Z&62rK&Cv@^ ziQG4YYBi5b5Yo~fuR7ctv5xAU1WRWf$sDZDpBANLZiKIqvo$fP6h3qdW4RERao?kq(o!)_ z_!tI_6GqwzzzH9m_L(rzDVuTASqr?dk6^)qvNer9XA-QyIcc16nW50tGeznle^{vW90A1Ha<;Pha;;f%lZc*Re!~>9+wJCy%e3N6yA!^#0#=r^*3Ix{ z_z#c6>!jh1%`NM%gl&nezwQ(+o{C(aNI14eg=Yh@V=Jzi?w3xy^w@hVTV_|b#8z&O zuiVV#pb2M5v@O~;W06Z&#!6SlOION{RS8GY-CRpi{`&@yl);jh&ssa3ZBXK?aNm0j zWS_wZ`^er%IBIwvRsso9&p%wkwj0p0@ek^%S(TgMm%?P9EV+Ri`wrvD9 zY(_eFEjH;?)kh2Y+KPQzr(C#;6uTes{QzHVBovff4onr&SI3r5TVAx!bjt;_yTGqR zLB(|Gi;HI>azVXp(_QlwMOA?^cJC7)dL>0PMHmccHJ)!ZOOA+EY2d0=uP#F*tKvlL z2vq%Kt6yJH^au(yj@9oLBdmT5`6HOkrQ~n`nx_rH!>Y%#PWjva}Ad@x6rx za7i;N(mdto@U1F!52=x({iJR$o|!bHatw~5%Pm*);tOhL?X|MK_O@$D+*K_*s&5xo zUiD5#UL1X4>x)}sg>~`5I@wk?U#p~1rqyj=K8jX#y4DP>&vYJJn$X9F)_$>fz>Nli zw%m9N00m&zFffQ^x8SIowWaE=8@%vLHNqVKlT5P$$;euwUkaGLbyOS(`}h++HJq^u zUd`t@bdjDG<9Vj1qSDKkUfvw9+W1y|eA7XB`60RRkZe0NUm;{ZOd(V(A4MVD%vk1E z-9Phw%CjFTNZWyVt{u$HWJEh9+G2C!$pxR3a@DwTczN zr{+Fs+H3e2J*!E&bnTZeB&~l_Lt2FAwCc)3iWH>NV4!d`*UTv30pZ)y&whCL(3lni&uM}3^U+VT&vxldc$0=m#4N^LlOFkC5-=z>xI^lRg4#{)^x*<+vz$Ky zKa#rxOAPKv$c+W_w6Qn3cXF%8_#wnRH0t8ZSf#t>bSMcisO z#jG1EjA4MhR(Pry* zCR<#R9`#VIm5d-^s)Q&uKI(Cv!7f1rS!Q9Y8|#fa;VC34{AYLw%|@lcQ9QNfc4^&I zTf$z*dyx8Bd%bM0Pq-?ceOPwY^NSuwMKTVxx?dJCA;WK ztll8Ix}xjiu3Fhud-F(qOPB2E;_W%LZ0V0SY@qSg^EAe$qZ&qxh)q|`;~0GpFrOGE zq@TcVrrjH|>*QL<XWMutg6X|v3ujQc3J zV|N&$|i8_j2t%LxyvZq-(FMG72;Q2>4l+m6;$r|UCtZD4~TFGkFOl=nE zOc5(!zt-&HOa+?b5fM#=rr7zVn{H@ovfCk6&a4Qu(6SmLtg<$^*|I!r2q%{ihpu7L zV*Aksz~cy=J}dS{GR3beY&K6YC(ZrhMPB06y49K_8XS+ zsmR?3LM!s=+!yVy)yC_#+`1qa9*h+pj29l1Z3kH`mNvkrw2{arkX{Q&`a>NywSV_$ z_ksp#Gx(kViD&~AgCU{~H86}Y>PPZAH`4>$9(WW{{~YV0w;{*(u^VPBk$xQXP`jK= z-$KW4XynZHwrkd|-ijJt`#>v#Nw{mUmF%Y`q7y(1jKX5!@P;B&$W+g{5or(Zrc);$ z@lj@V+LJqUHaIWNpM*s^$lj=SOCLa?m?|&>)Z0gx?1M6Bs*T=p-_Kx>f5l@#M$BX9*cfh3d+esEwHU@|gN7eu5c(-Z zrdfGVMOO!4+{iM;pUhPQLsiyVcJQoGr+I0uk!d(<;w2TK2*#YOp=wm0CVNj$unJfU zKArbkUc9D7F5DC=+!Qa|B-=JIeFY3q5*B`NZs{Vr0#Uk)M|CZ=R-r!&pEMVlFpV2$ zkd*nKS0Ku)rOs%|&GxDHgP9E8uTf_J6*K}EH|k~~S~D@ffFjxq!eE%mYCUb>UX2GJ3FUU~TPi7W_@kO>=Tap+zU!U_19TqH#($6C;+MFdLo8PcaSjH`r zC6Tg>pK%jb5_7K3Y2+|pv&_&ib>2s>$&=93gmofkB6r*>4MZ|iFhgWf=FxGiGzzwl zXRXr;7QNxm@of|GehlAvLjHq%>-+8rG!^s8o0<~#8Mj@x>-}RcnIj$6r7uU{uutTT z=LwDhR%((?w}KPnO4EGZsMfR^yFekP7k!2b8@qE3jP&mMB ze@;G%$V%qtV?3XgzkR|n;r!6Dx9eljY0~ikH>ciBUn&!}NL3~mLh;jvaodC6SP1J& zrsV!P`f+We)-|?}?UcFwYR`?fP}>=xHWE$e-=j(D;3H=fpBd6DaIDOYbuijW^V8Tc zK>ajEj{JD-0%VRKs@)0>VXzrwf*xDS$7$+JU~nYN_TnDi;^sqt_XoxXc0P3MA@Slc zhH@AHq(>I%`6~6v^VXcHvA?$*B)#T*DxbBJh5^KCF!0sn%XWHG0bK(nrGstpVXSXz z#FVrC;cd&H(cq!tz6&1aY#gVje(A1pF<=jS6F1cg$!VQ7!CyAZVbb-zp z8nff_H1x@Q_#nv2lt0Gbh-hTsYozv%!B8>$u^B3tP8B4I%AU7>+J43PtnDvx@jBQLkatD0rkx|j>o?sc+b-S;Z0->ayft*F1& z7OQBAS2RsI67~w&Ud0|j$ccuHH=AY~w#W@zo(sgwYvl5pcUt1DM-vrQn8%eCU>;Xm zfO%YL0k%h+1wV8cDwaM!^y#6QBeC-OczOMlJz+1G?MrT#ESq^uUcR4Sv62Jvk^{2i zz@6%*_o`cFt6O5#o8#4+W40AjwrKTqOTv!h^^5a%8gG{`zg^^t?wLM3eQvtz*#k38 zv7%M+qE)Y%ukE>U_{O;#UDprXY>L%vjn`~_$9!wgyNBOB_ioqQ2js3Jv291=+m7Bf zn<|h%kg45RZZEAMJzNdMmw0Ys{h>AHYK^;EWk>5BXKBh%PBE4(n69{T^4XJ9yAp+E z)8*bffdj`>yRvtLUv0@hyiE6%XA{MX3Tq zW!2}Ges<|KS8UkPCNR%&~Z?HCi@pfr4K4&V;|P@uiIz0hhhnbG_#+*Uj!X7QVSKR^A#fZ=KqG z+f~jh;>`;D#>%(HL0#M9uI(v<*;&FO+kdlBF5Qo7eqZxbw3 zzxa*;q3Qk;c6DHf4K~vKOdn$fhn^X9jH8a79=-^vc_W zWx}f4Au>wVam%=Q3?U9##;u&wcVPEPgSN!`|1k~P08>rFiflcoIv_pfBJUWM>2jU5 zq(3LGX0`;c4VASm08PRM4j490*jOp?(DQYn&lzUv+;a8t>D=aSW?Ru=*~e;WRz>qB zYV+M8YM|R?E)nMA^b;A4TisS}40#@++~j{+j=bJu^Mi3#J#` zIR4Dush!akw@WLoRmux?O}l`o z7r%b-9oMZR->iJQ@(;S?!$-b#;@c-=*D={~j5T0v+fvtvQ8j0cSR8W%eIs`N25j7j z?Nft2+sc|!$|Ek^5>_EBow1y*ZDO+$gj?) z<-R@<;!h$Eb1XsI`%|?x@sTZ|_`#Mikw3H?KD0S8x0MKONvofTJI%2jSj}f<`u}r= ziTvyt+F9CoW}mq;&X1@WEw}e8-8q`ktX9>`SAT+<>6)*ZY>8l1Yr(3IWV2dIv%{Eg zz5ff{*QWK2y{rFM-DgsHpPEH&RIOud!%n;qfs?`lZFRBPO8T{G?DhK7{DnZI-`ywT zB`5AD+}LsEvoFx+jYrP#6t`^SGhpgyB_ENi=({ijW_@WG0@Y*bHi^xR%jWjHnG+-I z07)Z-LDT1C{!mC7#7uik6eMbolU8;HLi#&6@^w!-;=v;#o0ez+Orq9C!e3dbuZNN$ z*4iaENm=;%Rp+G1*Pk>7lg4n;LI4m`aqorf3Sx!%$nVw!+ zu$dV<*RwFbueiK>;+{n7pCz^6Mu-4pFeRIMU>r)t%;(l2a^?x*LvUpzsJ zzngFEmn#m(Dh|gh4$DP{X$azqc3xdMW1i{#LSC%0E?!v|E31nY)m=OMjj|gfH^Z-A zig{Y&p4Qmv)>u*NJL0=L<*uXO+8f(-EWYbltms(EY;Z38A$skFI4idB<@WfB4YwS! z>p;wPAnu|`AmS(}eeO~m6H&f}TFPjyiFdZpD;Ihb6^ou7mn+urD^a=R#fE5Z zH1`g~m*k2@e%-EI^_`lQn=9U|kJs#yD|bh8zqhD9zQ}W1SwJ+w{7kBNG9sBMSx~A-G z(1KAet=F>SllYT@ZfvQr6(?2=meGn(tnZ1{~?ltnt_EA zdMABQ#Q!1)QXW+`+8Rn)+4h%IKmuBXlW2$})euL+XlWgBTZqg#q|TZGBKXf4L--DS zOlE!WSXRiE6?gKTlkJo3Pqim3ZHau>qFt8{$QC!Q7-W`~ z#HzZ<-BZV-!ML+Zw$$N@S?VB9S@Ntn1F9$G7Hh-wc`SWc8|D&+A*Uc^vRLbtW+eGp6_W&8C`H=3rw%nyih}JIPaHhGh9`OywK)84ns$=7+4^ z2#jc=?4jvUysVMS60N&Ab0@DXWzG2FepR~FkW-v8Ij#BA;gkVCGZ)xThESBnPe021 zq?Rz>dDcUSFheyjOjOSN*sTYR)9X?O`n^`he{YEV_f{_d&8Auy^Z?GiP^xmQn^T4~ z(L9i#2<{1M!Q_c(M7A!DSr^Bxi&G|#b*GWu=BMA8YW|x|DTs&QGaZzLJf`}LhMdAV zAuY5XM-GWz!*UV*-YmNrzSVm3;+so3&Zg;bQzrJ@`uX8`t)(+C5B%If-tm(mnTK^^ zK4&45$9rMoMZP>a|F0aV+EAZ)@B1JR{;!Yp&RRHsFV57w0{>sZ%|9PAe&`lF{@GHn z==O1}bM}a|c@B*_1&fgLWBASyj1TgypD)n5H%2wNWA%J(KODH|hHl*SQY?-6DS`x2~-(&b(svoDD={HA z$2T3u`kgZei-pdd$u@MXj^fGv%w+zS7wDZwlKgxSUJzr$z9y_o5)zdw(;_8^AI%cbh+iHG%2fW2l466W{Y)Aj# zD3dLv%q-~dcm{Du(&wY?{Z{n-_=5&|#iQGgB=73RZjn9QAG+Y{3x!aT@YXs35r4>$ zwBf%^0>j}z7=El50z#xeX$zefCHhx{WKIWvvBt{&!vsEZ&tm5*&^Idm3pHI9`qL{+ z5*RS=5icgqD35u2Tvbrzy%iwZ9+#ah=hEo{oG<7zsk>Yb0kaxuB|P#iF0+Jx#xo?1 z14-lgFg1fH4^|KoP7mOWI>;$1f;u><+gGk_vTNH5k?C_Y%c6%-^>zWyxwyhGO%O-N zv{NxSaAyt;VHa;Xva<_;)^5gd2>&&JmBB%n2=v7284kVkNsL9rCX!@9%*njIk)hrQ zhDl*I;7R6SVG+kgBw7lRXr)JDV=tOM2^kyzEku6s&r273MRtmqZ>M3G zYj8M#e=Ey9+Sa+_U{{;82;TUtjIEtgizn?MLblGvoU}E@OiSv92&dc0x}+n-=lcbL zYR<^uP%5|hSe4-%;#iu(1rHUXk)DxrkBj62k~A%Yk?&@g=I#gi&uW> zrKUL}#Sd%`^Z%OKDviS@a%~9zKGcvh8;!<

    I6+ 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000..1ca9ba6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,112 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return "", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_str = '.'.join(result) + trailing_dot # type: ignore + size += len(trailing_dot) + return result_str, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def getregentry() -> codecs.CodecInfo: + # Compatibility as a search_function for codecs.register() + return codecs.CodecInfo( + name='idna', + encode=Codec().encode, # type: ignore + decode=Codec().decode, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/idna/core.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..4f30037 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/idna/idnadata.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..67db462 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/idna/intranges.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/idna/package_data.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..8501893 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py b/venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..186796c --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/msgpack/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..5071021 --- /dev/null +++ b/venv/lib/python3.11/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, 4) +__version__ = "1.0.4" + + +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.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93a0e10751c2fae7a548f1013705115afc7f04c5 GIT binary patch literal 2081 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 0000000..d6d2615 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/msgpack/ext.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 0000000..25544c5 --- /dev/null +++ b/venv/lib/python3.11/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 interger") + 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.11/site-packages/pip/_vendor/msgpack/fallback.py b/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..f560c7b --- /dev/null +++ b/venv/lib/python3.11/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 = len(obj) * obj.itemsize + 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.11/site-packages/pip/_vendor/packaging/__about__.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 0000000..3551bc2 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/__init__.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..3c50c5d --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03f5f5c7c0fbe947b8f1ae8a0cc2446d20f1cf75 GIT binary patch literal 646 zcmYL_KX21O7{<@}Z>J6!5UM&<28kgc=bE$wMF;`y01F^x^K!cQF7c_3&$>HDiYI>w z#EMuDBOiq=>J*7D5UE=y-b)nqwfytF=f{uleSZ1AhoCNx|L|`$g#Ov)P|)w{?gAd) z(Ht@K(}@ssB8SzY8mmWj)`%Lc88uleYO!|IW*y!vTL?uR=1$PS8+2}6LX0peC*-zE zh%Ocjs#egn2`QA=?=HF0LT1o-gwVnyQo$O&_uFcPZMKu{Tk!BFi9~T#&Uu4RZj7PO=CP7 zo|l7bnbDL56I0A)CZHJ$M8?EYu!5#REHk6Tv@lZXvd?zXcX}rs3R#|fm|TbB@G7N+ z<^dezJ=iBa91qXRqw(43A_QCp&-LelYonkkjHztms&3J+Xj(v;NVP3G7B1j7x&xwn ziW9luIH8(m_)ARFk9HOAC&o*jEpaNQFr7`{d^j3mEesD2QQ%zUn1GB)^)Nk#!%SrX z$qw_?edo|-s7sf e@n2Qm`slQBH@z3|qJR41bF5XN_t+~v=4VkN#pio4|y1VOB=RIuA-+)I{ZF`I-`tz`%Gt{)zJRmvV`li6Z)RVn(}-Z49lyyhO2~&Te!|%&n^R1lNJ>KTGN4tKQ6 zUF~sCkN8NB`B?kh*8vYG$w=xvQy!-7Es4EPoJ!*0JpvG2n^y+leF~6Nb#GLbw^)V% zQVUgJIsqtDBFjb&Mbl|5Oh1TP)fTqz19V0Wf|WFls!D)3FabIl-y*cIhZ)ymWHGkz z5La z$#TUCwPf|KKAA5TtWm9;)grkUnQU0CY6d7vE5nASDl-P4N`-69>wX)Y>niOEd0`IG g(EeldfLObf(sdM4XHEVWN8!YJ?D6Q^XAW?MZ_n+IMgRZ+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fc3c78280fc83bf8c0cb324303c9ce92e9677ca GIT binary patch literal 13233 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a36bf2526e6f7ea0714d65b5c3352195e09e7c66 GIT binary patch literal 8001 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 D@eF;L literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea99a6806235ea1df0031e86f5d2c7599061cee5 GIT binary patch literal 3689 zcmc&#Pfz1U6dyZI2#{dZge5F&$%-oNkaZWrvE6tL3a%X`$Q(65tFsrve$>aOfzSB(Vc@go2%cw-!g(3s$IL8PIOb-)u-5BV-Pw7*)1q#Q zQD=);hU7CG#|e15DQ>qZ!9Ka-ru!R@$+6@rHf^liC|Z1DXdBH`a|KS7%Stvn+#$B%96#WrmleFo!0E0&^@^o-(}kvCM|y!}36E+*B+IV^X@_ zaKMyY$ZI&61-WkDXZg++*Zek>3@zt6*<_S58l?;-$8p;f61-nP3swrh*at8OMrK#q zB`+>x5vbc0!p2|&L}R3G*Dc$rS_XB8b=_!GZ5t9J%0Bus!akhL!BJgwA4X;B;QnF$ zmv_(9#dCG>G`%=zb96AC$2+DL6$P9`e|k~Kb)0MIVso(T3T07IsKF!;zAFR0;Qzc|6O=HYoq;25tR)P9 zR|u7oiUnm=H^F*$MAtW)=2ip88C`$5Rc-WE63{N#DC~9i(bLN5=sCMgja(GXo%&We>qBhNeYlcL4C(!}I+t70D55^E}zwcfv^@ z0Hu4N$^)g_oo_^Gd+iKXZwQolBV;OGFKi}OLadnrka!hf{}aK)CK%|?Uin`-=!*Ws z3#~mJ;~2!9_fVDBg#L>vEa!Mt&?V;MRbd`r-gf^L>aaU_au{KFYl$@oVP+Ax-9<70 zgHdjd2V362VpSoqJVGtei2Dy!VS>b~0ylpYP{m;-y2P#k5Qf<`kiOWQ+cPoA#Bt*Z zNc4*AwK~~RxnnD(afWeaJOLJPq#;3sU_1s`7p#orLnN{2z>y#dB6u@FG6%1H3tSq6 zh-rZX)7U!w1p4n45OEXD`|S{M6F^iD5K%as!5bE0iD)Y5s7gr@z{(@d{l{BD5PRRG zmjuQyvnAMsscP>4xkyNobdi~q08|IbpE&o|<-%i;TmF7|FMW}kl)%10f}0As aski!=Bh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a337eb3e367030f4e8c7be8859a64f587e8a124d GIT binary patch literal 16529 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..529915beac45f7d67af4ab9876eff0a932436438 GIT binary patch literal 7644 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 ZIw+xoTl4?{N8bD3EiU`*0~Oja_`eFw#*6>} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec780a86deb4ab027f8ef2c785272930489d9b44 GIT binary patch literal 34367 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%0DNl#$=}3AyKK2AI`!I(3x&snOtVm` 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 NPa!{9C7gA+{|mO@?4kew literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..460098eba279088adf5ffa9ba253ec7cbf865a58 GIT binary patch literal 21352 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 bakWIKC6EzVI(K8;_%6Cw%HAo(Was|@{yZ9? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d618504ac0c9955d3d24048953a1787b7bba5a6f GIT binary patch literal 6687 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fb6f67a48557b24c1db5ef24f75dc98877e449c GIT binary patch literal 21879 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..4c379aa --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/_musllinux.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..8ac3059 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/_structures.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/markers.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..540e7a4 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/requirements.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..1eab7dd --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/specifiers.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..0e218a6 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/tags.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..9a3d25a --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/utils.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..bab11b8 --- /dev/null +++ b/venv/lib/python3.11/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.11/site-packages/pip/_vendor/packaging/version.py b/venv/lib/python3.11/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..de9a09a --- /dev/null +++ b/venv/lib/python3.11/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

    2K^8I4 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 MlYiUgIa~7o3zlu72><{9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecfdbe9149800a7c53d22e3e7e2e8d457f932d9e GIT binary patch literal 8170 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..436ed06c9378199ca26badeb1098649657f7726b GIT binary patch literal 47118 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 a>9*;#Sxc06_n(z(zm!6M^@vD}IQ(BIKrbr* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3603b2f190bf192aeed163cef158929edd433871 GIT binary patch literal 18997 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 Lhw0;X0q}nTbA`0T literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b62bbace13a250f5a7a620ad4dc91bc3c6904b2d GIT binary patch literal 34579 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