From d8e66a35c7cb3e593c800988e70d109b25354a70 Mon Sep 17 00:00:00 2001 From: Daryl-Loo <48171744+Daryl-Loo@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:49:34 +1100 Subject: [PATCH 01/35] Initial push Initial push from laptop, to pull from desktop, to fix the formating, and fix spelling mistakes --- __pycache__/chat.cpython-310.pyc | Bin 0 -> 1488 bytes __pycache__/chat.cpython-39.pyc | Bin 0 -> 1682 bytes __pycache__/model.cpython-39.pyc | Bin 0 -> 892 bytes __pycache__/nltk_utils.cpython-39.pyc | Bin 0 -> 1558 bytes app.py | 29 + chat.py | 7 +- data.pth | Bin 0 -> 5847 bytes intents.json | 75 +- standalone-frontend/app.js | 6 +- standalone-frontend/base.html | 4 +- standalone-frontend/images/chatbox-icon.svg | 27 +- standalone-frontend/style.css | 24 +- static/app.js | 91 + static/images/chatbox-icon.svg | 27 +- static/style.css | 24 +- templates/base.html | 4 +- train.py | 1 + .../site-packages/_distutils_hack/__init__.py | 128 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 5116 bytes .../__pycache__/override.cpython-39.pyc | Bin 0 -> 247 bytes .../site-packages/_distutils_hack/override.py | 1 + .../site-packages/distutils-precedence.pth | 1 + .../pip-21.2.4.dist-info/INSTALLER | 1 + .../pip-21.2.4.dist-info/LICENSE.txt | 20 + .../pip-21.2.4.dist-info/METADATA | 92 + .../site-packages/pip-21.2.4.dist-info/RECORD | 795 ++ .../pip-21.2.4.dist-info/REQUESTED | 0 .../site-packages/pip-21.2.4.dist-info/WHEEL | 5 + .../pip-21.2.4.dist-info/entry_points.txt | 5 + .../pip-21.2.4.dist-info/top_level.txt | 1 + venv/Lib/site-packages/pip/__init__.py | 13 + venv/Lib/site-packages/pip/__main__.py | 31 + .../pip/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 640 bytes .../pip/__pycache__/__main__.cpython-39.pyc | Bin 0 -> 596 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 761 bytes .../__pycache__/build_env.cpython-39.pyc | Bin 0 -> 9100 bytes .../__pycache__/cache.cpython-39.pyc | Bin 0 -> 7851 bytes .../__pycache__/configuration.cpython-39.pyc | Bin 0 -> 10703 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 15652 bytes .../_internal/__pycache__/main.cpython-39.pyc | Bin 0 -> 585 bytes .../__pycache__/pyproject.cpython-39.pyc | Bin 0 -> 3464 bytes .../self_outdated_check.cpython-39.pyc | Bin 0 -> 4348 bytes .../__pycache__/wheel_builder.cpython-39.pyc | Bin 0 -> 8286 bytes .../site-packages/pip/_internal/build_env.py | 294 + venv/Lib/site-packages/pip/_internal/cache.py | 287 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 281 bytes .../__pycache__/autocompletion.cpython-39.pyc | Bin 0 -> 5138 bytes .../__pycache__/base_command.cpython-39.pyc | Bin 0 -> 6042 bytes .../cli/__pycache__/cmdoptions.cpython-39.pyc | Bin 0 -> 22498 bytes .../command_context.cpython-39.pyc | Bin 0 -> 1296 bytes .../cli/__pycache__/main.cpython-39.pyc | Bin 0 -> 1371 bytes .../__pycache__/main_parser.cpython-39.pyc | Bin 0 -> 2168 bytes .../cli/__pycache__/parser.cpython-39.pyc | Bin 0 -> 9952 bytes .../__pycache__/progress_bars.cpython-39.pyc | Bin 0 -> 7628 bytes .../__pycache__/req_command.cpython-39.pyc | Bin 0 -> 12063 bytes .../cli/__pycache__/spinners.cpython-39.pyc | Bin 0 -> 4951 bytes .../__pycache__/status_codes.cpython-39.pyc | Bin 0 -> 360 bytes .../pip/_internal/cli/autocompletion.py | 163 + .../pip/_internal/cli/base_command.py | 214 + .../pip/_internal/cli/cmdoptions.py | 1009 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../pip/_internal/cli/main_parser.py | 87 + .../site-packages/pip/_internal/cli/parser.py | 292 + .../pip/_internal/cli/progress_bars.py | 250 + .../pip/_internal/cli/req_command.py | 453 + .../pip/_internal/cli/spinners.py | 157 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 112 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 3114 bytes .../commands/__pycache__/cache.cpython-39.pyc | Bin 0 -> 6047 bytes .../commands/__pycache__/check.cpython-39.pyc | Bin 0 -> 1576 bytes .../__pycache__/completion.cpython-39.pyc | Bin 0 -> 3145 bytes .../__pycache__/configuration.cpython-39.pyc | Bin 0 -> 8352 bytes .../commands/__pycache__/debug.cpython-39.pyc | Bin 0 -> 6673 bytes .../__pycache__/download.cpython-39.pyc | Bin 0 -> 3996 bytes .../__pycache__/freeze.cpython-39.pyc | Bin 0 -> 2640 bytes .../commands/__pycache__/hash.cpython-39.pyc | Bin 0 -> 2138 bytes .../commands/__pycache__/help.cpython-39.pyc | Bin 0 -> 1312 bytes .../commands/__pycache__/index.cpython-39.pyc | Bin 0 -> 4531 bytes .../__pycache__/install.cpython-39.pyc | Bin 0 -> 17665 bytes .../commands/__pycache__/list.cpython-39.pyc | Bin 0 -> 9967 bytes .../__pycache__/search.cpython-39.pyc | Bin 0 -> 5324 bytes .../commands/__pycache__/show.cpython-39.pyc | Bin 0 -> 8387 bytes .../__pycache__/uninstall.cpython-39.pyc | Bin 0 -> 3106 bytes .../commands/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 4869 bytes .../pip/_internal/commands/cache.py | 216 + .../pip/_internal/commands/check.py | 47 + .../pip/_internal/commands/completion.py | 91 + .../pip/_internal/commands/configuration.py | 266 + .../pip/_internal/commands/debug.py | 204 + .../pip/_internal/commands/download.py | 139 + .../pip/_internal/commands/freeze.py | 84 + .../pip/_internal/commands/hash.py | 55 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/install.py | 750 ++ .../pip/_internal/commands/list.py | 337 + .../pip/_internal/commands/search.py | 164 + .../pip/_internal/commands/show.py | 234 + .../pip/_internal/commands/uninstall.py | 100 + .../pip/_internal/commands/wheel.py | 176 + .../pip/_internal/configuration.py | 403 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 804 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 1931 bytes .../__pycache__/installed.cpython-39.pyc | Bin 0 -> 1250 bytes .../__pycache__/sdist.cpython-39.pyc | Bin 0 -> 3584 bytes .../__pycache__/wheel.cpython-39.pyc | Bin 0 -> 1585 bytes .../pip/_internal/distributions/base.py | 38 + .../pip/_internal/distributions/installed.py | 22 + .../pip/_internal/distributions/sdist.py | 95 + .../pip/_internal/distributions/wheel.py | 34 + .../site-packages/pip/_internal/exceptions.py | 397 + .../pip/_internal/index/__init__.py | 2 + .../index/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 235 bytes .../__pycache__/collector.cpython-39.pyc | Bin 0 -> 15959 bytes .../__pycache__/package_finder.cpython-39.pyc | Bin 0 -> 28113 bytes .../index/__pycache__/sources.cpython-39.pyc | Bin 0 -> 7200 bytes .../pip/_internal/index/collector.py | 534 ++ .../pip/_internal/index/package_finder.py | 982 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 408 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 10061 bytes .../__pycache__/_distutils.cpython-39.pyc | Bin 0 -> 4674 bytes .../__pycache__/_sysconfig.cpython-39.pyc | Bin 0 -> 6265 bytes .../locations/__pycache__/base.cpython-39.pyc | Bin 0 -> 1543 bytes .../pip/_internal/locations/_distutils.py | 169 + .../pip/_internal/locations/_sysconfig.py | 219 + .../pip/_internal/locations/base.py | 52 + venv/Lib/site-packages/pip/_internal/main.py | 13 + .../pip/_internal/metadata/__init__.py | 48 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1856 bytes .../metadata/__pycache__/base.cpython-39.pyc | Bin 0 -> 9469 bytes .../__pycache__/pkg_resources.cpython-39.pyc | Bin 0 -> 6170 bytes .../pip/_internal/metadata/base.py | 242 + .../pip/_internal/metadata/pkg_resources.py | 153 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 269 bytes .../__pycache__/candidate.cpython-39.pyc | Bin 0 -> 1449 bytes .../__pycache__/direct_url.cpython-39.pyc | Bin 0 -> 7064 bytes .../__pycache__/format_control.cpython-39.pyc | Bin 0 -> 2736 bytes .../models/__pycache__/index.cpython-39.pyc | Bin 0 -> 1248 bytes .../models/__pycache__/link.cpython-39.pyc | Bin 0 -> 10268 bytes .../models/__pycache__/scheme.cpython-39.pyc | Bin 0 -> 1015 bytes .../__pycache__/search_scope.cpython-39.pyc | Bin 0 -> 3488 bytes .../selection_prefs.cpython-39.pyc | Bin 0 -> 1671 bytes .../__pycache__/target_python.cpython-39.pyc | Bin 0 -> 3421 bytes .../models/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 4349 bytes .../pip/_internal/models/candidate.py | 31 + .../pip/_internal/models/direct_url.py | 220 + .../pip/_internal/models/format_control.py | 84 + .../pip/_internal/models/index.py | 32 + .../pip/_internal/models/link.py | 288 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 126 + .../pip/_internal/models/selection_prefs.py | 46 + .../pip/_internal/models/target_python.py | 111 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 257 bytes .../network/__pycache__/auth.cpython-39.pyc | Bin 0 -> 7454 bytes .../network/__pycache__/cache.cpython-39.pyc | Bin 0 -> 2899 bytes .../__pycache__/download.cpython-39.pyc | Bin 0 -> 5488 bytes .../__pycache__/lazy_wheel.cpython-39.pyc | Bin 0 -> 8354 bytes .../__pycache__/session.cpython-39.pyc | Bin 0 -> 10553 bytes .../network/__pycache__/utils.cpython-39.pyc | Bin 0 -> 1435 bytes .../network/__pycache__/xmlrpc.cpython-39.pyc | Bin 0 -> 2056 bytes .../pip/_internal/network/auth.py | 316 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 184 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 454 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 205 bytes .../__pycache__/check.cpython-39.pyc | Bin 0 -> 3950 bytes .../__pycache__/freeze.cpython-39.pyc | Bin 0 -> 6291 bytes .../__pycache__/prepare.cpython-39.pyc | Bin 0 -> 14231 bytes .../_internal/operations/build/__init__.py | 0 .../build/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 211 bytes .../build/__pycache__/metadata.cpython-39.pyc | Bin 0 -> 1157 bytes .../metadata_legacy.cpython-39.pyc | Bin 0 -> 1931 bytes .../build/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 1136 bytes .../__pycache__/wheel_legacy.cpython-39.pyc | Bin 0 -> 2530 bytes .../_internal/operations/build/metadata.py | 35 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 38 + .../operations/build/wheel_legacy.py | 110 + .../pip/_internal/operations/check.py | 153 + .../pip/_internal/operations/freeze.py | 277 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 269 bytes .../editable_legacy.cpython-39.pyc | Bin 0 -> 1312 bytes .../install/__pycache__/legacy.cpython-39.pyc | Bin 0 -> 3473 bytes .../install/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 20312 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 132 + .../pip/_internal/operations/install/wheel.py | 803 ++ .../pip/_internal/operations/prepare.py | 655 ++ .../site-packages/pip/_internal/pyproject.py | 183 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2568 bytes .../__pycache__/constructors.cpython-39.pyc | Bin 0 -> 11684 bytes .../req/__pycache__/req_file.cpython-39.pyc | Bin 0 -> 13378 bytes .../__pycache__/req_install.cpython-39.pyc | Bin 0 -> 21379 bytes .../req/__pycache__/req_set.cpython-39.pyc | Bin 0 -> 5905 bytes .../__pycache__/req_tracker.cpython-39.pyc | Bin 0 -> 4288 bytes .../__pycache__/req_uninstall.cpython-39.pyc | Bin 0 -> 18771 bytes .../pip/_internal/req/constructors.py | 474 + .../pip/_internal/req/req_file.py | 528 ++ .../pip/_internal/req/req_install.py | 846 ++ .../pip/_internal/req/req_set.py | 190 + .../pip/_internal/req/req_tracker.py | 130 + .../pip/_internal/req/req_uninstall.py | 629 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 205 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 1035 bytes .../pip/_internal/resolution/base.py | 18 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 212 bytes .../__pycache__/resolver.cpython-39.pyc | Bin 0 -> 12003 bytes .../_internal/resolution/legacy/resolver.py | 453 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 216 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 6752 bytes .../__pycache__/candidates.cpython-39.pyc | Bin 0 -> 19043 bytes .../__pycache__/factory.cpython-39.pyc | Bin 0 -> 18460 bytes .../found_candidates.cpython-39.pyc | Bin 0 -> 4805 bytes .../__pycache__/provider.cpython-39.pyc | Bin 0 -> 6762 bytes .../__pycache__/reporter.cpython-39.pyc | Bin 0 -> 3335 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 7586 bytes .../__pycache__/resolver.cpython-39.pyc | Bin 0 -> 7781 bytes .../_internal/resolution/resolvelib/base.py | 144 + .../resolution/resolvelib/candidates.py | 555 ++ .../resolution/resolvelib/factory.py | 700 ++ .../resolution/resolvelib/found_candidates.py | 142 + .../resolution/resolvelib/provider.py | 197 + .../resolution/resolvelib/reporter.py | 69 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 272 + .../pip/_internal/self_outdated_check.py | 187 + .../pip/_internal/utils/__init__.py | 0 .../utils/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 200 bytes .../utils/__pycache__/_log.cpython-39.pyc | Bin 0 -> 1525 bytes .../utils/__pycache__/appdirs.cpython-39.pyc | Bin 0 -> 1338 bytes .../utils/__pycache__/compat.cpython-39.pyc | Bin 0 -> 1519 bytes .../compatibility_tags.cpython-39.pyc | Bin 0 -> 4118 bytes .../utils/__pycache__/datetime.cpython-39.pyc | Bin 0 -> 519 bytes .../__pycache__/deprecation.cpython-39.pyc | Bin 0 -> 2982 bytes .../direct_url_helpers.cpython-39.pyc | Bin 0 -> 1829 bytes .../__pycache__/distutils_args.cpython-39.pyc | Bin 0 -> 1105 bytes .../utils/__pycache__/encoding.cpython-39.pyc | Bin 0 -> 1309 bytes .../__pycache__/entrypoints.cpython-39.pyc | Bin 0 -> 1310 bytes .../__pycache__/filesystem.cpython-39.pyc | Bin 0 -> 5146 bytes .../__pycache__/filetypes.cpython-39.pyc | Bin 0 -> 812 bytes .../utils/__pycache__/glibc.cpython-39.pyc | Bin 0 -> 1622 bytes .../utils/__pycache__/hashes.cpython-39.pyc | Bin 0 -> 5004 bytes .../inject_securetransport.cpython-39.pyc | Bin 0 -> 973 bytes .../utils/__pycache__/logging.cpython-39.pyc | Bin 0 -> 9053 bytes .../utils/__pycache__/misc.cpython-39.pyc | Bin 0 -> 21673 bytes .../utils/__pycache__/models.cpython-39.pyc | Bin 0 -> 1904 bytes .../__pycache__/packaging.cpython-39.pyc | Bin 0 -> 2528 bytes .../utils/__pycache__/parallel.cpython-39.pyc | Bin 0 -> 3045 bytes .../__pycache__/pkg_resources.cpython-39.pyc | Bin 0 -> 1726 bytes .../setuptools_build.cpython-39.pyc | Bin 0 -> 2970 bytes .../__pycache__/subprocess.cpython-39.pyc | Bin 0 -> 5707 bytes .../utils/__pycache__/temp_dir.cpython-39.pyc | Bin 0 -> 6844 bytes .../__pycache__/unpacking.cpython-39.pyc | Bin 0 -> 6488 bytes .../utils/__pycache__/urls.cpython-39.pyc | Bin 0 -> 1544 bytes .../__pycache__/virtualenv.cpython-39.pyc | Bin 0 -> 3223 bytes .../utils/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 5974 bytes .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 35 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 168 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 104 + .../pip/_internal/utils/direct_url_helpers.py | 79 + .../pip/_internal/utils/distutils_args.py | 42 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 27 + .../pip/_internal/utils/filesystem.py | 182 + .../pip/_internal/utils/filetypes.py | 28 + .../pip/_internal/utils/glibc.py | 92 + .../pip/_internal/utils/hashes.py | 165 + .../_internal/utils/inject_securetransport.py | 36 + .../pip/_internal/utils/logging.py | 391 + .../site-packages/pip/_internal/utils/misc.py | 828 ++ .../pip/_internal/utils/models.py | 47 + .../pip/_internal/utils/packaging.py | 89 + .../pip/_internal/utils/parallel.py | 101 + .../pip/_internal/utils/pkg_resources.py | 40 + .../pip/_internal/utils/setuptools_build.py | 173 + .../pip/_internal/utils/subprocess.py | 281 + .../pip/_internal/utils/temp_dir.py | 260 + .../pip/_internal/utils/unpacking.py | 267 + .../site-packages/pip/_internal/utils/urls.py | 65 + .../pip/_internal/utils/virtualenv.py | 111 + .../pip/_internal/utils/wheel.py | 189 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 523 bytes .../vcs/__pycache__/bazaar.cpython-39.pyc | Bin 0 -> 3009 bytes .../vcs/__pycache__/git.cpython-39.pyc | Bin 0 -> 11724 bytes .../vcs/__pycache__/mercurial.cpython-39.pyc | Bin 0 -> 4656 bytes .../vcs/__pycache__/subversion.cpython-39.pyc | Bin 0 -> 7970 bytes .../__pycache__/versioncontrol.cpython-39.pyc | Bin 0 -> 19493 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 96 + .../site-packages/pip/_internal/vcs/git.py | 506 + .../pip/_internal/vcs/mercurial.py | 158 + .../pip/_internal/vcs/subversion.py | 329 + .../pip/_internal/vcs/versioncontrol.py | 722 ++ .../pip/_internal/wheel_builder.py | 360 + .../Lib/site-packages/pip/_vendor/__init__.py | 111 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2908 bytes .../__pycache__/appdirs.cpython-39.pyc | Bin 0 -> 21408 bytes .../_vendor/__pycache__/distro.cpython-39.pyc | Bin 0 -> 36887 bytes .../__pycache__/pyparsing.cpython-39.pyc | Bin 0 -> 240444 bytes .../_vendor/__pycache__/six.cpython-39.pyc | Bin 0 -> 27517 bytes venv/Lib/site-packages/pip/_vendor/appdirs.py | 633 ++ .../pip/_vendor/cachecontrol/__init__.py | 11 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 558 bytes .../__pycache__/_cmd.cpython-39.pyc | Bin 0 -> 1579 bytes .../__pycache__/adapter.cpython-39.pyc | Bin 0 -> 3084 bytes .../__pycache__/cache.cpython-39.pyc | Bin 0 -> 1831 bytes .../__pycache__/compat.cpython-39.pyc | Bin 0 -> 755 bytes .../__pycache__/controller.cpython-39.pyc | Bin 0 -> 7772 bytes .../__pycache__/filewrapper.cpython-39.pyc | Bin 0 -> 2180 bytes .../__pycache__/heuristics.cpython-39.pyc | Bin 0 -> 4712 bytes .../__pycache__/serialize.cpython-39.pyc | Bin 0 -> 4231 bytes .../__pycache__/wrapper.cpython-39.pyc | Bin 0 -> 682 bytes .../pip/_vendor/cachecontrol/_cmd.py | 57 + .../pip/_vendor/cachecontrol/adapter.py | 133 + .../pip/_vendor/cachecontrol/cache.py | 39 + .../_vendor/cachecontrol/caches/__init__.py | 2 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 302 bytes .../__pycache__/file_cache.cpython-39.pyc | Bin 0 -> 3318 bytes .../__pycache__/redis_cache.cpython-39.pyc | Bin 0 -> 1574 bytes .../_vendor/cachecontrol/caches/file_cache.py | 146 + .../cachecontrol/caches/redis_cache.py | 33 + .../pip/_vendor/cachecontrol/compat.py | 29 + .../pip/_vendor/cachecontrol/controller.py | 376 + .../pip/_vendor/cachecontrol/filewrapper.py | 80 + .../pip/_vendor/cachecontrol/heuristics.py | 135 + .../pip/_vendor/cachecontrol/serialize.py | 188 + .../pip/_vendor/cachecontrol/wrapper.py | 29 + .../pip/_vendor/certifi/__init__.py | 3 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 284 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 461 bytes .../certifi/__pycache__/core.cpython-39.pyc | Bin 0 -> 1552 bytes .../pip/_vendor/certifi/cacert.pem | 4257 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 76 + .../pip/_vendor/chardet/__init__.py | 83 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1908 bytes .../__pycache__/big5freq.cpython-39.pyc | Bin 0 -> 27187 bytes .../__pycache__/big5prober.cpython-39.pyc | Bin 0 -> 1142 bytes .../chardistribution.cpython-39.pyc | Bin 0 -> 6228 bytes .../charsetgroupprober.cpython-39.pyc | Bin 0 -> 2269 bytes .../__pycache__/charsetprober.cpython-39.pyc | Bin 0 -> 3491 bytes .../codingstatemachine.cpython-39.pyc | Bin 0 -> 2918 bytes .../chardet/__pycache__/compat.cpython-39.pyc | Bin 0 -> 407 bytes .../__pycache__/cp949prober.cpython-39.pyc | Bin 0 -> 1149 bytes .../chardet/__pycache__/enums.cpython-39.pyc | Bin 0 -> 2656 bytes .../__pycache__/escprober.cpython-39.pyc | Bin 0 -> 2641 bytes .../chardet/__pycache__/escsm.cpython-39.pyc | Bin 0 -> 7090 bytes .../__pycache__/eucjpprober.cpython-39.pyc | Bin 0 -> 2455 bytes .../__pycache__/euckrfreq.cpython-39.pyc | Bin 0 -> 12071 bytes .../__pycache__/euckrprober.cpython-39.pyc | Bin 0 -> 1150 bytes .../__pycache__/euctwfreq.cpython-39.pyc | Bin 0 -> 27191 bytes .../__pycache__/euctwprober.cpython-39.pyc | Bin 0 -> 1150 bytes .../__pycache__/gb2312freq.cpython-39.pyc | Bin 0 -> 19115 bytes .../__pycache__/gb2312prober.cpython-39.pyc | Bin 0 -> 1158 bytes .../__pycache__/hebrewprober.cpython-39.pyc | Bin 0 -> 3027 bytes .../__pycache__/jisfreq.cpython-39.pyc | Bin 0 -> 22143 bytes .../chardet/__pycache__/jpcntx.cpython-39.pyc | Bin 0 -> 37616 bytes .../langbulgarianmodel.cpython-39.pyc | Bin 0 -> 21818 bytes .../__pycache__/langgreekmodel.cpython-39.pyc | Bin 0 -> 20494 bytes .../langhebrewmodel.cpython-39.pyc | Bin 0 -> 20562 bytes .../langhungarianmodel.cpython-39.pyc | Bin 0 -> 21763 bytes .../langrussianmodel.cpython-39.pyc | Bin 0 -> 26366 bytes .../__pycache__/langthaimodel.cpython-39.pyc | Bin 0 -> 20738 bytes .../langturkishmodel.cpython-39.pyc | Bin 0 -> 20578 bytes .../__pycache__/latin1prober.cpython-39.pyc | Bin 0 -> 2963 bytes .../mbcharsetprober.cpython-39.pyc | Bin 0 -> 2270 bytes .../mbcsgroupprober.cpython-39.pyc | Bin 0 -> 1139 bytes .../chardet/__pycache__/mbcssm.cpython-39.pyc | Bin 0 -> 15726 bytes .../sbcharsetprober.cpython-39.pyc | Bin 0 -> 3123 bytes .../sbcsgroupprober.cpython-39.pyc | Bin 0 -> 1708 bytes .../__pycache__/sjisprober.cpython-39.pyc | Bin 0 -> 2491 bytes .../universaldetector.cpython-39.pyc | Bin 0 -> 5839 bytes .../__pycache__/utf8prober.cpython-39.pyc | Bin 0 -> 2000 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 447 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 233 + .../pip/_vendor/chardet/charsetgroupprober.py | 107 + .../pip/_vendor/chardet/charsetprober.py | 145 + .../pip/_vendor/chardet/cli/__init__.py | 1 + .../cli/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 204 bytes .../cli/__pycache__/chardetect.cpython-39.pyc | Bin 0 -> 2698 bytes .../pip/_vendor/chardet/cli/chardetect.py | 84 + .../pip/_vendor/chardet/codingstatemachine.py | 88 + .../pip/_vendor/chardet/compat.py | 36 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 76 + .../pip/_vendor/chardet/escprober.py | 101 + .../pip/_vendor/chardet/escsm.py | 246 + .../pip/_vendor/chardet/eucjpprober.py | 92 + .../pip/_vendor/chardet/euckrfreq.py | 195 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 387 + .../pip/_vendor/chardet/euctwprober.py | 46 + .../pip/_vendor/chardet/gb2312freq.py | 283 + .../pip/_vendor/chardet/gb2312prober.py | 46 + .../pip/_vendor/chardet/hebrewprober.py | 292 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/jpcntx.py | 233 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4398 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5718 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 145 + .../pip/_vendor/chardet/mbcharsetprober.py | 91 + .../pip/_vendor/chardet/mbcsgroupprober.py | 54 + .../pip/_vendor/chardet/mbcssm.py | 572 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 209 bytes .../__pycache__/languages.cpython-39.pyc | Bin 0 -> 7940 bytes .../pip/_vendor/chardet/metadata/languages.py | 310 + .../pip/_vendor/chardet/sbcharsetprober.py | 145 + .../pip/_vendor/chardet/sbcsgroupprober.py | 83 + .../pip/_vendor/chardet/sjisprober.py | 92 + .../pip/_vendor/chardet/universaldetector.py | 286 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 6 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 452 bytes .../colorama/__pycache__/ansi.cpython-39.pyc | Bin 0 -> 3237 bytes .../__pycache__/ansitowin32.cpython-39.pyc | Bin 0 -> 7703 bytes .../__pycache__/initialise.cpython-39.pyc | Bin 0 -> 1719 bytes .../colorama/__pycache__/win32.cpython-39.pyc | Bin 0 -> 3951 bytes .../__pycache__/winterm.cpython-39.pyc | Bin 0 -> 4673 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 258 + .../pip/_vendor/colorama/initialise.py | 80 + .../pip/_vendor/colorama/win32.py | 152 + .../pip/_vendor/colorama/winterm.py | 169 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1065 bytes .../distlib/__pycache__/compat.cpython-39.pyc | Bin 0 -> 32167 bytes .../__pycache__/database.cpython-39.pyc | Bin 0 -> 42489 bytes .../distlib/__pycache__/index.cpython-39.pyc | Bin 0 -> 17298 bytes .../__pycache__/locators.cpython-39.pyc | Bin 0 -> 38262 bytes .../__pycache__/manifest.cpython-39.pyc | Bin 0 -> 10201 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 4445 bytes .../__pycache__/metadata.cpython-39.pyc | Bin 0 -> 26596 bytes .../__pycache__/resources.cpython-39.pyc | Bin 0 -> 11019 bytes .../__pycache__/scripts.cpython-39.pyc | Bin 0 -> 11102 bytes .../distlib/__pycache__/util.cpython-39.pyc | Bin 0 -> 52604 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 20356 bytes .../distlib/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 27229 bytes .../pip/_vendor/distlib/_backport/__init__.py | 6 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 492 bytes .../_backport/__pycache__/misc.cpython-39.pyc | Bin 0 -> 1112 bytes .../__pycache__/shutil.cpython-39.pyc | Bin 0 -> 21686 bytes .../__pycache__/sysconfig.cpython-39.pyc | Bin 0 -> 15976 bytes .../__pycache__/tarfile.cpython-39.pyc | Bin 0 -> 62740 bytes .../pip/_vendor/distlib/_backport/misc.py | 41 + .../pip/_vendor/distlib/_backport/shutil.py | 764 ++ .../_vendor/distlib/_backport/sysconfig.cfg | 84 + .../_vendor/distlib/_backport/sysconfig.py | 786 ++ .../pip/_vendor/distlib/_backport/tarfile.py | 2607 +++++ .../pip/_vendor/distlib/compat.py | 1120 +++ .../pip/_vendor/distlib/database.py | 1339 +++ .../pip/_vendor/distlib/index.py | 509 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 130 + .../pip/_vendor/distlib/metadata.py | 1058 +++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 423 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 96768 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 105984 bytes .../site-packages/pip/_vendor/distlib/util.py | 1965 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 90112 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 99840 bytes .../pip/_vendor/distlib/wheel.py | 1056 +++ venv/Lib/site-packages/pip/_vendor/distro.py | 1230 +++ .../pip/_vendor/html5lib/__init__.py | 35 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1311 bytes .../__pycache__/_ihatexml.cpython-39.pyc | Bin 0 -> 13780 bytes .../__pycache__/_inputstream.cpython-39.pyc | Bin 0 -> 21639 bytes .../__pycache__/_tokenizer.cpython-39.pyc | Bin 0 -> 39734 bytes .../__pycache__/_utils.cpython-39.pyc | Bin 0 -> 4811 bytes .../__pycache__/constants.cpython-39.pyc | Bin 0 -> 66349 bytes .../__pycache__/html5parser.cpython-39.pyc | Bin 0 -> 91020 bytes .../__pycache__/serializer.cpython-39.pyc | Bin 0 -> 10822 bytes .../pip/_vendor/html5lib/_ihatexml.py | 289 + .../pip/_vendor/html5lib/_inputstream.py | 918 ++ .../pip/_vendor/html5lib/_tokenizer.py | 1735 ++++ .../pip/_vendor/html5lib/_trie/__init__.py | 5 + .../_trie/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 361 bytes .../_trie/__pycache__/_base.cpython-39.pyc | Bin 0 -> 1605 bytes .../_trie/__pycache__/py.cpython-39.pyc | Bin 0 -> 2266 bytes .../pip/_vendor/html5lib/_trie/_base.py | 40 + .../pip/_vendor/html5lib/_trie/py.py | 67 + .../pip/_vendor/html5lib/_utils.py | 159 + .../pip/_vendor/html5lib/constants.py | 2946 ++++++ .../pip/_vendor/html5lib/filters/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 209 bytes .../alphabeticalattributes.cpython-39.pyc | Bin 0 -> 1331 bytes .../filters/__pycache__/base.cpython-39.pyc | Bin 0 -> 879 bytes .../inject_meta_charset.cpython-39.pyc | Bin 0 -> 1885 bytes .../filters/__pycache__/lint.cpython-39.pyc | Bin 0 -> 2627 bytes .../__pycache__/optionaltags.cpython-39.pyc | Bin 0 -> 2772 bytes .../__pycache__/sanitizer.cpython-39.pyc | Bin 0 -> 16895 bytes .../__pycache__/whitespace.cpython-39.pyc | Bin 0 -> 1377 bytes .../filters/alphabeticalattributes.py | 29 + .../pip/_vendor/html5lib/filters/base.py | 12 + .../html5lib/filters/inject_meta_charset.py | 73 + .../pip/_vendor/html5lib/filters/lint.py | 93 + .../_vendor/html5lib/filters/optionaltags.py | 207 + .../pip/_vendor/html5lib/filters/sanitizer.py | 916 ++ .../_vendor/html5lib/filters/whitespace.py | 38 + .../pip/_vendor/html5lib/html5parser.py | 2795 ++++++ .../pip/_vendor/html5lib/serializer.py | 409 + .../_vendor/html5lib/treeadapters/__init__.py | 30 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 946 bytes .../__pycache__/genshi.cpython-39.pyc | Bin 0 -> 1554 bytes .../__pycache__/sax.cpython-39.pyc | Bin 0 -> 1473 bytes .../_vendor/html5lib/treeadapters/genshi.py | 54 + .../pip/_vendor/html5lib/treeadapters/sax.py | 50 + .../_vendor/html5lib/treebuilders/__init__.py | 88 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 3341 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 11325 bytes .../__pycache__/dom.cpython-39.pyc | Bin 0 -> 9462 bytes .../__pycache__/etree.cpython-39.pyc | Bin 0 -> 11830 bytes .../__pycache__/etree_lxml.cpython-39.pyc | Bin 0 -> 13013 bytes .../pip/_vendor/html5lib/treebuilders/base.py | 417 + .../pip/_vendor/html5lib/treebuilders/dom.py | 239 + .../_vendor/html5lib/treebuilders/etree.py | 343 + .../html5lib/treebuilders/etree_lxml.py | 392 + .../_vendor/html5lib/treewalkers/__init__.py | 154 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 4007 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 7006 bytes .../__pycache__/dom.cpython-39.pyc | Bin 0 -> 1741 bytes .../__pycache__/etree.cpython-39.pyc | Bin 0 -> 3503 bytes .../__pycache__/etree_lxml.cpython-39.pyc | Bin 0 -> 6640 bytes .../__pycache__/genshi.cpython-39.pyc | Bin 0 -> 1897 bytes .../pip/_vendor/html5lib/treewalkers/base.py | 252 + .../pip/_vendor/html5lib/treewalkers/dom.py | 43 + .../pip/_vendor/html5lib/treewalkers/etree.py | 131 + .../html5lib/treewalkers/etree_lxml.py | 215 + .../_vendor/html5lib/treewalkers/genshi.py | 69 + .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 856 bytes .../idna/__pycache__/codec.cpython-39.pyc | Bin 0 -> 2887 bytes .../idna/__pycache__/compat.cpython-39.pyc | Bin 0 -> 693 bytes .../idna/__pycache__/core.cpython-39.pyc | Bin 0 -> 9161 bytes .../idna/__pycache__/idnadata.cpython-39.pyc | Bin 0 -> 22147 bytes .../idna/__pycache__/intranges.cpython-39.pyc | Bin 0 -> 1869 bytes .../__pycache__/package_data.cpython-39.pyc | Bin 0 -> 220 bytes .../idna/__pycache__/uts46data.cpython-39.pyc | Bin 0 -> 146180 bytes .../site-packages/pip/_vendor/idna/codec.py | 117 + .../site-packages/pip/_vendor/idna/compat.py | 16 + .../site-packages/pip/_vendor/idna/core.py | 409 + .../pip/_vendor/idna/idnadata.py | 2050 ++++ .../pip/_vendor/idna/intranges.py | 58 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8438 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 54 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1423 bytes .../__pycache__/_version.cpython-39.pyc | Bin 0 -> 227 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 1861 bytes .../msgpack/__pycache__/ext.cpython-39.pyc | Bin 0 -> 6289 bytes .../__pycache__/fallback.cpython-39.pyc | Bin 0 -> 26735 bytes .../pip/_vendor/msgpack/_version.py | 1 + .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1087 +++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-39.pyc | Bin 0 -> 599 bytes .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 455 bytes .../__pycache__/_manylinux.cpython-39.pyc | Bin 0 -> 7303 bytes .../__pycache__/_musllinux.cpython-39.pyc | Bin 0 -> 4618 bytes .../__pycache__/_structures.cpython-39.pyc | Bin 0 -> 3091 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 9462 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 3983 bytes .../__pycache__/specifiers.cpython-39.pyc | Bin 0 -> 22219 bytes .../packaging/__pycache__/tags.cpython-39.pyc | Bin 0 -> 12298 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 3620 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 13161 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 67 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 828 ++ .../pip/_vendor/packaging/tags.py | 484 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pep517/__init__.py | 6 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 322 bytes .../pep517/__pycache__/build.cpython-39.pyc | Bin 0 -> 3587 bytes .../pep517/__pycache__/check.cpython-39.pyc | Bin 0 -> 5134 bytes .../__pycache__/colorlog.cpython-39.pyc | Bin 0 -> 2947 bytes .../pep517/__pycache__/compat.cpython-39.pyc | Bin 0 -> 1302 bytes .../__pycache__/dirtools.cpython-39.pyc | Bin 0 -> 1356 bytes .../__pycache__/envbuild.cpython-39.pyc | Bin 0 -> 4533 bytes .../pep517/__pycache__/meta.cpython-39.pyc | Bin 0 -> 2929 bytes .../__pycache__/wrappers.cpython-39.pyc | Bin 0 -> 12279 bytes .../site-packages/pip/_vendor/pep517/build.py | 127 + .../site-packages/pip/_vendor/pep517/check.py | 207 + .../pip/_vendor/pep517/colorlog.py | 115 + .../pip/_vendor/pep517/compat.py | 42 + .../pip/_vendor/pep517/dirtools.py | 44 + .../pip/_vendor/pep517/envbuild.py | 171 + .../pip/_vendor/pep517/in_process/__init__.py | 17 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 924 bytes .../__pycache__/_in_process.cpython-39.pyc | Bin 0 -> 9940 bytes .../_vendor/pep517/in_process/_in_process.py | 349 + .../site-packages/pip/_vendor/pep517/meta.py | 92 + .../pip/_vendor/pep517/wrappers.py | 371 + .../pip/_vendor/pkg_resources/__init__.py | 3296 +++++++ .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 100340 bytes .../__pycache__/py31compat.cpython-39.pyc | Bin 0 -> 659 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/progress/__init__.py | 177 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 5666 bytes .../progress/__pycache__/bar.cpython-39.pyc | Bin 0 -> 2648 bytes .../__pycache__/counter.cpython-39.pyc | Bin 0 -> 1482 bytes .../__pycache__/spinner.cpython-39.pyc | Bin 0 -> 1399 bytes .../site-packages/pip/_vendor/progress/bar.py | 91 + .../pip/_vendor/progress/counter.py | 41 + .../pip/_vendor/progress/spinner.py | 43 + .../site-packages/pip/_vendor/pyparsing.py | 7107 ++++++++++++++ .../pip/_vendor/requests/__init__.py | 154 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 4011 bytes .../__pycache__/__version__.cpython-39.pyc | Bin 0 -> 564 bytes .../_internal_utils.cpython-39.pyc | Bin 0 -> 1311 bytes .../__pycache__/adapters.cpython-39.pyc | Bin 0 -> 16982 bytes .../requests/__pycache__/api.cpython-39.pyc | Bin 0 -> 6728 bytes .../requests/__pycache__/auth.cpython-39.pyc | Bin 0 -> 8340 bytes .../requests/__pycache__/certs.cpython-39.pyc | Bin 0 -> 642 bytes .../__pycache__/compat.cpython-39.pyc | Bin 0 -> 1621 bytes .../__pycache__/cookies.cpython-39.pyc | Bin 0 -> 18831 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 5414 bytes .../requests/__pycache__/help.cpython-39.pyc | Bin 0 -> 2902 bytes .../requests/__pycache__/hooks.cpython-39.pyc | Bin 0 -> 999 bytes .../__pycache__/models.cpython-39.pyc | Bin 0 -> 24479 bytes .../__pycache__/packages.cpython-39.pyc | Bin 0 -> 511 bytes .../__pycache__/sessions.cpython-39.pyc | Bin 0 -> 19866 bytes .../__pycache__/status_codes.cpython-39.pyc | Bin 0 -> 4248 bytes .../__pycache__/structures.cpython-39.pyc | Bin 0 -> 4469 bytes .../requests/__pycache__/utils.cpython-39.pyc | Bin 0 -> 23333 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 42 + .../pip/_vendor/requests/adapters.py | 533 ++ .../site-packages/pip/_vendor/requests/api.py | 159 + .../pip/_vendor/requests/auth.py | 305 + .../pip/_vendor/requests/certs.py | 18 + .../pip/_vendor/requests/compat.py | 76 + .../pip/_vendor/requests/cookies.py | 549 ++ .../pip/_vendor/requests/exceptions.py | 127 + .../pip/_vendor/requests/help.py | 132 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 966 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 781 ++ .../pip/_vendor/requests/status_codes.py | 123 + .../pip/_vendor/requests/structures.py | 105 + .../pip/_vendor/requests/utils.py | 1013 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 615 bytes .../__pycache__/providers.cpython-39.pyc | Bin 0 -> 6535 bytes .../__pycache__/reporters.cpython-39.pyc | Bin 0 -> 2311 bytes .../__pycache__/resolvers.cpython-39.pyc | Bin 0 -> 15162 bytes .../__pycache__/structs.cpython-39.pyc | Bin 0 -> 7288 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 210 bytes .../collections_abc.cpython-39.pyc | Bin 0 -> 384 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 124 + .../pip/_vendor/resolvelib/reporters.py | 37 + .../pip/_vendor/resolvelib/resolvers.py | 473 + .../pip/_vendor/resolvelib/structs.py | 165 + venv/Lib/site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 517 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 16288 bytes .../__pycache__/_asyncio.cpython-39.pyc | Bin 0 -> 2603 bytes .../__pycache__/_utils.cpython-39.pyc | Bin 0 -> 1240 bytes .../tenacity/__pycache__/after.cpython-39.pyc | Bin 0 -> 1219 bytes .../__pycache__/before.cpython-39.pyc | Bin 0 -> 1107 bytes .../__pycache__/before_sleep.cpython-39.pyc | Bin 0 -> 1399 bytes .../tenacity/__pycache__/nap.cpython-39.pyc | Bin 0 -> 1201 bytes .../tenacity/__pycache__/retry.cpython-39.pyc | Bin 0 -> 8789 bytes .../tenacity/__pycache__/stop.cpython-39.pyc | Bin 0 -> 4253 bytes .../__pycache__/tornadoweb.cpython-39.pyc | Bin 0 -> 1753 bytes .../tenacity/__pycache__/wait.cpython-39.pyc | Bin 0 -> 7965 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 | 213 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 191 + .../pip/_vendor/tomli/__init__.py | 6 + .../tomli/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 388 bytes .../tomli/__pycache__/_parser.cpython-39.pyc | Bin 0 -> 16363 bytes .../tomli/__pycache__/_re.cpython-39.pyc | Bin 0 -> 2438 bytes .../pip/_vendor/tomli/_parser.py | 703 ++ .../site-packages/pip/_vendor/tomli/_re.py | 83 + .../pip/_vendor/urllib3/__init__.py | 85 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2198 bytes .../__pycache__/_collections.cpython-39.pyc | Bin 0 -> 10793 bytes .../__pycache__/_version.cpython-39.pyc | Bin 0 -> 222 bytes .../__pycache__/connection.cpython-39.pyc | Bin 0 -> 13379 bytes .../__pycache__/connectionpool.cpython-39.pyc | Bin 0 -> 24475 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 11655 bytes .../urllib3/__pycache__/fields.cpython-39.pyc | Bin 0 -> 8170 bytes .../__pycache__/filepost.cpython-39.pyc | Bin 0 -> 2771 bytes .../__pycache__/poolmanager.cpython-39.pyc | Bin 0 -> 15173 bytes .../__pycache__/request.cpython-39.pyc | Bin 0 -> 5634 bytes .../__pycache__/response.cpython-39.pyc | Bin 0 -> 20845 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 539 ++ .../pip/_vendor/urllib3/connectionpool.py | 1067 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 208 bytes .../_appengine_environ.cpython-39.pyc | Bin 0 -> 1428 bytes .../__pycache__/appengine.cpython-39.pyc | Bin 0 -> 8281 bytes .../__pycache__/ntlmpool.cpython-39.pyc | Bin 0 -> 3635 bytes .../__pycache__/pyopenssl.cpython-39.pyc | Bin 0 -> 15603 bytes .../securetransport.cpython-39.pyc | Bin 0 -> 21919 bytes .../contrib/__pycache__/socks.cpython-39.pyc | Bin 0 -> 5644 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 225 bytes .../__pycache__/bindings.cpython-39.pyc | Bin 0 -> 10732 bytes .../__pycache__/low_level.cpython-39.pyc | Bin 0 -> 9181 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 396 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 511 + .../urllib3/contrib/securetransport.py | 922 ++ .../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 | 5 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 322 bytes .../packages/__pycache__/six.cpython-39.pyc | Bin 0 -> 27592 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 219 bytes .../__pycache__/makefile.cpython-39.pyc | Bin 0 -> 1317 bytes .../urllib3/packages/backports/makefile.py | 51 + .../pip/_vendor/urllib3/packages/six.py | 1077 +++ .../packages/ssl_match_hostname/__init__.py | 24 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 581 bytes .../_implementation.cpython-39.pyc | Bin 0 -> 3312 bytes .../ssl_match_hostname/_implementation.py | 160 + .../pip/_vendor/urllib3/poolmanager.py | 536 ++ .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 821 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1118 bytes .../__pycache__/connection.cpython-39.pyc | Bin 0 -> 3470 bytes .../util/__pycache__/proxy.cpython-39.pyc | Bin 0 -> 1354 bytes .../util/__pycache__/queue.cpython-39.pyc | Bin 0 -> 1073 bytes .../util/__pycache__/request.cpython-39.pyc | Bin 0 -> 3461 bytes .../util/__pycache__/response.cpython-39.pyc | Bin 0 -> 2358 bytes .../util/__pycache__/retry.cpython-39.pyc | Bin 0 -> 15845 bytes .../util/__pycache__/ssl_.cpython-39.pyc | Bin 0 -> 11342 bytes .../__pycache__/ssltransport.cpython-39.pyc | Bin 0 -> 7523 bytes .../util/__pycache__/timeout.cpython-39.pyc | Bin 0 -> 8956 bytes .../util/__pycache__/url.cpython-39.pyc | Bin 0 -> 10681 bytes .../util/__pycache__/wait.cpython-39.pyc | Bin 0 -> 3141 bytes .../pip/_vendor/urllib3/util/connection.py | 150 + .../pip/_vendor/urllib3/util/proxy.py | 56 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 143 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 602 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 268 + .../pip/_vendor/urllib3/util/url.py | 432 + .../pip/_vendor/urllib3/util/wait.py | 153 + venv/Lib/site-packages/pip/_vendor/vendor.txt | 22 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 9732 bytes .../__pycache__/labels.cpython-39.pyc | Bin 0 -> 3846 bytes .../__pycache__/mklabels.cpython-39.pyc | Bin 0 -> 1916 bytes .../__pycache__/tests.cpython-39.pyc | Bin 0 -> 5080 bytes .../__pycache__/x_user_defined.cpython-39.pyc | Bin 0 -> 2676 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 + venv/Lib/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3288 +++++++ .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 100448 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 202 bytes .../__pycache__/appdirs.cpython-39.pyc | Bin 0 -> 20519 bytes .../__pycache__/pyparsing.cpython-39.pyc | Bin 0 -> 201356 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 27 + .../_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-39.pyc | Bin 0 -> 718 bytes .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 564 bytes .../__pycache__/_compat.cpython-39.pyc | Bin 0 -> 1162 bytes .../__pycache__/_structures.cpython-39.pyc | Bin 0 -> 2916 bytes .../__pycache__/_typing.cpython-39.pyc | Bin 0 -> 1507 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 9323 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 4100 bytes .../__pycache__/specifiers.cpython-39.pyc | Bin 0 -> 20599 bytes .../packaging/__pycache__/tags.cpython-39.pyc | Bin 0 -> 17278 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 1669 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 13336 bytes .../_vendor/packaging/_compat.py | 38 + .../_vendor/packaging/_structures.py | 86 + .../_vendor/packaging/_typing.py | 48 + .../_vendor/packaging/markers.py | 328 + .../_vendor/packaging/requirements.py | 145 + .../_vendor/packaging/specifiers.py | 863 ++ .../pkg_resources/_vendor/packaging/tags.py | 751 ++ .../pkg_resources/_vendor/packaging/utils.py | 65 + .../_vendor/packaging/version.py | 535 ++ .../pkg_resources/_vendor/pyparsing.py | 5742 +++++++++++ .../pkg_resources/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2891 bytes .../__pycache__/setup.cpython-39.pyc | Bin 0 -> 330 bytes .../data/my-test-package-source/setup.py | 6 + .../setuptools-58.1.0.dist-info/INSTALLER | 1 + .../setuptools-58.1.0.dist-info/LICENSE | 19 + .../setuptools-58.1.0.dist-info/METADATA | 119 + .../setuptools-58.1.0.dist-info/RECORD | 296 + .../setuptools-58.1.0.dist-info/REQUESTED | 0 .../setuptools-58.1.0.dist-info/WHEEL | 5 + .../entry_points.txt | 56 + .../setuptools-58.1.0.dist-info/top_level.txt | 3 + venv/Lib/site-packages/setuptools/__init__.py | 242 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 8551 bytes .../_deprecation_warning.cpython-39.pyc | Bin 0 -> 561 bytes .../__pycache__/_imp.cpython-39.pyc | Bin 0 -> 2096 bytes .../__pycache__/archive_util.cpython-39.pyc | Bin 0 -> 5825 bytes .../__pycache__/build_meta.cpython-39.pyc | Bin 0 -> 9084 bytes .../__pycache__/config.cpython-39.pyc | Bin 0 -> 20837 bytes .../__pycache__/dep_util.cpython-39.pyc | Bin 0 -> 868 bytes .../__pycache__/depends.cpython-39.pyc | Bin 0 -> 5260 bytes .../__pycache__/dist.cpython-39.pyc | Bin 0 -> 36458 bytes .../__pycache__/errors.cpython-39.pyc | Bin 0 -> 861 bytes .../__pycache__/extension.cpython-39.pyc | Bin 0 -> 1955 bytes .../__pycache__/glob.cpython-39.pyc | Bin 0 -> 3705 bytes .../__pycache__/installer.cpython-39.pyc | Bin 0 -> 2782 bytes .../__pycache__/launch.cpython-39.pyc | Bin 0 -> 912 bytes .../__pycache__/monkey.cpython-39.pyc | Bin 0 -> 4624 bytes .../__pycache__/msvc.cpython-39.pyc | Bin 0 -> 42850 bytes .../__pycache__/namespaces.cpython-39.pyc | Bin 0 -> 3611 bytes .../__pycache__/package_index.cpython-39.pyc | Bin 0 -> 32647 bytes .../__pycache__/py34compat.cpython-39.pyc | Bin 0 -> 491 bytes .../__pycache__/sandbox.cpython-39.pyc | Bin 0 -> 15767 bytes .../__pycache__/unicode_utils.cpython-39.pyc | Bin 0 -> 1125 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 335 bytes .../__pycache__/wheel.cpython-39.pyc | Bin 0 -> 7291 bytes .../windows_support.cpython-39.pyc | Bin 0 -> 1034 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 15 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 469 bytes .../__pycache__/_msvccompiler.cpython-39.pyc | Bin 0 -> 13824 bytes .../__pycache__/archive_util.cpython-39.pyc | Bin 0 -> 6656 bytes .../__pycache__/bcppcompiler.cpython-39.pyc | Bin 0 -> 6567 bytes .../__pycache__/ccompiler.cpython-39.pyc | Bin 0 -> 33435 bytes .../_distutils/__pycache__/cmd.cpython-39.pyc | Bin 0 -> 13995 bytes .../__pycache__/config.cpython-39.pyc | Bin 0 -> 3598 bytes .../__pycache__/core.cpython-39.pyc | Bin 0 -> 6723 bytes .../cygwinccompiler.cpython-39.pyc | Bin 0 -> 8803 bytes .../__pycache__/debug.cpython-39.pyc | Bin 0 -> 265 bytes .../__pycache__/dep_util.cpython-39.pyc | Bin 0 -> 2785 bytes .../__pycache__/dir_util.cpython-39.pyc | Bin 0 -> 5886 bytes .../__pycache__/dist.cpython-39.pyc | Bin 0 -> 34456 bytes .../__pycache__/errors.cpython-39.pyc | Bin 0 -> 5321 bytes .../__pycache__/extension.cpython-39.pyc | Bin 0 -> 6986 bytes .../__pycache__/fancy_getopt.cpython-39.pyc | Bin 0 -> 10694 bytes .../__pycache__/file_util.cpython-39.pyc | Bin 0 -> 6052 bytes .../__pycache__/filelist.cpython-39.pyc | Bin 0 -> 10844 bytes .../_distutils/__pycache__/log.cpython-39.pyc | Bin 0 -> 2384 bytes .../__pycache__/msvc9compiler.cpython-39.pyc | Bin 0 -> 17581 bytes .../__pycache__/msvccompiler.cpython-39.pyc | Bin 0 -> 14776 bytes .../__pycache__/py35compat.cpython-39.pyc | Bin 0 -> 641 bytes .../__pycache__/py38compat.cpython-39.pyc | Bin 0 -> 436 bytes .../__pycache__/spawn.cpython-39.pyc | Bin 0 -> 2912 bytes .../__pycache__/sysconfig.cpython-39.pyc | Bin 0 -> 12596 bytes .../__pycache__/text_file.cpython-39.pyc | Bin 0 -> 8510 bytes .../__pycache__/unixccompiler.cpython-39.pyc | Bin 0 -> 6886 bytes .../__pycache__/util.cpython-39.pyc | Bin 0 -> 14249 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 7410 bytes .../versionpredicate.cpython-39.pyc | Bin 0 -> 5194 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1123 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 544 bytes .../command/__pycache__/bdist.cpython-39.pyc | Bin 0 -> 3674 bytes .../__pycache__/bdist_dumb.cpython-39.pyc | Bin 0 -> 3657 bytes .../__pycache__/bdist_msi.cpython-39.pyc | Bin 0 -> 19839 bytes .../__pycache__/bdist_rpm.cpython-39.pyc | Bin 0 -> 12294 bytes .../__pycache__/bdist_wininst.cpython-39.pyc | Bin 0 -> 8614 bytes .../command/__pycache__/build.cpython-39.pyc | Bin 0 -> 3946 bytes .../__pycache__/build_clib.cpython-39.pyc | Bin 0 -> 4869 bytes .../__pycache__/build_ext.cpython-39.pyc | Bin 0 -> 16281 bytes .../__pycache__/build_py.cpython-39.pyc | Bin 0 -> 9864 bytes .../__pycache__/build_scripts.cpython-39.pyc | Bin 0 -> 4029 bytes .../command/__pycache__/check.cpython-39.pyc | Bin 0 -> 4978 bytes .../command/__pycache__/clean.cpython-39.pyc | Bin 0 -> 2151 bytes .../command/__pycache__/config.cpython-39.pyc | Bin 0 -> 10281 bytes .../__pycache__/install.cpython-39.pyc | Bin 0 -> 13893 bytes .../__pycache__/install_data.cpython-39.pyc | Bin 0 -> 2354 bytes .../install_egg_info.cpython-39.pyc | Bin 0 -> 3089 bytes .../install_headers.cpython-39.pyc | Bin 0 -> 1779 bytes .../__pycache__/install_lib.cpython-39.pyc | Bin 0 -> 5151 bytes .../install_scripts.cpython-39.pyc | Bin 0 -> 2202 bytes .../__pycache__/py37compat.cpython-39.pyc | Bin 0 -> 1045 bytes .../__pycache__/register.cpython-39.pyc | Bin 0 -> 8522 bytes .../command/__pycache__/sdist.cpython-39.pyc | Bin 0 -> 14549 bytes .../command/__pycache__/upload.cpython-39.pyc | Bin 0 -> 5272 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 757 ++ .../setuptools/_distutils/command/build_py.py | 392 + .../_distutils/command/build_scripts.py | 152 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 678 ++ .../_distutils/command/install_data.py | 79 + .../_distutils/command/install_egg_info.py | 77 + .../_distutils/command/install_headers.py | 47 + .../_distutils/command/install_lib.py | 217 + .../_distutils/command/install_scripts.py | 60 + .../_distutils/command/py37compat.py | 30 + .../setuptools/_distutils/command/register.py | 304 + .../setuptools/_distutils/command/sdist.py | 494 + .../setuptools/_distutils/command/upload.py | 214 + .../setuptools/_distutils/config.py | 130 + .../setuptools/_distutils/core.py | 234 + .../setuptools/_distutils/cygwinccompiler.py | 414 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 92 + .../setuptools/_distutils/dir_util.py | 210 + .../setuptools/_distutils/dist.py | 1257 +++ .../setuptools/_distutils/errors.py | 97 + .../setuptools/_distutils/extension.py | 240 + .../setuptools/_distutils/fancy_getopt.py | 457 + .../setuptools/_distutils/file_util.py | 238 + .../setuptools/_distutils/filelist.py | 355 + .../setuptools/_distutils/log.py | 77 + .../setuptools/_distutils/msvc9compiler.py | 788 ++ .../setuptools/_distutils/msvccompiler.py | 643 ++ .../setuptools/_distutils/py35compat.py | 19 + .../setuptools/_distutils/py38compat.py | 7 + .../setuptools/_distutils/spawn.py | 106 + .../setuptools/_distutils/sysconfig.py | 578 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 332 + .../setuptools/_distutils/util.py | 535 ++ .../setuptools/_distutils/version.py | 347 + .../setuptools/_distutils/versionpredicate.py | 166 + venv/Lib/site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 199 bytes .../__pycache__/ordered_set.cpython-39.pyc | Bin 0 -> 16393 bytes .../__pycache__/pyparsing.cpython-39.pyc | Bin 0 -> 201353 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 280 bytes .../__pycache__/more.cpython-39.pyc | Bin 0 -> 110025 bytes .../__pycache__/recipes.cpython-39.pyc | Bin 0 -> 17945 bytes .../setuptools/_vendor/more_itertools/more.py | 3825 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 27 + .../setuptools/_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-39.pyc | Bin 0 -> 715 bytes .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 561 bytes .../__pycache__/_compat.cpython-39.pyc | Bin 0 -> 1159 bytes .../__pycache__/_structures.cpython-39.pyc | Bin 0 -> 2913 bytes .../__pycache__/_typing.cpython-39.pyc | Bin 0 -> 1504 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 9317 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 4094 bytes .../__pycache__/specifiers.cpython-39.pyc | Bin 0 -> 20596 bytes .../packaging/__pycache__/tags.cpython-39.pyc | Bin 0 -> 17275 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 1666 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 13333 bytes .../setuptools/_vendor/packaging/_compat.py | 38 + .../_vendor/packaging/_structures.py | 86 + .../setuptools/_vendor/packaging/_typing.py | 48 + .../setuptools/_vendor/packaging/markers.py | 328 + .../_vendor/packaging/requirements.py | 145 + .../_vendor/packaging/specifiers.py | 863 ++ .../setuptools/_vendor/packaging/tags.py | 751 ++ .../setuptools/_vendor/packaging/utils.py | 65 + .../setuptools/_vendor/packaging/version.py | 535 ++ .../setuptools/_vendor/pyparsing.py | 5742 +++++++++++ .../site-packages/setuptools/archive_util.py | 205 + .../site-packages/setuptools/build_meta.py | 281 + venv/Lib/site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes venv/Lib/site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes venv/Lib/site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 8 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 388 bytes .../command/__pycache__/alias.cpython-39.pyc | Bin 0 -> 2382 bytes .../__pycache__/bdist_egg.cpython-39.pyc | Bin 0 -> 13048 bytes .../__pycache__/bdist_rpm.cpython-39.pyc | Bin 0 -> 1595 bytes .../__pycache__/build_clib.cpython-39.pyc | Bin 0 -> 2479 bytes .../__pycache__/build_ext.cpython-39.pyc | Bin 0 -> 9838 bytes .../__pycache__/build_py.cpython-39.pyc | Bin 0 -> 7829 bytes .../__pycache__/develop.cpython-39.pyc | Bin 0 -> 6148 bytes .../__pycache__/dist_info.cpython-39.pyc | Bin 0 -> 1406 bytes .../__pycache__/easy_install.cpython-39.pyc | Bin 0 -> 63599 bytes .../__pycache__/egg_info.cpython-39.pyc | Bin 0 -> 21989 bytes .../__pycache__/install.cpython-39.pyc | Bin 0 -> 4047 bytes .../install_egg_info.cpython-39.pyc | Bin 0 -> 2438 bytes .../__pycache__/install_lib.cpython-39.pyc | Bin 0 -> 4145 bytes .../install_scripts.cpython-39.pyc | Bin 0 -> 2433 bytes .../__pycache__/py36compat.cpython-39.pyc | Bin 0 -> 4600 bytes .../__pycache__/register.cpython-39.pyc | Bin 0 -> 856 bytes .../command/__pycache__/rotate.cpython-39.pyc | Bin 0 -> 2515 bytes .../__pycache__/saveopts.cpython-39.pyc | Bin 0 -> 934 bytes .../command/__pycache__/sdist.cpython-39.pyc | Bin 0 -> 6475 bytes .../command/__pycache__/setopt.cpython-39.pyc | Bin 0 -> 4685 bytes .../command/__pycache__/test.cpython-39.pyc | Bin 0 -> 8040 bytes .../command/__pycache__/upload.cpython-39.pyc | Bin 0 -> 829 bytes .../__pycache__/upload_docs.cpython-39.pyc | Bin 0 -> 6172 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 40 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 328 + .../setuptools/command/build_py.py | 232 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2290 +++++ .../setuptools/command/egg_info.py | 734 ++ .../setuptools/command/install.py | 125 + .../setuptools/command/install_egg_info.py | 62 + .../setuptools/command/install_lib.py | 122 + .../setuptools/command/install_scripts.py | 69 + .../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 | 189 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 252 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + venv/Lib/site-packages/setuptools/config.py | 749 ++ venv/Lib/site-packages/setuptools/dep_util.py | 25 + venv/Lib/site-packages/setuptools/depends.py | 175 + venv/Lib/site-packages/setuptools/dist.py | 1150 +++ venv/Lib/site-packages/setuptools/errors.py | 16 + .../Lib/site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2930 bytes venv/Lib/site-packages/setuptools/glob.py | 167 + venv/Lib/site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes venv/Lib/site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes venv/Lib/site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../Lib/site-packages/setuptools/installer.py | 97 + venv/Lib/site-packages/setuptools/launch.py | 36 + venv/Lib/site-packages/setuptools/monkey.py | 177 + venv/Lib/site-packages/setuptools/msvc.py | 1805 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1119 +++ .../site-packages/setuptools/py34compat.py | 13 + venv/Lib/site-packages/setuptools/sandbox.py | 530 ++ .../setuptools/script (dev).tmpl | 6 + venv/Lib/site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + venv/Lib/site-packages/setuptools/version.py | 6 + venv/Lib/site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + venv/Scripts/Activate.ps1 | 413 + venv/Scripts/activate | 66 + venv/Scripts/activate.bat | 33 + venv/Scripts/deactivate.bat | 21 + venv/Scripts/pip.exe | Bin 0 -> 106389 bytes venv/Scripts/pip3.9.exe | Bin 0 -> 106389 bytes venv/Scripts/pip3.exe | Bin 0 -> 106389 bytes venv/Scripts/python.exe | Bin 0 -> 597904 bytes venv/Scripts/pythonw.exe | Bin 0 -> 597392 bytes venv/pyvenv.cfg | 3 + 1115 files changed, 209979 insertions(+), 54 deletions(-) create mode 100644 __pycache__/chat.cpython-310.pyc create mode 100644 __pycache__/chat.cpython-39.pyc create mode 100644 __pycache__/model.cpython-39.pyc create mode 100644 __pycache__/nltk_utils.cpython-39.pyc create mode 100644 data.pth create mode 100644 venv/Lib/site-packages/_distutils_hack/__init__.py create mode 100644 venv/Lib/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-39.pyc create mode 100644 venv/Lib/site-packages/_distutils_hack/override.py create mode 100644 venv/Lib/site-packages/distutils-precedence.pth create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/INSTALLER create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/LICENSE.txt create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/METADATA create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/RECORD create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/REQUESTED create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/WHEEL create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/entry_points.txt create mode 100644 venv/Lib/site-packages/pip-21.2.4.dist-info/top_level.txt create mode 100644 venv/Lib/site-packages/pip/__init__.py create mode 100644 venv/Lib/site-packages/pip/__main__.py create mode 100644 venv/Lib/site-packages/pip/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/__pycache__/__main__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/build_env.py create mode 100644 venv/Lib/site-packages/pip/_internal/cache.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/main.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/Lib/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/check.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/download.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/help.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/index.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/install.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/list.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/search.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/show.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/Lib/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/Lib/site-packages/pip/_internal/configuration.py create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/Lib/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/Lib/site-packages/pip/_internal/exceptions.py create mode 100644 venv/Lib/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/index/collector.py create mode 100644 venv/Lib/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/Lib/site-packages/pip/_internal/index/sources.py create mode 100644 venv/Lib/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/Lib/site-packages/pip/_internal/locations/base.py create mode 100644 venv/Lib/site-packages/pip/_internal/main.py create mode 100644 venv/Lib/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/index.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/link.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/Lib/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/network/auth.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/cache.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/download.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/session.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/utils.py create mode 100644 venv/Lib/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/check.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/Lib/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/Lib/site-packages/pip/_internal/pyproject.py create mode 100644 venv/Lib/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/Lib/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/Lib/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/Lib/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/Lib/site-packages/pip/_internal/req/req_tracker.py create mode 100644 venv/Lib/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/Lib/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/parallel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/pkg_resources.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/models.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/parallel.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/pkg_resources.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/Lib/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/Lib/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/Lib/site-packages/pip/_vendor/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/appdirs.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/Lib/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/Lib/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/compat.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/Lib/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/Lib/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 venv/Lib/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/Lib/site-packages/pip/_vendor/distro.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/Lib/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/_version.py create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/Lib/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/meta.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/build.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/check.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/colorlog.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/compat.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/dirtools.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/envbuild.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/in_process/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/in_process/_in_process.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/meta.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pep517/wrappers.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/bar.py create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/counter.py create mode 100644 venv/Lib/site-packages/pip/_vendor/progress/spinner.py create mode 100644 venv/Lib/site-packages/pip/_vendor/pyparsing.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/Lib/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/Lib/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/Lib/site-packages/pip/_vendor/six.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/Lib/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/Lib/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/Lib/site-packages/pip/py.typed create mode 100644 venv/Lib/site-packages/pkg_resources/__init__.py create mode 100644 venv/Lib/site-packages/pkg_resources/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/_typing.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 venv/Lib/site-packages/pkg_resources/extern/__init__.py create mode 100644 venv/Lib/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-39.pyc create mode 100644 venv/Lib/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/INSTALLER create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/LICENSE create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/METADATA create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/RECORD create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/REQUESTED create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/WHEEL create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/entry_points.txt create mode 100644 venv/Lib/site-packages/setuptools-58.1.0.dist-info/top_level.txt create mode 100644 venv/Lib/site-packages/setuptools/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/_imp.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/archive_util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/build_meta.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/config.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/dep_util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/depends.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/dist.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/errors.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/extension.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/glob.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/installer.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/launch.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/monkey.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/msvc.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/namespaces.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/package_index.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/py34compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/sandbox.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/unicode_utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/wheel.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/__pycache__/windows_support.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_deprecation_warning.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/config.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/core.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/debug.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/dist.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/errors.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/extension.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/log.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/util.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/archive_util.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/cmd.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/build.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/check.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/clean.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/config.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/install.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/register.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/command/upload.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/config.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/core.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/debug.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/dep_util.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/dir_util.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/dist.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/errors.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/extension.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/file_util.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/filelist.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/log.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/py35compat.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/py38compat.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/spawn.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/text_file.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/util.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/version.py create mode 100644 venv/Lib/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 venv/Lib/site-packages/setuptools/_imp.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_typing.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/_compat.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/_typing.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 venv/Lib/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 venv/Lib/site-packages/setuptools/archive_util.py create mode 100644 venv/Lib/site-packages/setuptools/build_meta.py create mode 100644 venv/Lib/site-packages/setuptools/cli-32.exe create mode 100644 venv/Lib/site-packages/setuptools/cli-64.exe create mode 100644 venv/Lib/site-packages/setuptools/cli.exe create mode 100644 venv/Lib/site-packages/setuptools/command/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/alias.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/build_clib.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/build_ext.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/build_py.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/develop.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/dist_info.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/easy_install.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/egg_info.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/install.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/install_lib.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/install_scripts.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/py36compat.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/register.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/rotate.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/saveopts.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/sdist.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/setopt.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/test.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/upload.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/__pycache__/upload_docs.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/command/alias.py create mode 100644 venv/Lib/site-packages/setuptools/command/bdist_egg.py create mode 100644 venv/Lib/site-packages/setuptools/command/bdist_rpm.py create mode 100644 venv/Lib/site-packages/setuptools/command/build_clib.py create mode 100644 venv/Lib/site-packages/setuptools/command/build_ext.py create mode 100644 venv/Lib/site-packages/setuptools/command/build_py.py create mode 100644 venv/Lib/site-packages/setuptools/command/develop.py create mode 100644 venv/Lib/site-packages/setuptools/command/dist_info.py create mode 100644 venv/Lib/site-packages/setuptools/command/easy_install.py create mode 100644 venv/Lib/site-packages/setuptools/command/egg_info.py create mode 100644 venv/Lib/site-packages/setuptools/command/install.py create mode 100644 venv/Lib/site-packages/setuptools/command/install_egg_info.py create mode 100644 venv/Lib/site-packages/setuptools/command/install_lib.py create mode 100644 venv/Lib/site-packages/setuptools/command/install_scripts.py create mode 100644 venv/Lib/site-packages/setuptools/command/launcher manifest.xml create mode 100644 venv/Lib/site-packages/setuptools/command/py36compat.py create mode 100644 venv/Lib/site-packages/setuptools/command/register.py create mode 100644 venv/Lib/site-packages/setuptools/command/rotate.py create mode 100644 venv/Lib/site-packages/setuptools/command/saveopts.py create mode 100644 venv/Lib/site-packages/setuptools/command/sdist.py create mode 100644 venv/Lib/site-packages/setuptools/command/setopt.py create mode 100644 venv/Lib/site-packages/setuptools/command/test.py create mode 100644 venv/Lib/site-packages/setuptools/command/upload.py create mode 100644 venv/Lib/site-packages/setuptools/command/upload_docs.py create mode 100644 venv/Lib/site-packages/setuptools/config.py create mode 100644 venv/Lib/site-packages/setuptools/dep_util.py create mode 100644 venv/Lib/site-packages/setuptools/depends.py create mode 100644 venv/Lib/site-packages/setuptools/dist.py create mode 100644 venv/Lib/site-packages/setuptools/errors.py create mode 100644 venv/Lib/site-packages/setuptools/extension.py create mode 100644 venv/Lib/site-packages/setuptools/extern/__init__.py create mode 100644 venv/Lib/site-packages/setuptools/extern/__pycache__/__init__.cpython-39.pyc create mode 100644 venv/Lib/site-packages/setuptools/glob.py create mode 100644 venv/Lib/site-packages/setuptools/gui-32.exe create mode 100644 venv/Lib/site-packages/setuptools/gui-64.exe create mode 100644 venv/Lib/site-packages/setuptools/gui.exe create mode 100644 venv/Lib/site-packages/setuptools/installer.py create mode 100644 venv/Lib/site-packages/setuptools/launch.py create mode 100644 venv/Lib/site-packages/setuptools/monkey.py create mode 100644 venv/Lib/site-packages/setuptools/msvc.py create mode 100644 venv/Lib/site-packages/setuptools/namespaces.py create mode 100644 venv/Lib/site-packages/setuptools/package_index.py create mode 100644 venv/Lib/site-packages/setuptools/py34compat.py create mode 100644 venv/Lib/site-packages/setuptools/sandbox.py create mode 100644 venv/Lib/site-packages/setuptools/script (dev).tmpl create mode 100644 venv/Lib/site-packages/setuptools/script.tmpl create mode 100644 venv/Lib/site-packages/setuptools/unicode_utils.py create mode 100644 venv/Lib/site-packages/setuptools/version.py create mode 100644 venv/Lib/site-packages/setuptools/wheel.py create mode 100644 venv/Lib/site-packages/setuptools/windows_support.py create mode 100644 venv/Scripts/Activate.ps1 create mode 100644 venv/Scripts/activate create mode 100644 venv/Scripts/activate.bat create mode 100644 venv/Scripts/deactivate.bat create mode 100644 venv/Scripts/pip.exe create mode 100644 venv/Scripts/pip3.9.exe create mode 100644 venv/Scripts/pip3.exe create mode 100644 venv/Scripts/python.exe create mode 100644 venv/Scripts/pythonw.exe create mode 100644 venv/pyvenv.cfg diff --git a/__pycache__/chat.cpython-310.pyc b/__pycache__/chat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13f8299c7eff1f976f5f71559bf9c91a9bf6be01 GIT binary patch literal 1488 zcmYjRPiq@T6rY(Lt#+lACCjlBHBKzI2Ump(dQD3jNEouT>u`Osx zzeB`2Vhyp4SV!DI3=r=iHV`)v*ATaW!#cEKW9}^Of`=6xa2EGqYl$o1th2N$G{r}< zCD(r>;y!H4_Bm6(!UMT6#~7c$L%BJpVh48Q7J7b?^oYQH*g;zt9zfSdUHo9Jy}R!$ zi-$dG{6iS4C^-b(VKA%sYH?PKby(Vr`Y4tXvKu8I>syZ>CCSYKTt}y+si(PwBrJ8LK{!WII>cVy z4%>h1Jb8+5`3DM3rescMRMRQdY|dtE$`+2KQ+CEB>yRZ{bY~cftQ^Hf zIe5N*F!)a8XE4;|;OQvR$GIL1ukmvUMUr2oxa!K($Grrnpu_hxJ;aKo6&|h8Hf>Rl zwQ0cCSc?X$r%l;^+)*E6i1ETOjp8f}C%Xrr_sXtaWw-mOzAB)*cQKCjURUQ`coXa1 z_mj%YeEg_uxV86oRmWD~_S~xtoT@D=7z$C#5`7+yb)1yfU0L;K)B5e%6+v8v(Pb1T z(Q$&eDK8)szAY5m%VT(wM{>ow;Lr9CzBSyMRn_L(Kb-Qdu$^ADO9ggz2Zd?~`S?n*zxlua1FQ{&2mk;8 literal 0 HcmV?d00001 diff --git a/__pycache__/chat.cpython-39.pyc b/__pycache__/chat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..424fa45fce66b11bb423224a165191dcc2b4863d GIT binary patch literal 1682 zcmZuxPj4GV6rY)0+iS;395-p2P|BttrIx_ZazRzqBDDntRRPgM=_qJ5@w~(v@4w8< zrj2Ev!m)^QMo9LN8y|pAGFLdz3m>53z#BV_dSF)je)Im!o1OQ5vtn_vL2&$g^B?h7 zm5@K3^7aT&`5a$;ixMJp|j^HN?GSE z%(nzBj9q~h+1Mbwjkth#39*T|inxflhPZ@y8F3kL9eilRC0IT4CRd=289eYN8?Zj5 zl;CW0>UL=HcjSs}|3LUvcvoH;u$NSI;hJ1Mb5ZZfwKK{?2<7FOXY(aJ?!r|F(YgiK zV9Q0J&6o5s>8!tU)!gk+Ti=CJiDVZ{huP-7IE?ax=vl6$wt>k9ki|n7{`~N{NQ(q? zm>+~iUkQ!V)4U9OA`68cghIjXJNxSH&2IRlFH9(N40sTK8Q=fQgE+Vl*4A68MN!}kunYZIO32QYyfhb{x=51qGy6syYP*o;5|T(8VSszPaj%CoyBLm| z6@2gGtN%b@$cUWLF*S5V4Lf6FHewS`(h)oICEFlVw3y1II$~2gshMC(QLm2}uJKIe zs4>D=>HWy|*w`Oe%)+QLX->%o8CTJ}_{KY~jcP92g*O-lE>8LbU;S>DWMzXqAm3jf z*GJV+T~;^9fT4)KdX|QKVg)BE=nMqJsxJ){NsPMQ1b=nPI z)3DQ4K4w*(6Rw85hWYxU09!c+ldE2zHx5*uMp>B_rS zy*Yj)p-A%66nCAOx_GGOA(-e*Ew?bEzKVj-fHr8Gwpc*htjU&Wi#BJ^DpMbz-v&{X zia3j+;npKC+d6c6Y=t+>X#wH(aT%L!cUjiHH-ipMdrA0y18A*&=t>te@mU&Kkh| zFLoY1w7xT|np^Mw)vE4|(2Hn8Nz5l(WvfCEjyMlOw`Luxrzj#<1 Qn-DOc1#5_&YYEQjf4AJm0RR91 literal 0 HcmV?d00001 diff --git a/__pycache__/model.cpython-39.pyc b/__pycache__/model.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aae6cd9fd8bbdfa5e4f9209a9a1a709b2558d999 GIT binary patch literal 892 zcmZuv&5qMB5FXn}o0cuo0unF4B}h~PBn}86Bv$NY>49o5Q6($Ht{QNYVmn$|h0|8r z7vKTfV_(TvF7OJR@T4hQAtsuiZ#)@~KRX=^`ryTW|CxTK06!2MOW?s9uja8g0t8Wz z>^+&&gc3LhK?PfbV3K}f*DMJH8ABZW^7Syv&>jnGfqCQu2?-I9&>NT%K?Ge#2@^~N zYe<3{2p|c4r_l9AveKyTbg&?Sg@pqYr3IZAYj=hs7Xz?v<4nFh_jcP6$dUbQcYbyFBX;MCSOT+XO;^gixw2soM$REMw%UQJ-!E=@8I`&_HuG*q&AbY zR4>)!th_2znF=$>W~u#H+9yITRJokX!u~HcFNIXY#ZrfU@D38wTrauXeye+bxf~u& zmEj=|f@Gq;^=e*tQ^N*ovL)X~a zt7Bzl^?h7u%mYk!r=`A1wZIyKe*)-m+cQP4_EWtkM@`uu&J)tb literal 0 HcmV?d00001 diff --git a/__pycache__/nltk_utils.cpython-39.pyc b/__pycache__/nltk_utils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f33d28734c5ac6c9d9696535d724915bb0507a0 GIT binary patch literal 1558 zcmZuxL2uhO6ecOjR@@}WiXJxfFe1Q!xk$ZsyA_!+U^#TaFboKG(Ht1GNZV>8Q6cF% z4(wBU-Jw8#KzrPe*dNhlhh5h5ZaeKgs>+;f1Ss-RkMBKx-+NE&?ez!@_vTOWdq~J1 zC~OY~!Z$GO5I&Mfnv;b3l_d;TmIpknI1F3mnd4TKPL-+R zS?M$v#)uWyQ@+$j+Ao|wSEcpZf_s6dqU00Bh1cNP@M=+}ZXsNzOPygkah&t z-9)>`QdPNL6%hFU9if}?!ezM~RI55}UB!q5@<1Zfh3|jh0^S<9_F>b&^_IPBA^WX? z457}-8ULD3vr=+5SKMgr_*9z$VZ#G_q1RTIqNs9ZpLxk63KxGq)Mh41c>UoKzuDU@ z0UR8j-M(YN@#o7v`r%8Us^O z?ox9&&%9oH;X9O250=Tw--4LRbCgr9^AGnYdImKJ>A)eXBdo`#&C*D>gjNGo8$NF( zFY^U4*AiZS|>V5{i)xo|t=}dWZPBcbo%qsV=JFXYl(k znB)o>80+cSXYk-S*Qvb9~)tB{- zf~KI1aH`))?zgom$1V1C{{-45>|1YmbD?A|_mKo4k4 zd(3=-VeQlrIImXbBajSs$K(K;#Q+OpQ2AbJ5KM!;!Z!&Im%qK`6uXqc0;uETLd!+2 ThWKpnHKsA!rJW#-<9q)A>-UOO literal 0 HcmV?d00001 diff --git a/app.py b/app.py index e69de29bb..82930fdc5 100644 --- a/app.py +++ b/app.py @@ -0,0 +1,29 @@ +from flask import Flask, render_template, request, jsonify +# from flask_cors import CORS +from chat import get_response +# from flask_limiter import Limiter +# from flask_limiter.util import get_remote_address + + +app = Flask(__name__) +# CORS(app) + +# Comment the next three lines if you are using CORS(app) for standalone frontend and uncomment all other commented lines +@app.get("/") +def index_get(): + return render_template("base.html") + +@app.post("/predict") +def predict(): + text = request.get_json().get("message") + if len(text) > 100: + text = "hello" + response = get_response(text) + message = {"answer": response} + return jsonify(message) + + +if __name__ == "__main__": + app.run(debug = True) + # from waitress import serve + # serve(app, host="0.0.0.0", port=8080) \ No newline at end of file diff --git a/chat.py b/chat.py index 1abbbee6f..27bbba19c 100644 --- a/chat.py +++ b/chat.py @@ -6,6 +6,9 @@ from model import NeuralNet from nltk_utils import bag_of_words, tokenize +# Prompt three most commonly asked FAQs +samples = "Examples of phrases you can ask are:
1. What does DiGiCOR do?

2. What does DiGiCOR sell?

3. I want to speak to a live agent.
" + device = torch.device('cuda' if torch.cuda.is_available() else 'cpu') with open('intents.json', 'r') as json_data: @@ -25,7 +28,7 @@ model.load_state_dict(model_state) model.eval() -bot_name = "Sam" +bot_name = "Nic" def get_response(msg): sentence = tokenize(msg) @@ -45,7 +48,7 @@ def get_response(msg): if tag == intent["tag"]: return random.choice(intent['responses']) - return "I do not understand..." + return f"I'm sorry, but I cannot understand your query. {samples} " if __name__ == "__main__": diff --git a/data.pth b/data.pth new file mode 100644 index 0000000000000000000000000000000000000000..6d1ca2d0fec6b8d7a3f043f6da61b8048c360560 GIT binary patch literal 5847 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 Our focus is in providing server, data storage, workstation, networking, edge computing, and IoT solutions. From designing IT infrastructure to deployment of the solution, we cover the whole journey for our customers.
See our range of features and partners in our about us.
About Us " + + ] + }, + { + "tag": "digicor_applicator", + "patterns": ["What does DiGiCOR sell?", "does DiGiCOR have server", "What hardware does DiGiCOR have", "Do you have", "Does DiGiCOR have stock"], + "responses": [ + "DiGiCOR offers a range of solutions for organisations of all sizes, from local and affordable services to cloud computing solutions, DiGiCOR can provide you with solutions to your IT challenges
Visit DiGiCOR Applicator to view differerent configerations
DiGiCOR Applicator " + ] }, { "tag": "goodbye", - "patterns": ["Bye", "See you later", "Goodbye"], + "patterns": ["Bye", "See you later", "Goodbye", "thanks for you help", "thats all for today"], "responses": [ "See you later, thanks for visiting", "Have a nice day", @@ -28,7 +63,7 @@ }, { "tag": "thanks", - "patterns": ["Thanks", "Thank you", "That's helpful", "Thank's a lot!"], + "patterns": ["Thanks", "Thank you", "That's helpful", "Thank's a lot!", "thank you for your assistance"], "responses": ["Happy to help!", "Any time!", "My pleasure"] }, { @@ -36,24 +71,29 @@ "patterns": [ "Which items do you have?", "What kinds of items are there?", + "What does?", + "What do you offer?", + "What can you ?", "What do you sell?" ], "responses": [ - "We sell coffee and tea", - "We have coffee and tea" + "We provide a wide range of industry-leading ICT infrastructure and software solutions, to help meet the demands of different industries and enterprises", + "We provide various tech-consulting services and ICT infrastructure to businesses in need of tech support " ] }, { - "tag": "payments", + "tag": "contact", "patterns": [ - "Do you take credit cards?", - "Do you accept Mastercard?", - "Can I pay with Paypal?", - "Are you cash only?" + "How can I contact you", + "how do I contact DiGiCOR", + "Do you have email", + "What is DiGiCOR email", + "what is DiGiCOR contact details", + "how do I contact the melbourne store", + "how can I call the NSW branch" ], "responses": [ - "We accept VISA, Mastercard and Paypal", - "We accept most major credit cards, and Paypal" + "You can contact our sales team at
1-300-192-308
our support at
788-886
Individual branches contact details can be found at Contact Us .
Alternatively, you can connect with an agent through this chat." ] }, { @@ -76,8 +116,9 @@ "Do you know a joke?" ], "responses": [ - "Why did the hipster burn his mouth? He drank the coffee before it was cool.", - "What did the buffalo say when his son left for college? Bison." + "Why did the hipster burn his mouth?
He drank the coffee before it was cool.", + "What did the buffalo say when his son left for college?
Bison.", + " Google " ] } ] diff --git a/standalone-frontend/app.js b/standalone-frontend/app.js index 6bdf287d1..4347c7a4e 100644 --- a/standalone-frontend/app.js +++ b/standalone-frontend/app.js @@ -45,7 +45,7 @@ class Chatbox { let msg1 = { name: "User", message: text1 } this.messages.push(msg1); - + // consider changing local host here if required. /predict needs to be there. fetch('http://127.0.0.1:5000/predict', { method: 'POST', body: JSON.stringify({ message: text1 }), @@ -56,7 +56,7 @@ class Chatbox { }) .then(r => r.json()) .then(r => { - let msg2 = { name: "Sam", message: r.answer }; + let msg2 = { name: "Nic", message: r.answer }; this.messages.push(msg2); this.updateChatText(chatbox) textField.value = '' @@ -71,7 +71,7 @@ class Chatbox { updateChatText(chatbox) { var html = ''; this.messages.slice().reverse().forEach(function(item, index) { - if (item.name === "Sam") + if (item.name === "Nic") { html += '
' + item.message + '
' } diff --git a/standalone-frontend/base.html b/standalone-frontend/base.html index c2c3b5c39..475f57ad4 100644 --- a/standalone-frontend/base.html +++ b/standalone-frontend/base.html @@ -12,11 +12,11 @@
- image + image

Chat support

-

Hi. My name is Sam. How can I help you?

+

Hi. My name is Nic. How may I assist you?

diff --git a/standalone-frontend/images/chatbox-icon.svg b/standalone-frontend/images/chatbox-icon.svg index 15617acc8..848efeb00 100644 --- a/standalone-frontend/images/chatbox-icon.svg +++ b/standalone-frontend/images/chatbox-icon.svg @@ -1,3 +1,26 @@ - - + + + diff --git a/standalone-frontend/style.css b/standalone-frontend/style.css index a6dcf2585..6383c2ff3 100644 --- a/standalone-frontend/style.css +++ b/standalone-frontend/style.css @@ -8,15 +8,15 @@ body { font-family: 'Nunito', sans-serif; font-weight: 400; font-size: 100%; - background: #F1F1F1; + background: #2477C5; } *, html { - --primaryGradient: linear-gradient(93.12deg, #581B98 0.52%, #9C1DE7 100%); - --secondaryGradient: linear-gradient(268.91deg, #581B98 -2.14%, #9C1DE7 99.69%); + --primaryGradient: linear-gradient(93.12deg, #1d4791 0.52%, #008aff 100%); + --secondaryGradient: linear-gradient(268.91deg, #1d4791 -2.14%, #008aff 99.69%); --primaryBoxShadow: 0px 10px 15px rgba(0, 0, 0, 0.1); --secondaryBoxShadow: 0px -10px 15px rgba(0, 0, 0, 0.1); - --primary: #581B98; + --primary: #1b2398; } /* CHATBOX @@ -31,7 +31,7 @@ body { .chatbox__support { display: flex; flex-direction: column; - background: #eee; + background: #369df8; width: 300px; height: 350px; z-index: -123456; @@ -97,7 +97,7 @@ body { } .chatbox__support { - background: #f9f9f9; + background: #008aff; height: 450px; width: 350px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); @@ -124,12 +124,12 @@ body { .chatbox__heading--header { font-size: 1.2rem; - color: white; + color: #008aff; } .chatbox__description--header { font-size: .9rem; - color: white; + color: #008aff } /* Messages */ @@ -139,7 +139,7 @@ body { .messages__item { margin-top: 10px; - background: #E0E0E0; + background: #1e5ecc; padding: 8px 12px; max-width: 70%; } @@ -156,7 +156,7 @@ body { border-top-right-radius: 20px; border-bottom-left-radius: 20px; background: var(--primary); - color: white; + color: #008aff; } /* FOOTER */ @@ -182,14 +182,14 @@ body { } .chatbox__send--footer { - color: white; + color: #008aff; } .chatbox__button button, .chatbox__button button:focus, .chatbox__button button:visited { padding: 10px; - background: white; + background: #008aff; border: none; outline: none; border-top-left-radius: 50px; diff --git a/static/app.js b/static/app.js index e69de29bb..ad26006e3 100644 --- a/static/app.js +++ b/static/app.js @@ -0,0 +1,91 @@ +class Chatbox { + constructor() { + this.args = { + openButton: document.querySelector('.chatbox__button'), + chatBox: document.querySelector('.chatbox__support'), + sendButton: document.querySelector('.send__button') + } + + this.state = false; + this.messages = []; + } + + display() { + const {openButton, chatBox, sendButton} = this.args; + + openButton.addEventListener('click', () => this.toggleState(chatBox)) + + sendButton.addEventListener('click', () => this.onSendButton(chatBox)) + + const node = chatBox.querySelector('input'); + node.addEventListener("keyup", ({key}) => { + if (key === "Enter") { + this.onSendButton(chatBox) + } + }) + } + + toggleState(chatbox) { + this.state = !this.state; + + // show or hides the box + if(this.state) { + chatbox.classList.add('chatbox--active') + } else { + chatbox.classList.remove('chatbox--active') + } + } + + onSendButton(chatbox) { + var textField = chatbox.querySelector('input'); + let text1 = textField.value + if (text1 === "") { + return; + } + + let msg1 = { name: "User", message: text1 } + this.messages.push(msg1); + + fetch($SCRIPT_ROOT + '/predict', { + method: 'POST', + body: JSON.stringify({ message: text1 }), + mode: 'cors', + headers: { + 'Content-Type': 'application/json' + }, + }) + .then(r => r.json()) + .then(r => { + let msg2 = { name: "Nic", message: r.answer }; + this.messages.push(msg2); + this.updateChatText(chatbox) + textField.value = '' + + }).catch((error) => { + console.error('Error:', error); + this.updateChatText(chatbox) + textField.value = '' + }); + } + + updateChatText(chatbox) { + var html = ''; + this.messages.slice().reverse().forEach(function(item, index) { + if (item.name === "Nic") + { + html += '
' + item.message + '
' + } + else + { + html += '
' + item.message + '
' + } + }); + + const chatmessage = chatbox.querySelector('.chatbox__messages'); + chatmessage.innerHTML = html; + } +} + + +const chatbox = new Chatbox(); +chatbox.display(); \ No newline at end of file diff --git a/static/images/chatbox-icon.svg b/static/images/chatbox-icon.svg index 15617acc8..848efeb00 100644 --- a/static/images/chatbox-icon.svg +++ b/static/images/chatbox-icon.svg @@ -1,3 +1,26 @@ - - + + + diff --git a/static/style.css b/static/style.css index a6dcf2585..6383c2ff3 100644 --- a/static/style.css +++ b/static/style.css @@ -8,15 +8,15 @@ body { font-family: 'Nunito', sans-serif; font-weight: 400; font-size: 100%; - background: #F1F1F1; + background: #2477C5; } *, html { - --primaryGradient: linear-gradient(93.12deg, #581B98 0.52%, #9C1DE7 100%); - --secondaryGradient: linear-gradient(268.91deg, #581B98 -2.14%, #9C1DE7 99.69%); + --primaryGradient: linear-gradient(93.12deg, #1d4791 0.52%, #008aff 100%); + --secondaryGradient: linear-gradient(268.91deg, #1d4791 -2.14%, #008aff 99.69%); --primaryBoxShadow: 0px 10px 15px rgba(0, 0, 0, 0.1); --secondaryBoxShadow: 0px -10px 15px rgba(0, 0, 0, 0.1); - --primary: #581B98; + --primary: #1b2398; } /* CHATBOX @@ -31,7 +31,7 @@ body { .chatbox__support { display: flex; flex-direction: column; - background: #eee; + background: #369df8; width: 300px; height: 350px; z-index: -123456; @@ -97,7 +97,7 @@ body { } .chatbox__support { - background: #f9f9f9; + background: #008aff; height: 450px; width: 350px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); @@ -124,12 +124,12 @@ body { .chatbox__heading--header { font-size: 1.2rem; - color: white; + color: #008aff; } .chatbox__description--header { font-size: .9rem; - color: white; + color: #008aff } /* Messages */ @@ -139,7 +139,7 @@ body { .messages__item { margin-top: 10px; - background: #E0E0E0; + background: #1e5ecc; padding: 8px 12px; max-width: 70%; } @@ -156,7 +156,7 @@ body { border-top-right-radius: 20px; border-bottom-left-radius: 20px; background: var(--primary); - color: white; + color: #008aff; } /* FOOTER */ @@ -182,14 +182,14 @@ body { } .chatbox__send--footer { - color: white; + color: #008aff; } .chatbox__button button, .chatbox__button button:focus, .chatbox__button button:visited { padding: 10px; - background: white; + background: #008aff; border: none; outline: none; border-top-left-radius: 50px; diff --git a/templates/base.html b/templates/base.html index 80834196b..ee985c924 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,11 +12,11 @@
- image + image

Chat support

-

Hi. My name is Sam. How can I help you?

+

Hi. My name is Nic. How may I assist you?

diff --git a/train.py b/train.py index 3555f040a..b10ebf3e0 100644 --- a/train.py +++ b/train.py @@ -9,6 +9,7 @@ from nltk_utils import bag_of_words, tokenize, stem from model import NeuralNet +# Make sure you run this file as many times as it takes to get a low value for loss ~0.0002, so that gibberish words will not be misinterpreted with open('intents.json', 'r') as f: intents = json.load(f) diff --git a/venv/Lib/site-packages/_distutils_hack/__init__.py b/venv/Lib/site-packages/_distutils_hack/__init__.py new file mode 100644 index 000000000..5f40996a6 --- /dev/null +++ b/venv/Lib/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,128 @@ +import sys +import os +import re +import importlib +import warnings + + +is_pypy = '__pypy__' in sys.builtin_module_names + + +warnings.filterwarnings('ignore', + r'.+ distutils\b.+ deprecated', + DeprecationWarning) + + +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 + 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 + warnings.warn("Setuptools is replacing distutils.") + mods = [name for name in sys.modules if re.match(r'distutils\b', name)] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'stdlib') + return which == 'local' + + +def ensure_local_distutils(): + clear_distutils() + distutils = importlib.import_module('setuptools._distutils') + distutils.__name__ = 'distutils' + sys.modules['distutils'] = distutils + + # sanity check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + + +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 DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + if path is not None: + return + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + import importlib.abc + import importlib.util + + class DistutilsLoader(importlib.abc.Loader): + + def create_module(self, spec): + return importlib.import_module('setuptools._distutils') + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader('distutils', DistutilsLoader()) + + 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 + + @staticmethod + def pip_imported_during_build(): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + return any( + frame.f_globals['__file__'].endswith('setup.py') + for frame, line in traceback.walk_stack(None) + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_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/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee3ed05d7c06a5306b26761be9702bf8d78a4020 GIT binary patch literal 5116 zcmbtYO>^7E8Qujz3Zg!&$aW@an<;81X*jhh+evCCqbeVkle%^2G_vCTek_B9 zg$l#<_rLu+=qxh!FKSF)B{beg(SJcDnBWm>yjT#6xG#Ln#3`}#h>4{`tFb5- z4_V`sctI@V-I6#h&fxxn;2W%Z_9;-Ydc*bo-d=Cd_p@@i6(>p#eq8&7CqkX}(=gJT zO=`)WlC2<>qD3D~UN#!nQFINJ;3?bYJ6tUaw!uP#N z9jc&-;Z4~IcEUtyFHxRU3QzbV@q(Qs#Ndw9m{RM$1hBlXuL)MMFrFaHG}^o1$yoQX zm$Vb4o-Q_o&jCuOK@?%XfJeYn6^JkmlQ@VVk3H`VS=*|4agusL>`A;b;D(=7v2-j} z0I(Z8klyz#5=5Bkq-YDIwQ4!DA)0JvD4T31)P^nD{Ek!_X#6m4Cz-n&s2H2nnL|%c zn3{(cP4!K<{_f_@IF%~aov^1j@7=t$`Kd~_Ap*U59XoF(>1HdxUj)&jWUnjZbaO|> zJDaz{=B5r)d9fF?9t2xbZ~6r~zk|LN9|*$K_iMeq>_u99VgN|1G1U^VXc#DCyuuy6 zXgjE_?-X@S@!3L0!RIwJj`R63xNO)9vwXye>+9^0AFzG4&c2vGFznywzhVzB7=D-P zil!T!8OD7AUXABCM@O zNefoAhKJGUs-p;;B12W=0o5F;s?~7760Mf0r%->s)~RFDdKjZ=Os)bt|V+E}AGBNq$C)LQVS zS!Fz+I%5=(&E_7Lw!V-*`nea#5HW~QzCY#x^|iwYeO1e>kU2E(ae=&;J3QZra=hea z?0HCsGE5Z3u5d-HoRSmT5X%%D4w+g`xsjGdwTW!j;GagRHzvF*xlpsJ*GhVO)69TL z!c(;2%i(SlI5sa=d97lm*^tufq-jsTyRxzsrk#EhGV87&Xa*}|5wGMvf90*qSI?VA zj3J_3eDj?vSKhhy)}_m4GQ=*#9r*lil7>40(KKgZy=og~7_VgZJ|R3~PR45IMB)=f z6$-fuS!gmvHdBVs)N6P;Aut=A@1y7|s3fDr14&0kSi*k9k#;zugp|M$Wif+$NtT5x zW*@<;HD-)3=d#o5qd@$LOoNX?#6neX89HN1x(EX$JJ(V4Td4Mt*7UiWCn^fQ&Dtyk zX%E>y_@DWKlY-9sNOXXJ9oh$_{nBBc4Gd1}o^1J$k^hHwKZ=ND2Pbw!6fmBVAkYd= zc>TDn#sYI!qoCUq!CD=o)frTSm1k_I*2cbkT7J^yc~{t9v2APHh6XsEC^LgIIb=uVQ4zUF z%qL_|Gt;F#R3kQ-IWg-a7ko025qv6Pmh#}eXMr!2EJnl{%e)wWD+$1}7Wu}}HS&|E z(P5Tbr8s1o{)yRX-mg8$mATPWCuQ=H!>KjQm|=0`PDDU%(Ud)~hA;Gt7-> zFkA_Tf_dM6*bj^;!r{M7aIcOqE3)+oxt=P(9hps?<$RLNFs1(r{1?A@R-3SK^`vfmLF7ZrnPxza~gUvw@DaPq{iJl#@ZFRgi>$+ma?%A0S$JyxA@qxC5c*+4>GT2ncP3c3A{ zHmw7GU?GJ=M0=UCe7LpGk8-@s9)j?8|x?Qca%6WMv@%2?=KBw@3wTQZhk_S9NJ2ndQ}mA@Oj|19BtuPP@rKbj74au&zbmTcl+ z1{;p|vdV4{J@9dqZ9Ra-DZCxixcU%%A>lB#2}Qe>`|aT355iLA^{Q)Jm!hbr-l2-} z9YZyB9Z%UjK%`-77=dZk2_$3wzm6BbMltcl-?P}dWb!8ygy8!rjZ>eX%F0T1Da*V~ zjmqai)R#BtpN?muo683qfcyAh=w&S=FY{bcrdD0f=Y9##>J(KbAXB1~ogouS!*~>N zDCg6P_K_{(M1lVeivJdt*N1;YA!)vs|KX5l%XDzeljm3I={2fIVFteul!5U~^zLdN lRM$vTn!X1G^PgR@%iQADw@%4ja%WxFopa|GFP3fB`7dC&3(5ch literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-39.pyc b/venv/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..363fb44f1ba6a7a3bd3d300170aeeb678d699a0e GIT binary patch literal 247 zcmYe~<>g`kf@xD#UG!N zSzJb>KIL0|6u_P(KBqkX`>!zd@=3.6 +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 mailing list`_ +* `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 +.. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/ +.. _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/site-packages/pip-21.2.4.dist-info/RECORD b/venv/Lib/site-packages/pip-21.2.4.dist-info/RECORD new file mode 100644 index 000000000..33912dbed --- /dev/null +++ b/venv/Lib/site-packages/pip-21.2.4.dist-info/RECORD @@ -0,0 +1,795 @@ +../../Scripts/pip.exe,sha256=poDgcA8I-iax5uhVFgn2oS187tnGvqdj0WX_kr5sw8U,106389 +../../Scripts/pip3.9.exe,sha256=poDgcA8I-iax5uhVFgn2oS187tnGvqdj0WX_kr5sw8U,106389 +../../Scripts/pip3.exe,sha256=poDgcA8I-iax5uhVFgn2oS187tnGvqdj0WX_kr5sw8U,106389 +pip-21.2.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-21.2.4.dist-info/LICENSE.txt,sha256=I6c2HCsVgQKLxiO52ivSSZeryqR4Gs5q1ESjeUT42uE,1090 +pip-21.2.4.dist-info/METADATA,sha256=PGCimuD-VsKv664Ne_9navMt6I9Ym_rm5p_u6Ykgfd4,4165 +pip-21.2.4.dist-info/RECORD,, +pip-21.2.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-21.2.4.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92 +pip-21.2.4.dist-info/entry_points.txt,sha256=5ExSa1s54zSPNA_1epJn5SX06786S8k5YHwskMvVYzw,125 +pip-21.2.4.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=EkjFYKiNdO5r1TZT1K-GxPs3Bl2IdRXw75e7IVsKrmc,357 +pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198 +pip/__pycache__/__init__.cpython-39.pyc,, +pip/__pycache__/__main__.cpython-39.pyc,, +pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +pip/_internal/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/__pycache__/build_env.cpython-39.pyc,, +pip/_internal/__pycache__/cache.cpython-39.pyc,, +pip/_internal/__pycache__/configuration.cpython-39.pyc,, +pip/_internal/__pycache__/exceptions.cpython-39.pyc,, +pip/_internal/__pycache__/main.cpython-39.pyc,, +pip/_internal/__pycache__/pyproject.cpython-39.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-39.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-39.pyc,, +pip/_internal/build_env.py,sha256=uqtt1F0185ctzme5UX43I6bFHVeORY7q-dyhpkk5NDE,10121 +pip/_internal/cache.py,sha256=6VONtoReGZbBd7sqY1n6hwkdWC4iz3tmXwXwZjpjZKw,9958 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-39.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-39.pyc,, +pip/_internal/cli/__pycache__/main.cpython-39.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-39.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-39.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-39.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-39.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-39.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc,, +pip/_internal/cli/autocompletion.py,sha256=NK5yqe49SgExZOCFVEUT5Bf0QV2CuITGK27WSo2MWg8,6399 +pip/_internal/cli/base_command.py,sha256=Dq5oXBXYd24GaHs1vPt6CfYgCl22V_4tLEJqfQyBrdE,7596 +pip/_internal/cli/cmdoptions.py,sha256=xOqvgDNfpkMXVjy0mH3hI0HyczVD6wMuP8K44qsvbew,28283 +pip/_internal/cli/command_context.py,sha256=a1pBBvvGLDiZ1Kw64_4tT6HmRTwYDoYy8JFgG5Czn7s,760 +pip/_internal/cli/main.py,sha256=ioJ8IVlb2K1qLOxR-tXkee9lURhYV89CDM71MKag7YY,2472 +pip/_internal/cli/main_parser.py,sha256=Q9TnytfuC5Z2JSjBFWVGtEdYLFy7rukNIb04movHdAo,2614 +pip/_internal/cli/parser.py,sha256=CDXTuFr2UD8ozOlZYf1KDziQdo9-X_IaYOiUcyJQwrA,10788 +pip/_internal/cli/progress_bars.py,sha256=ha8wowclY8_PaoM0cz4G6qK37zjnzuxQ-ydOtzx4EMI,8300 +pip/_internal/cli/req_command.py,sha256=ZlxKFS9LtEbE1IRB6JyeUeYMe7lvKxVIzpdvag-BHok,16548 +pip/_internal/cli/spinners.py,sha256=TFhjxtOnLeNJ5YmRvQm4eKPgPbJNkZiqO8jOXuxRaYU,5076 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=3f1ZVidEDfgmzAH7aypZLKOZUvUy7qxv4X1CiIZEN30,3776 +pip/_internal/commands/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-39.pyc,, +pip/_internal/commands/__pycache__/check.cpython-39.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-39.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-39.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-39.pyc,, +pip/_internal/commands/__pycache__/download.cpython-39.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-39.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-39.pyc,, +pip/_internal/commands/__pycache__/help.cpython-39.pyc,, +pip/_internal/commands/__pycache__/index.cpython-39.pyc,, +pip/_internal/commands/__pycache__/install.cpython-39.pyc,, +pip/_internal/commands/__pycache__/list.cpython-39.pyc,, +pip/_internal/commands/__pycache__/search.cpython-39.pyc,, +pip/_internal/commands/__pycache__/show.cpython-39.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-39.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/commands/cache.py,sha256=O1grQjTg6IRFs_8DxMH00583tmCR0ujqTMv_gZ0h0uU,7237 +pip/_internal/commands/check.py,sha256=gPC6GTp7S9aK73IeZAW7Z6yxlMnWdMyDTq9er9nXpIY,1570 +pip/_internal/commands/completion.py,sha256=4Uh_cg04qDmtmgLji-J4VJKZ8BaIBZy2_uTWLi8tiVk,2914 +pip/_internal/commands/configuration.py,sha256=TK9VTXNJ5haVH0Dc_ylhqo6A9Q_GcNoNsAOMJff4MYY,8962 +pip/_internal/commands/debug.py,sha256=f943fbrAUufQ7flAR2zHfI0oi_uqhJEEW7Fj_EiwB1Y,6647 +pip/_internal/commands/download.py,sha256=VGyQ6TDLiqJqJXfJwr_D6ZuHnYfhmzZPQk1mRSQp3tQ,4949 +pip/_internal/commands/freeze.py,sha256=x0-ia-MFrVvfYqe5p6yAWqzaK5AIi3SqqcXBJNvxXkg,2785 +pip/_internal/commands/hash.py,sha256=Y5FQ_WgbuEFnJxyLZdNYP928BGWNyNm9ljIUr90R6tI,1664 +pip/_internal/commands/help.py,sha256=F_IJkERv9gGfGC6YpBNYm_qs8xmBphUCfOuguNRSqLs,1132 +pip/_internal/commands/index.py,sha256=xA5LSVy1kv-IAvsjIX6Wnk5ZHA0Y_m6AP9T5ZoUGs9o,4781 +pip/_internal/commands/install.py,sha256=FV-qBbQ56TUEmLDtuWTMeNpD4aQtOpjBEi7ePqlEtSM,27493 +pip/_internal/commands/list.py,sha256=fpG6_KYqtAEBV8uSlt_lfF7o1GTuS4UdobsZjVqZspQ,11753 +pip/_internal/commands/search.py,sha256=P8GY077JmUwy7FiOgYJ1CPDsBPgmo7it-b14luquJN4,5543 +pip/_internal/commands/show.py,sha256=2TxWaJ2saCDSVUVBoRYueijLiueid2DNOhZuM-jhGf0,7974 +pip/_internal/commands/uninstall.py,sha256=0VQQMfPBTGSlWJn1RRgvYtJhSj7tQFYc3H1kOjrstRE,3480 +pip/_internal/commands/wheel.py,sha256=UiH15NXfrJ9piFNg3oHm4n2Jyk9Ojv5q0MvrWbHB3Ac,6189 +pip/_internal/configuration.py,sha256=QBLfhv-sbP-oR08NFxSYnv_mLB-SgtNOsWXAF9tDEcM,13725 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/distributions/base.py,sha256=GynlnVE3QLvNu4JvnxPO6D8IQSs_GAlFUabA6U-G-eU,1206 +pip/_internal/distributions/installed.py,sha256=gT20WSniecOvKGMA-nCyq-4DcJlrIjv8jT-JEWyEOnA,645 +pip/_internal/distributions/sdist.py,sha256=VBme1UNlCuH_wIoUHTZq9ngo2NpFWQXmJqnwUb3ZpTk,3862 +pip/_internal/distributions/wheel.py,sha256=J7DNQvKS50pXfwXtetKZtLNgYzkEc8SAbaKQ5v6JHtA,1183 +pip/_internal/exceptions.py,sha256=2JQJSS68oggR_ZIOA-h1U2DRADURbkQn9Nf4EZWZ834,13170 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/index/__pycache__/collector.cpython-39.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-39.pyc,, +pip/_internal/index/__pycache__/sources.cpython-39.pyc,, +pip/_internal/index/collector.py,sha256=oH4XlYHvGMXePbjNhKZPpLI-NLBTXxpHRRZgQ85meNk,17645 +pip/_internal/index/package_finder.py,sha256=Zzto_P1YPeTlBjJTlPgU8wjocQDJnLYZxUSR8JxVf1E,36138 +pip/_internal/index/sources.py,sha256=SVyPitv08-Qalh2_Bk5diAJ9GAA_d-a93koouQodAG0,6557 +pip/_internal/locations/__init__.py,sha256=8HvAnPCRi2Ln5yimpHRq8NVtsImh1KEvqsPhi4H56y0,13292 +pip/_internal/locations/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-39.pyc,, +pip/_internal/locations/__pycache__/base.cpython-39.pyc,, +pip/_internal/locations/_distutils.py,sha256=Sk7tw8ZP1DWMYJ8MibABsa8IME2Ejv1PKeGlYQCBTZc,5871 +pip/_internal/locations/_sysconfig.py,sha256=LQNKTJKyjVqxXaPntlBwdUqTG1xwYf6GVCKMbyRJx5M,7918 +pip/_internal/locations/base.py,sha256=x5D1ONktmPJd8nnUTh-ELsAJ7fiXA-k-0a_vhfi2_Us,1579 +pip/_internal/main.py,sha256=BZ0vkdqgpoteTo1A1Q8ovFe8EzgKFJWOUjPmIUQfGCY,351 +pip/_internal/metadata/__init__.py,sha256=0XQDTWweYOV7kcMuzwoiCggu3wJearBNcK8JV9LXA6Y,1576 +pip/_internal/metadata/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-39.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-39.pyc,, +pip/_internal/metadata/base.py,sha256=oRj58fKGutZKZCslfQlKfrzuXI_0M4w1xVOluT3-6TQ,7928 +pip/_internal/metadata/pkg_resources.py,sha256=xOYt6IluIDvVMgYX-QoZA3SFbToJlZDOVPRHVPJ2Uk4,5200 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-39.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-39.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-39.pyc,, +pip/_internal/models/__pycache__/index.cpython-39.pyc,, +pip/_internal/models/__pycache__/link.cpython-39.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-39.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-39.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-39.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/models/candidate.py,sha256=b2aiufhD5jZEI0zhEaMn_o1VRldVE2J-MPsqPpcY2Ds,946 +pip/_internal/models/direct_url.py,sha256=x2-kAnrP18XAdOftYBStDNt3Zfd8sipef5h0h_efGvY,6262 +pip/_internal/models/format_control.py,sha256=t5nmFD43huIFj0VchV6FuvlaRHfaMTotbBOTOPBsKeY,2557 +pip/_internal/models/index.py,sha256=_U2imEWggevvcI7rhQCFZK0djsE-It13BJmvW9Ejmig,1058 +pip/_internal/models/link.py,sha256=chRRuGqeE5w1XqidCrw6j-j8O-eeCmw-HUdYCR18HmQ,9809 +pip/_internal/models/scheme.py,sha256=i2QGt5J96gMKC_Wm7xO587kibhhChUQoULhAFgPRxkE,738 +pip/_internal/models/search_scope.py,sha256=mykEee0wDNCx9xZmQBtkgVaDiQVcDNqbjAZGqI1nm78,4474 +pip/_internal/models/selection_prefs.py,sha256=OEoiP83Wpm7cUwjH7fnbRo7TzHl5D4y23W0JnZLXk_4,1877 +pip/_internal/models/target_python.py,sha256=7iT4lbRtoNRkwsmLndysJ4Ic7Iwp_YyIII3doXeLD8c,3870 +pip/_internal/models/wheel.py,sha256=Ec8fvPoSYeBX9cvBvffLM7gNRx23CrVud1dN3zJmBjc,3541 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/network/__pycache__/auth.cpython-39.pyc,, +pip/_internal/network/__pycache__/cache.cpython-39.pyc,, +pip/_internal/network/__pycache__/download.cpython-39.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-39.pyc,, +pip/_internal/network/__pycache__/session.cpython-39.pyc,, +pip/_internal/network/__pycache__/utils.cpython-39.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-39.pyc,, +pip/_internal/network/auth.py,sha256=zq-fu-eK_EwiqjT0SVmMxuzyvhBlCdBGJi_fnOmcar8,11645 +pip/_internal/network/cache.py,sha256=HoprMCecwd4IS2wDZowc9B_OpaBlFjJYJl4xOxvtuwU,2100 +pip/_internal/network/download.py,sha256=VmiR-KKIBugShZS4JlD7N8mq3hErx-0fK-D8aTYU3Og,6016 +pip/_internal/network/lazy_wheel.py,sha256=4szChUW2I9quggvjEoIhALezmiVVteescGh6TDUslaQ,7615 +pip/_internal/network/session.py,sha256=3tJHNQCooM7bjLK1WP-q6tiJ84jtqkyrIdrYY84WR1A,16582 +pip/_internal/network/utils.py,sha256=igLlTu_-q0LmL8FdJKq-Uj7AT_owrQ-T9FfyarkhK5U,4059 +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-39.pyc,, +pip/_internal/operations/__pycache__/check.cpython-39.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-39.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-39.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.pyc,, +pip/_internal/operations/build/metadata.py,sha256=jJp05Rrp0AMsQb7izDXbNGC1LtPNwOhHQj7cRM5324c,1165 +pip/_internal/operations/build/metadata_legacy.py,sha256=ECMBhLEPEQv6PUUCpPCXW-wN9QRXdY45PNXJv7BZKTU,1917 +pip/_internal/operations/build/wheel.py,sha256=WYLMxuxqN3ahJTQk2MI9hdmZKBpFyxHeNpUdO0PybxU,1106 +pip/_internal/operations/build/wheel_legacy.py,sha256=NOJhTYMYljdbizFo_WjkaKGWG1SEZ6aByrBdCrrsZB8,3227 +pip/_internal/operations/check.py,sha256=zEIdxyRL3vc7CQ1p8qkLFG-mjs-LjnaJDxOr1WI5Yp0,5295 +pip/_internal/operations/freeze.py,sha256=TyLvXT4ZqpIi8x8X_TTsgBJ76IG54CidJlxGIHBbmBM,10556 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-39.pyc,, +pip/_internal/operations/install/__pycache__/legacy.cpython-39.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=bjBObfE6sz3UmGI7y4-GCgKa2WmTgnWlFFU7b-i0sQs,1396 +pip/_internal/operations/install/legacy.py,sha256=Wk_46sR7zDsh7vp4j63Hka4NTevQ617WdqJKt8_TuUQ,4405 +pip/_internal/operations/install/wheel.py,sha256=4Y6rtOpPnjlvGkzYXP8HXzqJu1KHEuA6ExgHBdZnD6s,29466 +pip/_internal/operations/prepare.py,sha256=jgnH7CIdoAhwnYOSpkESvhrJ1yr5TL2ZY5ojjSzRMZo,24848 +pip/_internal/pyproject.py,sha256=Sl1dOQYazG9AsrE0TXWK2zVcDR_FROshCTwjKBRQsPE,7063 +pip/_internal/req/__init__.py,sha256=lz4GFfzm5gsm0e8H98Wi6IPI14R2JdDMBc61-4F-0CY,2831 +pip/_internal/req/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_tracker.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-39.pyc,, +pip/_internal/req/constructors.py,sha256=35LRb-iaL01AlKBOO_2vrbKil6KI5Tl450NJwUvUnhk,15826 +pip/_internal/req/req_file.py,sha256=TsBSr0LMVIYF7AqkwslyJxHPLstN0SMqKeVxciI2In4,17408 +pip/_internal/req/req_install.py,sha256=jPfSPt-s3RoRCj6tYqvvHaxxIW1yr8KbiPRGbAyF3pU,31671 +pip/_internal/req/req_set.py,sha256=NoPQztL1Z5HZEB3n2Wtst6KV51hMDAPe9AfdAUWmJLs,7572 +pip/_internal/req/req_tracker.py,sha256=dJ3ql2C3VyaKUQN9kwbFvOPMxAvbTdblB0hKQ2f6Lns,4182 +pip/_internal/req/req_uninstall.py,sha256=wBcGKaweIyi5RGPPpBqrrn62t8uP3frZmrUJ-qDeO0Y,23821 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-39.pyc,, +pip/_internal/resolution/base.py,sha256=yATwIW1VbJkwkFJIgG3JQafndFDSZ50smc-Ao9-SoxI,557 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=TZnGUay9WM2Uk0W3D48OA70U9cLYYGHxles1h9ELqSg,17552 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=Yvgb2jf0l6S4C2rXAbjbpURYF6yjUgCdwDSrnpiZA8U,5290 +pip/_internal/resolution/resolvelib/candidates.py,sha256=RgCvLf1meDecmw9lfhG_AU5tN9ufaC0EDrcVOR2hgiA,18842 +pip/_internal/resolution/resolvelib/factory.py,sha256=N9telNB1arFV-4TqdGdh9KML8zfAWdMbqUSNip6HeEc,26859 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=ES3PNACh3ONwGAghPip2Vbgyy_e4baKmeEEHVQiq47g,5285 +pip/_internal/resolution/resolvelib/provider.py,sha256=fy139RDxPrsPmNLn6YrrjqhBOmeLY0aHEEdzZqS35aU,8420 +pip/_internal/resolution/resolvelib/reporter.py,sha256=Z06Xa4d9dTWbHNvXIBtBxDn4DHeQmlyW9MJAojkC_iU,2600 +pip/_internal/resolution/resolvelib/requirements.py,sha256=pcsnwz7txyDNZUEOWJOZEfivy3COWHPf_DIU7fwZ-Kk,5455 +pip/_internal/resolution/resolvelib/resolver.py,sha256=Rry36d0uCKobfBnSPYMw8WStyNYtjAEFz3j6ZtBsbGQ,10523 +pip/_internal/self_outdated_check.py,sha256=ivoUYaGuq-Ra_DvlZvPtHhgbY97NKHYuPGzrgN2G1A8,6484 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-39.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-39.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-39.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-39.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc,, +pip/_internal/utils/__pycache__/distutils_args.cpython-39.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-39.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-39.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-39.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-39.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-39.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-39.pyc,, +pip/_internal/utils/__pycache__/inject_securetransport.cpython-39.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-39.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-39.pyc,, +pip/_internal/utils/__pycache__/models.cpython-39.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-39.pyc,, +pip/_internal/utils/__pycache__/parallel.cpython-39.pyc,, +pip/_internal/utils/__pycache__/pkg_resources.cpython-39.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-39.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-39.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-39.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-39.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-39.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=CyH0arjhfR4kaeybXs5B1hxe66KeeCfssJhiRFxpFJk,1185 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=h2P4U0ZCkWHwPYveBzFZA79it6agElRhm6yci7S8MCo,5454 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=0bdiuvnAcAZMp1dDrwxK7uDgmJQDHVfb1790_ypO9U4,3200 +pip/_internal/utils/direct_url_helpers.py,sha256=5ffB9GHoqalUvSU6C53lEFdUgYcWAbXJGfyCwGyIlrY,2994 +pip/_internal/utils/distutils_args.py,sha256=mcAscyp80vTt3xAGTipnpgc83V-_wCvydNELVXLq7JI,1249 +pip/_internal/utils/encoding.py,sha256=bdZ3YgUpaOEBI5MP4-DEXiQarCW3V0rxw1kRz-TaU1Q,1169 +pip/_internal/utils/entrypoints.py,sha256=aPvCnQVi9Hdk35Kloww_D5ibjUpqxgqcJP8O9VuMZek,1055 +pip/_internal/utils/filesystem.py,sha256=rrl-rY1w8TYyKYndUyZlE9ffkQyA4-jI9x_59zXkn5s,5893 +pip/_internal/utils/filetypes.py,sha256=weviVbapHWVQ_8-K-PTQ_TnYL66kZi4SrVBTmRYZXLc,761 +pip/_internal/utils/glibc.py,sha256=GM1Y2hWkOf_tumySGFg-iNbc7oilBQQrjczb_705CF8,3170 +pip/_internal/utils/hashes.py,sha256=o1qQEkqe2AqsRm_JhLoM4hkxmVtewH0ZZpQ6EBObHuU,5167 +pip/_internal/utils/inject_securetransport.py,sha256=tGl9Bgyt2IHKtB3b0B-6r3W2yYF3Og-PBe0647S3lZs,810 +pip/_internal/utils/logging.py,sha256=E5VE1n-pqgdd5DajPQPKpmu7VpJVd7dAhhdjPZNsYjE,12344 +pip/_internal/utils/misc.py,sha256=WhWMKbtoBWvGrqVMaPekKML-orsLnD2e0N83arjpYQw,23644 +pip/_internal/utils/models.py,sha256=qCgYyUw2mIH1pombsJ3YQsMtONZgyJ4BGwO5MJnSC4c,1329 +pip/_internal/utils/packaging.py,sha256=I1938AB7FprcVJJd6C0vSiMuCVajmrxZF55vX5j0bMo,2900 +pip/_internal/utils/parallel.py,sha256=RZF4JddPEWVbkkPCknfvpqaLfm3Pmqd_ABoCHmV4lXs,3224 +pip/_internal/utils/pkg_resources.py,sha256=jwH5JViPe-JlXLvLC0-ASfTTCRYvm0u9CwQGcWjxStI,1106 +pip/_internal/utils/setuptools_build.py,sha256=xk9sRBjUyNTHs_TvEWebVWs1GfLPN208MzpSXr9Ok_A,5047 +pip/_internal/utils/subprocess.py,sha256=7QOQPJj6ezIVsypJJrcyyq4-mJM9qUsOdOLq0_wUiAA,10043 +pip/_internal/utils/temp_dir.py,sha256=9gs3N9GQeVXRVWjJIalSpH1uj8yQXPTzarb5n1_HMVo,7950 +pip/_internal/utils/unpacking.py,sha256=_qYZgmq8b0rRAN2swXsf9VfPogrjShlsTvhRI2heBYI,9050 +pip/_internal/utils/urls.py,sha256=O5f4VeKJ9cWt_CKqqKmiDTW48uOzo0UNb1QWPQ0n2TI,1798 +pip/_internal/utils/virtualenv.py,sha256=iRTK-sD6bWpHqXcZ0ECfdpFLWatMOHFUVCIRa0L6Gu0,3564 +pip/_internal/utils/wheel.py,sha256=DOIVZaXN7bMOAeMEqzIOZHGl4OFO-KGrEqBUB848DPo,6290 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-39.pyc,, +pip/_internal/vcs/bazaar.py,sha256=Ay_vN-87vYSEzBqXT3RVwl40vlk56j3jy_AfQbMj4uo,2962 +pip/_internal/vcs/git.py,sha256=VDSzQlkh1390xw6PMh6fneJAZyc1s9qHZgum3wO3DOU,17347 +pip/_internal/vcs/mercurial.py,sha256=WwoTWZQdQN9FcUTINvIeb0Vt46UJ_lLdf2BAdea9Tic,5076 +pip/_internal/vcs/subversion.py,sha256=FRMYx7q-b6skWuv6IU7tJyC8Jm8PPblMnH7WN_ucXWU,11866 +pip/_internal/vcs/versioncontrol.py,sha256=jMKitwE4bQ45jOKKomBxgBypm2TcuDGWWdTUmPa-MUQ,23276 +pip/_internal/wheel_builder.py,sha256=hW63ZmABr65rOiSRBHXu1jBUdEZw5LZiw0LaQBbz0lI,11740 +pip/_vendor/__init__.py,sha256=eE_yoHELq6Kw--WqhAEcKkvHLKbmTR1-JX_Th1wcNZc,4703 +pip/_vendor/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/__pycache__/appdirs.cpython-39.pyc,, +pip/_vendor/__pycache__/distro.cpython-39.pyc,, +pip/_vendor/__pycache__/pyparsing.cpython-39.pyc,, +pip/_vendor/__pycache__/six.cpython-39.pyc,, +pip/_vendor/appdirs.py,sha256=M6IYRJtdZgmSPCXCSMBRB0VT3P8MdFbWCDbSLrB2Ebg,25907 +pip/_vendor/cachecontrol/__init__.py,sha256=pJtAaUxOsMPnytI1A3juAJkXYDr8krdSnsg4Yg3OBEg,302 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=URGE0KrA87QekCG3SGPatlSPT571dZTDjNa-ZXX3pDc,1295 +pip/_vendor/cachecontrol/adapter.py,sha256=sSwaSYd93IIfCFU4tOMgSo6b2LCt_gBSaQUj8ktJFOA,4882 +pip/_vendor/cachecontrol/cache.py,sha256=1fc4wJP8HYt1ycnJXeEw5pCpeBL2Cqxx6g9Fb0AYDWQ,805 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=-gHNKYvaeD0kOk5M74eOrsSgIKUtC6i6GfbmugGweEo,86 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=nYVKsJtXh6gJXvdn1iWyrhxvkwpQrK-eKoMRzuiwkKk,4153 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=HxelMpNCo-dYr2fiJDwM3hhhRmxUYtB5tXm1GpAAT4Y,856 +pip/_vendor/cachecontrol/compat.py,sha256=kHNvMRdt6s_Xwqq_9qJmr9ou3wYMOMUMxPPcwNxT8Mc,695 +pip/_vendor/cachecontrol/controller.py,sha256=CWEX3pedIM9s60suf4zZPtm_JvVgnvogMGK_OiBG5F8,14149 +pip/_vendor/cachecontrol/filewrapper.py,sha256=vACKO8Llzu_ZWyjV1Fxn1MA4TGU60N5N3GSrAFdAY2Q,2533 +pip/_vendor/cachecontrol/heuristics.py,sha256=BFGHJ3yQcxvZizfo90LLZ04T_Z5XSCXvFotrp7Us0sc,4070 +pip/_vendor/cachecontrol/serialize.py,sha256=vIa4jvq4x_KSOLdEIedoknX2aXYHQujLDFV4-F21Dno,7091 +pip/_vendor/cachecontrol/wrapper.py,sha256=5LX0uJwkNQUtYSEw3aGmGu9WY8wGipd81mJ8lG0d0M4,690 +pip/_vendor/certifi/__init__.py,sha256=-b78tXibbl0qtgCzv9tc9v6ozwcNX915lT9Tf4a9lds,62 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-39.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-39.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=3i-hfE2K5o3CBKG2tYt6ehJWk2fP64o6Th83fHPoPp4,259465 +pip/_vendor/certifi/core.py,sha256=gOFd0zHYlx4krrLEn982esOtmz3djiG0BFSDhgjlvcI,2840 +pip/_vendor/chardet/__init__.py,sha256=mWZaWmvZkhwfBEAT9O1Y6nRTfKzhT7FHhQTTAujbqUA,3271 +pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-39.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=D_zK5GyzoVsRes0HkLJziltFQX0bKCLOrFe9_xDvO_8,31254 +pip/_vendor/chardet/big5prober.py,sha256=kBxHbdetBpPe7xrlb-e990iot64g_eGSLd32lB7_h3M,1757 +pip/_vendor/chardet/chardistribution.py,sha256=3woWS62KrGooKyqz4zQSnjFbJpa6V7g02daAibTwcl8,9411 +pip/_vendor/chardet/charsetgroupprober.py,sha256=GZLReHP6FRRn43hvSOoGCxYamErKzyp6RgOQxVeC3kg,3839 +pip/_vendor/chardet/charsetprober.py,sha256=KSmwJErjypyj0bRZmC5F5eM7c8YQgLYIjZXintZNstg,5110 +pip/_vendor/chardet/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=XK5zqjUG2a4-y6eLHZ8ThYcp6WWUrdlmELxNypcc2SE,2747 +pip/_vendor/chardet/codingstatemachine.py,sha256=VYp_6cyyki5sHgXDSZnXW4q1oelHc3cu9AyQTX7uug8,3590 +pip/_vendor/chardet/compat.py,sha256=40zr6wICZwknxyuLGGcIOPyve8DTebBCbbvttvnmp5Q,1200 +pip/_vendor/chardet/cp949prober.py,sha256=TZ434QX8zzBsnUvL_8wm4AQVTZ2ZkqEEQL_lNw9f9ow,1855 +pip/_vendor/chardet/enums.py,sha256=Aimwdb9as1dJKZaFNUH2OhWIVBVd6ZkJJ_WK5sNY8cU,1661 +pip/_vendor/chardet/escprober.py,sha256=kkyqVg1Yw3DIOAMJ2bdlyQgUFQhuHAW8dUGskToNWSc,3950 +pip/_vendor/chardet/escsm.py,sha256=RuXlgNvTIDarndvllNCk5WZBIpdCxQ0kcd9EAuxUh84,10510 +pip/_vendor/chardet/eucjpprober.py,sha256=iD8Jdp0ISRjgjiVN7f0e8xGeQJ5GM2oeZ1dA8nbSeUw,3749 +pip/_vendor/chardet/euckrfreq.py,sha256=-7GdmvgWez4-eO4SuXpa7tBiDi5vRXQ8WvdFAzVaSfo,13546 +pip/_vendor/chardet/euckrprober.py,sha256=MqFMTQXxW4HbzIpZ9lKDHB3GN8SP4yiHenTmf8g_PxY,1748 +pip/_vendor/chardet/euctwfreq.py,sha256=No1WyduFOgB5VITUA7PLyC5oJRNzRyMbBxaKI1l16MA,31621 +pip/_vendor/chardet/euctwprober.py,sha256=13p6EP4yRaxqnP4iHtxHOJ6R2zxHq1_m8hTRjzVZ95c,1747 +pip/_vendor/chardet/gb2312freq.py,sha256=JX8lsweKLmnCwmk8UHEQsLgkr_rP_kEbvivC4qPOrlc,20715 +pip/_vendor/chardet/gb2312prober.py,sha256=gGvIWi9WhDjE-xQXHvNIyrnLvEbMAYgyUSZ65HUfylw,1754 +pip/_vendor/chardet/hebrewprober.py,sha256=c3SZ-K7hvyzGY6JRAZxJgwJ_sUS9k0WYkvMY00YBYFo,13838 +pip/_vendor/chardet/jisfreq.py,sha256=vpmJv2Bu0J8gnMVRPHMFefTRvo_ha1mryLig8CBwgOg,25777 +pip/_vendor/chardet/jpcntx.py,sha256=PYlNqRUQT8LM3cT5FmHGP0iiscFlTWED92MALvBungo,19643 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=rk9CJpuxO0bObboJcv6gNgWuosYZmd8qEEds5y7DS_Y,105697 +pip/_vendor/chardet/langgreekmodel.py,sha256=S-uNQ1ihC75yhBvSux24gLFZv3QyctMwC6OxLJdX-bw,99571 +pip/_vendor/chardet/langhebrewmodel.py,sha256=DzPP6TPGG_-PV7tqspu_d8duueqm7uN-5eQ0aHUw1Gg,98776 +pip/_vendor/chardet/langhungarianmodel.py,sha256=RtJH7DZdsmaHqyK46Kkmnk5wQHiJwJPPJSqqIlpeZRc,102498 +pip/_vendor/chardet/langrussianmodel.py,sha256=THqJOhSxiTQcHboDNSc5yofc2koXXQFHFyjtyuntUfM,131180 +pip/_vendor/chardet/langthaimodel.py,sha256=R1wXHnUMtejpw0JnH_JO8XdYasME6wjVqp1zP7TKLgg,103312 +pip/_vendor/chardet/langturkishmodel.py,sha256=rfwanTptTwSycE4-P-QasPmzd-XVYgevytzjlEzBBu8,95946 +pip/_vendor/chardet/latin1prober.py,sha256=S2IoORhFk39FEFOlSFWtgVybRiP6h7BlLldHVclNkU8,5370 +pip/_vendor/chardet/mbcharsetprober.py,sha256=AR95eFH9vuqSfvLQZN-L5ijea25NOBCoXqw8s5O9xLQ,3413 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=h6TRnnYq2OxG1WdD5JOyxcdVpn7dG0q-vB8nWr5mbh4,2012 +pip/_vendor/chardet/mbcssm.py,sha256=SY32wVIF3HzcjY3BaEspy9metbNSKxIIB0RKPn7tjpI,25481 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-39.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=41tLq3eLSrBEbEVVQpVGFq9K7o1ln9b1HpY1l0hCUQo,19474 +pip/_vendor/chardet/sbcharsetprober.py,sha256=nmyMyuxzG87DN6K3Rk2MUzJLMLR69MrWpdnHzOwVUwQ,6136 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=hqefQuXmiFyDBArOjujH6hd6WFXlOD1kWCsxDhjx5Vc,4309 +pip/_vendor/chardet/sjisprober.py,sha256=IIt-lZj0WJqK4rmUZzKZP4GJlE8KUEtFYVuY96ek5MQ,3774 +pip/_vendor/chardet/universaldetector.py,sha256=DpZTXCX0nUHXxkQ9sr4GZxGB_hveZ6hWt3uM94cgWKs,12503 +pip/_vendor/chardet/utf8prober.py,sha256=IdD8v3zWOsB8OLiyPi-y_fqwipRFxV9Nc1eKBLSuIEw,2766 +pip/_vendor/chardet/version.py,sha256=A4CILFAd8MRVG1HoXPp45iK9RLlWyV73a1EtwE8Tvn8,242 +pip/_vendor/colorama/__init__.py,sha256=pCdErryzLSzDW5P-rRPBlPLqbBtIRNJB6cMgoeJns5k,239 +pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-39.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=yV7CEmCb19MjnJKODZEEvMH_fnbJhwnpzo4sxZuGXmA,10517 +pip/_vendor/colorama/initialise.py,sha256=PprovDNxMTrvoNHFcL2NZjpH2XzDc8BLxLxiErfUl4k,1915 +pip/_vendor/colorama/win32.py,sha256=bJ8Il9jwaBN5BJ8bmN6FoYZ1QYuMKv2j8fGrXh7TJjw,5404 +pip/_vendor/colorama/winterm.py,sha256=2y_2b7Zsv34feAsP67mLOVc-Bgq51mdYGo571VprlrM,6438 +pip/_vendor/distlib/__init__.py,sha256=bHNWOvZsLE4ES9S4FEA8CyP-rDYzatVgp9GHbpTnb2I,581 +pip/_vendor/distlib/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc,, +pip/_vendor/distlib/_backport/__init__.py,sha256=bqS_dTOH6uW9iGgd0uzfpPjo6vZ4xpPZ7kyfZJ2vNaw,274 +pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/distlib/_backport/__pycache__/misc.cpython-39.pyc,, +pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-39.pyc,, +pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-39.pyc,, +pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-39.pyc,, +pip/_vendor/distlib/_backport/misc.py,sha256=KWecINdbFNOxSOP1fGF680CJnaC6S4fBRgEtaYTw0ig,971 +pip/_vendor/distlib/_backport/shutil.py,sha256=IX_G2NPqwecJibkIDje04bqu0xpHkfSQ2GaGdEVqM5Y,25707 +pip/_vendor/distlib/_backport/sysconfig.cfg,sha256=swZKxq9RY5e9r3PXCrlvQPMsvOdiWZBTHLEbqS8LJLU,2617 +pip/_vendor/distlib/_backport/sysconfig.py,sha256=BQHFlb6pubCl_dvT1NjtzIthylofjKisox239stDg0U,26854 +pip/_vendor/distlib/_backport/tarfile.py,sha256=Ihp7rXRcjbIKw8COm9wSePV9ARGXbSF9gGXAMn2Q-KU,92628 +pip/_vendor/distlib/compat.py,sha256=ADA56xiAxar3mU6qemlBhNbsrFPosXRhO44RzsbJPqk,41408 +pip/_vendor/distlib/database.py,sha256=Kl0YvPQKc4OcpVi7k5cFziydM1xOK8iqdxLGXgbZHV4,51059 +pip/_vendor/distlib/index.py,sha256=UfcimNW19AB7IKWam4VaJbXuCBvArKfSxhV16EwavzE,20739 +pip/_vendor/distlib/locators.py,sha256=AKlB3oZvfOTg4E0CtfwOzujFL19X5V4XUA4eHdKOu44,51965 +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +pip/_vendor/distlib/markers.py,sha256=OunMSH1SIbvLLt4z2VEERCll4WNlz2tDrg1mSXCNUj4,4344 +pip/_vendor/distlib/metadata.py,sha256=vatoxFdmBr6ie-sTVXVNPOPG3uwMDWJTnEECnm7xDCw,39109 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=YD5_kioPD-qybYwQ4Gxyu-FR4ffxczy2gdBuU4II9qA,17248 +pip/_vendor/distlib/t32.exe,sha256=NS3xBCVAld35JVFNmb-1QRyVtThukMrwZVeXn4LhaEQ,96768 +pip/_vendor/distlib/t64.exe,sha256=oAqHes78rUWVM0OtVqIhUvequl_PKhAhXYQWnUf7zR0,105984 +pip/_vendor/distlib/util.py,sha256=eIKKJ5Mp4unHMOVzixRIRxGq4ty5-h_PoFmZ_lpvkkM,67558 +pip/_vendor/distlib/version.py,sha256=_geOv-cHoV-G8dQzKI8g6z8F0XeFeUqdJ_1G1K6iyrQ,23508 +pip/_vendor/distlib/w32.exe,sha256=lJtnZdeUxTZWya_EW5DZos_K5rswRECGspIl8ZJCIXs,90112 +pip/_vendor/distlib/w64.exe,sha256=0aRzoN2BO9NWW4ENy4_4vHkHR4qZTFZNVSAJJYlODTI,99840 +pip/_vendor/distlib/wheel.py,sha256=W6aQQo2Si0CzWiCaqlS-Nu8CoHnDbmcGMqRxCHJmg_Q,43062 +pip/_vendor/distro.py,sha256=xxMIh2a3KmippeWEHzynTdHT3_jZM0o-pos0dAWJROM,43628 +pip/_vendor/html5lib/__init__.py,sha256=BYzcKCqeEii52xDrqBFruhnmtmkiuHXFyFh-cglQ8mk,1160 +pip/_vendor/html5lib/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-39.pyc,, +pip/_vendor/html5lib/__pycache__/_inputstream.cpython-39.pyc,, +pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-39.pyc,, +pip/_vendor/html5lib/__pycache__/_utils.cpython-39.pyc,, +pip/_vendor/html5lib/__pycache__/constants.cpython-39.pyc,, +pip/_vendor/html5lib/__pycache__/html5parser.cpython-39.pyc,, +pip/_vendor/html5lib/__pycache__/serializer.cpython-39.pyc,, +pip/_vendor/html5lib/_ihatexml.py,sha256=ifOwF7pXqmyThIXc3boWc96s4MDezqRrRVp7FwDYUFs,16728 +pip/_vendor/html5lib/_inputstream.py,sha256=jErNASMlkgs7MpOM9Ve_VdLDJyFFweAjLuhVutZz33U,32353 +pip/_vendor/html5lib/_tokenizer.py,sha256=04mgA2sNTniutl2fxFv-ei5bns4iRaPxVXXHh_HrV_4,77040 +pip/_vendor/html5lib/_trie/__init__.py,sha256=nqfgO910329BEVJ5T4psVwQtjd2iJyEXQ2-X8c1YxwU,109 +pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-39.pyc,, +pip/_vendor/html5lib/_trie/__pycache__/py.cpython-39.pyc,, +pip/_vendor/html5lib/_trie/_base.py,sha256=CaybYyMro8uERQYjby2tTeSUatnWDfWroUN9N7ety5w,1013 +pip/_vendor/html5lib/_trie/py.py,sha256=wXmQLrZRf4MyWNyg0m3h81m9InhLR7GJ002mIIZh-8o,1775 +pip/_vendor/html5lib/_utils.py,sha256=Dx9AKntksRjFT1veBj7I362pf5OgIaT0zglwq43RnfU,4931 +pip/_vendor/html5lib/constants.py,sha256=Ll-yzLU_jcjyAI_h57zkqZ7aQWE5t5xA4y_jQgoUUhw,83464 +pip/_vendor/html5lib/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-39.pyc,, +pip/_vendor/html5lib/filters/__pycache__/base.cpython-39.pyc,, +pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-39.pyc,, +pip/_vendor/html5lib/filters/__pycache__/lint.cpython-39.pyc,, +pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-39.pyc,, +pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-39.pyc,, +pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-39.pyc,, +pip/_vendor/html5lib/filters/alphabeticalattributes.py,sha256=lViZc2JMCclXi_5gduvmdzrRxtO5Xo9ONnbHBVCsykU,919 +pip/_vendor/html5lib/filters/base.py,sha256=z-IU9ZAYjpsVsqmVt7kuWC63jR11hDMr6CVrvuao8W0,286 +pip/_vendor/html5lib/filters/inject_meta_charset.py,sha256=egDXUEHXmAG9504xz0K6ALDgYkvUrC2q15YUVeNlVQg,2945 +pip/_vendor/html5lib/filters/lint.py,sha256=jk6q56xY0ojiYfvpdP-OZSm9eTqcAdRqhCoPItemPYA,3643 +pip/_vendor/html5lib/filters/optionaltags.py,sha256=8lWT75J0aBOHmPgfmqTHSfPpPMp01T84NKu0CRedxcE,10588 +pip/_vendor/html5lib/filters/sanitizer.py,sha256=m6oGmkBhkGAnn2nV6D4hE78SCZ6WEnK9rKdZB3uXBIc,26897 +pip/_vendor/html5lib/filters/whitespace.py,sha256=8eWqZxd4UC4zlFGW6iyY6f-2uuT8pOCSALc3IZt7_t4,1214 +pip/_vendor/html5lib/html5parser.py,sha256=anr-aXre_ImfrkQ35c_rftKXxC80vJCREKe06Tq15HA,117186 +pip/_vendor/html5lib/serializer.py,sha256=_PpvcZF07cwE7xr9uKkZqh5f4UEaI8ltCU2xPJzaTpk,15759 +pip/_vendor/html5lib/treeadapters/__init__.py,sha256=A0rY5gXIe4bJOiSGRO_j_tFhngRBO8QZPzPtPw5dFzo,679 +pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-39.pyc,, +pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-39.pyc,, +pip/_vendor/html5lib/treeadapters/genshi.py,sha256=CH27pAsDKmu4ZGkAUrwty7u0KauGLCZRLPMzaO3M5vo,1715 +pip/_vendor/html5lib/treeadapters/sax.py,sha256=BKS8woQTnKiqeffHsxChUqL4q2ZR_wb5fc9MJ3zQC8s,1776 +pip/_vendor/html5lib/treebuilders/__init__.py,sha256=AysSJyvPfikCMMsTVvaxwkgDieELD5dfR8FJIAuq7hY,3592 +pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-39.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-39.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-39.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-39.pyc,, +pip/_vendor/html5lib/treebuilders/base.py,sha256=z-o51vt9r_l2IDG5IioTOKGzZne4Fy3_Fc-7ztrOh4I,14565 +pip/_vendor/html5lib/treebuilders/dom.py,sha256=22whb0C71zXIsai5mamg6qzBEiigcBIvaDy4Asw3at0,8925 +pip/_vendor/html5lib/treebuilders/etree.py,sha256=w5ZFpKk6bAxnrwD2_BrF5EVC7vzz0L3LMi9Sxrbc_8w,12836 +pip/_vendor/html5lib/treebuilders/etree_lxml.py,sha256=9gqDjs-IxsPhBYa5cpvv2FZ1KZlG83Giusy2lFmvIkE,14766 +pip/_vendor/html5lib/treewalkers/__init__.py,sha256=OBPtc1TU5mGyy18QDMxKEyYEz0wxFUUNj5v0-XgmYhY,5719 +pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-39.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-39.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-39.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-39.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-39.pyc,, +pip/_vendor/html5lib/treewalkers/base.py,sha256=ouiOsuSzvI0KgzdWP8PlxIaSNs9falhbiinAEc_UIJY,7476 +pip/_vendor/html5lib/treewalkers/dom.py,sha256=EHyFR8D8lYNnyDU9lx_IKigVJRyecUGua0mOi7HBukc,1413 +pip/_vendor/html5lib/treewalkers/etree.py,sha256=xo1L5m9VtkfpFJK0pFmkLVajhqYYVisVZn3k9kYpPkI,4551 +pip/_vendor/html5lib/treewalkers/etree_lxml.py,sha256=_b0LAVWLcVu9WaU_-w3D8f0IRSpCbjf667V-3NRdhTw,6357 +pip/_vendor/html5lib/treewalkers/genshi.py,sha256=4D2PECZ5n3ZN3qu3jMl9yY7B81jnQApBQSVlfaIuYbA,2309 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-39.pyc,, +pip/_vendor/idna/codec.py,sha256=QsPFD3Je8gN17rfs14e7zTGRWlnL7bNf2ZqcHTRVYHs,3453 +pip/_vendor/idna/compat.py,sha256=5A9xR04puRHCsyjBNewZlVSiarth7K1bZqyEOeob1fA,360 +pip/_vendor/idna/core.py,sha256=icq2P13S6JMjoXgKhhd6ihhby7QsnZlNfniH6fLyf6U,12826 +pip/_vendor/idna/idnadata.py,sha256=cl4x9RLdw1ZMtEEbvKwAsX-Id3AdIjO5U3HaoKM6VGs,42350 +pip/_vendor/idna/intranges.py,sha256=EqgXwyATAn-CTACInqH9tYsYAitGB2VcQ50RZt_Cpjs,1933 +pip/_vendor/idna/package_data.py,sha256=_028B4fvadRIaXMwMYjhuQPP3AxTIt1IRE7X6RDR4Mk,21 +pip/_vendor/idna/uts46data.py,sha256=DGzwDQv8JijY17I_7ondo3stjFjNnjvVAbA-z0k1XOE,201849 +pip/_vendor/msgpack/__init__.py,sha256=2gJwcsTIaAtCM0GMi2rU-_Y6kILeeQuqRkrQ22jSANc,1118 +pip/_vendor/msgpack/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/msgpack/__pycache__/_version.cpython-39.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-39.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-39.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-39.pyc,, +pip/_vendor/msgpack/_version.py,sha256=dFR03oACnj4lsKd1RnwD7BPMiVI_FMygdOL1TOBEw_U,20 +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=4l356Y4sVEcvCla2dh_cL57vh4GMhZfa3kuWHFHYz6A,6088 +pip/_vendor/msgpack/fallback.py,sha256=Rpv1Ldey8f8ueRnQznD4ARKBn9dxM2PywVNkXI8IEeE,38026 +pip/_vendor/packaging/__about__.py,sha256=p_OQloqH2saadcbUQmWEsWK857dI6_ff5E3aSiCqGFA,661 +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497 +pip/_vendor/packaging/__pycache__/__about__.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-39.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=z5yeG1ygOPx4uUyLdqj-p8Dk5UBb5H_b0NIjW9yo8oA,4378 +pip/_vendor/packaging/_structures.py,sha256=TMiAgFbdUOPmIfDIfiHc3KFhSJ8kMjof2QS5I-2NyQ8,1629 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=MZ-fYcNL3u7pNrt-6g2EQO7AbRXkjc-SPEYwXMQbLmc,30964 +pip/_vendor/packaging/tags.py,sha256=akIerYw8W0sz4OW9HHozgawWnbt2GGOPm3sviW0jowY,15714 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pep517/__init__.py,sha256=qDgVbDWpBYpTvtxA2tilifXlxwzOzRqIodLZdbyahyQ,130 +pip/_vendor/pep517/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/build.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/check.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/colorlog.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/dirtools.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/envbuild.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/meta.cpython-39.pyc,, +pip/_vendor/pep517/__pycache__/wrappers.cpython-39.pyc,, +pip/_vendor/pep517/build.py,sha256=MqN_W6o5a9oauTC0u6W5cILGFjf9x2BV9BdMLeY60hc,3469 +pip/_vendor/pep517/check.py,sha256=AYG2yvpzmtsL810c75Z5-nhaXa7SxgK8APyw-_x53Ok,6096 +pip/_vendor/pep517/colorlog.py,sha256=Tk9AuYm_cLF3BKTBoSTJt9bRryn0aFojIQOwbfVUTxQ,4098 +pip/_vendor/pep517/compat.py,sha256=fw2Py6lqLwJLfp6MKmXvt1m4sbbgoU1D-_gcScvz8OU,1071 +pip/_vendor/pep517/dirtools.py,sha256=2mkAkAL0mRz_elYFjRKuekTJVipH1zTn4tbf1EDev84,1129 +pip/_vendor/pep517/envbuild.py,sha256=LcST0MASmcQNLOFqDPxDoS1kjkglx8F6eEhoBJ-DWkg,6112 +pip/_vendor/pep517/in_process/__init__.py,sha256=MyWoAi8JHdcBv7yXuWpUSVADbx6LSB9rZh7kTIgdA8Y,563 +pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-39.pyc,, +pip/_vendor/pep517/in_process/_in_process.py,sha256=YJJf-qaL7BBVdgCHuMhTpx-LtwG1EIGVfly4rtusdiI,10833 +pip/_vendor/pep517/meta.py,sha256=8mnM5lDnT4zXQpBTliJbRGfesH7iioHwozbDxALPS9Y,2463 +pip/_vendor/pep517/wrappers.py,sha256=qCWfEUnbE5387PyQl7cT8xv4dDca4uNgro_0bnAO4Rk,13258 +pip/_vendor/pkg_resources/__init__.py,sha256=XpGBfvS9fafA6bm5rx7vnxdxs7yqyoc_NnpzKApkJ64,108277 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-39.pyc,, +pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562 +pip/_vendor/progress/__init__.py,sha256=fcbQQXo5np2CoQyhSH5XprkicwLZNLePR3uIahznSO0,4857 +pip/_vendor/progress/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/progress/__pycache__/bar.cpython-39.pyc,, +pip/_vendor/progress/__pycache__/counter.cpython-39.pyc,, +pip/_vendor/progress/__pycache__/spinner.cpython-39.pyc,, +pip/_vendor/progress/bar.py,sha256=QuDuVNcmXgpxtNtxO0Fq72xKigxABaVmxYGBw4J3Z_E,2854 +pip/_vendor/progress/counter.py,sha256=MznyBrvPWrOlGe4MZAlGUb9q3aODe6_aNYeAE_VNoYA,1372 +pip/_vendor/progress/spinner.py,sha256=k8JbDW94T0-WXuXfxZIFhdoNPYp3jfnpXqBnfRv5fGs,1380 +pip/_vendor/pyparsing.py,sha256=J1b4z3S_KwyJW7hKGnoN-hXW9pgMIzIP6QThyY5yJq4,273394 +pip/_vendor/requests/__init__.py,sha256=g4Bh1QYh6JKjMS4YLobx0uOLq-41sINaXjvbhX2VI8g,5113 +pip/_vendor/requests/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-39.pyc,, +pip/_vendor/requests/__version__.py,sha256=PZEyPTSIN_jRIAIB51wV7pw81m3qAw0InSR7OrKZUnE,441 +pip/_vendor/requests/_internal_utils.py,sha256=Zx3PnEUccyfsB-ie11nZVAW8qClJy0gx1qNME7rgT18,1096 +pip/_vendor/requests/adapters.py,sha256=e-bmKEApNVqFdylxuMJJfiaHdlmS_zhWhIMEzlHvGuc,21548 +pip/_vendor/requests/api.py,sha256=hjuoP79IAEmX6Dysrw8t032cLfwLHxbI_wM4gC5G9t0,6402 +pip/_vendor/requests/auth.py,sha256=OMoJIVKyRLy9THr91y8rxysZuclwPB-K1Xg1zBomUhQ,10207 +pip/_vendor/requests/certs.py,sha256=nXRVq9DtGmv_1AYbwjTu9UrgAcdJv05ZvkNeaoLOZxY,465 +pip/_vendor/requests/compat.py,sha256=LQWuCR4qXk6w7-qQopXyz0WNHUdAD40k0mKnaAEf1-g,2045 +pip/_vendor/requests/cookies.py,sha256=Y-bKX6TvW3FnYlE6Au0SXtVVWcaNdFvuAwQxw-G0iTI,18430 +pip/_vendor/requests/exceptions.py,sha256=dwIi512RCDqXJ2T81nLC88mqPNhUFnOI_CgKKDXhTO8,3250 +pip/_vendor/requests/help.py,sha256=dyhe3lcmHXnFCzDiZVjcGmVvvO_jtsfAm-AC542ndw8,3972 +pip/_vendor/requests/hooks.py,sha256=QReGyy0bRcr5rkwCuObNakbYsc7EkiKeBwG4qHekr2Q,757 +pip/_vendor/requests/models.py,sha256=9_LS_t1t6HbbaWFE3ZkxGmmHN2V8BgxziiOU84rrQ50,34924 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=57O4ud9yRL6eLYh-dtFbqC1kO4d_EwZcCgYXEkujlfs,30168 +pip/_vendor/requests/status_codes.py,sha256=gT79Pbs_cQjBgp-fvrUgg1dn2DQO32bDj4TInjnMPSc,4188 +pip/_vendor/requests/structures.py,sha256=msAtr9mq1JxHd-JRyiILfdFlpbJwvvFuP3rfUQT_QxE,3005 +pip/_vendor/requests/utils.py,sha256=U_-i6WxLw-67KEij43xHbcvL0DdeQ5Jbd4hfifWJzQY,31394 +pip/_vendor/resolvelib/__init__.py,sha256=uoW0dgWCDwApX59mRffoPISkZGGk_UZ1It_PY4o_PaE,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-39.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-39.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=bfzFDZd7UqkkAS7lUM_HeYbA-HzjKfDlle_pn_79vio,5638 +pip/_vendor/resolvelib/reporters.py,sha256=hQvvXuuEBOyEWO8KDfLsWKVjX55UFMAUwO0YZMNpzAw,1364 +pip/_vendor/resolvelib/resolvers.py,sha256=wT83PHiBWRCklL-nLJ1-8sk2B3yBI06Rse1H11crOsI,17225 +pip/_vendor/resolvelib/structs.py,sha256=IVIYof6sA_N4ZEiE1C1UhzTX495brCNnyCdgq6CYq28,4794 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=GLLsTFD4Bd5VDgTR6mU_FxyOsrxc48qONorVaRebeD4,18257 +pip/_vendor/tenacity/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-39.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=62R71W59bQjuNyFKsDM7hE2aEkEPtwNBRA0tnsEvgSk,6645 +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=e_Saa6I2tsNLpCL1t9897wN2fGb0XQMQlE4bU2t9V2w,6691 +pip/_vendor/tomli/__init__.py,sha256=z1Elt0nLAqU5Y0DOn9p__8QnLWavlEOpRyQikdYgKro,230 +pip/_vendor/tomli/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-39.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-39.pyc,, +pip/_vendor/tomli/_parser.py,sha256=50BD4o9YbzFAGAYyZLqZC8F81DQ7iWWyJnrHNwBKa6A,22415 +pip/_vendor/tomli/_re.py,sha256=5GPfgXKteg7wRFCF-DzlkAPI2ilHbkMK2-JC49F-AJQ,2681 +pip/_vendor/urllib3/__init__.py,sha256=j3yzHIbmW7CS-IKQJ9-PPQf_YKO8EOAey_rMW0UR7us,2763 +pip/_vendor/urllib3/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-39.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=6fJAIPnJkT0m9wzVjHrFcq5wYt65dStDpaRcjj5ugoo,63 +pip/_vendor/urllib3/connection.py,sha256=kAlubwsW33FUSUroPSVHMF_Zzv-uzX_BwUFMXX9Pt8c,18754 +pip/_vendor/urllib3/connectionpool.py,sha256=jXNmm4y3LJWYgteNeGcYJx8-0k7bzKRU__AVTXzaIak,37131 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-39.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-39.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=eRy1Mj-wpg7sR6-OSvnSV4jUbjMT464dLN_CWxbIRVw,17649 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=lgIdsSycqfB0Xm5BiJzXGeIKT7ybCQMFPJAgkcwPa1s,13908 +pip/_vendor/urllib3/contrib/appengine.py,sha256=lfzpHFmJiO82shClLEm3QB62SYgHWnjpZOH_2JhU5Tc,11034 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=ej9gGvfAb2Gt00lafFp45SIoRz-QwrQ4WChm6gQmAlM,4538 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=lYIxGFWTosqbfLnkZXOBg7igY71iRvM3NUOaD0stUQ8,16891 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=TN5q9dKZ0Sd5_vW9baRzEAEItdJ-4VlHWmAUrlcJNfo,34434 +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=h4BLhD4tLaBx1adaDtKXfupsgqY0wWLXb_f1_yVlV6A,108 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-39.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-39.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/six.py,sha256=1LVW7ljqRirFlfExjwl-v1B7vSAUNTmzGMs-qays2zg,34666 +pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py,sha256=ZVMwCkHx-py8ERsxxM3Il-MiREZktV-8iLBmCfRRHI4,927 +pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-39.pyc,, +pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py,sha256=6dZ-q074g7XhsJ27MFCgkct8iVNZB3sMZvKhf-KUVy0,5679 +pip/_vendor/urllib3/poolmanager.py,sha256=whzlX6UTEgODMOCy0ZDMUONRBCz5wyIM8Z9opXAY-Lk,19763 +pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 +pip/_vendor/urllib3/response.py,sha256=hGhGBh7TkEkh_IQg5C1W_xuPNrgIKv5BUXPyE-q0LuE,28203 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-39.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=KykjNIXzUZEzeKEOpl5xvKs6IsESXP9o9eTrjE0W_Ys,4920 +pip/_vendor/urllib3/util/proxy.py,sha256=FGipAEnvZteyldXNjce4DEB7YzwU-a5lep8y5S0qHQg,1604 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=NnzaEKQ1Pauw5MFMV6HmgEMHITf0Aua9fQuzi2uZzGc,4123 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=tOWfZpLsuc7Vbk5nWpMwkHdMoXCp90IAvH4xtjSDRqQ,21391 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssltransport.py,sha256=F_UncOXGcc-MgeWFTA1H4QCt_RRNQXRbF6onje3SyHY,6931 +pip/_vendor/urllib3/util/timeout.py,sha256=QSbBUNOB9yh6AnDn61SrLQ0hg5oz0I9-uXEG91AJuIg,10003 +pip/_vendor/urllib3/util/url.py,sha256=QVEzcbHipbXyCWwH6R4K4TR-N8T4LM55WEMwNUTBmLE,14047 +pip/_vendor/urllib3/util/wait.py,sha256=3MUKRSAUJDB2tgco7qRUskW0zXGAWYvRRE4Q1_6xlLs,5404 +pip/_vendor/vendor.txt,sha256=GuFhR0DHZazrSYZyoY7j3X3T_mGJh-ky2opcZ-A7ezo,364 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-39.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/site-packages/pip-21.2.4.dist-info/REQUESTED b/venv/Lib/site-packages/pip-21.2.4.dist-info/REQUESTED new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip-21.2.4.dist-info/WHEEL b/venv/Lib/site-packages/pip-21.2.4.dist-info/WHEEL new file mode 100644 index 000000000..385faab05 --- /dev/null +++ b/venv/Lib/site-packages/pip-21.2.4.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.36.2) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/Lib/site-packages/pip-21.2.4.dist-info/entry_points.txt b/venv/Lib/site-packages/pip-21.2.4.dist-info/entry_points.txt new file mode 100644 index 000000000..9609f72c5 --- /dev/null +++ b/venv/Lib/site-packages/pip-21.2.4.dist-info/entry_points.txt @@ -0,0 +1,5 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.9 = pip._internal.cli.main:main + diff --git a/venv/Lib/site-packages/pip-21.2.4.dist-info/top_level.txt b/venv/Lib/site-packages/pip-21.2.4.dist-info/top_level.txt new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/venv/Lib/site-packages/pip-21.2.4.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/venv/Lib/site-packages/pip/__init__.py b/venv/Lib/site-packages/pip/__init__.py new file mode 100644 index 000000000..d6b05fefd --- /dev/null +++ b/venv/Lib/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "21.2.4" + + +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/site-packages/pip/__main__.py b/venv/Lib/site-packages/pip/__main__.py new file mode 100644 index 000000000..fe34a7b77 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..587de630e98da82ca1a2e5fb5ddc704d5f258e3c GIT binary patch literal 640 zcmYjPQEL=25KeaYw&!WV2VeTsyvc#x#iO8>B1%O#IBG#bI98V2Cf-GNlaR??+0s7g zUy#1|2mDL>>WlsbpPXz_I%Fo3WM;l^lJMQ#2|>C3_KQnO$j`92EeS4Opu!A|AcEGU zp-b9C%ZL&YEn~4GBS~elNA`#uiR61EMk4(>TBag?OQz%Bm`A2jpDYyke*DIIWi+oZ z(%Iu|mK~mkBktDFr%w9T=?Yo=mk7O}C#diMji4e546Z08m-Lc+p@|hQWoElRX}Hn>8v-&J z-HTlK8dG{Y-RV=`S*6!5Jcf(W^mog0D;?ltmSrDfjN5Vf6;4ejn0P*nl{V38W`6+%e#QmH~n94bXYksD95-X@M^yIZ!`p1FbG zxH)p+2l>hc{sI@6Bn2^+$C~FiGjE2^W;+D!^QRyDTS&Ho5ajM?0DY1Mi+75OfTg zJ0d{lM_{X65yDhNBK{E2zUQQ#HS=r_Idpp;_HKvDg1#k-LyUKVgfr@Bjb+ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/__init__.py b/venv/Lib/site-packages/pip/_internal/__init__.py new file mode 100644 index 000000000..6afb5c627 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06551ba0a9705bbf8e4849dcdeca4d35c8cb39cf GIT binary patch literal 761 zcmZuvPixgc5Z_Jm()6_jK`%YI*C#f)2x_S!RD?>Yf`ae}gnij*-fEIvcJ@`C)RTS% z@gkx}zf!JV^ecFBHWlfiL*`$0XXZDvBX@SDjOg>HU-Ci3*w5fxri7eF#Q2niVv4t{ z<8$6c^N0sOYU6oAI&LRjI!`%+^xMXFMrRuk0f%gt?K0R@$(Kk?RQho;pQ`8un`OT# zADcx(a;(u0*)!|4>1BH|<3m!lrU^&VH8`XW{L1w;4*~y(kg~vs#CU^*;)H~dz2}^r z^KDp8vrO$!2Rr>#ffm(q()t_6DCwqgOo!6`WC zYuz_fL8N^?9gQcHLMo*%5DNuf>K1Pc1Q1K_E$$aZqy2KV$ZOLTc5P*0wJkK_3b43) z=l;EXOyojO)Noe4b<$dJ)bvfdnOC~^;AkBAiqK#Vy?1MC=r6jB5EHoxsnPzy+$Pz7 zn#cR)(HMqHZLxfHbX-1n<~7tF%R}mJVSHI%=sg9tHS3P@mS@nPmB)HfqV}+7W&K7r zfMo#uA4XA;seM)Dc0DAW)cqEf#IPJJ-Hu%FX8dHfHKcxRX<#nAj*CeQx2|eP_W@Uh zP_O8Do$S#X=ZBc?&aYn);6kZkdjvtt(NKvYM(>80W-^u^hj2-RwH~sA&Zt!j55u4_ NBXKRt_;!-Te*qM1)pq~@ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1e32e3680b911cb293ec453304f30ab15d10d16 GIT binary patch literal 9100 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab9b80cf97ed848786503e02feec334070f603f1 GIT binary patch literal 10703 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 OH8G066SzN^DE=S#aOYkC literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e06696791150077e75645bdf9116054268e85cd6 GIT binary patch literal 585 zcmYjO&59H;5Kg+=-EnZigJ;dP!R@{X>LMbnEG!JGpdbu^A=9ayj;1>yl^JQ-J?Sfm zH}AeuU%lunc(T$1%ND7>r0V0ViaI))Gm;~~6TOHRovQhZ28GtDjQ_>yFcdR`4OEs*_#$sVGjDWE3SmCB+A1G}l=|z2=-< z@hkR~6ITA^=lj;6pyLA|gdJ#c>4I=pi^lcnEC_6Z@exIARTP~X1V&@6Sc3>~2?6@X z^qaXLF|nFY!5Kj)t<9d9&=8fe_*fu-Xk+wvQr8<3+wHn)Tvz+StJ)i18^kSO{q)K6 zXVnB0(o7{EXRFUac@Kf+engek%JdNeja_Yt4OY;{FnC9|7>d+G`%z)DPkym*NO%95 z*C+CP>ciG}lpoF)@@;S*p@}F@X}q1|?n%gpFuoW1Cr-dcE> KR)DGDe*PcEf}M;2 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94fea55f523d36780e567d04d6fe01ec75e5cd10 GIT binary patch literal 3464 zcmb7H&2JmW6`$E%lB?yClI1jw-L&20A``F}8)#5NaNIOefT$1@BMxeWkV~v~hT_V* zJL{RD6w=F}h*>U59qO{z4p@f8X$)NiTd6wMNvk4=n6ZWnSJv< ze(z(R!dA;8@O<&de}`ZEgphyXV)1cc@ix3_0s|wACZvbIRzg#&XHlHniJdwHO;!7_-U)xf_a0vPe`xLmY4^>%iLnkeZu@d(_^c* z!dk2iyO$WfM>@;@0r_O7LrX6UQ_l1#Pk6^J?O$i((%FucF5M4u9g8eXfT*TLn#3Ke zT;0kJ!z5-O@<*ds@|0(~Y%VN-_R?0SbeJR|o_yW)IG7c;AIry$XXS1<|0P zxT-Bine_zLo8*`tqn`H8g~JxmBZLayS70c}gOw=-78F_hmQeD@VgwG-9njW`RgB7H z5if0}C2U#U8>JI#p8kc%HZb^hxVf>rm1!q$dw*+t_pTHNJko0S-C?Nrgx-y+ z-*v|GM2yku-9w%o?rz6>y9&6i=VA0P+~;aHkMlSBvEdgcZ{*{=V%5#Z<~Gi0#pp@8yqRb^%Rv1)^zOfnaEIK%ZF!gyo3^7+O1%_PGTZ0uUjVP^FWH zdRRIKBF;dUE29j}=d7>9NJhNRATlB?J|v_AFdf^JWGgp`djAGQ8UB3?Z_#*G zXAaQ0nZxX<3!I)5HT48Av`18aS`hWAZm`-h{fx5ulw`LHSANABg?mWkS2Ll36#%Q~Kym;R0F>K+89?%lqWS znzr`Iv|adU1?cxz)|~p4Ez`F43$O5tcF{U^ARb=|-+{`pEkYLPArIzp)Wy&Y264i> zo)^G#HxVFLFDoL&6~dr)`Ry$Wmv$b3^1}dL>mk4zIQi30!Z43E2tg& zzY2Cl#^+3s(fmnym@TjwhALar0VH@5N3l-Efy#Ll4`R-`a|Uyr`$p&WU>njM3uPb% zl~Gl_SW`b_-kgo%P_QA9z?2s=Fho#z3^MbhU~L~uJ{{*Ioc?*vCngodF zKm^wYLe81YF$e;V6&^6mh1398r}DsupdeJ#bNCU)ARYkUKn=wxVdxNJal-e*XdFa> zfjlS(*8>6Gl}9mr4+C>C&E;O3&rpK}eN`}!B7F|C>ldicEIo7btZZB)y1?>WS5s+% z5D+oUYgaZh$06<2wFGxb&M!7L=4{KQfS4AvEhQMARoEJ)CIK+|&;uL|b&Q^7< zvh3PSUASrVuyaxA3Jbh&4*^oK7)OB=LZ63U$B3WQMtZP*3re@kGr%46-;3#rVrS_5W%}LV1lb46FL}%phbwljB<#+kG^eHoM#41_Wp0y zXL+Q6Z3XCz7beZ)Dd_T?<0q>|x)uU%(zkwbqk9W({o2ux^JG#fW~3uYk0lS4$fkz% z#|VZ z^v5ui^;lu8E*+8cOk#rqy$uxg(%$D52ev`45reREx`J`>nN9SX~;@C0I2fnWR(E@Dgny2scU`cL2^heZv0j@7s`YD zDQfg{9Dara_D>7V*k!cnT&NL&C)Dp@Ag}t=w;bB0*YMYMsZT9xojOh(W;l23`ggEy z)N3xxeaE4W<$85$eP3VlYu2e%_kar4r_L#!_izqh-MS0EK5zye)B+hm`<-*z_B_~i zsMm6+Ysoi3ht8_;N!g49)UyaLAtkX9E9-ikLkvh877`mOS;Orn^tRnT^u0_-KmE+KbezLzYYu2{b9x^Asq`yYU--vj^v literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eae3f507710475759414354037ca26df3f28cd77 GIT binary patch literal 4348 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/build_env.py b/venv/Lib/site-packages/pip/_internal/build_env.py new file mode 100644 index 000000000..de98163d7 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/build_env.py @@ -0,0 +1,294 @@ +"""Build Environment used for isolation during sdist building +""" + +import contextlib +import logging +import os +import pathlib +import sys +import textwrap +import zipfile +from collections import OrderedDict +from sysconfig import get_paths +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, Iterator, List, Optional, Set, Tuple, Type + +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_prefixed_libs, get_purelib +from pip._internal.metadata import 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__) + + +class _Prefix: + + def __init__(self, path): + # type: (str) -> None + self.path = path + self.setup = False + self.bin_dir = get_paths( + 'nt' if os.name == 'nt' else 'posix_prefix', + vars={'base': path, 'platbase': path} + )['scripts'] + self.lib_dirs = get_prefixed_libs(path) + + +@contextlib.contextmanager +def _create_standalone_pip() -> Iterator[str]: + """Create a "standalone pip" zip file. + + The zip file's content is identical to the currently-running pip. + It will be used to install requirements into the build environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + # Return the current instance if `source` is not a directory. We can't build + # a zip from this, and it likely means the instance is already standalone. + if not source.is_dir(): + yield str(source) + return + + with TempDirectory(kind="standalone-pip") as tmp_dir: + pip_zip = os.path.join(tmp_dir.path, "__env_pip__.zip") + kwargs = {} + if sys.version_info >= (3, 8): + kwargs["strict_timestamps"] = False + with zipfile.ZipFile(pip_zip, "w", **kwargs) as zf: + for child in source.rglob("*"): + zf.write(child, child.relative_to(source.parent).as_posix()) + yield os.path.join(pip_zip, "pip") + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps + """ + + def __init__(self): + # type: () -> 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 = [] # type: List[str] + self._lib_dirs = [] # type: 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 = { + os.path.normcase(site) for site in (get_purelib(), get_platlib()) + } + 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') 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): + # type: () -> 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, # type: Optional[Type[BaseException]] + exc_val, # type: Optional[BaseException] + exc_tb # type: Optional[TracebackType] + ): + # type: (...) -> 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): + # type: (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) + for req_str in reqs: + req = Requirement(req_str) + 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 dist.version not in req.specifier: + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder, # type: PackageFinder + requirements, # type: Iterable[str] + prefix_as_string, # type: str + message # type: str + ): + # type: (...) -> None + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + with contextlib.ExitStack() as ctx: + # TODO: Remove this block when dropping 3.6 support. Python 3.6 + # lacks importlib.resources and pep517 has issues loading files in + # a zip, so we fallback to the "old" method by adding the current + # pip directory to the child process's sys.path. + if sys.version_info < (3, 7): + pip_runnable = os.path.dirname(pip_location) + else: + pip_runnable = ctx.enter_context(_create_standalone_pip()) + self._install_requirements( + pip_runnable, + finder, + requirements, + prefix, + message, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + message: str, + ) -> None: + args = [ + sys.executable, pip_runnable, 'install', + '--ignore-installed', '--no-user', '--prefix', prefix.path, + '--no-warn-script-location', + ] # type: List[str] + 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(message) as spinner: + call_subprocess(args, spinner=spinner, extra_environ=extra_environ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment + """ + + def __init__(self): + # type: () -> None + pass + + def __enter__(self): + # type: () -> None + pass + + def __exit__( + self, + exc_type, # type: Optional[Type[BaseException]] + exc_val, # type: Optional[BaseException] + exc_tb # type: Optional[TracebackType] + ): + # type: (...) -> None + pass + + def cleanup(self): + # type: () -> None + pass + + def install_requirements( + self, + finder, # type: PackageFinder + requirements, # type: Iterable[str] + prefix_as_string, # type: str + message # type: str + ): + # type: (...) -> None + raise NotImplementedError() diff --git a/venv/Lib/site-packages/pip/_internal/cache.py b/venv/Lib/site-packages/pip/_internal/cache.py new file mode 100644 index 000000000..7ef51b92e --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cache.py @@ -0,0 +1,287 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +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.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__) + + +def _hash_dict(d): + # type: (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, format_control, allowed_formats): + # type: (str, FormatControl, 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): + # type: (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, canonical_package_name): + # type: (Link, 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): + # type: (Link) -> str + """Return a directory to store cached items in for link. + """ + raise NotImplementedError() + + def get( + self, + link, # type: Link + package_name, # type: Optional[str] + supported_tags, # type: List[Tag] + ): + # type: (...) -> 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, format_control): + # type: (str, FormatControl) -> None + super().__init__(cache_dir, format_control, {"binary"}) + + def get_path_for_link(self, link): + # type: (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, # type: Link + package_name, # type: Optional[str] + supported_tags, # type: List[Tag] + ): + # type: (...) -> 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): + # type: (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, # type: Link + persistent, # type: bool + ): + self.link = link + self.persistent = persistent + + +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, format_control): + # type: (str, FormatControl) -> None + 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): + # type: (Link) -> str + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link): + # type: (Link) -> str + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link, # type: Link + package_name, # type: Optional[str] + supported_tags, # type: List[Tag] + ): + # type: (...) -> 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, # type: Link + package_name, # type: Optional[str] + supported_tags, # type: List[Tag] + ): + # type: (...) -> 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 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__init__.py b/venv/Lib/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 000000000..e589bb917 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7036b2127507d50ff0154eda5a2227586c7eed0 GIT binary patch literal 281 zcmYjMu}T9$5Zy~-2;?8OlN9lK5fKz55JX5J$igzWJ4wdu%`Uf_K&<@*@f-Z5v^Ms3 zR?bBWAG~?I8HRZS4uO5}J7HTqhzFlma1a1Q>)Gl%X zV&avC5OiGXMCmk3ziolN4#cR53wBFzs5=Z$(9784=x$OSPOSCOS^KWKfm}J3@6FA* zne{uI*Oan(n9a?77oX6TY_8W(nplkc)v3o6;=V;LW{12pb81Ycg44f<*+`<=9y2h6 a+6AhuSSr?@rTt-e(MG=wc-g=EB~(9(WLE6} literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65042d0a8c6d2b0854bba4f15383d95388d201c0 GIT binary patch literal 5138 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
b3k4U(Uu!xY$~Vr%QLG+So|%X!*6il^Io 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 c71g7^GKvpqA9RL6T literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a8a765e54d119000e9ea7e92f7c038209e9d148 GIT binary patch literal 22498 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 X4n~PUyr%STVlQpFwprslv6ucY&s*{y literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a054c607046870cefe900463fdfaaae8a68cd2ee GIT binary patch literal 1296 zcmZuwO>Y!O5bf&u*x6y%S->G6aR?WrJ%EW6aX=`F;sA2wtRk@jWi(Q2Jl(*M`J%gR z*_KaPOPmlV#Ki|V@|XIWOY#q*oKiL8g(Y#1`gM2Bbk(a@HQ9I^GaPT<{F(jD8T*3{ ztHZ~`_c+ZD2$D%CSp^AHJmElRUV4?E_*IYuRhWdpR46^^%itAH1`n7F<=~jf!Gb4| zj2^P-@GtbkrrZth?HBf;&GO&eTHe%F?b|A=v!_Z=J-4>mTYl~>F50q6XSUI9Fh6M3 zqf9$4=JP4IVczUzy2xsqljGGv)M=P)1jQ1NEa4I)KY^F*2@uWWQQ|3I1rn}cDkmTV z86Nu!NJ2GG(G{j5IXK}mlEY&^8NOsbOJYnSb{99B3hBxv&tiY8o*|u3E4!=f9Jp2_9!_%=!LkK=2k#jQ2uDnC>n#|rzGUc|&+bnH7nt2vX%`7m)P)toO>iTs4B=EP zO)lN|GusDnzER~9T!%vBWoC>JAJ{+o$2;j3N~~-1tY}U8cxyZTMK{k?ZcV!REVDa} zP4j-eAyr#82bHRAx~J;Bbi3F|O<~oI7Hfs|F=<=08%T%zW#vX*78`l5#**93_CSx2 zUPKv(2n=Ef;qdAis@+_s_&?3)HWk&(5suh%rsJR3@6c(+4sW9cUSFane1u9q#?{AX z;Q^~B-!Sv-Ews|}YyXy`!mN&Dx8B09QEP8Dzdz-AjQ;f+!50JdO*EKG2$ZzxlBQ(e@gsN- zNE>ET?-OY^#!@N0)E@Jh;8jic|C5UT3T>Bhn(o(tm>*s{i}~mN&QTZES*5TGVa*T*G)D}lPoc14Zu_IZ3qKWEpX6IkaX F?_UX(GCu$S literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5abdc19c2a2665a82a7f1839f4e5b429561a73fc GIT binary patch literal 1371 zcmZWoOK&7K5VqaVd1jI1ZHyS%?6BQi96z947BHW^vyb)>8`9P zk}uJyw~Wq2UZi3XrFG5oELC|`Myym~QCE4X4%@FGe{?z`+8yUo>F{}NOj16=x|_~b zl~qN}nPPD6)v1sy0ZoyX6cqhTuvFdGglBpEOo&RrZHKa2uqLGOpNgr}zF=xD$_$&Z zcgqKE&_0GO{{pfCMCV8h6`C15(RXAYt&t)d=N4h4+*d%C1LdvID?A}qJKI|P0Wn;Nv8M)`ZR)Pv=H7a7U%J){aN|YotT6RfH4?(ajYrBgvF9T3%%-XUq1% zK`tu}$eSXBZ{!Eskqc>oz7`?)*2BD%D&;)6Nks`B5?)QG;M;Vs@C*rznJ*Out@dt2 zu9zm3)B(>+CRwdr_99o>Z$j%9q;e@mPDd-p0bX)*fY-^Qka3)ozjI<;WK> zKuCvKL6b5qSR>hPaM+7XW2S?wJ4yeC)cdJo{aO$iG=?+sMGB0bjswU&g-KDx*hzb{3zr3kxA^Z zUWoT0+5v1C0YNy#eJ3P7A$WlMcn5am65s>!5Vo}*;nUHc4w8gcS(1n$JOi-c-vM5+ z3n$SxDqk&XqajA)7)=CO9KOlo5VAPDH(xMwwkrCA|C^a)6FYmt7EKTTW775~xVFA{v;8q6Pl{Ancea>Qsq@VR!MJ90fK-?jq^e~OhG24Oqbj%a(HBPX zrP-<8`l=?WKHxUpPRC4&&nc_#RJ=%~q#QQ&vZ^THaFLKalj{74%0%Qv&QhM7Ou5(nLFuv<|4A`JNaAdmg89%*#wWcJkQJ z@u6)%6AXkjxs~Y1BDTaJogdtZ)mT&e*g}?cj-a2o(wq9y+YK7)7*7z)b{ceyAYU%b zhQu2o;*;QsCFiEyW9zncgf3YVOghtEgO6c-(r+xtQF!?NhPk*fxoGbv&Zfd74*b3@ zqK(bFhgZUPYVbK)n}upU`ev4ohj)}WV%1j42Cj0)A{|jRpAwSnKmw9>k?H^p+Ds^? zObeb!+l!r4>$9zp~xk@QK#7+I4gz_rB$%6?WJrr zWBKYSM6A>YDqLfLX1GbceqFoffbg*Q_u;kI5wx<#sw`z<9XcnQ6bc9PTt|j`TFik^ zmq{+tEk@guMGf$zBuV*5a9vlFKLae+r>Vsv-J`Q?BqLspYtoOYL%kU{4ytif z(6p4%@}V8whz5%$-YRUXkqKm^4cg*BC{IXIjiI_e;*eH_E1`UrmsHSNIrMQZmCa}g zn>m2m(Aa>0>&PoFt!r8m-hlzXW;C1@)jk~r{5`FESL>i^w%D2#3DwbeNGKCj1yIWq zQv}@6m_Xqn3izg?xGM6 zE-61rNR=fCzXhB4DhTDtgBt!19BYj(HSr=acjaH^t^jjevb^z{ex=3ue;ia7&#amK zTuw#mj1~GgqwOEe#7>==9?P7Gl_CdbY5KMt2QN~_zzfYDNS@?ehvO8tOt3V;RIpZ5 bWX$NghKsle!m%MRXaRT80=ytK%ijJ6UXWef literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a56de04c58cbf443cb2905cb27559863792995b GIT binary patch literal 9952 zcmbVSOOPB#TCP_=reD(fTdlJ0|yvbVu6)SkHZ1sAYu<(xNLCX%z@yTCnC7u3qb@ILIF14|5x=) z_h@V$Emc)!R#xVpfBw%e$E{XN8h$_i<9~5aKCfy2OqKDUh005~2ovG$jr_?NU%FS}8(yVl<%__gkg|*If zbDGQfu--Y)JkXhG&TzdD9_-9EXFG?Qhjh)?hjaenZM}Kqislu)sRx=jEzPT@_`o+ZDc)jhr%Hjy9BaIcO!Scs22bo5Vs{*8-WS+#9`a=%au2 z&BgC7Ucb5MymI5l^&1UCRWHTSO3?11HzrXt6V+FQhy^;$3g2^EiR1Q?RcA%S9j7Nk zH6;^~#LICUwuqeZUp}kIzd*s)uq7I8N7M8z-|`I4d}zL>t$_7j?m?xQ^Yd#3zv$&3 z8eYLGKCqfo-jivYUqpNPp~Vc#HA`Htq2IJuN53-H51>Bd9Ynpt^;y&pd2^^&xqcY+ zBi>QeYgEUG#~zyA6W(#OOuwgDTC)yzKcx=7Cj2DX_>LcTUyVh_O~Azdi!a+?aFPVR zI2VG^_8ng=$JmxtbhB4R{isAc#k(}W*f5plindhw^}Fd4WAsGS(#P0jqD(?OjZ0p@ z&C>^lXDn!*iKn%oCE8Hm*1X(N&C4Ir&{ja3abH_A2YP_|r~2>d5Je5t7Z*Q&3L~fk z9rvC?q&eMK2DGQ2)0C8ex=3 zt_EGXbo1)9rPoBf=C=~LbZOO1mg8ipl|IjUem9Iah_0nOespK)TCltX^8K@2x3%uJ zeYw;Py5}%Ajpv5vT48W5RfzfShB$`l58;wU+%%)87xh`ae|(?qoFCEunW6HjVu?Dw zX%QnvKPuDST*4*E1`V{KHqf{A*Re>_x;ZD^cPAaefg%J^TQ&^w1bU07=|;Pe-oAm7 zI<)T>$MH(?)Ox?MAG!N}^(bdAyuEqxk#WXuSUj65bndufrIYZYq~A>!MZz`ukxJ6V zi~0bCwzg>v^fgT!8(2e~N}hgH+lD})Y>4w&E7Ue^P0WFH9~O4q65qi)sPVwuHmLV7 zx2=hH@m1b4d%FDouWIkoc!h3AZNuWWwwdG6jN#NENA+zm6M}0EO9PA8+Q{|)tz>7v z8>}g|Yq#P~$32VHxUf#XXNNFlcDyn&h#A*yH}dR`pSa+FoGdBh@DteTBEGW4%0<41+(FHyME-Ul0y`xZD#04Dj!7f0*NXo z?z%6XJ8szXmF4*`@`a2EDi_9gp{x0H3CdcFgQ$@olg(3@RGh|5Su~q?f$Eb2E1p3c zNv=GCn^v-nyk6Jos^}GHSPi9FqyPMVLi<(Pp$ep@fYS2@xHmd;re2JqtRhNzGy zMAI~a30A_=`zQ8W!Q?0K zfVrN86?&X*6QdPyG2Nuio(@w1vz-`280l^3%eJwtZyE#g=w`pav;D6`vL}2yS@m%b zq#Z}$25!C``FFzr&t*Tk>-&+-GqaGRue}loC_%QCoxy^Y-GQRmhB&lDz>J#T>C-Ql z-lRobu;1P+Ju+;v9p41Ss*m!SLzOH!%T&WLLR>ut@RlG!&C-S5! zU*2V<(o5o(K!NxLx{>@f3J_^mB2a*~rS3@OL$U33ActC8;*&gs%+|8 zSomS>4~*N^>tibe=ZyLD$|42%Oc&SjRl02U?4AwpQv928RZ)4xjn z#;Jhae3m|a4!6buitZw}<2w%gj?;;~UP$GNLv9d6cA7|~{CJI1w=6b!V-?mO|9don zFUfGjV5gJ7=tF;e+rQU^`N8b;wsXdIL%4KQ*_cz4oy0c6g}WF9VUiFCs^LB`Ese&R z2}u>c$R>R`l(C&=aW-XfHf3=(vN${0=#ElM$-@g9yqbuI$^MeZWR3d-1y6&u)etah zJzZQ&U}x7TFEQj(9QvUK=ZE_mtTBg^IqE4FMsL?FvdL>Xa*RpgzBYvBqKvFZe2n%f zcKsh?Tq7yL#@`tjZR$z&GG=*z&=n5#vUY10A*?y946LL|!6_`fd3$SMvb|E~n>VgC zYT^nAR;559a7x^$<&SdQ@vTvHC*2Nbv=gd0Dv9$nfQghy9Hmk%-JDU+GV$ zxY*c0EsKI$9#cRPotLN^MGqq&z-Ji1&mmvXk=g?eKq3wRz@I`}3CXVYQ1^0P{sFeM zStj?~C}P)GUv@h46%j+_+{AY6c7RmX9;Mmypr-D6-Y6$*Q%6;eISO;Q zCY9NZyJ8+>jO2p$cb9&Z<9=fdCqYmL)0lr^TlwQGB zWl5Jj1B=uOdzm34&;%AL<%pefgprbR#v~d+#GnCz%Dn{XPZljH69|{mgS~v29{bM0 zv>y`r3;~#=9^lD|eR#6xqs2yLk2XN45O)wySS3{XI`82X+E5{gykb|xKtqxZL1r=4 znR`^))f6tV8i#oC02d<(MWj*I7nQQ13u?#jp|L4RqNbSqaA*S3Nft7bxgVySfrwbA}=IJ)< z)~erH&zu~)p4K=PiBt!88z(+MgaQ#q1P{5PjXXbam+|gZKrzKY#v!2ti%==TqLf8} ziWs2Cu+*fqQ{*?Y2?Sb6GVaiM&C$rc+@}(|HhGMkRbm2cgNuQ^uy(;VaRMJ@VS0m8JT=zG`IuXGd zO&UD<(HaT4VvVK{v0tO$c)*y=O$787*1KkGT+@L9>019}0+f7U{Y3i+JkYho8s?C> zqI6UH9=Ut#9V;rO&-2=Ov|#7W#s2A+BikpC*p6GR9>NgM_IiYcAt)Jxl`q(zlR7o> zs?2+yI>1!B>Zx|UML-7Q%_`T$2nk}y4XG^uUXYBK$++5YVIW?#GW~n4F^ywWSxv{! z9PMABFRPuV8|*i0NJ;l$?8HYx;;V^tfs~RMO4=%agd12z2GVGon}8+|J3@pw=OEEx zcLH;Hc?r=79E>F|CMMvrTnd-nK8c70&dn=q8|abS%nxz{{f;J1Vsn7>A~MPkps>Vz z^d-Y<13u$-D9_-VJVxa{Z^3Qd?%$3^*=xQX#>;Nl&s~7VT$oq`2|fwP>$C=nry~}zy z%JDqN$>TQA8WjehQ)*RJBAy0xo|37`qv}ZCR3U2- zERB0OWdBd={%g$1nX6`0%)D-VnKx%BKZcMRUs#r5)Cs^giwO4m-~4~@6JTtbM58`q`54zP4$i1(Dj8b{KyD zeSHh5b`NOA?c-a(cv05nHL{hc6+IJz{6W8xObtv*!Eb8ONm!cF#t(Ifs;*(AGEm>j zz}(UZ7t>)~BI7*fiZ1i_xpm`1U7Sd&2>kWmKLSg%Gm>Xmkl_2Ku0{11H2JsZc|;lk zy>|Q8Mlzr=y23bh(NCGGB2%>p#jOKY!qL@x`g_KT z$zHZNFjKf8dYAi_x$obhe1LfKp)S`r?J-PrXr81I>rG2)8h|O(al=Uul*F?e=j_ zkmlakk|Wq*@cTXhvMp@^E4}?s9(LJ5Us&;K{}av~vP?7$YDc+`eK$a^$eJe8l#%kw zRF!xA^A5yFFEd{~Z(okddm}7N65#H#>$d_p?^WcrKrh;SUWOzo0p7+rC=k$KB9M_1l5XKUi2&$bPRlC*QT%@A?M*TTQB092=ncHgJ|LY2-kAlR zXKWk+(2*)rv$BD{bbRR}x=*c17_9sDhA+=W@fn+DImg4>803X>=MlZi1PJ!L%C+KN zc7)dd^#3+>HpUJKJ~)hHT^F=RXCuE2(BTfn$%zk(MH7Dwjr5ucJV&(JX|zQa@pdo3 zf)FkdP5{d1+1x$m5Xc@JBwIi+2xDL~z`%?lB$SY_ZF39>Yv|%V^nz_6*P!$}pP8xk zW3SBTUTg=+NeJ>X|3QT}aO;0-KO43u-yZV?wCC(!R1pYSxQr7(cJqy+X~d9!i!8rn z8>jNTamcK2E-wBMv#An$9S+&k)IE=*YZ!A;;kW#87HDwj!XUUHGbuLc=F*K_#GlXy zCUQDe%f`%3`cxGv0GE+u=P%U}oerP%PVZFH!(V2cDqsvkiZiE^l0QYUtK(x4X-rdq zW5P-rY_KyRrFC;~nd!2BcEbs)D|BjBplb;lLqF0H= z8QhL( zR)xWgm{vF?PHKPmdKwaNdJ@|moVKNTOqQ?gCNk~{&ZOBixKR@DpHYmPGO~%2Nf8hO z86bZ-WA6o>PB(0itR{Wq1;{V$yRleDjy$90kaD*0=LaL$DZ`Lb(B@CU@6_dU)MJIQ z>j~NoK`?=!lsLt7NO+Xhin|*?yhx^@Um2_*Sy_ZneOU#zsq{OzWk-jIw}nV&d76eP zWKKf-C3V~r1I^IjlWhtM8JU(L)T?xBFZray;Rr-CPmDIeNDyN}>KJ{GLduh6WI zML49!6sljs#UU01gfkuTyC@^Z;lm&OBb>`+e>#DqjaSeepl_Ko4~I{t!~?Y9FCr3z zuVR;vn3-)IPd~Y6@#pyB1g(++Z4GPcAK7O$Y;+p4dq9U2f-~_Q@07C0F>xxHZt)Vm zApJA-8oSpv2Xwl4`1!wfI0EXd14mtQ{py69C(JerL9AqHQ_o}C7 z_Ggxe+=HsFdR_JE)mQJmdR61k&6PDgfBQH8>4&bS{RdTcKSfk-BFSIqn)ZRlG^U4| zm%VjQN8JdGuIZUw%d@(MXXy0J4DGJtIjU@hg>KO+c1vEVTlUI|W`{G~S#MUAop7!@ z@6D@nAw1HpcokJHhDW;#-h!?TE8tiPk98NlMO}NKMN5{(j}M;e8vU5=Eq?mqS(aQ8rqQ1b6 zp?-{)Q9p(HB0G-yakM^-+7eqvZ5g#QsGVRdsIBlbe1)IhvAwgPon)s#JH^lPUT4@wD?3!q$J7eToQ$|+DTf^vyn2IX=# z8lT;9yi45WZp+~3_$B1$RenL`7b#~iJ+-~dtjeyit50r|MSAp|APj@3eLE1%kV_)X z-;0`pcX^cfA?oN*SnUN-#8vUZz51PRK3E0yNSo6Lj2b3E9Dy{`ibdB?8ZsDiREy0x zjD_FzFgrQS}j<4Z29PFesGev%0F zfu~j&$RxEk;vh;L#e$~`A4CCo@w>#4-xVSjRZGlcdg2IWN0FuFX2%zPGvPvhs);io zecrqC#@f9Ilt^}ho?Lry?;C6HiFkuI6S;P~<0tEJvW9N-eueQ~7!PRW);4*xx%Q1< zeN6@lf29Yo{Wh0ty`XoUv;zG6@Om>0uJ=UT7F^24x-Vp{H%ONnl80d57=LMozLduy zjXZ%&)8{Qqx9qZB{$I;lv<-bxpViBTIEQa(v2hEaKy8}TboWE+N{_sQjBDg*JOid~ za*JEEl26U=Xf2&t%ziTK*`PR2bww$#A}9_kvGNnmD||<@G_Qyinn@QFG@{>2g7uL9 zX|NSU{x6_RWf#xadD!E^O=6cvvM;!s045icYt>po6v)ois*8n_ZWHRrnHxv$Lq1rK zeZgD>5%H~+6|ei9K)PraKawtsA4Os8GfAx1`J^p)JPMLd+)vz)`r?T z&=9V8T@8bW-0cJmmg6@2LdHT?!KedU+C7|t-Nm>v=mw#$W|DNco3D!-2J6K7igfuF zG>*nw4cdT20inj~C=9N->yXKpZrpM=phL}>O_P{mAfVcn zZ)6yJspj5G6j%^xAZr*jxmvBMab8p3SRk7~FXJ+bL}WsemDQ_-)Rui%8f+h~B}f_#L1GDV>gimz?AQ^&Fi9&p z=X_fdGz*$5*`>Hh{VowjPfLx4vH-9nPbkh(_7bwYNRoC4&0a9(3uS$H3ObLiWw#rs z<+6OLA4HB&q;V<9lgJ3UXZmx*9uveU4uO*~hW|Ro=Y1}dSUHlzArEoF>_NU{y+{Q%qdFFKvW#eSAz)1Nvc-t4~=6;}acQXP!j>19atVa$7 zULwqtee6$jsDlZ}*o=eCkx6FSZV19gVOKR3c3EWA@1}MOu@28roIrU6%|9kIGAN7s z(47M19y6(y$d)27Yc$ewqtT67Kcw<(qwz`K4@X}LjRuRGun(IgBGbrZqY=}&k@+-v z80IFVgiuHSWRuBaiiU?s1+j^VXvBhZ zu+!OFVV~da#v1`<{Q2DFt8j!(%)iPmU;bQot7f03`CtF=*Z-Us{wXi~46bvZ;83N0 zs}*deWkh2L!1%bF(FH|eQz!NYKJ<{XwKNc*;U|cCV0uaqsVPI2Pmh}%D~R>Xf-qXs zS-3>n4TCri2awfMLHRn%g7t1irLM&xPd;Ok)}W^$nRx# zF@sWC=)%z=3>Hg845NK5SPG+L=_86Cn$fc{XHf?lc<{Yp@mbID~_QJiHQnMTZ!LD*i=c&FsB4( zI5hblx@1xs4$dxz!8_@&=YUGklE-Zl7ur0x^*h=}C+KMU?QEk1#M{P>P6y3TENpxR zZGfbpnHnJ4K}edUCLE>m*!f0c1WBrI?Xqw3S*e8+ocJLPrh*>5s5@pwAD)~JEj6yr z?(-{?9U?7ayMvEP2B|3%A?|>$c$cz2rtF)PeTA}#fVY25LI~%gE7dso}F6_*!K7fhfto8r$5^La`Xrl66D2S*q{kvL2d58^jPbjR3 zKT9l1&up}Go>MzVoiB0rd{QJ@17}Nh0?q41+Abq{&zGCtrm8B zsvm%CyxY@3V4|TL7WR1^`@G>5mtrBr3TTHH4$nB)KlKAAAwA!In-0&DRmWfOx`C55Ah4?jav&a4P$hCQEXhfk8! zHJ@Y_hNma*WVeM=W`zHj|I0g49FD`51hExoaG%f1zM6ML|d&8`FlR0_3VKZc({I*_)KDAfxRHD1;F{Q(U9kq;`fCwW6DC{0*SyKL$Y^ zwtj=Jqub#!0u;o4hJjqA-x|NO$_JzA(Yohnxbl8S^XDW1?d_Q(R8oG6s!HfXPk2o< z`4v)j5VGJBjd@$$M&q<*#;sOr#8GPdvKa)allkM+=5&JF6XhA;F;*>#-nVgK-ACwy zH-*wJsoDx+(G_*;hOj!T>nqgK{Jy>cWmCXgbwPWKxQh&bikMx03-M~{*4ytl?tl2+ z-BlHIfijE8Y7A>@V2N_ub{uePQ&EkwP3wx-T_@BgFIJIETf30Fyiu3OLnZ?3_ SmH*J^ch*@)AN_vol>QHgt?@Ph literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffc73407bdf9bbf07defc766bf91ac1dd3b51d54 GIT binary patch literal 12063 zcmb7KU5wn;btX9+&d<)wj&@hl>esYnTN+2ZlATy_99gz3t!yRAT9!6eJXK0?hj(|m z%OOXXoRwxW+bUi)PJt*%f0DF?3P@-Q)W}O7iURFJiy|#h^tosOwr}l2^HLN@iWYJb z_dAE2+1b$wX=lL8%lpTB&pkiiIhS_1TvYJ;-go}p{{HKV@~`wT{LA9ubzI?}sfyw# zb;VH~%~R_t-?h5N_e?#5d&bk7*?Lx`Ho9jtbM+kOvtGVgs27^Wda*fHA8VHCB`!C- za>q3=kwmK=0tsh^966RIaQzHe9_z8+*9Av+*{wv&tu+nb6J|%|rD=oUeF?n@`oB;{3R0HlMCP&H1W#q#vH_t7mb&hU@j^O#PgrIfw46&SB@NyL$Z%Q4j^kystS=J4f(*9{rCx z&!GP^;#G`y!O^ZMwP)>J*u3+BAK9)Sn$e0d&j-z>?K|e89SXDI*}r5%ZWMHukA8p*pt(+{Ge zFNEXz%cc|D^1Z-z%#-F7yRl|3i;J%B2x&I#mc8hDZqz{=|5#+UeP1*%4_mrk$8?*m zKt?ofaeKd}-B@vbAv-3m%l16ejY4xBYYC)q(q#$1;fnBtDWb+~@yEpH^EEZjVcL;v zd&nB^+Fo0PH9gLp^EKlgF0@;oK)d4g6(PLycqczKnohuNLK-e5 zF0zwpmS`_-M_+JnU-D~OTuO`Qqzq)d`-&9nZqN?jXuF1tWbDM7M_WHE$mWbt(J+) z3!>QqftjA2c;B|ig-#2jEMvoECoV^5>A2Eb16R_7rX~0gGq&2qrPjJDqqgk{f4xCm zH2gEthp>f=P@pLl(vr}Snv=P&exNKtJ386BrMfP%!Vo!;7lnPwKE*L0$2li|SKn0Y zMbwOONx>;XvP({d+m`n!=t1e2Gj?BhN>2H1wqE%_(Utl*WPLoIOocY(G4P!0cjt;G ze&-SqHk(vtE(MUbR1fq;yDy&BBJm=q$nt-@Hp~6zKZJxx5w)e?fJPboD6iql;0mXZ zM9QY}Kz*n{?I}IQ(j4WQ@}WA9Ey#xLmXLAYvRvPdEDO2xB_Og+yM}iZEQ=>(SsyBo z{0pz#xCHT$ez@Yc!W-8wUA}Qe2CLY_@Wy$lti>R@(Mawy&|Y59A;!J|(OV~chh*bce3HRCy5|B>~iVb0?UFC$r2Hnd3TvGv@{gwJz6ZcerC(H)7tz5g~^ z6Wxj4OzTs~^psT~k+uS=f*EmXJ@p~}V90)*8b1Fy<$aW_fd6S84Lz3&`8vJT-h!zHBBBzE2hjS2_|U;>G*xle-n+vJQ77K zsuOxe?H=1{@jLXa=?VFB5K0Nl7Uv?jDS~#Cup)CXjf)?VCWnj3^QXx4)Kx`JN9wBf zAVc|wYB){Ah;*(w#Wh*VJL*HthYa^{wN-hxr}@;zz?B18^F&rhyQgnZX+bVh+S9Ef z?qjk=DV_?rm%=WX{F}WDkMp%&hQ}$PwuIWU{63|0K~aL)tqStvC8ejYR;^topa1#^{ckoA?XVkuD9vK>Y+JS#yMh4M7YunDhGRhF8EwTZaE?JX$vSPQ~fZ`sjG zoOMHcF_grEvA!C(K948Q;aL)Q#(G1@C^le8+@(%D27Q68x2RB_<>4V)w>y9kxX}hA zg4JqAv2M5Vf&wa84wTpwKopM5U`mnYz(2JKdABfH;C%;O@~VK<^7R6J}XL-Up!tuUlbwB0fdG0>?+9%F%kvF!o+ zHUcR{*b0Cj%xDA&Gt!0~Y`P3(O&BFWRR$|2gO$|Y${8$ao0g-+lBzh5D_lX6Sd&dH ztgt3iSJiMo#72{cX}QpB5N;*chV+ow%u~%5}xjbeO8m zjH>w67nHDm3Z$q1d$*7Ml3O?Qb~LuH1f^9q%Y*skdn_!XXbe8~6FIIJR3aup563#P2{u>tYy zKK~e_%|2<6njuNpkTh^@`_V|u zGmFR&Jd;I7y{1HJq&XV6XPTcftGbg})4~%G<@7a8o*I;AQGS8T4U{iL+Jo#v#mTK@ ztq5HG9+Y$7jX`8ofNzj>PDQr6dgOZS3%rE-x?UY9@kq4Q=Y7@}S zm4QzyXUg7Cbz{J@8QNjtSt-@@0qSIR|@A z0N;i`#nKE@X}VzumoFKDxwJpuz=y*L&;y;%@1xn8G5~)kqoZ>OW+t{BoyvS{z+AUo zC(hn-{ZGCa8;#B~ag({ki=W%^>lS z@@n@K*+zJ6!uH#(*)v|yfDt@9`{eF`uE#M#f?sunE5c;4v?2W;<;mDh;tEMAGo%Lw z-7`8vqZQ+wKG<~j(VE0NauTw=zyTD=dG=4+?mnO;-mGZ+*;PIYu~ zjN^DUvdm4kCMyFJe5gquH|bI`(8yq8Nludd5sDL=kf{K<6oFtWYDtGLd1z-krTuC- zc^F-{1v*lUlGp-bSxH1s(ARb3uz5U-kV<(fl5)I#rQx^z1&TwC_GYWuqH6qNqAJ@c zYv9`UV`GMr@IR6C0hP!Iit%dqGaSJnDH%jCARCEPP~-y94CjF0_=PBmvZ#o0kwd(q z>g4a|9g1dT(P|f39TZj68>pW^eI@*ofHejNdOgRc9CX-Xr$% zmhUA(8;2%LjGJhN#9q$31$SV!m)~UvXX2S z2kd6ZXVEP|)pofs;w&<#a>aq8)Y5%=E(pHt{Qrfe*$ti9bPY-d#BCu_t}fx z&u+DcBZ8KuSXzQ{r&ahY9$OA%!uSI*n(dZde9ACq^{7<_lhPb@1K%e-!iwlp&qhJPZryDMHX2@fh#pdPv(@ECMA<{9X zx7FaN6>me;UG{M}g@7oZy9g)Vla{2L7FsPn!HLJg&<$E}+BB}VTg%dR1f8QmHkUhb zk(5qLv|f7Q)A4w#GjMxZ7>HZKC;?PXRqC;}A$f)d~)0@6@9 zP#$hvI-*f+8tFjbv7fP$M}gnL=+2L54B19_TSP=u!IR zJrL5qxRcsRjSa8<|E6mQMJFO69QhqAkaZ9HTl3)2Z&Aq|O1_OGuJQ(_#3jB;9>rFTTRpax z7{xK}Ww*7xi1HlT9zk1358l&nn?p=}cvOj+0$RSD%qX2t{+`ag2lE-cXM67--n<_b z8GtK2tYA~!RONrr+pMvk`fWA5Li0%P1-d(90I?-k1<24=%imVznW*BFR>zkVSBa|7 z6y*oIs0Pvh$~}g?o9g?jKZRD~NvmFwz%Z5evH%s;?zMq*U!jxY{`un!9Vg>Mg5@^Z z=nxis5HalsQ3)WVYLVM)MFkgd7*K?xNve>7&UdhniRmF!1{YX<4|hgoKxA!>=QxD# zsW{OMe~cUo=(bggf;&{eyhB56JM$!2r;FS!KJ)A;U*@2|s`4&ErZ@S_Gx0CgxC-mb z7MQR;U`Yt|q|Kg+Go)%pY+K>XvhV>|lc^9TX8wDK$1 zthI3C$ZNGnstK@8p{%vA`_}*eEuj#}$ScC@4}YYFvzoE3?F=PFdE_2S{(zECQnH&8 z(m`>d|B*r{r|7vfv?82E+J1*|iTnXo773wSJYPxX5RjdbVyrs|ok==~gK^-v#7=7C zhtws%mW4KzbS8Kw!a(lYc_Zbn@y(_qIB^Y44CiTt|DQNZ@3k_Hfuy z%+V86Ayi~V%cpe=Wj-=;1Z|SmDEXOTl;GNEYX0M5Ch3KKD6M2BR72Z?k*R-PoA`zP zv4L^%^s)Z2p6wpJ`pX#$0(1ux+}R7xpoW#Ei428jC@w}v|8&M64{$7T`Jw@)r>&8$#@+y+}b>@+5#}(_`yJKJDKU`FV(ZDHOJBtXN?qXo+|)Q8w93 zavCZA#Dd00)x8Mkb<=0uE?^$h3_t1?u4%(pfDZ<-ihUU`dR~ zK&vdU7h53^Ioti`ftDS(ZvDV-;-XSiTLvw7$MEY|)p8Jc@X=0RFAtsHyuu!xxidh0 z#k{_PlRNs zJ1J|?^$~&PjX?OXLa#;F^h>LF9N(e9aidR%sC_6Y)`{3$1vf=joCM(&d9}ws5M{}iIVQDAnhh%?5t_(~6 z&%4KWkl-B$tKs{b{QSj*ix=fLF(QtEHC%^B&z*Fd-E&AFVEFFCZ44jzzDt$l8_F+I za)=U|UvlnCtB>`?An=mtGjm-{IBb4vb_l3kSi9VK6) zWQ$T9`=YoeN9g_$nb1d)SNCK!bt0z~l>ec#;;lcxf~;m4?k8u3%w=!pEF5{_Qp>? z-UyOOpMUm0V3A|gZhCt=al0WBu)?O2sQc5DyvNmVeDTud3)bBHyYa5MD{swx!Mgs| z+}vgB{JHaQ&BcYQbMIK(LatGl6-wHaP+)#YAFyU1eGuo*B;T-{g~Ci6Og#su5`X%t mY#PpG@~@`%2EJW>=z$+Be2PNKSXZ5pxc014W{!N|n$3XQfM*hnh%=GPsZGN4GV}9L+i(fnT+J3`t z7a9dd^PM;^}s!QDK&_2Q#92#2T}|vbfI+uPt6Uv>S8i z1-yt}QOq4WjZ5g4_!Rn6razB2*YmXj>4}be? z?!I;#j&RZUARC>5+whEJfv#?Jq9hS=ErC=!&6cRYW!je_>&m3Xu-fRMHoXt=Dza~8 z9a`UEqYdjVqmM4t(`>EXiA5V?3jSEiRASgwBHnpx$tpfMe(~tRmf0y$dr?PiZLY0v zeJRs@(aO};!@XvTQ8csLTz=T&OMw9 zBu|?0y;dCEQ@J*3rE`Ft(U~Q2Z4is~E}zwPg=W09b$KVk0-?g`c9kUMTILh_3=g$0 zP+d-eC(9sjZ8<~jc_O52PH2DaWBo|&5o;vN;yGFJIW=DgVVE@AA`EpY4BIL1#?&r{ z;n&?}oO9$HE$gUE%7v4y-rZCNV9=1Fa0^()F(c<(#|L+nracEaahO$)+y-2pm*8Ymyo_F8xYOWP_ze0*<7BgX&e*)!%A%KIsCWI? zy}Q-F_aAJE=O3TdTwQ1jrC?X>?nJTBB{EJ3XOK!?Yopoi@Mb1*d%q-eiB_6$)$;N+ z45c>dYrJ#|jXvvJq16YRbYYu}?c3kleH&v==JpZ5Xdx6p{j4wu`pyxxi+yX~8I-u4 zO&wbE7JAkq;AYV}VgMHxGs@)mHLw2Um@W6b<&~9{Wl1hln}+#DdN}GpX99h965k9RdhM7!SKeOd&rJTo;L-rD?3R*E(q7IHtnqPKE~t+M3#yCfXKU^K@Ns}vM{^~rXp9e0-puU$6ty0cG z`^ZvP^4@?P)7tkA%@NR;!I+w#t2ff2$q(dDu#k2W@l7UaO-VwYQNjSl&oFKv+k$~z z$nLV<;soi*!6Xv)dGsTr8iRg}#<=VQ);Dru3hd~f%lANPCAmoLD@4fMbn=R{naO)J zU<9H_xEN2bflJFMB7qAJw5?;?wsEGQ$L0BIxl)ictA+QShvH!sud0KbVC)QGEVsGy z1}U0*Kvxg=i3AP&EbsvM>7!Q!x>8{RtTo&+xYN8sXv=M2P*q>9r^$J14w1FKT8FP2 zP%uznk{g+G^iZ4Lhj`VGKyt)1n8-33q!yjh1#hMXN*h+po3AAvB=1TLcRAVYIOoZ@;>IC%hD&nLlWeEO2C7bi7`Nm z12w4c!Ec=*h}iX>e^WhJzNyBeOn!njv>&ItyMSspN_JACXKk412|CXD>t`6FJgO+G z0xw9B_byN*PiJx>R-71wfGpQzGFIdfN4y%esH!ZA<7L@Rk|^0lQmVP9s3CufwIoS+ zAy9k;=2@Uvnk@dsSaD*5v$78;0kFTKj{h6dEY2QIHADxu-dh;uzU5a@wzr(8m*rc> z?ACLfxIqmg`$aJEdy;+RK`xtPz3Y=DAEE@4zrYu@;zWG-IaoO`m_5HA7(T`1-;8z- z*t}o$00cDJ!u!rcc3s7*$QC0YFh!G%u+A%W7X_DxpwH`c-&F1FwA_NFOOm1t_lZ2a zPpnr7;U3aX6l~)mJ@l2lTCw%@@Ow%t6rFKXWurhII{t)`!kpC}ZAV#-Vz@UyR_L5Y z?Ky9!6FHHUU^}x0){*rsJcXk63Ka{cTzKJ)GNGg0ENTn+2(u;WI7ArjBBqJ z%$`(<1ZO?)#QC(ljS4W2TUuyLDWe|UEsQJdqG2=(SkS?bw+jMCp%hMPQat*ms=&&T>~FqLE0ci<_4HoEam5Z>U8%70?61YacG{HOYM2D{7!y`r_ zMB#)x^q76fG`gI2u-uT@#fYNf!zx^1B|Bg?E3?~pQE?j@*pgBQ7X1J}`7LzZZqzp6 zgJ0DE$#C)H7TF;A0_m9@S+E(ZFj&yt_g=X2&XD^dxVYXB=Jw|Eu}x$Zj0H57luz6D zO|_Q$c2QCmlj}rQi4e$1%GB~H5h{!&#k(ZPud!V2GlBOdSbxB4aL9697Pt#6uuD)M z3KO@sq)WKSWhi6gXj|UFP`-&VDTSBzvjd#)t|{9jAx2{!SO1j|{}$k>T#UpPp9knFJ~LP7QGSD9CsWJ;snm{XXeF`f~8n&0bxNk&ySKmy#q^1rHG#TBD$mz+va{iM27skm%m H(PjS!=vMsv literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..184d81982ffe08c672e8ea78dfbe2cc367ce9935 GIT binary patch literal 360 zcmYk2%}T>S5XbY`iV*N1=)o80q2?|k)+AyuZc4riVPV;37aL8J(A^gLAmTIlO1XM5 zui(kuM!^~8H~is0Gcee)jujE_Z(o>;{wc-(P=&Y^#V!Phk}E{bRifn@(Q};`xk1d_ zB%@fFjCkC4$9&6B(Gbcm+kJO*y>7_1qBrsdOup4n|MCZ(r(=Bp literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/cli/autocompletion.py b/venv/Lib/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 000000000..3cad14860 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,163 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + 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`)i + :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/site-packages/pip/_internal/cli/base_command.py b/venv/Lib/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 000000000..eea38306a --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,214 @@ +"""Base Command class, and related routines""" + +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import Any, List, Optional, Tuple + +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, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + UninstallationError, +) +from pip._internal.utils.deprecation import deprecated +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[Any]) -> int: + raise NotImplementedError + + def parse_args(self, args: List[str]) -> Tuple[Any, Any]: + # 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 + + if getattr(options, "build_dir", None): + deprecated( + reason=( + "The -b/--build/--build-dir/--build-directory " + "option is deprecated and has no effect anymore." + ), + replacement=( + "use the TMPDIR/TEMP/TMP environment variable, " + "possibly combined with --no-clean" + ), + gone_in="21.3", + issue=8333, + ) + + if "2020-resolver" in options.features_enabled: + logger.warning( + "--use-feature=2020-resolver no longer has any effect, " + "since it is now the default dependency resolver in pip. " + "This will become an error in pip 21.0." + ) + + try: + status = self.run(options, args) + assert isinstance(status, int) + return status + 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 + finally: + self.handle_pip_version_check(options) diff --git a/venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py b/venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 000000000..b4f0f83c6 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1009 @@ +""" +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 os +import textwrap +import warnings +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.cli.progress_bars import BAR_TYPES +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 + + +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_install_build_global( + options: Values, check_options: Optional[Values] = None +) -> None: + """Disable wheels if per-setup.py call options are set. + + :param options: The OptionParser options to update. + :param check_options: The options to check, if not supplied defaults to + options. + """ + if check_options is None: + check_options = options + + def getname(n: str) -> Optional[Any]: + return getattr(check_options, n, None) + + names = ["build_options", "global_options", "install_options"] + if any(map(getname, names)): + control = options.format_control + control.disallow_binaries() + warnings.warn( + "Disabling all use of wheels due to the use of --build-option " + "/ --global-option / --install-option.", + stacklevel=2, + ) + + +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.", +) + +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, + # Run only if inside a virtualenv, bail if not. + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=SUPPRESS_HELP, +) + +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=list(BAR_TYPES.keys()), + default="on", + help=( + "Specify type of progress to be displayed [" + + "|".join(BAR_TYPES.keys()) + + "] (default: %default)" + ), +) + +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 [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.", +) + +build_dir: Callable[..., Option] = partial( + PipOption, + "-b", + "--build", + "--build-dir", + "--build-directory", + dest="build_dir", + type="path", + metavar="dir", + help=SUPPRESS_HELP, +) + +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.", +) + + +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) + + # 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, +) + +install_options: Callable[..., Option] = partial( + Option, + "--install-option", + dest="install_options", + action="append", + metavar="options", + help="Extra arguments to be supplied to the setup.py install " + 'command (use like --install-option="--install-scripts=/usr/local/' + 'bin"). Use multiple --install-option options to pass multiple ' + "options to setup.py install. If you are using an option with a " + "directory path, be sure to use absolute path.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + + +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=["2020-resolver", "fast-deps", "in-tree-build"], + 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_, + isolated_mode, + require_virtualenv, + 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/site-packages/pip/_internal/cli/command_context.py b/venv/Lib/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 000000000..ed6832237 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Iterator, 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) -> Iterator[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/site-packages/pip/_internal/cli/main.py b/venv/Lib/site-packages/pip/_internal/cli/main.py new file mode 100644 index 000000000..0e3122154 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/cli/main_parser.py b/venv/Lib/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 000000000..3666ab04c --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,87 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import sys +from typing import List, Tuple + +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 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) + + # --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/site-packages/pip/_internal/cli/parser.py b/venv/Lib/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 000000000..a1c99a8cb --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,292 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Iterator, 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) -> Iterator[Tuple[str, Any]]: + # 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/site-packages/pip/_internal/cli/progress_bars.py b/venv/Lib/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 000000000..f3db29519 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,250 @@ +import itertools +import sys +from signal import SIGINT, default_int_handler, signal +from typing import Any + +from pip._vendor.progress.bar import Bar, FillingCirclesBar, IncrementalBar +from pip._vendor.progress.spinner import Spinner + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation +from pip._internal.utils.misc import format_size + +try: + from pip._vendor import colorama +# Lots of different errors can come from this, including SystemError and +# ImportError. +except Exception: + colorama = None + + +def _select_progress_class(preferred: Bar, fallback: Bar) -> Bar: + encoding = getattr(preferred.file, "encoding", None) + + # If we don't know what encoding this file is in, then we'll just assume + # that it doesn't support unicode and use the ASCII bar. + if not encoding: + return fallback + + # Collect all of the possible characters we want to use with the preferred + # bar. + characters = [ + getattr(preferred, "empty_fill", ""), + getattr(preferred, "fill", ""), + ] + characters += list(getattr(preferred, "phases", [])) + + # Try to decode the characters we're using for the bar using the encoding + # of the given file, if this works then we'll assume that we can use the + # fancier bar and if not we'll fall back to the plaintext bar. + try: + "".join(characters).encode(encoding) + except UnicodeEncodeError: + return fallback + else: + return preferred + + +_BaseBar: Any = _select_progress_class(IncrementalBar, Bar) + + +class InterruptibleMixin: + """ + Helper to ensure that self.finish() gets called on keyboard interrupt. + + This allows downloads to be interrupted without leaving temporary state + (like hidden cursors) behind. + + This class is similar to the progress library's existing SigIntMixin + helper, but as of version 1.2, that helper has the following problems: + + 1. It calls sys.exit(). + 2. It discards the existing SIGINT handler completely. + 3. It leaves its own handler in place even after an uninterrupted finish, + which will have unexpected delayed effects if the user triggers an + unrelated keyboard interrupt some time after a progress-displaying + download has already completed, for example. + """ + + def __init__(self, *args: Any, **kwargs: Any) -> None: + """ + Save the original SIGINT handler for later. + """ + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + + self.original_handler = signal(SIGINT, self.handle_sigint) + + # If signal() returns None, the previous handler was not installed from + # Python, and we cannot restore it. This probably should not happen, + # but if it does, we must restore something sensible instead, at least. + # The least bad option should be Python's default SIGINT handler, which + # just raises KeyboardInterrupt. + if self.original_handler is None: + self.original_handler = default_int_handler + + def finish(self) -> None: + """ + Restore the original SIGINT handler after finishing. + + This should happen regardless of whether the progress display finishes + normally, or gets interrupted. + """ + super().finish() # type: ignore + signal(SIGINT, self.original_handler) + + def handle_sigint(self, signum, frame): # type: ignore + """ + Call self.finish() before delegating to the original SIGINT handler. + + This handler should only be in place while the progress display is + active. + """ + self.finish() + self.original_handler(signum, frame) + + +class SilentBar(Bar): + def update(self) -> None: + pass + + +class BlueEmojiBar(IncrementalBar): + + suffix = "%(percent)d%%" + bar_prefix = " " + bar_suffix = " " + phases = ("\U0001F539", "\U0001F537", "\U0001F535") + + +class DownloadProgressMixin: + def __init__(self, *args: Any, **kwargs: Any) -> None: + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + self.message: str = (" " * (get_indentation() + 2)) + self.message + + @property + def downloaded(self) -> str: + return format_size(self.index) # type: ignore + + @property + def download_speed(self) -> str: + # Avoid zero division errors... + if self.avg == 0.0: # type: ignore + return "..." + return format_size(1 / self.avg) + "/s" # type: ignore + + @property + def pretty_eta(self) -> str: + if self.eta: # type: ignore + return f"eta {self.eta_td}" # type: ignore + return "" + + def iter(self, it): # type: ignore + for x in it: + yield x + # B305 is incorrectly raised here + # https://github.com/PyCQA/flake8-bugbear/issues/59 + self.next(len(x)) # noqa: B305 + self.finish() + + +class WindowsMixin: + def __init__(self, *args: Any, **kwargs: Any) -> None: + # The Windows terminal does not support the hide/show cursor ANSI codes + # even with colorama. So we'll ensure that hide_cursor is False on + # Windows. + # This call needs to go before the super() call, so that hide_cursor + # is set in time. The base progress bar class writes the "hide cursor" + # code to the terminal in its init, so if we don't set this soon + # enough, we get a "hide" with no corresponding "show"... + if WINDOWS and self.hide_cursor: # type: ignore + self.hide_cursor = False + + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + + # Check if we are running on Windows and we have the colorama module, + # if we do then wrap our file with it. + if WINDOWS and colorama: + self.file = colorama.AnsiToWin32(self.file) # type: ignore + # The progress code expects to be able to call self.file.isatty() + # but the colorama.AnsiToWin32() object doesn't have that, so we'll + # add it. + self.file.isatty = lambda: self.file.wrapped.isatty() + # The progress code expects to be able to call self.file.flush() + # but the colorama.AnsiToWin32() object doesn't have that, so we'll + # add it. + self.file.flush = lambda: self.file.wrapped.flush() + + +class BaseDownloadProgressBar(WindowsMixin, InterruptibleMixin, DownloadProgressMixin): + + file = sys.stdout + message = "%(percent)d%%" + suffix = "%(downloaded)s %(download_speed)s %(pretty_eta)s" + + +class DefaultDownloadProgressBar(BaseDownloadProgressBar, _BaseBar): + pass + + +class DownloadSilentBar(BaseDownloadProgressBar, SilentBar): + pass + + +class DownloadBar(BaseDownloadProgressBar, Bar): + pass + + +class DownloadFillingCirclesBar(BaseDownloadProgressBar, FillingCirclesBar): + pass + + +class DownloadBlueEmojiProgressBar(BaseDownloadProgressBar, BlueEmojiBar): + pass + + +class DownloadProgressSpinner( + WindowsMixin, InterruptibleMixin, DownloadProgressMixin, Spinner +): + + file = sys.stdout + suffix = "%(downloaded)s %(download_speed)s" + + def next_phase(self) -> str: + if not hasattr(self, "_phaser"): + self._phaser = itertools.cycle(self.phases) + return next(self._phaser) + + def update(self) -> None: + message = self.message % self + phase = self.next_phase() + suffix = self.suffix % self + line = "".join( + [ + message, + " " if message else "", + phase, + " " if suffix else "", + suffix, + ] + ) + + self.writeln(line) + + +BAR_TYPES = { + "off": (DownloadSilentBar, DownloadSilentBar), + "on": (DefaultDownloadProgressBar, DownloadProgressSpinner), + "ascii": (DownloadBar, DownloadProgressSpinner), + "pretty": (DownloadFillingCirclesBar, DownloadProgressSpinner), + "emoji": (DownloadBlueEmojiProgressBar, DownloadProgressSpinner), +} + + +def DownloadProgressProvider(progress_bar, max=None): # type: ignore + if max is None or max == 0: + return BAR_TYPES[progress_bar][1]().iter + else: + return BAR_TYPES[progress_bar][0](max=max).iter diff --git a/venv/Lib/site-packages/pip/_internal/cli/req_command.py b/venv/Lib/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 000000000..4129bf7e1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,453 @@ +"""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 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.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.req.req_tracker import RequirementTracker +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 + +logger = logging.getLogger(__name__) + + +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, + ) -> PipSession: + assert not options.cache_dir or os.path.isabs(options.cache_dir) + session = PipSession( + cache=( + os.path.join(options.cache_dir, "http") if options.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), + ) + + # 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) + ) + 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 sys.platform == "darwin" or sys.platform == "linux": + 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, + req_tracker: RequirementTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + ) -> 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, + req_tracker=req_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, + in_tree_build="in-tree-build" in options.features_enabled, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "2020-resolver": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + ) + 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, + ) + 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/site-packages/pip/_internal/cli/spinners.py b/venv/Lib/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 000000000..1e313e109 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,157 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Iterator + +from pip._vendor.progress import HIDE_CURSOR, SHOW_CURSOR + +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: 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) -> Iterator[SpinnerInterface]: + # 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") + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Iterator[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/site-packages/pip/_internal/cli/status_codes.py b/venv/Lib/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 000000000..5e29502cd --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/commands/__init__.py b/venv/Lib/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 000000000..8e94b38f7 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,112 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import OrderedDict, namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple('CommandInfo', 'module_path, class_name, summary') + +# The ordering matters for help display. +# Also, even though the module path starts with the same +# "pip._internal.commands" prefix in each case, we include the full path +# because it makes testing easier (specifically when modifying commands_dict +# in test setup / teardown by adding info for a FakeCommand class defined +# in a test-related module). +# Finally, we need to pass an iterable of pairs here rather than a dict +# so that the ordering won't be lost when using Python 2.7. +commands_dict: Dict[str, CommandInfo] = OrderedDict([ + ('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.', + )), + ('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/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d9fc5f863cf69a8f622bbac9588b1b6a621fec4 GIT binary patch literal 3114 zcmc&$OK;mo5avq{>t#D}9?p|#UR7etP1EMpG)-bRjT0R+WaNsReWcUN{L zNT>ANLxG}~91@_H{)+^HMBv%7T5<${LSPe1W6NT;~`V{WLXA0d%^Z*{hszPgsK8Hu}g+%SSS9-lfa->X( zEn`t56?lACLzE>2SbuH8m+<5}t3Hc8c~V}~VB@s`PvIH%&4ID4RW}D03tO(Y?{x!GHHG;g>I+K= z@|#`m$B`RUb&*?5NJMe`u^zSJfgQ%s3y9Nod1uM?0+%sIvMt%Hhc;lTIy46EEkpaL~%?%m>*-in@o(=L>}V3D2QDcoSj0JDu~&&v1&?pDDBwC zH`Bu~CEm$69pv3aL(Dx-l~c;Ylb(H?*%l>aKnAC$5GG<#ex%e=s%x7)-tBRF><)nm zBX-%8eADwO2}#76-HK`G@|v&$pYg%TDQ2Wl6gRL8TsZRTRXY8`!vL>~;`0@iXBb z4@O&zxYX-RO>-g^G@n znhe750BQExQ^TXAqO>NJQVW;sGDhae z;`$q7XuQ=&8Ey_UL-Um}$_}$F)EQc!zcz;Y&-(ZJC^yXEF=h-N6>Pj#DRD7d575J86+o-z320e>TY9BBU}1fQv_9mUO`txZhQ(=En1a$#t*wO<$>Q6<>b>z z4lt2x6Yg?Ot9dn&UX|*_eWx21%;a>V%Tk&h4^4ySC*~~F z9ly&OFV;62TQq)&3zs!kJ1%d=yx}G9W!%t$xGy*Q2F_@=vEerx%;#h|Jp>zAswLXpp#Jw@zY9no^4>fMSvEFK!QcN+e4Gqv2wQUW|9K0Y6Fh9h-i>4uA1SPD5jb@aLyiqYMJ#Wx^h^zA==Qt31jzepRMbV3c z06oTyf>8r|sEm)u@_rW=AC-Zkaskk+?Ed#(PT<#?F3xT29nDEixn`2tn2b{~>o{%{ z#aMsR2HKU`QO@j}i_8O66UyIB3h$nbAo~HEtd-a2Fs&t{P%v~0Z{u&v`k&sv9bG$A F`UicR<{JP2 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73b73377b6a2cef9f67d4978338217113d29bede GIT binary patch literal 6047 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 o@k?rS^(Q-wL1k!6z1Lb=9w{k_-keg7wpneqdi z!)1W*Ic&ZHLJ+|@3e~Tc<3bBHtav@w3nMfNGc-Hd$gRQ-?T$Bdr|5;f!VTR{w(@@A zgA6{O5bt&!1H>1(R$pkdF(m749<2p&NlNpUU74qGb z(L~TgU3|r=BF;)Kl02sbf_l$b1~yeA>PDn0gTuAQ=00dC3Nb;UMsTPTEi|Y}Eoz@4 z>Ja^BofyP?ZiGEzK`plQMk=3O#;cDXQZ5!lN;)%RZ%A*o95Ifw5BDY zWtveQtWI3NTlZ>K&HV4GT4YtppA2Y{sRIdl$fbYQ`!REgK5om)V zZLO~jfm?lpfj8GyYd%0vg0mfsOO1@pg)2cJZbN%cn9EO@{ za4AzG$yAq19WrHaDN$i@K<+5959Am&S8wJ(CWhYWhHpqauVyp#01nKMdZ=w^X^CYG z>MnYBk9-FZ3HFEtX`ThsgwuEj4KpG3{~5vmi)c8Q5z1dS&3`ScnlhMr80esbxa+vC z_vD+eUfhT*=K(ZP+V!FA&8WD5A}C{bRSK4>2n1F10T3N73JvLey2bc2H7;D?;=r>V MYq0UL;c2e^FN2@5CIA2c literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02d06b110b641e2a75886dc250a68b9ed66b9ffe GIT binary patch literal 3145 zcmaJ@&2Qwy5_kJ+CNoKvZx$Y)CIl%4Jb8IY2%*jDEwkY%B5b0}0>aG7a@?JXgU9xE z_hiW=bIM-#@D5L0_K+O;m-@;D#PQwWuvB>_GZT`mEq7N}S65a4x~kmK++59o=coVu z8tv2#;};xEKQ;{h4WBHaVFn|q5e$105Ez@O*|h?TAkRwet`j&VZKrOx5>!gsNvqwN zV5X$qwAQT$b)YN3EUU5^R%7+2RxtM;gUzzJ#|E3@l@lwNXQX9#^S^;rc$yAqoOg?qt0d2; zRFP0eG8Rdp2G>gQjMbudh+)*|=m|kzIMK7@jc1OI#w5x%H^182UfbIEZgq(+E|tUZ z+s*B}t<{Caqa&Oh4!{54!C7s@ui0AP3h#V21d8*BI1 zR#)ia3jNpZWyTMdvtF7~k50TF48{(OcE_ooQ^t3rUaF}71^wI3=@CLaTorva4bg5d zi%X0zt(ZnA&EqJgk8;5zjjXIHE!(!(o|F7*S%*8)6&b9HfP zX{gsw>lG_&&HBD~k48>^K1Up^Pn-qnbPyNTR8k3Wt8PoYDpL|GCi7bY=89zu@;cLPt+t3^v`^G+Dgqi3i`p7CzTyoCGT5Lfzc3AxaAF49&=YfA? z%r{Rh_5$iVGqI|}eqOxScYPnR>zn?Lu1l2*4zZd^B`RQCJ7pQ}zrEIlqn!8;B;)1Y zaII%+H!ACgcFMKdW?U+5BP@N#_u*JTe_!Cn`fpvU3&p@4JUTMHpyLm5_p|nTrnt!D zUQ)>Rx9c12Es^i@Sjl#CFH$?XYRALgXS_)B!!FNM`+#Q$?TuuoEfdB4B8q>AI$X9P z&6mTZ)EA}8qri|zjDBa0;!xKozRFL)3HcE;262f^%;Ec|>po{x>A&3^D+CIIuQ8<) z5~DKQv($DZI#R%8!H6xiGJ0I-@ubUm>jR;TQ*veuER49vhBA+>6LQx$Ap`rE>|4jy zfgu8ApE@AtB8ORL=6*$0PYh;1A!lUZs2Nq;uN*t&tnsmuQXC>F?J~|F4z&eWDD6VIfwC{~ zRJBtenEJ-&cUo)bR|-%o9GtXdsZud6gmxYY2wrXP=Sk+d;x!NuZ({QgXactcTLyDw zKT0Ag-bDdSohjrjfMf$$@-1i#vr1kfH3;T;Vn2h|eudbkOXi>1R{zy2;q>ad8irZa z)j9^qQv{q=qlvWu%e)L?W)59{&Pbs??A#g z#tGku)1(2V5o>9gl>$RkUm*mSTGf*v1{HI7GB+=3>Zv4^jcx*Qgr_P#z-9p(^!lpp h=<2N@Znv>GO59I3Lc_|;824Z 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 Zl~%=`b85xK^Y!{dZRvciRKHeV_&=Bj%Q^r6 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..628ddab29d95afd3fbedce871b7f78b6f1bd5649 GIT binary patch literal 3996 zcmbVP&2QYs73bHITrPLDl5EMcR34!Qp%JX5O25^WJaXhTX2C z!1IUS|0VozxoA&&kr0rxW?fZR6x0B^`#a~HR{nhl2e@FH?$=!6# zUsDyTT&&Z3m#V+<3x#xu`%WP)?VRcUeWLCwgYI8pt;&mmD$Fm!q@o-sV=v|`ZCs9mD4}6i6)@A< z|9p4%XZ!m=uH$5OJtZhv7`>)!pbLj)ykayUF%!KkXK9$kr!*+Sas(P#T+$$~%A&%R zbw8tN@eIsHWzNPCZejju0rM1Iz5@+a(D}YbR9`2WZxEdrU#p}=%y)+0q9(PdP1_p^ zb%^z~PHfVCXPl{ihv?uQM=U+d-)2c3l4f_|o~kI02hU946|jYHNV#{!^7Ks2uLjH9WVEbU7J;X(9t|kOqg{CU0Z1mw zv2vl7+J%0pT&n6dZ!GYw1>RiXtp(m*;M)tlv%q&2cz1#CF7UkterbX4FYwC?{K_?d ztP+)InBth=5i(AhSdBCIl+Cuf- zdIoy;PYU}GeEMzi?9+qiSxH&OM{&Uqe*Jv!;AM@`{9tz!mWO$H5Y=CZk|N2+2zv)7 zfPn{l@!&QO`Ulg{zoi?vJTneytRX?M~+UMEVW zuy2662b9YH_Dkir>ZE+3>sH5toOv-#t}_| z1E9l1I?psyJj0`w=XdS=e9+#Sq_w4gn{0Kx6g_`w;Kv8r(5M>|2JHV;sUB zUBl{qPg7<8;DNA`d^m*anSB6aVFQrX*9_VaW;rfUhPM1=K>n>Opx(1j6b|R1kMKHTK@53Ca9M?6Yt+12#Hr#9L7RvAtOgDXah}KsIB=+CbLA`yQ!!u zWB4me*u$Tsx$xq literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1dc61b08ecbb7d3e054b2e32797288a5a05bc4da GIT binary patch literal 2640 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 BFns_3 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bac4d90e36fab3507e019ac1a4e26c46bd49064 GIT binary patch literal 1312 zcmZuw&x_nP6qYRi8t?3;X~WXArI>{t=CHFpfdV2b>p1$|JC%U^EAsD~D|C^RBLVwxK z_5cih2U9%-!w|zIs&Im_^_|kGNJ4s_ly2oEUhli5Uj<3f`(7DVgJgiwW5j$GyhSYF z-X%#Q7EaM<@DD^qBW(PiY1wiGo_kU#4Qnu|tBML{-RV!0$)o8M+~FF1BxNl#dw6@? zkR1ccQGyvt9EKCZoWx}$@wm?e9^OTKz}(*n^O*nE1u6kh3C+$AylmF-7yHw*`c-@e zNc_B(ake6(7W+}$k8c`T=kbFz{_w{UF+ttvq87@yROZU~lIvEAjBGKqT8A(vFx5LS z4145oHVHaNGOZ*0RZhvyn4bBHw(RCjkWC)%} z47?zn-A&FZD>7~NGRdjt=^8b6a;{TVR7FYU22_jNt#~2oS7IYreDDDuEN)kHe#+x{ z-NqHCLdORS5+BB+9kbsQ%{VQD=2Fmdytz{D00%j=W*3Z!js@ed`=U$F0zPdTE|~P~ z#yzhKVf=00Y#mnc?YAy%Xd=xm$DwYabapUFCf69vNuIHJhAKeOl{TwptGvZ_0XJaiM1yTwKgfiqn}Y zG(T);_JZbI%^>Hao1Bj}IUiZZ<7RG%Y{e&Vt@;WK!gqYf8R8+1oDhf39(M7k&K~%Y zv$(a@v12&(1QZR^KA$u-QJPjYYfBFPFil^!w6vMRE=W^WXW)3P0!HSuA{VvfspK!) z0#?ggI&itP&1;C#(hv|;T1LGjTjooP1z@bc$|@aV*RfxZ_MG5ltg2&!8eh+wLgcI9 zUw_mAWidXb>ZZ@6ebeTDeo~t1Rzc@6u2wzq`F|tv*BM_u$i7Q@GF!B5VWs76!Urpv Q9@@rN_KAYrz2rmkFO)W5A^-pY literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7295459add8d96dad6be60bf2c5bd19009589bbd GIT binary patch literal 4531 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f49386b7dc3207d13d131f488e93933ebf32f8a6 GIT binary patch literal 17665 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..526227f307a8cab6d797fc9215ee6d66fec2569e GIT binary patch literal 9967 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87246589d07a914bc75f6cd7fddf1c8459b768b2 GIT binary patch literal 5324 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b36ec4349ea7587f079962a05b099c350dcb24e GIT binary patch literal 8387 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 z z?=I~~kY9Rv^<&WjO#%BY{U`E=>}y}zw>$@JuQN+Y);ULs%iZP9aCYYRo7uS63kb0>6k-^p6J8@jsR%DmhU zecgAnb{>R5-U&N;>}B1&7xr}D&(`wwa9#J?*+#w@Zt8xJZROkHc77|orN^D@cK%xU znrSfO@^yCS$_(H5jX}G#_k}@w%xA%KC;T2Y_l*A9zrkALN#9iNCvjFY0X^q&DkMBN zlej30G>Nlx%Az998BBV+WuC_c?OSSlj|q{M#eC*>>E~&ow$EZ-MCnn)>mrIp#LE(O zd3#THcR$?QL$!|zA>%BICCGlrdC6gNtBSc`5oafL%300|Dc}pY(`G5oM@PKOqbx0$ zdiy)mTAHqkgU)v=UP_k8s7k9wIxlH@1RKIHNAN#O3tFCu1bwi2IWYJDZt*KB+SK{dq%G=x;e;*bGLQLh7_3dbFKz16Hp~Xp2Hys1<7qKBb?&41*QQ|v z1g_;9QpL%$c*Mjo&@aGPk_r+ZW{k*^)C&zHFNGv?b&Ot%k>3{OSwYz639E2pAj{cK zqijGvsyQPR0$R&76HBQTMQ5oTlY@h5BFAMx1e0|&tR{;E2M6zwvvHb?wQ+=GEIwuA zkd480q$o+wWK3fjqpg%l#&d`eNW_vHr5O|CjDZ15vxi#Efb1natt2_)aaA!ct{0HQ z$t#SZ?386?b#TzgPoK`Mxd$O0kx$EJZ4Ur_Z0KvS@WLhES(j2hZZz+c|A;E$KL8Uy(j$&A&JdF5h%#|}{ zSp{2|Ok0D&gb8J169`#y7D-;S>CYaP#ZM%O#WQkLa*~wAQOa}8K2jd7K%26RY3L67 zHs1yZ^IO=wjtx4$?J;m-b}0uWk=aaxJ}KRkN8{}C^bAw!7$T>$K1Dfg4+IiRe{$_eJ7eemSz{^Rs; zU!;-^7Hr)Ip5BjAtuM~*Crwrq_m_MH4yn$ysp1{5LA(WxVY;ScT8rPeZhJZYkLymq zzYOv`XAD=A^ljzM!LFQ`j|5)_g^7)7=NDEf7j6yKZ=f?XE{&OaWuDuqaqi5lhsI|= zKW|BM)|#2ekku}%b9d$*+k9u{&K&7r|GD|VIN6e|OP5-+7DD!93s!p|yL0YIf9B21 znN95r8)kld?#uSfzoG5mhPH!~Co@NUB?IaJ4eY-GY35J&@2%(NpG?`I-pn~QsDEJs zWt_|Im7%qxbv@9I^jW9vXATX(=Ju@3zn--(H?9n@?rXXE9G-Fuh}A(J`>80Q#4tMD zdsLi438SlY*dg~gNk;`hm6Cy`%rbC*Q(fU8qgIFwf|c(jX`qM2?}BTUCz=vC{plae z8aMmu=(VRfaJ7xT^6s*6kwnt1xb81F&V|WKm>n$7*fkvhr+y%$NrrfL?jTl!RmTLGA z-+)<;xZz!FFx7E5;=oF99GnSMd+8j02j|<30jZoQ7rm8A?xBzmO+Vm>a_t}fHumm8 z6K;YRLy-fqbinTs7#v3O+y;ty7&cj#P6Xo%)oL? zA9&@yaBbJzfRSZez^P!twf_bV^3M66>$v8YW?^7DFWeVSOG`OjnCpVH1G-#udh6+; z`YyN#r<#68`H?;jMUe_3bZ?z8=y#*&q>eM(2aLQZqGbY|RxO~s^B;kQ+`W{n$ z5E@31z-Y;bP3D4kLwyuzu<({%u}EXXBuj^fF&xC^9N>7WRX_OdB8b{@4Q3l1fAtD& zaMY8vfVEIfG(Oawm$hA=TQu<0=F6|)LmHYlb;JA+_yAt46R0>sgI?qJ<_Gj{hj}WJ x2Gnh!%wx>}{!6rcfDQWkRY6exgC@T3V;vHRe&6hxT?>BZ2KL~$;dHIQ{y(_3m#6>$ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..798df08e3be26bd37dc13755fb1f52dfb3bea148 GIT binary patch literal 4869 zcmai2&2t;K72hS7OLF-k%CaqgXOr4-lv-4JNRzs*CygCvobjZcI*licGCQjUB(A(4 zGyuwxhRh+#^yV2~I=y5%(lPg*dgxz}Q;#^dm-Y|np-G$c_pqcyGm~^Vi^T&T-UA*U ze(!-{tL0gE{_y*MgsW#P>+eL&J`RXC@XEiUU>36zt5XoFPdOgq7-K3E=d(E`fYZS*yXU`c zu{K-y%wh|?xnJ%*&+PlwO6Q+gm-X(7t=;#-WXL6I&b?SFe7y&K&XZeV)aOJ+Da!{c z&NI1E(kFhy9}Q!{Q=X|?d76e9)6K`R>IYH6!)!Rfi0b{{-n#YH{rjjkCp>Qnkqgi# z?q*VjNirh^t;<_n1>#t6phOrw0@U8Zax(L%;KdFoBE6oc*b}Z#awnhBcT`@qu-}>snr3D6mD^nl7{M< z8JBNvav^=y=YGg`!b}lEzUgPVGD2XgJRQVIoNX1FWxlB%hl2ZTD5#O|aIx#h#Wr>Q zJD6dbQ#V&(oXBgw%~e6IR*RGK|JtH!&QGMVK`df27|j68#^Px=N~Kh4BXY< z6nSbm%}6uhsmWAsY{;-s7VpGt7$$}Msj>I|W%zyn%0T2>{)dwj@R5IGW~+QT;8DC8 zb8*w}cDvs*VpTjd2)iC9{D%g7xXPhtCz3vNZ^O6!p-BG!fFzHwis=wKAwM+c#>5Fp z_SzA%0R(~V5LpDzJ$g#0)$rcJD}RTck+p4Y+stMqIv%RDU8V!_1mH(K2ext!Du>pg zJwv;5bajrd&C&Ha+MA;rb98f#Zq3o{IeKA^?#$7PbM%R08Y{2T!Dk+8u;!D>%qo|T zxr`M~9@7}rGGhS8PY^PWEOn~jfz3`UXL}j#XAVnao4yBUS!ZM)mJD}6!M;Q@3vjde z?p|s2@m^zf)%f@-!DQW34Pur-@7*h)$Fxc~JbeEK+HYPXkH^WTv&8sjI82lebRjYt z3ITxkALrsBfdbeIi0!U8+F>}yx|#wIc0!@6ld;scO5s-6Ty zb0GVW-`TrzJI}5vzv%Mg%>vMh6G(H|0m?Jz5~tvA+6^NLKVlh#K(My>=ega)$fzqvbI=QW=ICC`#w9L9`EA3~x5TQltdZ88*)=fe_UYM*+(f~P$RRe6&@n*^&L%)0>bQ=c&ZtgpBht8t_XNd+ zu?HDTBgf3r+des}L3Z^?Y24Vd#?4V<`_#edL+iHn(M#jjsI|Q;{x+%~oEf!<|IwG~ z?5MSGi!VpbgL6l1=SNMW<3iJdmWxmAL34|0mry&sWwF|m%6e(s9xsgAko$>|``lAo zT!;MUwwIsU^5#3%r#2`b^>?VgcTzon@B+0!PVEo~`@qWHa4hwsr}pk2ZEM`It-Tl3 z<%27%4z3qRox?J0w=kX61M34|^0@O!C-aK$E7mL4Q~S|nb#=6`Z!_;<88i5^dWkjm z?N4pB0{m{it1AYW-^1p+3=pQcc7VA|cZ!n->_C!@ERNk-sp_^u!aIQs0-Njb1>L}z zoTkjWiu8!^PP>F`IC)K$KhBaoWF{iC2u|>dfDXutt7||coKY?W`P4+9nNkqZ4M4n1 z&6iOi-#(3o=wTp-gF!A7XGQiU0n~5PMBD<X$Stz}4 z@BkV8Lu|;5GSM;o;ec)uVu5CSmWrd@(GCsL3np=dU6SHnrCr${syNY3lmi;8zq)U3 zZ`w`rtt~iI71xCfTdJKbOt~&6JQH;iObO!3qIi|+%3)KrV%fLn|-6F0)O`@ePgVYN}q>{rZg3H4s?V^F43s**|ZEj*oQM^tX z%3_#>sK`%HSS1g?rrpMiZ>eM(5dW|15?mj_If4JbUGKOBK>n3m_XyIzbsfiUV_eg& z+0Ak>#`` 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[Any]) -> 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} + Wheels location: {wheels_cache_location} + Wheels size: {wheels_cache_size} + Number of 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('Nothing 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]) + + # Only fetch http files if no specific pattern given + if args[0] == '*': + files += self._find_http_files(options) + + if not files: + raise CommandError('No matching packages') + + 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/site-packages/pip/_internal/commands/check.py b/venv/Lib/site-packages/pip/_internal/commands/check.py new file mode 100644 index 000000000..f9412a7a9 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,47 @@ +import logging +from optparse import Values +from typing import Any, 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[Any]) -> 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/site-packages/pip/_internal/commands/completion.py b/venv/Lib/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 000000000..9ce7888ef --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,91 @@ +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} + """, +} + + +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.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/site-packages/pip/_internal/commands/configuration.py b/venv/Lib/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 000000000..6e47b8732 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,266 @@ +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 name + - set: Set the name=value + - unset: Unset the value associated with name + - debug: List the configuration files and values defined under them + + 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 on the to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get name + %prog [] set name value + %prog [] unset name + %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.") + + try: + subprocess.check_call([editor, fname]) + 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/site-packages/pip/_internal/commands/debug.py b/venv/Lib/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 000000000..b316b67bd --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,204 @@ +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 import __file__ as pip_location +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]: + vendor_txt_path = os.path.join( + os.path.dirname(pip_location), + '_vendor', + 'vendor.txt' + ) + + with open(vendor_txt_path) 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) # type: ignore + + +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() + # 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. + 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/site-packages/pip/_internal/commands/download.py b/venv/Lib/site-packages/pip/_internal/commands/download.py new file mode 100644 index 000000000..230264591 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,139 @@ +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.req.req_tracker import get_requirement_tracker +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.build_dir()) + 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.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, + ) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + 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/site-packages/pip/_internal/commands/freeze.py b/venv/Lib/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 000000000..1ccc87525 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,84 @@ +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'} + + +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/site-packages/pip/_internal/commands/hash.py b/venv/Lib/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 000000000..3e4c32f35 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,55 @@ +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/site-packages/pip/_internal/commands/help.py b/venv/Lib/site-packages/pip/_internal/commands/help.py new file mode 100644 index 000000000..811ce89d5 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/commands/index.py b/venv/Lib/site-packages/pip/_internal/commands/index.py new file mode 100644 index 000000000..c505464f6 --- /dev/null +++ b/venv/Lib/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. + """ + + 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[Any]) -> 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/site-packages/pip/_internal/commands/install.py b/venv/Lib/site-packages/pip/_internal/commands/install.py new file mode 100644 index 000000000..02da0777a --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,750 @@ +import errno +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._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.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.compat import WINDOWS +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 ( + 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 ( + BinaryAllowedPredicate, + build, + should_build_for_install_command, +) + +logger = getLogger(__name__) + + +def get_check_binary_allowed(format_control: FormatControl) -> BinaryAllowedPredicate: + 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( + '-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.build_dir()) + + 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.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()) + + 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: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + cmdoptions.check_install_build_global(options) + 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 (os.path.exists(options.target_dir) and not + os.path.isdir(options.target_dir)): + 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, + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + + reject_location_related_install_options( + reqs, options.install_options + ) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + ) + 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 + ) + + 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_binary_allowed = get_check_binary_allowed( + finder.format_control + ) + + reqs_to_build = [ + r for r in requirement_set.requirements.values() + if should_build_for_install_command( + r, check_binary_allowed + ) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=[], + ) + + # If we're using PEP 517, we cannot do a direct install + # so we fail here. + pep517_build_failure_names: List[str] = [ + r.name # type: ignore + for r in build_failures if r.use_pep517 + ] + if pep517_build_failure_names: + raise InstallationError( + "Could not build wheels for {} which use" + " PEP 517 and cannot be installed directly".format( + ", ".join(pep517_build_failure_names) + ) + ) + + # For now, we just warn about failures building legacy + # requirements, as we'll fall through to a direct + # install for those. + for r in build_failures: + if not r.use_pep517: + r.legacy_install_reason = 8368 + + 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 + ) + + 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/site-packages/pip/_internal/commands/list.py b/venv/Lib/site-packages/pip/_internal/commands/list.py new file mode 100644 index 000000000..828889f49 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,337 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Iterator, 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.misc import stdlib_pkgs, tabulate, write_output +from pip._internal.utils.parallel import map_multithread + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + '-o', '--outdated', + action='store_true', + default=False, + help='List outdated packages') + self.cmd_opts.add_option( + '-u', '--uptodate', + action='store_true', + default=False, + help='List uptodate packages') + self.cmd_opts.add_option( + '-e', '--editable', + action='store_true', + default=False, + help='List editable projects.') + self.cmd_opts.add_option( + '-l', '--local', + action='store_true', + default=False, + help=('If in a virtualenv that has global access, do not list ' + 'globally-installed packages.'), + ) + self.cmd_opts.add_option( + '--user', + dest='user', + action='store_true', + default=False, + help='Only output packages installed in user-site.') + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + '--pre', + action='store_true', + default=False, + help=("Include pre-release and development versions. By default, " + "pip only finds stable versions."), + ) + + self.cmd_opts.add_option( + '--format', + action='store', + dest='list_format', + default="columns", + choices=('columns', 'freeze', 'json'), + help="Select the output format among: columns (default), freeze, " + "or json", + ) + + 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.") + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Iterator["_DistWithLatestInfo"]: + 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_multithread(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. + """ + running_outdated = options.outdated + # Adjust the header for the `pip list --outdated` case. + if running_outdated: + header = ["Package", "Version", "Latest", "Type"] + else: + header = ["Package", "Version"] + + data = [] + if options.verbose >= 1 or any(x.editable for x in pkgs): + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + 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 options.verbose >= 1 or proj.editable: + 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 + data.append(info) + return json.dumps(data) diff --git a/venv/Lib/site-packages/pip/_internal/commands/search.py b/venv/Lib/site-packages/pip/_internal/commands/search.py new file mode 100644 index 000000000..7a20ba1e4 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,164 @@ +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/site-packages/pip/_internal/commands/show.py b/venv/Lib/site-packages/pip/_internal/commands/show.py new file mode 100644 index 000000000..5b2de39e5 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,234 @@ +import csv +import logging +import pathlib +from optparse import Values +from typing import Iterator, List, NamedTuple, Optional, Tuple + +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 + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def _covert_legacy_entry(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)) + + +def search_packages_info(query: List[str]) -> Iterator[_PackageInfo]: + """ + 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_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) -> List[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() + } + ] + + def _files_from_record(dist: BaseDistribution) -> Optional[Iterator[str]]: + try: + text = dist.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 _files_from_legacy(dist: BaseDistribution) -> Optional[Iterator[str]]: + try: + text = dist.read_text('installed-files.txt') + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = dist.location + info = dist.info_directory + 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 ( + _covert_legacy_entry(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + try: + entry_points_text = dist.read_text('entry_points.txt') + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = _files_from_record(dist) or _files_from_legacy(dist) + 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 "", + requires=[req.name for req in dist.iter_dependencies()], + required_by=_get_requiring_packages(dist), + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=metadata.get("Home-page", ""), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterator[_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) + 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()) + 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/site-packages/pip/_internal/commands/uninstall.py b/venv/Lib/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 000000000..c590627ea --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,100 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +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 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.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}")' + ) + + 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() + + warn_if_run_as_root() + return SUCCESS diff --git a/venv/Lib/site-packages/pip/_internal/commands/wheel.py b/venv/Lib/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 000000000..c8bf4e25d --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,176 @@ +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.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import get_requirement_tracker +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/ + + Requirements: setuptools>=0.8, and wheel. + + 'pip wheel' uses the bdist_wheel setuptools extension from the wheel + package to build individual wheels. + + """ + + 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.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.build_dir()) + 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.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: + cmdoptions.check_install_build_global(options) + + 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) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + ) + + 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/site-packages/pip/_internal/configuration.py b/venv/Lib/site-packages/pip/_internal/configuration.py new file mode 100644 index 000000000..a4698ec1d --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/configuration.py @@ -0,0 +1,403 @@ +"""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 logging +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.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 = logging.getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name): + # type: (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): + # type: (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(): + # type: () -> 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, load_only=None): + # type: (bool, Optional[Kind]) -> 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 = { + variant: [] for variant in OVERRIDE_ORDER + } # type: Dict[Kind, List[Tuple[str, RawConfigParser]]] + self._config = { + variant: {} for variant in OVERRIDE_ORDER + } # type: Dict[Kind, Dict[str, Any]] + self._modified_parsers = [] # type: List[Tuple[str, RawConfigParser]] + + def load(self): + # type: () -> 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): + # type: () -> 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): + # type: () -> Iterable[Tuple[str, Any]] + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key): + # type: (str) -> Any + """Get a value from the configuration. + """ + try: + return self._dictionary[key] + except KeyError: + raise ConfigurationError(f"No such key - {key}") + + def set_value(self, key, value): + # type: (str, Any) -> None + """Modify a value in the configuration. + """ + 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): + # type: (str) -> None + """Unset a value in the configuration.""" + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {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): + # type: () -> 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): + # type: () -> 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): + # type: () -> 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): + # type: () -> 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, fname): + # type: (Kind, str) -> RawConfigParser + logger.debug("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): + # type: (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): + try: + parser.read(fname) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason="contains invalid {} characters".format( + locale.getpreferredencoding(False) + ), + 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): + # type: () -> 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, items): + # type: (str, 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): + # type: () -> 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): + # type: () -> 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): + # type: (Kind) -> Dict[str, Any] + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self): + # type: () -> 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, parser): + # type: (str, 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): + # type: () -> str + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/venv/Lib/site-packages/pip/_internal/distributions/__init__.py b/venv/Lib/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 000000000..9a89a838b --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d546596d2b600dd16fdb5b3cb8b4b9c56c349e2 GIT binary patch literal 804 zcmaJ<&2H2%5Vn(SHl-~R6-SVQ#3hGjk4Ok1Q1`M@g;4iUDT)+1@z8ba{M2@eih853 zP;ub}c%@vqz$jg1-H-#$14DN3*1{Y+At}P;Jg_prW)c7Udz;&eq$iMns-75PY)HuBUXxJaA8;}L0LtINa*6dZAb+eCRByEd?CtS#*cpfJYO^hRHIj-)A{k@Fn_Ds zQ>cv24_3^St;wtPy3e7L?WOHJ$Kn_Hp(t}L4D5HTI%6lG^Gb}6E G-p^mqOYAiO literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4dee9d57add5e715ccc95d93196c67efc11eb85a GIT binary patch literal 1931 zcmaJ?&u<(x6t-t(e`dF#G$0k!YSar|so6+ys}LfjfFhL;5hT!PCCf8*vXgqp6WfzC zQBO2dPaF}K9N?ILfInugT;N~efOyZ7O?OKbuk3mL@$Bz=@3WT=hkXL&*I)kPe?)}* ziJisLg3jkq?JhKe2&zbe-$2n>kOUO%P=&K7iM$=D)~ubhz1>osSvToY@--1{(K#og zBgtV;bbk($zMy+#)cYHDB|9TpcfT!Nt_!Zf9z4mdGkIF!2=s@$JbT6uQ`5n?uWhCPmS=7eG#>_pY{n_K zGR_pYHs04Jp7KJdyf}#S20l-fjJa|7KDgU)zaK;Sekx=0npfk=i&HoKzbAO(yi)qa zK5pFO_4q`_v&yjijE{7o@O9^@^vRvBHO~K2+*+DGh#SF(f zJ%sSY@_DH(LV=^^7A-T>JF-&k`_3h;dyIM2F?LD*IePMV zvRy#_3p>qAJNaSz>15YvL~kcsQ|?mjCRy`choC5ZiWh2fEQ{mG(>$Hn+{yKMTqk8- zZot{NA6FY<;ilRR)cd$RH7kJW1LOiP3L&&l&+fhLmW<~lM$~j+VMcNJRY4o;7F3IG z6vpHyxW#+K^q>ng@9b!|Ju8)e0HpZR7!9w38NjSry>8wCtG<6A9V?$5Fe9z5OeQT` zgnl2^Sf7#L?31@bz1bfU)86;5Q@xs2xe_e5T5*(S!wfS!FKFMy%-n_rqp;zDYB29% z^9G}PrI95!a)}3eb(!cr&)cAU%iO{XR3w4$Qq<=?qGwesH0SCW!^_~cqP|NDg~RpCOX8`m_O5o z21Q`8*QL?wS`^W>FbX0X{Of1oZ=r|mz3@jX=0jLmx7}$8m(v5N?}Bv43}h{|882zU zW2+zd`MI>mn9k?pE8VjuyAAZ)%M0OF`vBCP%`djT0SF$?0u4{d%dq=t6Uomo|6bKy KItbuL2jPDo-5~t{ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..410618f9ba372a96eb20d021e887add0833bd7d2 GIT binary patch literal 1250 zcmaJ>&2G~`5MIZQY2~7-W9@kUJUjEvBy2eB6Qm#Cf3dF}LVg;hO&%(*@Te_h zoNy;6g%dlDkvn;(aAViXZtfM`xNBuE_lsWKbI4o5yWBq|+=uQLHx77jpNxXvn2C&> zCU{qCQI#x5d9WpvmLi=Q3+fMEr>L_`|7RcWvFwmd;EgCb$joGF(`B_AXay2GoWvdO z#4dQyUBimc9PV=O)Qf%SL13yob9s*kXj$Q1tZt=wxLqpE@*H^k?vrotp_ZVa)GB0U zC@zA+dQnl-?}tbqrb30h0u`2(4od)z(en^Lt(jz|yO60+Pa%|WG!qj2q8wMUSoo&s zWVr;!=QdpmP=;Am)H4k{vL-~wm!M~|%$!#5MmA>?j|z}|CI{re*(c}D?x@qacwIA4 zc#9ef;540M9#26&J|}X3;eU>|o+sO-23e}9s8#ZDdnehG)d6H$C7V;G(@H1V;{B9E zomcY$(MXP=JWh5*nkb>+=@Jc<)S_Oe!scW7I&Y0vtzUu{)$``@1T?J=Clt}GW-CuekOHYqdUS*U@gPSxh$=il?ku_dgRk^%tbTjuBGYv=|*$N(I{uctr z^Y3|{)A?)dyZH0)^}H74#HMc6aLN(I4d9iGuFTNh+Jx4Bu?10kt}05I0%;&_o?Hzx lv-%V*H;FDrXKS}bv2964j{eNKcau3KY*`&Y5zbU3dHU?LuprXji5j&aCT$Q@KV6*G6D>Y&!CnRz*?4;r0@nY+>2V7;?Wi6qme+?dhM=0`+SMD-yN zRarT^v%K{2FpXr3=JhL~&Q#bNW?>S;y7|E{jKtOWZm5!Y zAma@7wtwCO9zV#Q&%ZLAHTh-RHA^nvFiu7{l2^w#zNx8%W4?MQhE2n?7-7$ zXchyhH82Gz)bev;viD(Ek`5K5!vyVE(iZG76_&6c+MSYgWLcDi^Vkw);lhq99avW$ zGf@>aSXV>|l&;9|)P?P`_7^YMY?z?k~VD9Cjt zQ@)=lo*lr~JeE>uK9HF&{LEhvcv`5hd6w{=Gzax1=juT&w}nij^WSc4fAiNjTUPGu8w}>_J;byZ>ZE|Gs==Xw zg-6dHgdMJp^?nGGh4rYJ9kOJ5%qG^@Qg4pQ)Ed(nEhtlaMlcTdh^oV9t&(cMpL{Dy zeBq@>X<UV!ZKBZadnBczW7^*WZ zk15b?QJUG*P!64`YiN}j?Xo|RiT#ME(U=M65jkey7F+!#t4?d8j9fF=F)LS8ruD3m zt!3+D`r@O=okvq6g&eN zmSh&lK(D|%qoVXjYhq>g*gB@4LOuowoSUQ0UNVr}1Qv&UAR*buK`6D!gAd^PVW=dg zhzVav%CQ3Q2aDxG@X34pfsi^-VTyHR(jKw%d?mLbs8Do`FNa}FetWjdCMZ1p5{xot zUy`q^UxV52FjMW==nM}v591&iq>#OPkt}Y%Y2pR!$J!V3N?6n{DRSqY57|mQA5xV| zn7i+%>hccWjY8PWc{bX8LEt+@=P;hmj#xgMse(VQkq{9~vNzL@f9wsb@(NX#=-pm~p(J zWIh_b@sZ3hURQ)ReFD}ee(ylaXml2vfca%Bk(E0!`ac?dXW3ANR4a_F?c4&tD~x=F zu~Q&s^F)0pxF$TcDgiaG6y*^rdA>c5hy@1*u+BGw0~y?2-TT(EaiP9>h9`HTq~Dh+ zFW>W3jM#b;Z?Fb_n%mGyDfJf0gOws*D@vg^*EQeJ!yeSj05IwmEo1%)*7$|69zfbF zL^YObxl8r&2Y757k1Y=h3_zD;`p&$(xBvuzq-b#dePlCucN`Ader=bQxK#j4Hw-w{Ww>1Z2nRILi)@#>mkNhm#=csk-Cf#bb%wq+KUTH=0|x#S Ag8%>k literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f904a2cf0d38bda5b6d7cf16558b6cd3b8c4151 GIT binary patch literal 1585 zcmaJ>&u<(x6t?Hb&Su#(ZRr6HfQ5QliB3`paX<)xS``&VQPd(uj7Bovu{S%ZXFRbz zExRfg(ktSGxKu*o#=qn%7x))A0MDK@Yzow?dHd$setz%!J`da8o*)=M{_q?7DM9F0 z|FStChCYGE9D?D9V~HAEVC?-!MonDA!H;Fqq(vJ1M2?!Q$bz5BakEuyVe}c|Bc44& zJQL|zTuk`*A)0Od4q4F*yR4|Yd$kncPVd&n>U!SWTD9UAXy+xql@=%5bKT0JwfJd_ad0#PZh+PWO2+KILj4ZTjLS(>V0YsC!wF*`=O0S@8PKNRU zu+WglXA@J{%`E8+fK}V~0$^ImRoxyFfXN@Wky`1C99o?A09gZE3`hmw0j>#?Qau6H zeenLlEOjv~bURX2Oj2JS?U-G1og8`AkMBR~4n&_o1(O zlY(){Tq&t<`1gNG4xX=DXJGv2(|9w+NqXgKf}=k}{9yK)%hq-0)f6P;-UN1Y3e0n* z^Gp1NV;u?eFWAp7v7gVG5!wUm-o3ocGxT+St{~8^{}>L%59eLvgYT&{c~DVMbExva V+H&KM2ADqfjE3I4kfs=Z@!!B3zSRH# literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/distributions/base.py b/venv/Lib/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 000000000..fbdd5e411 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,38 @@ +import abc +from typing import Optional + +from pip._vendor.pkg_resources import Distribution + +from pip._internal.index.package_finder import PackageFinder +from pip._internal.req import InstallRequirement + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_pkg_resources_distribution(self) -> Optional[Distribution]: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + raise NotImplementedError() diff --git a/venv/Lib/site-packages/pip/_internal/distributions/installed.py b/venv/Lib/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 000000000..0d452e27f --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,22 @@ +from typing import Optional + +from pip._vendor.pkg_resources import Distribution + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + def get_pkg_resources_distribution(self) -> Optional[Distribution]: + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + pass diff --git a/venv/Lib/site-packages/pip/_internal/distributions/sdist.py b/venv/Lib/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 000000000..596b516a5 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,95 @@ +import logging +from typing import Set, Tuple + +from pip._vendor.pkg_resources import Distribution + +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.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_pkg_resources_distribution(self) -> Distribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: 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: + self._setup_isolation(finder) + + self.req.prepare_metadata() + + def _setup_isolation(self, finder: PackageFinder) -> None: + def _raise_conflicts( + 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) + ), + ) + raise InstallationError(error_message) + + # 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", "Installing build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + _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))), + ) + # 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. + 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): + reqs = backend.get_requires_for_build_wheel() + + conflicting, missing = self.req.build_env.check_requirements(reqs) + if conflicting: + _raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", "Installing backend dependencies" + ) diff --git a/venv/Lib/site-packages/pip/_internal/distributions/wheel.py b/venv/Lib/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 000000000..00a70b02d --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,34 @@ +from zipfile import ZipFile + +from pip._vendor.pkg_resources import Distribution + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.utils.wheel import pkg_resources_distribution_for_wheel + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + def get_pkg_resources_distribution(self) -> Distribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + # Set as part of preparation during download. + assert self.req.local_file_path + # Wheels are never unnamed. + assert self.req.name + + with ZipFile(self.req.local_file_path, allowZip64=True) as z: + return pkg_resources_distribution_for_wheel( + z, self.req.name, self.req.local_file_path + ) + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + pass diff --git a/venv/Lib/site-packages/pip/_internal/exceptions.py b/venv/Lib/site-packages/pip/_internal/exceptions.py new file mode 100644 index 000000000..8aacf8120 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,397 @@ +"""Exceptions used throughout package""" + +import configparser +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.pkg_resources import Distribution +from pip._vendor.requests.models import Request, Response + +if TYPE_CHECKING: + from hashlib import _Hash + + from pip._internal.req.req_install import InstallRequirement + + +class PipError(Exception): + """Base pip exception""" + + +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class NoneMetadataError(PipError): + """ + Raised when accessing "METADATA" or "PKG-INFO" metadata for a + pip._vendor.pkg_resources.Distribution object and + `dist.has_metadata('METADATA')` returns True but + `dist.get_metadata('METADATA')` returns None (and similarly for + "PKG-INFO"). + """ + + def __init__(self, dist, metadata_name): + # type: (Distribution, 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): + # type: () -> 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): + # type: () -> str + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self): + # type: () -> 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, response=None, request=None): + # type: (str, Response, Request) -> 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): + # type: () -> str + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +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 + or user-supplied ``#egg=`` value. + """ + def __init__(self, ireq, field, f_val, m_val): + # type: (InstallRequirement, str, str, str) -> None + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self): + # type: () -> str + template = ( + "Requested {} has inconsistent {}: " + "filename has {!r}, but metadata has {!r}" + ) + return template.format(self.ireq, self.field, self.f_val, self.m_val) + + +class InstallationSubprocessError(InstallationError): + """A subprocess call failed during installation.""" + def __init__(self, returncode, description): + # type: (int, str) -> None + self.returncode = returncode + self.description = description + + def __str__(self): + # type: () -> str + return ( + "Command errored out with exit status {}: {} " + "Check the logs for full command output." + ).format(self.returncode, self.description) + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self): + # type: () -> None + self.errors = [] # type: List[HashError] + + def append(self, error): + # type: (HashError) -> None + self.errors.append(error) + + def __str__(self): + # type: () -> 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 __nonzero__(self): + # type: () -> bool + return bool(self.errors) + + def __bool__(self): + # type: () -> bool + return self.__nonzero__() + + +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 = None # type: Optional[InstallRequirement] + head = '' + order = -1 # type: int + + def body(self): + # type: () -> 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): + # type: () -> str + return f'{self.head}\n{self.body()}' + + def _requirement_name(self): + # type: () -> 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): + # type: (str) -> None + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self): + # type: () -> 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, gots): + # type: (Dict[str, List[str]], 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): + # type: () -> str + return ' {}:\n{}'.format(self._requirement_name(), + self._hash_comparison()) + + def _hash_comparison(self): + # type: () -> str + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + def hash_then_or(hash_name): + # type: (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 = [] # type: 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="could not be loaded", fname=None, error=None): + # type: (str, Optional[str], Optional[configparser.Error]) -> None + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self): + # type: () -> 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}" diff --git a/venv/Lib/site-packages/pip/_internal/index/__init__.py b/venv/Lib/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 000000000..7a17b7b3b --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3df630ed108d1243b2c2fb624e886e2af6bf3c16 GIT binary patch literal 235 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 S7N!cu7ZzrAJ}=IWXa5iW1MCa{ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d81d7e928b81785c2005f1265c6aeaac5e532491 GIT binary patch literal 28113 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 Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in '+:': + return scheme + return None + + +class _NotHTML(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_html_header(response: Response) -> None: + """Check the Content-Type header to ensure the response contains HTML. + + Raises `_NotHTML` if the content type is not text/html. + """ + content_type = response.headers.get("Content-Type", "") + if not content_type.lower().startswith("text/html"): + raise _NotHTML(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_html_response(url: str, session: PipSession) -> None: + """Send a HEAD request to the URL, and ensure the response contains HTML. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotHTML` if the content type is not text/html. + """ + 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_html_header(resp) + + +def _get_html_response(url: str, session: PipSession) -> Response: + """Access an HTML page 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, to avoid downloading a large file. + Raise `_NotHTTP` if the content type cannot be determined, or + `_NotHTML` if it is not HTML. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got HTML, and raise + `_NotHTML` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_html_response(url, session=session) + + logger.debug('Getting page %s', redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": "text/html", + # 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 HTML + # or not. However we can check after we've downloaded it. + _ensure_html_header(resp) + + 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: + content_type, params = cgi.parse_header(headers["Content-Type"]) + if "charset" in params: + return params['charset'] + return None + + +def _determine_base_url(document: HTMLElement, page_url: str) -> str: + """Determine the HTML document's base URL. + + This looks for a ```` tag in the HTML document. If present, its href + attribute denotes the base URL of anchor tags in the document. If there is + no such tag (or if it does not have a valid href attribute), the HTML + file's URL is used as the base URL. + + :param document: An HTML document representation. The current + implementation expects the result of ``html5lib.parse()``. + :param page_url: The URL of the HTML document. + """ + for base in document.findall(".//base"): + href = base.get("href") + if href is not None: + return href + return page_url + + +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 _clean_link(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)) + + +def _create_link_from_element( + anchor: HTMLElement, + page_url: str, + base_url: str, +) -> Optional[Link]: + """ + Convert an anchor element in a simple repository page to a Link. + """ + href = anchor.get("href") + if not href: + return None + + url = _clean_link(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor.get('data-requires-python') + pyrequire = html.unescape(pyrequire) if pyrequire else None + + yanked_reason = anchor.get('data-yanked') + if yanked_reason: + yanked_reason = html.unescape(yanked_reason) + + link = Link( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + ) + + return link + + +class CacheablePageContent: + def __init__(self, page: "HTMLPage") -> 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) + + +def with_cached_html_pages( + fn: Callable[["HTMLPage"], Iterable[Link]], +) -> Callable[["HTMLPage"], List[Link]]: + """ + Given a function that parses an Iterable[Link] from an HTMLPage, cache the + function's result (keyed by CacheablePageContent), unless the HTMLPage + `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: "HTMLPage") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_html_pages +def parse_links(page: "HTMLPage") -> Iterable[Link]: + """ + Parse an HTML document, and yield its anchor elements as Link objects. + """ + document = html5lib.parse( + page.content, + transport_encoding=page.encoding, + namespaceHTMLElements=False, + ) + + url = page.url + base_url = _determine_base_url(document, url) + for anchor in document.findall(".//a"): + link = _create_link_from_element( + anchor, + page_url=url, + base_url=base_url, + ) + if link is None: + continue + yield link + + +class HTMLPage: + """Represents one page, along with its URL""" + + def __init__( + self, + content: bytes, + 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.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +def _handle_get_page_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_html_page(response: Response, cache_link_parsing: bool = True) -> HTMLPage: + encoding = _get_encoding_from_headers(response.headers) + return HTMLPage( + response.content, + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing) + + +def _get_html_page( + link: Link, session: Optional[PipSession] = None +) -> Optional["HTMLPage"]: + if session is None: + raise TypeError( + "_get_html_page() missing 1 required keyword argument: 'session'" + ) + + 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 += '/' + url = urllib.parse.urljoin(url, 'index.html') + logger.debug(' file: URL is directory, getting %s', url) + + try: + resp = _get_html_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 _NotHTML as exc: + logger.warning( + 'Skipping page %s because the %s request got Content-Type: %s.' + 'The only supported Content-Type is text/html', + link, exc.request_desc, exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_page_fail(link, exc) + except RetryError as exc: + _handle_get_page_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_page_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_page_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_page_fail(link, "timed out") + else: + return _make_html_page(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, + ) + 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_page(self, location: Link) -> Optional[HTMLPage]: + """ + Fetch an HTML page containing package links. + """ + return _get_html_page(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/site-packages/pip/_internal/index/package_finder.py b/venv/Lib/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 000000000..2dadb5aef --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,982 @@ +"""Routines related to PyPI, indexes""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import itertools +import logging +import re +from typing import 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 +from pip._internal.utils.urls import url_to_path + +__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 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[bool, Optional[str]]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (is_candidate, result), where `result` is (1) a + version string if `is_candidate` is True, and (2) if + `is_candidate` is False, an optional string to log the reason + the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or '' + return (False, 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 (False, 'not a file') + if ext not in SUPPORTED_EXTENSIONS: + return (False, f'unsupported archive format: {ext}') + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = 'No binaries permitted for {}'.format( + self.project_name) + return (False, reason) + if "macosx10" in link.path and ext == '.zip': + return (False, 'macosx10 one') + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return (False, 'invalid wheel filename') + if canonicalize_name(wheel.name) != self._canonical_name: + reason = 'wrong project name (not {})'.format( + self.project_name) + return (False, 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 = wheel.get_formatted_file_tags() + reason = ( + "none of the wheel's tags ({}) are compatible " + "(run pip debug --verbose to show compatible tags)".format( + ', '.join(file_tags) + ) + ) + return (False, 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 (False, 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 (False, 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 (False, '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: + # Return None for the reason text to suppress calling + # _log_skipped_link(). + return (False, None) + + logger.debug('Found link %s, version: %s', link, version) + + return (True, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: 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) + 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[Link] = 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 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, reason: str) -> None: + if link 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', reason, link) + self._logged_links.add(link) + + 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. + """ + is_candidate, result = link_evaluator.evaluate_link(link) + if not is_candidate: + if result: + self._log_skipped_link(link, reason=result) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=result, + ) + + 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, + ) + html_page = self._link_collector.fetch_page(project_url) + if html_page is None: + return [] + + page_links = list(parse_links(html_page)) + + 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 = [url_to_path(c.link.url) for c in file_candidates] + 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 = parse_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) + ) + + best_installed = False + if installed_version and ( + best_candidate is None or + best_candidate.version <= installed_version): + best_installed = True + + if not upgrade and installed_version is not None: + if best_installed: + logger.debug( + 'Existing installed version (%s) is most up-to-date and ' + 'satisfies requirement', + installed_version, + ) + else: + logger.debug( + 'Existing installed version (%s) satisfies requirement ' + '(most up-to-date version is %s)', + installed_version, + best_candidate.version, + ) + return None + + if best_installed: + # 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 + + logger.debug( + 'Using version %s (newest of versions: %s)', + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + +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/site-packages/pip/_internal/index/sources.py b/venv/Lib/site-packages/pip/_internal/index/sources.py new file mode 100644 index 000000000..eec3f12f7 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/locations/__init__.py b/venv/Lib/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 000000000..2c2fd860a --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,408 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Iterator, List, 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 _distutils, _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_prefixed_libs", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + +if os.environ.get("_PIP_LOCATIONS_NO_WARN_ON_MISMATCH"): + _MISMATCH_LEVEL = logging.DEBUG +else: + _MISMATCH_LEVEL = logging.WARNING + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES # type: ignore + + 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 "/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 # type: ignore + + 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 # type: ignore + + 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_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]) -> Iterator[str]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags: str = 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: + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + new = _sysconfig.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 + + # 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 + + 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( + "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: + old = _distutils.get_bin_prefix() + new = _sysconfig.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.""" + old = _distutils.get_purelib() + new = _sysconfig.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.""" + old = _distutils.get_platlib() + new = _sysconfig.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 + + +def get_prefixed_libs(prefix: str) -> List[str]: + """Return the lib locations under ``prefix``.""" + old_pure, old_plat = _distutils.get_prefixed_libs(prefix) + new_pure, new_plat = _sysconfig.get_prefixed_libs(prefix) + + warned = [ + _warn_if_mismatch( + pathlib.Path(old_pure), + pathlib.Path(new_pure), + key="prefixed-purelib", + ), + _warn_if_mismatch( + pathlib.Path(old_plat), + pathlib.Path(new_plat), + key="prefixed-platlib", + ), + ] + if any(warned): + _log_context(prefix=prefix) + + if old_pure == old_plat: + return [old_pure] + return [old_pure, old_plat] diff --git a/venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..090bd670b3a12c9851797ace2404137e34cb3acb GIT binary patch literal 10061 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f04010a22edd537728bd53504401d3ffc8a8a6b6 GIT binary patch literal 4674 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5bc13ea7870c0f11f0d6374b5f1a421fe83fa7b GIT binary patch literal 1543 zcmZuxOK;pZ5GEz<)BAAk)Ul1U6?`*VuhR!mpm2*Cj*GZWZNqlpL|8!JO59y-w4^{% zj(1a^oNIe4dg)>J*uT)9!fP+>U+Aer%5EGW6v*KWIm6*MA4QtYI)e7wuYZ$|%Lx5t zl)J48%D2#^hT$oSQH)a*6cPv6>Q3NT=?1QqUf@|-3Q8cIv^=f^6>NOmv^uT@HH>Iw zR*$_o4i>04Ys4j(HEC(oqU|+A7vu5{qV2fyJC3Vy?X?%Yccazg1<;nJ>(rSo&rxvi zj!$C;og=pDA^QI0PmIh*ozY5g?>S=5LqyT&evISh&zP>-$gQ~j+PlWVT8vN8=Hfqa zKXkZ>b%kVEoCpciRgp86utAu!n2PWs5h^DsWf$7bl1x{!T+lS>>84B+4KotGAOmU~ z%Yv$0u*k%`+Z<5#pvwjfF&-g>N6s$@&UdD??n67Vj=maFe@sSPY>gAfg?~YXOgQs- z-!4VD5R@tZc%p`2CDJFpR02}{#HXD>$A;SYyz}LT56&?8^x;NfoR(f)bzWUiM;`uqI>l$pfZn5bCZrgB(iAU1ylt)Ctz2tU}NZQFJ`u>2b(B3?> zHxF+TTQaB__)tkSVSEc(3rwj&%?(Z5L%>T!)348U%L;*c}(zpQ2>X1oT?0!=)VW_2B2F5qb>tK^D7!WSwCD*|#xZx~% zV%6-ezlkZmZf_bli1pb^ISaTcVi& literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/locations/_distutils.py b/venv/Lib/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 000000000..2ec79e65b --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,169 @@ +"""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 + +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, Tuple, 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: str = None, + root: str = None, + isolated: bool = False, + prefix: 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 # type: ignore + 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) + + +def get_prefixed_libs(prefix: str) -> Tuple[str, str]: + return ( + get_python_lib(plat_specific=False, prefix=prefix), + get_python_lib(plat_specific=True, prefix=prefix), + ) diff --git a/venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py b/venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 000000000..5e141aa1b --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,219 @@ +import distutils.util # FIXME: For change_root. +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 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 = distutils.util.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"] + + +def get_prefixed_libs(prefix: str) -> typing.Tuple[str, str]: + paths = sysconfig.get_paths(vars={"base": prefix, "platbase": prefix}) + return (paths["purelib"], paths["platlib"]) diff --git a/venv/Lib/site-packages/pip/_internal/locations/base.py b/venv/Lib/site-packages/pip/_internal/locations/base.py new file mode 100644 index 000000000..86dad4a3a --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,52 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +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: typing.Optional[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 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/site-packages/pip/_internal/main.py b/venv/Lib/site-packages/pip/_internal/main.py new file mode 100644 index 000000000..51eee1588 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/main.py @@ -0,0 +1,13 @@ +from typing import List, Optional + + +def main(args=None): + # type: (Optional[List[str]]) -> 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/site-packages/pip/_internal/metadata/__init__.py b/venv/Lib/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 000000000..e3429d255 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,48 @@ +from typing import List, Optional + +from .base import BaseDistribution, BaseEnvironment + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "get_default_environment", + "get_environment", + "get_wheel_distribution", +] + + +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. + """ + from .pkg_resources import Environment + + return 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. + """ + from .pkg_resources import Environment + + return Environment.from_paths(paths) + + +def get_wheel_distribution(wheel_path: str, 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. + """ + from .pkg_resources import Distribution + + return Distribution.from_wheel(wheel_path, canonical_name) diff --git a/venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f98c4a48267f14cfafb4895080e5f33e47d1590 GIT binary patch literal 1856 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 str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +class BaseDistribution(Protocol): + @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 info_directory(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory. + + 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 canonical_name(self) -> "NormalizedName": + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @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: + raise NotImplementedError() + + @property + def editable(self) -> bool: + raise NotImplementedError() + + @property + def local(self) -> bool: + raise NotImplementedError() + + @property + def in_usersite(self) -> bool: + raise NotImplementedError() + + @property + def in_site_packages(self) -> bool: + raise NotImplementedError() + + def read_text(self, name: str) -> str: + """Read a file in the .dist-info (or .egg-info) directory. + + Should raise ``FileNotFoundError`` if ``name`` does not exist in the + metadata directory. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO.""" + raise NotImplementedError() + + @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 not, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + raise NotImplementedError() + + +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.""" + 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_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions.""" + 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. + + :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_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) diff --git a/venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 000000000..59460062e --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,153 @@ +import email.message +import logging +import zipfile +from typing import ( + TYPE_CHECKING, + Collection, + Iterable, + Iterator, + List, + NamedTuple, + Optional, +) + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.utils import misc # TODO: Move definition here. +from pip._internal.utils.packaging import get_installer, get_metadata +from pip._internal.utils.wheel import pkg_resources_distribution_for_wheel + +from .base import BaseDistribution, BaseEntryPoint, BaseEnvironment, DistributionVersion + +if TYPE_CHECKING: + from pip._vendor.packaging.utils import NormalizedName + +logger = logging.getLogger(__name__) + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_wheel(cls, path: str, name: str) -> "Distribution": + with zipfile.ZipFile(path, allowZip64=True) as zf: + dist = pkg_resources_distribution_for_wheel(zf, name, path) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def info_directory(self) -> Optional[str]: + return self._dist.egg_info + + @property + def canonical_name(self) -> "NormalizedName": + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + @property + def installer(self) -> str: + return get_installer(self._dist) + + @property + def editable(self) -> bool: + return misc.dist_is_editable(self._dist) + + @property + def local(self) -> bool: + return misc.dist_is_local(self._dist) + + @property + def in_usersite(self) -> bool: + return misc.dist_in_usersite(self._dist) + + @property + def in_site_packages(self) -> bool: + return misc.dist_in_site_packages(self._dist) + + def read_text(self, name: str) -> str: + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + return self._dist.get_metadata(name) + + 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) + + @property + def metadata(self) -> email.message.Message: + return get_metadata(self._dist) + + 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) + + +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 _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_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) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) diff --git a/venv/Lib/site-packages/pip/_internal/models/__init__.py b/venv/Lib/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 000000000..7855226e4 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e08d20797b3475be9d4bcfbc27db6a18b299b1e8 GIT binary patch literal 269 zcmYjMy-I^Y5WFvqA&_^tHbwHaBH|C)1cC?_f-D@DyTz=2xjSyxKztAJ8GNO*HuiQ_ zZt_{UFf;5Fv$K9Y9vPkYw=aLL`ng~JPov9)f`>}cJeb(rnaSYw_|g_1p8X?QS$VM` zC-Icnu5-kWd$VGx$e6?`NCF{j-; literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0c98eea8834fcd258c824bcfae8e37101c26f46 GIT binary patch literal 1449 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8683711d9c0e502412a7b8444bf396832d9e1c66 GIT binary patch literal 2736 zcmZuz-A^1h5VyS__rXCRA><1so2qTPRXEab38g4fzM3kct&m#jbm?|k8*X85_pp5s zF2_ruO8$YWFFe3w{-u5GOY<*8P16}~j)QLLoveMu|1og;p4mZ4sDFV>KW9}CqTnleh&7G zgA8hz(f37fCnS+7s*Qs2jrF#dUy&j zY$cNAA?GD%1I4fPy}9P2R12A^R@_m|UmiVf{wT9m5oy)D+Y0qkrkhdmKf^^Q$+p@e z)y)l&ZZsdqOHCDPG4sw4s@aJ&6Fi1jHalN-IK#T1&V&tKZ7$+Dj%UU`dYRfRC4FV8|=CS41kFcH}(j zSNIZ}vA4Y&?;Ap_2SNRIl0hh{`TF55-^r`7GWbg)kynBsNa*f1=2GT9=MOLC1_2&-1#g5)gx09du#YkOzux3&ck^lCo1^x_Ioi*l zc?u?+?t=|i=_+7$)q-vxSYUUy(5pV%{^Z&AP4C&Z4^MIn;K+-x2O)!rCkT#Um>#j? z(3l`8MMnm~4cMnlDy24n%cl05lh7(eeLHtH!lWy5SBDb3R=COF3^6rm_>RN3U~21= zeR$6Sm1i~OY={01(YOzoI-uJYxBJ!xk-zoXzI6cD=+nc0o7)EzI2MP#?;ypU3*-;> zE#WTgqH-Ezd40MMxP0>Yw%xb6yT)X1pktkDw-0F!R@i>2UudKIAcuO_IqvpL3$N)+ z@0*#KG@B_BkvHqj%wR4W(3wf~o)qidSPJER=E3v32$uS5dh@k22Oybyg)Z#5b5I1t zoL|nXkmsaUo3U<5O!T>pPMmV_RHCu+5|33BO71)II?xh9ZVa4T zso2bIbZij~LoZIXptd9;Xm@otOak#VO1fOAI&4)R!$4S-GRofCRu$3){;G766-fjs zW;neMkE8T-r4XKDhb7Ly>|};P6ksK!mtF1nu$z-G4eOE+Wm33t#PcH8uh~~UV#!^51>5rOxBCK3{v&3 qjuTZx<3%GeDAIL^EMby>GO=v*pLWT-e7msLJi6A{e3I2z&H5jg!Ika+ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b755440d83c4b129f07f7c05c319a47c08eb6c49 GIT binary patch literal 1248 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%0A)H zaqZC2?cL6NiDVAF%G>QGe2>cwy*%$FHob>85B4`ItFkMeIDh7V$esPxY>JS%BLzSS zqTn28L9x9nVjV;~TFBs(1!+Dq(0#o?;_C(+(({~sQ@dlWOEpX1MDtOq$FE~9#r`yv zBKUG+b8T~T<9aYI9*F~dkj_V`ESMC@G!sFZ2M?a;agoyrh7R7pis)cRleK+kE1lNJ)CKlZr5%Z zNhN9@!=~q{cq}HO_OfC$60&YRiewH%`mNfIGqo_IUfG_enGP2q)ef53<*m@ufIsvtH2khJ~^cKvc_R~a^S@C2da=mpR z@`J67bbCu-8=sa@ycdmx+5-4%VQTb6*%~kunObY894c~&LHVTiVsq^8;rr^RsH~pD zeAYqfGKX~?kFB8BL7%^HT#s{x-}kdi=SVVWRNQ}s?ZkYJV%WZdPQ@xKw7^#@L?GC- zp0WF~hxxu;J4$3b3*ZbGO?4FlwI5;^sSd+0FjC|~mg}+E>Uk4RMfyxGVLfIf_3|MC z_$bDdzoP@kV<<3X*OHoQ&35^S?b*!;?sW6e)^=sX5gqO9x^vICm0P*HE%gw!uO905 zypzCLPdLN28pnf+U9H%BDdF>OV$YW=egdZ^=fhWe@~K&Knl%&Y%=}&J$Vib~(!yI9 z!8!f=vzuSS15AtwK)~SYC+aGKk(ek<9v~nm*Ml+>krF{Ei-R;F_igw&n7y-66no^V za2umSsGGqb4rly&Fk3yhW+EA_yaF1X9i5?~@(!xX`l@%xG|use{f=S@lGmmsKgJS3 zr{MOC*L-lJwqfb(N7!B;iCjD`{`To*(ZTZZ>}KDyajT9w#qu(x4SKJ zK5{h2>2ja>FFf1BOpiG){1=Wh`{+j?hrHbdD=2!H)ZRD-L4W#~W5B?i^EGrdehGWZ zzhyg&lJs%+Pu8~<`cC2=`=Btg)e%wCoBiXV$#Add(4AtMC&57)fu`BcU;$TWk!Qvt z-fP|iPR6tVA)R9V1d%tmwv$SwiM1v@(@mw}ZxH3lnU*OyugAy(XF8ClvE5`E!wIr% zkz>wY>2q^tZw3g$fe1`wPy>U*9MP)Dz}o$;aZi58;JzMZY4!7pCF}~qNJVJy`_I`L z;(xm=RQi~*jJyFY=XmJuPYc9#0=o8*bxdY@X-{o~l5nBV=oQKX@+yh-CVRBC@=2Kz zv-dHlC|(jzIO~1y_!OjP>#s9m0r}gU=vAd}cs%)&L17i05&3-gkbP%-{x5vrfxjCA zP4zQ~!0dH2=gjV`XE?FAn3T7^!ODM7tl8)PpOFg{;IOT-v(^$}H+W92WXx=qyr&a;!3l&kQM!cr8beC{|t=Wu_I@&ESv zP22T*9~!y-Pb3{x-J;tFg1w|vD?g{HE?9#b%)s0+3>RxpgG~@3o9Yj6KNy6#J0yjK z5M3IuHkj%Zw;03J_l?Bq4PwyTAR3=;BJXPg=G6h6eWaUv)w{21Xapvyip{OeMC-bZ qL)$QSDftB%Z-O&n@HTL2f4w<~TMQB=F(Ev@{B=2gxUH=4j{O7t>7&O0 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f0b49508fe3bb3bb196c241f6d8661087071437 GIT binary patch literal 1671 zcmZ`(&x;#36xRG)ud&lZ(?FmFkzVT3^+KVCno?3WaR~(1G=zW|5b{V~tE-VFl4czT z_tg9gA(x(d%fB?&UfMsQIrVAAUfXo5L2vZq>Ai2h_i1Rq-$l^gz5R zOddkFUxHzX1rim(EC~EKlwlFgq5%DfSj6Hth{eB!vzR5%&>;OA{Lvt&J3p09XhkKA z`(tei>Mpc$M$6oL9JUTj9zwSxFdWSShGroPX3-_&`XhkI9iG6G@{{|hc_;TFCrf@$ zS;|h{B(n~SA@^y0_ZgQw_j#v=FSy|<=k_)0VrY+5PD@)!>bS*j$#G5<6AY%tKniNP zt?xis;DY2W8Fjx+N#;UPv##%nOQj7bhQF+Y;g*zZx72Dp8Kfo!dJGf`8PAwG^~P7R zP7QaJQMq^6H9roaUqH7*Fq?!06*4^*{+eup4I*e0f(vZEQz`tg5z`TJCalBy8tOo?;;S8Szx*G@ zZr9*Z?$!ms=ej7V6LWc7y9YmS1$;Jb1pL55tAHS=cKe<95noW?1TLe-V=67*cfRI&F5bq;9TVmbdRS#!IQ! z1y?S+=IT0oD(0CLj-Ty{n3bYDC!&c*<$0kQm-hUo?EX40?66$d9Rgm$5%RIWWOu-z zyPY5o)1ZA`e|Foo8SYLE;_(D7_NkAfXu%1oyM#cxO8Rk+ke3ye+np0an9gDOln^Vm zvoMV3T1(?^xrw~_$Qw_{f$^wJ495Qu?5AJ=VbbZMpm{!oVHkvfx9R^ho|8dRr*2(> sTASeY=RnBthLB-P$nf}HwFrEogX9eskD%^+*M8UcfrsJUdSNg67sdbFH2?qr literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae294d4dc4d407fdc637e2ceb94a6e76736aaf00 GIT binary patch literal 3421 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/models/candidate.py b/venv/Lib/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 000000000..c673d8d05 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,31 @@ +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link +from pip._internal.utils.models import KeyBasedCompareMixin + + +class InstallationCandidate(KeyBasedCompareMixin): + """Represents a potential "candidate" for installation. + """ + + __slots__ = ["name", "version", "link"] + + def __init__(self, name: str, version: str, link: Link) -> None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate + ) + + def __repr__(self) -> str: + return "".format( + self.name, self.version, self.link, + ) + + def __str__(self) -> str: + return '{!r} candidate (version {} at {})'.format( + self.name, self.version, self.link, + ) diff --git a/venv/Lib/site-packages/pip/_internal/models/direct_url.py b/venv/Lib/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 000000000..3f9b6993e --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,220 @@ +""" 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, + resolved_revision: Optional[str] = None, + resolved_revision_type: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + self.resolved_revision = resolved_revision + self.resolved_revision_type = resolved_revision_type + + @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"), + resolved_revision=_get(d, str, "resolved_revision"), + resolved_revision_type=_get(d, str, "resolved_revision_type"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + resolved_revision=self.resolved_revision, + resolved_revision_type=self.resolved_revision_type, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + ) -> None: + self.hash = hash + + @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")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash) + + +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) diff --git a/venv/Lib/site-packages/pip/_internal/models/format_control.py b/venv/Lib/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 000000000..010c3620d --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,84 @@ +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/site-packages/pip/_internal/models/index.py b/venv/Lib/site-packages/pip/_internal/models/index.py new file mode 100644 index 000000000..1874a5b60 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/index.py @@ -0,0 +1,32 @@ +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/site-packages/pip/_internal/models/link.py b/venv/Lib/site-packages/pip/_internal/models/link.py new file mode 100644 index 000000000..9ef1ca368 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/link.py @@ -0,0 +1,288 @@ +import functools +import logging +import os +import posixpath +import re +import urllib.parse +from typing import TYPE_CHECKING, Dict, List, NamedTuple, Optional, Tuple, Union + +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + 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 HTMLPage + +logger = logging.getLogger(__name__) + + +_SUPPORTED_HASHES = ("sha1", "sha224", "sha384", "sha256", "sha512", "md5") + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL + """ + + __slots__ = [ + "_parsed_url", + "_url", + "comes_from", + "requires_python", + "yanked_reason", + "cache_link_parsing", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "HTMLPage"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + cache_link_parsing: bool = True, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of HTMLPage 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 cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link + should be cached. PyPI index urls should + generally have this set to False, for + example. + """ + + # 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 + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + + 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=([^&]*)') + + @property + def egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + _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) + + _hash_re = re.compile( + r'({choices})=([a-f0-9]+)'.format(choices="|".join(_SUPPORTED_HASHES)) + ) + + @property + def hash(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(2) + return None + + @property + def hash_name(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(1) + return 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 self.hash_name is not None + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed. + """ + if hashes is None or not self.has_hash: + return False + # Assert non-None so mypy knows self.hash_name and self.hash are str. + assert self.hash_name is not None + assert self.hash is not None + + return hashes.is_hash_allowed(self.hash_name, hex_digest=self.hash) + + +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/site-packages/pip/_internal/models/scheme.py b/venv/Lib/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 000000000..9a8dafba3 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/models/search_scope.py b/venv/Lib/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 000000000..24ec9834d --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,126 @@ +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"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + ) -> "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, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + + 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/site-packages/pip/_internal/models/selection_prefs.py b/venv/Lib/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 000000000..66a563629 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,46 @@ +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/site-packages/pip/_internal/models/target_python.py b/venv/Lib/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 000000000..11b259170 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,111 @@ +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/site-packages/pip/_internal/models/wheel.py b/venv/Lib/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 000000000..a79a86106 --- /dev/null +++ b/venv/Lib/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.+?)-(?P.*?)) + ((-(?P\d[^-]*?))?-(?P.+?)-(?P.+?)-(?P.+?) + \.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. + """ + return min(tags.index(tag) for tag in self.file_tags if tag in tags) + + 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/site-packages/pip/_internal/network/__init__.py b/venv/Lib/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 000000000..b51bde91b --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b9c8422353b5dda9d0891fd2dbe397768e69569 GIT binary patch literal 257 zcmYjMv1$TA6x_2>1pnb$k@FyB2qB=2AR?p)ga^xd`-o51-DUTk;qo6L-;iIjO_M%d zsyt1K49pDkiea7^jfP6__WEhA#6QmAKMDzV!aNYM>QUL^UX6P%lUeX=$mcS)30+ru zH~zXnwu27+vTN=oyaakFcZ-WMZtMY4+v`GenBDrc0l3_1~ac%ZXU)Y3xpen?taz L!`t&)UqbZ*yEsnL literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..931ff5e4ecd9965da6f979fc3691f2a012cc29f7 GIT binary patch literal 7454 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 KEufn(zw&<{e7Ru& literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5da92390a87ba9770db40e31178739a542d575d9 GIT binary patch literal 2899 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 Ak^lez literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2147fe9111944d2c1ddbc2c4cdc0bc594a431e10 GIT binary patch literal 8354 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6060a9b23cefd9728fa74d1511d1e62bd1406a95 GIT binary patch literal 1435 zcmZ8hO>Y}T7@nE^@JAfmifEb!74~YWcG@DOG^$X8V@O0~P|^@;8CIK}Niy|%b~7_h zvE^K#*GdQpacGgskqbY813zOpaw&IC94POs<0@iS`_9+<&dl>Z&rGzqSVmBO{NYvf zM-8DrZRcw7pz{EJrNJB^iYQLd5clwq^a!?nk~l-R=MKG|m-n5-9~OEAXuH(oxL0JD zm00PR+(4{M{riY{v_Ok52rbd_Q@6Lk++)l~tT7?d^l^C*l51uVadPOl7H1tbxsPm+2>|9JEs* zSgd&}I#Q-`QrnDUmg#0k#3|+C#1uJYLUTPfh3(GfR%dU&Yd4gzl<_6gBPn8Rk8xQX zsEhEo;a9(dq4)x8G)0fGCf^eI;iPWcFC9vL#uwxeoo%~FyW8 zQ~H0*6wBXqVTz}SmYyt89X>)!3{d>(j{5t^7{{}Ou1?_}G zo`O7!8^NR;9H%lE$z&toUy$5mpUHD3=N`a8(IzqHqiA4RE|iW$%xqdCl?vk>jWtuo zrwq7YX6Zn1+t|vx`9@{|Li9+5xq}1SNgq<)aAXN8Q$5u>3z;Q09I6vpg~4Btyav@j z$<{`HM}T02I^~(_AMWh-Ka=TW5QFNsPa}Pl>V7<{o0MfqIvxVR{y7up{at?4S6s7Z z7R7_;gsFbUv$c@t>qW_$n2Bp`qXpN_;JRD8muy_zxP^-Y=UE`|}c2WAog$Do`krkIjv zWD9*+z93WbIjHPx=@5xqpgS_&eWN?{(wSnbyD3o*&bBW-TaS<+w-I$f2kzv(k2xeD zhyuyZMoeiH%ZaC`AB{Ad@e21VqL;Yk3ZOAwzFN-R%q-i{+FU~6Y_oe7y`4cWAwDM8$*b~e1y`I3 zq?us(F3dD)#@FKvF1NG^ls0p{w}HS`2-s*UTXS%&A;>LJ(zR~(xic%d+nnbX``SJh z@OY?PchX*b;{Ya83&Ti=6x3;F!!Re(I1nk}Ek*f3u7I(UlsTf}eb{uAFnA9D$`Y6* SQYV#bD^C3;c})O@|L=eCy?yNf literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f163772c384055d39b07272036bb8178fd03a52 GIT binary patch literal 2056 zcmZuyOOM+&5GM7O{8;DxY61g6fhuUc0eUHlqA0Mln4Hb1d9)kAMkH1B4EQEel z%Dc?~lRc?@`WS3bY=J5>CU-f`uH;o^d$S4Q~}(4Cf`4 zo$#B8@kx}X(Kw~Cdh5H*UMlM#RuwpwQv>){!z6Ya+{{gAL zokYs?ZM+Y?KD1&y1w;n*_{O?#NH@s|-3ezbl{RmXk?k3vLLxy$l2K_fDrPK?6=4pW z2?KrE`4t!lw1@U_r5|97gf`XpjS3&&U86FlW`#nl(m>h-L40`KccjT@C1uhH!z52c z7)lE~fUHZi1k9;)Ky5}Ak0+3PX@|>!6E6MqO=)nNZZbu5)>5JkB4{-s!FIu4VaRA0 zrxE92_zJzwzWQu*I~SDYe3F!WbpQ6<5g@BT;iI)lB*ujp#m)07p=Dak74b&fG~XWG zO~xah2zs@Q;z!XI<)bnwS0Ms*UX-rp4eeH&{0z!DTLFL0Lgx+$q_=S!J9u&7|M?vp z0>Kome2u9M0~O%}=qT+;l#>(yYcu+IM!5*b1({2Go3e4iDeHiBtderr6eOyzLFd1K z5U9ce?`gby2R*|TnraoUGy;`R(5AI(3Vmwqo0SPkvlgF1?P>|$wZYDs+Lcx5m96Of zgR$!fr*ifn&6NQubt|;*RnD|^fbTq}5lr1jZ8V)!5R8@NaL*9QfNmAP1qCzD37EJiZq?hm{hf2?5Ds|Y!P69Bjr^GQ3 z(gV`X@|t$+l$tO~0H49_iP$Bjck8u~QMi|KV5!ccCrs6abdKh%wAk8G)Q(vqk~m6b ztGQglxFFQ`*lBg#1tmUE;-V7u>5BS-OC7vmeKq?L2&vPZn4MEzlVOy1ATl${oATA^C+WGm|hrW1(~I4 z+z!LXvnXAz*kMSDI1JfkaDXZHNn>0TY0Y|Rj^~1Mrfvzgs@6KoI*e(W!lt(&olzz# zF6M$b0i7#k9Bi2AP3`sHy$ve7EpJAVXowOC=kYu>G>N{l6WKiW*c9yjW zUlbryU^S|=#Jq$ZOaq(RMR^uVd2m$90|1?t>dV2K{9gR`^0Lwg%bTbP{=)lhW+F*> zLn2k%b!AHzhXe_cOd%??rG|p KX=?_IJpCVV*f)9r literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/network/auth.py b/venv/Lib/site-packages/pip/_internal/network/auth.py new file mode 100644 index 000000000..74d225472 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,316 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" + +import urllib.parse +from typing import Any, Dict, List, 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__) + +Credentials = Tuple[str, str, str] + +try: + import keyring +except ImportError: + keyring = None +except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + keyring = None + + +def get_keyring_auth(url: Optional[str], username: Optional[str]) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + global keyring + if not url or not keyring: + return None + + try: + try: + get_credential = keyring.get_credential + except AttributeError: + pass + else: + logger.debug("Getting credentials from keyring for %s", url) + cred = get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username: + logger.debug("Getting password from keyring for %s", url) + password = keyring.get_password(url, username) + if password: + return username, password + + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + keyring = None + 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 + if username is None and password is None: + username, password = self.passwords.get(netloc, (None, None)) + + 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 not keyring: + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + # 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 = (parsed.netloc, username, 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.""" + assert keyring is not None, "should never reach here without keyring" + if not keyring: + return + + 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.set_password(*creds) + except Exception: + logger.exception("Failed to save credentials") diff --git a/venv/Lib/site-packages/pip/_internal/network/cache.py b/venv/Lib/site-packages/pip/_internal/network/cache.py new file mode 100644 index 000000000..2d915e6fc --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Iterator, 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() -> Iterator[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) -> 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/site-packages/pip/_internal/network/download.py b/venv/Lib/site-packages/pip/_internal/network/download.py new file mode 100644 index 000000000..47af547d6 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/network/download.py @@ -0,0 +1,184 @@ +"""Download files with progress indicators. +""" +import cgi +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 DownloadProgressProvider +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 + + return DownloadProgressProvider(progress_bar, max=total_length)(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. + """ + _type, params = cgi.parse_header(content_disposition) + filename = params.get("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(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/site-packages/pip/_internal/network/lazy_wheel.py b/venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 000000000..249bd0587 --- /dev/null +++ b/venv/Lib/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, Iterator, List, Optional, Tuple +from zipfile import BadZipfile, ZipFile + +from pip._vendor.pkg_resources import Distribution +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.wheel import pkg_resources_distribution_for_wheel + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> Distribution: + """Return a pkg_resources.Distribution from the given wheel URL. + + This uses HTTP range requests to only fetch the potion 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 wheel: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + zip_file = ZipFile(wheel) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return pkg_resources_distribution_for_wheel(zip_file, name, wheel.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) -> Optional[bool]: + return self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Iterator[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 + ) -> Iterator[Tuple[int, int]]: + """Return an iterator 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/site-packages/pip/_internal/network/session.py b/venv/Lib/site-packages/pip/_internal/network/session.py new file mode 100644 index 000000000..faaae4059 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/network/session.py @@ -0,0 +1,454 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +# When mypy runs on Windows the call to distro.linux_distribution() is skipped +# resulting in the failure: +# +# error: unused 'type: ignore' comment +# +# If the upstream module adds typing, this comment should be removed. See +# https://github.com/nir0s/distro/pull/269 +# +# mypy: warn-unused-ignores=False + +import email.utils +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 Any, Dict, Iterator, List, Mapping, Optional, Sequence, Tuple, Union + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter +from pip._vendor.requests.adapters import BaseAdapter, HTTPAdapter +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 + +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 + + # https://github.com/nir0s/distro/pull/269 + linux_distribution = distro.linux_distribution() # type: ignore + distro_infos = 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: + resp.status_code = 404 + resp.raw = exc + 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 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, + **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, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries) + 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) + "/", self._trusted_host_adapter) + if not host_port[1]: + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Iterator[SecureOrigin]: + 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) + 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) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/venv/Lib/site-packages/pip/_internal/network/utils.py b/venv/Lib/site-packages/pip/_internal/network/utils.py new file mode 100644 index 000000000..094cf1b4a --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Iterator + +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 +) -> Iterator[bytes]: + """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/site-packages/pip/_internal/network/xmlrpc.py b/venv/Lib/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 000000000..4a7d55d0e --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/operations/__init__.py b/venv/Lib/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e99adf235829a380c9002f80e6e9274b797e8fd GIT binary patch literal 205 zcmYe~<>g`kg6UIVB!cM2AOaaM0yz#qT+9L_QW%06G#UL?G8BP?5yY<|7poZ0ypq(S zyyA?^g5sEPPoJ28qWrAX82R@lnj(9PRn zJNH5_?}VM)4}DJaoop`ehF#NcW%Kz$xM13Db}C;C7frjJE#=GMvT1wS>3k(zG3`!v zCO;dVjN~{D~*0lEvpv zcr95?mXhV?JiMNqPF9|?@CV76_B+J0@SFHdX&B@7~(K-P%-XCEl5$U~`xbZ@~JbFV1e1Lm`|0ztP_j{k^r}fn37B zo<|@{so7kJrlr_f@GN4l=;VxXBEh zQ~-mN7@S-(K)!a*Sifg!KP!Rgs4TJr?WnzUczFFoDN6~*0tk!kUL$wL zjozG`hcWa;T);8nMRLL!lwLUY8iO0{&<^#ISu=~R<`$MoVf(X3W((Sf>yJd!cC&JO zTS(o08p{Iv0u<*aw;m~Ytv8e^NQp;rYS-xvmEYlmoKAOyvtYkvbDf3a`_{S^(~q)dAfKLUJO?LiUzP^q1ZJ$ zVlNo*@s~|t19;%Tj%(_6&EzNakoofc+C6Gx9`N*nbGH9J5Yky?yWV&X^E$hJJx3Af8%w=kx6Mq*2liyH zEB{>0)o#^IoNs_=LTKHVi;%S^GMi-BomJZgcdf&3*U6`XbO2~gj2Pf5f>Z_lvQW4H zII8alc!5`<&f8vz7ou`VNNY7!_ zAVc_}PIrnpI*4AF_7cOrx;t5eKrvK$ab{s7vEh)@9Yeclw)iTzmki&{V*4l9pL!P+ z^8jXR(Q>(Kb-88v+_ycz8*kJL+_HVX2!K1N9lYfotmz|}Iev&aT@)KdkzOJ~z?zS( ziW4zCv&MD>pit`%=mW_7cWhv2^0`MKG!SwQ#XS&;*(y;DkW}r6mm&Tj*p~5dCwNN8 zA#}WiRS*xrIs`3{n~AlgU^_)vIKfy35GOWI2O*CoR!|^@q6s~{+`}ESQu|doo!x+rM|#$O0*~ z>Q=%>T>bD9_FF;Mx|#lS!AuODC6OkF?KYM?Xb} zA}`e);P`>bg(N;dnS6sPN@}(Luu0;P-|6GU2E@F^MP=iIM>7;2dI7vnC?=cAEHbbth4A+ UZ^2qb%t6aOyX3#^o$=267xK|GZvX%Q literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75be56c302fdf9c1c93485721eae91f477c3e7af GIT binary patch literal 6291 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b883644b17c1d00d74319070af305fb4578e928 GIT binary patch literal 1157 zcmZuw%}X3H6i;TdvmdTh=_j?6x$eQ)3N3|Fid3aqtSqe{T?U5PN!*RjBq7Oal@$v1 zDxONOdhEY6*IwFxp%?pRbXQB8A#d{XlJ|b^_g>=Z=>~%F?d#9@gdp^zP;L$fltq|k z6$C|HL@{+z+{N&BQzvt~E-v;+O0r6~Qm!khmsPvfa_yzHtlq7|x=L$bP`5#y52#f? zeEN>rn8r5t`%Ew$TP}s4%05s0ZK-`DhdN8x~d*G=2dFw9&%(Ooypw3(r@j z++B*(l<8vc^^m7@MeK1cMaG1My*WJ;;62*sb`TlGOC@8*#C-pV;$VI+R6?-^G5Eda$a!e9j0$CsbYRMCU0oC=!2RJ zV!=&je9BA$j4|qS;dfR#KF}028a|Bo%nr3Mz8$bJ>2Pe~ijH{*%F~CpGD(>h^Wy`X zEhi_tT+n=`pUNK4eh_7`04C|-gN|k@)&-XR0b}XJ>qe`pE5Ke(RBQ(tIt=BrX4q3& zCQydxvOc-5%KI!D2aBKyqFzzZsC1Y+(&S`Ea?$eg`lW%1y}a6slU)XwZcT35OhGDn zbFxur-c_Jx(NSD%%LsPABYhhH{r+n#7lp1+Lr37yG^@<-5%o#)ImOb)%@3q zPXi!x4+QcYOfEd)IUcFuCMMXqSS0!`SXxtgHHxTAqDW7H-kpPxK?HE9)PX9WMzF7A z1)+^Dx;npKo*07)CIo7?us;6V3ePPy!F81`%l7Dhhb%mxg37YUCAgB(8{$q8p!O1) WX_&HC7&OxaLEM_tbefP@)BOX+s#oy< literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f969de91a950872500d6a4110b19bb8ea7445a8 GIT binary patch literal 1931 zcmaJ>L2ukd6rQnXz25C6O)ErO)K(U13OQs`;8v=tqAjRWTcNg6#cGl3^~^d>>=`rT zZP~>U66v)<91sVDlpOg>zH*^|0SUr4-s~zx6=V6$v**p5H{bi-i&j>;1ml;V|BUw9 zg#2MYP7W6zx9}PX!O4Jd%AJf3Xfrzl2eX^GIU6u)*I3rdy@A*0t*o8<1HaL|tdn;K z-9~R`r}EyQM~R>ZD`NGK4o-8QcV3dg8t?K`n9p$MG1=(NK7Am{h(~1Y5csDN4p|4qMQ_^Qke-wl7y)ot1!}ufx+n*TS7A#6?JA50ja1TI~QPGrYYWl_OOS>cNaq}H} zF`EpJ&fX8lfNPo9{*6o_r{*Sn#14#`0BPX)+GcsS`9NtAl-qz_N%8+X zzT4Aw&qlj;l&RbHEcn&7xN0{Ovi3mdJSuBeMCEqPc2p{XX=izO-5IB_i*jKafal_r z-M{+gmDcdjT!bLZqyCY{7ldFz$C2SWaM85XU|s~qm}_AA&wCERC(k$vcL?IZC28llbe z6=dmEt$hkUb!PI5d0~rSk;GtPQkeuz86uOLqsRyza50WhVz2^hWNLC$c*EsKC|9ry zi4cn>0rRD^C4zJ2&pv)Mk@BSf;6n@f^>womEXuvk0D0c0rgf4PhGQkpxXSR(cB`Ar7urr3xoT=rC4toF=pL#kAZ;2V2~2c_MbY@e5w}Kv+2A zAr~fo2)cM^c8Sn+i;K}D(H;_`&sxE(unBBZ3Cm7X3L)yJUTOS?#WZZ#)SdUoCL%vI z3QbS&y3J8EX=d~VIH{TKaQ|i2nd7D_!Udckz}8%aAU#Vf_77`89{J3{7oNX8&zoz| zue9|#EH}>9?J(pj4nr^>*8%!^6$|w_;M!l7b$@vQZHu)&|K_UrHWo$G+UI3+<;`Vu z{mk@F^zO!615mhl@O{>1Bjp~MBxxvjWn8FJG%~^@nCyM zcePv!SJX>U4^^e)*ni2_UfO?w1MRaXrKv4H`&sXO?|bjr)rAWwg7M3TKdb!+p+B5* zeuSXhhozr@pon6D#{G`R81z5{bvO>Oy9-5B$K%+aBazgD@c<)+PKIpl6pvFH)8ri* zuT%UCjRt=K9@-sYJAB$2E}Kfg`QjdH@7(_Ov6L^jDj}GHyKAaz8m7u)Zsw(KxmRkY zbv0vCp!|6xa2mqef~9{3u?i^eu+E;KAMx_JK_{37tMD|y$OJT8pXjKm+!ytxS&KfjBGdBK%V>TRmT;pSz}12c{3ws&dA=w zJp#ob6K~!sIfbP2G$kOdH-*t_y?$kExMrahF`z%P%}tN2m{QC>2?z00#L@+fJI&cLn>9?gXhPpYJrVb?oZnd zZ}BhByfa+r{J$RbO<9{Uv(xu#So)%srE>qwQ}E?GC$2c$;k{bYPO$GVXxcFw0_7}l HGY$U%l_5tx literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f2d9f3cc3e35c8a649301efd5554efbd48aac9e GIT binary patch literal 2530 zcma)8OK%)S5bmD$j@OUa&LISaAtXvx!s`SfKvoo?#7<<%a!@R=SQd?Dr`x;Z%wyHv zYsZ_}lMyE(PKbjQX?^6zFW`stl?(X`K!EC=wc}VIF{|n6S5(9}?3RtyyqP+g+j4c^O1-Sss_DL+ z`q@-#Dyz5Z*>r0fBZ|f|boLmx=7>YwZ&2$3@kkB6^Ta1p@LeEy3pMI5;as%YFr>AS za3Q@%eUTJ-ls2%e7k!$Cyr1MbWiSr1=m`xu6@$Jgij;>P0wUplkJ2=ZSeG|UIkoZV zVYs^f#ro>nV>uf~X&UlDr_YL*axNEk3YJA8jEgLba-xM|L)~EVSnyTveRz2X8i7i5 zh(`v&rEvuAcwvsr67#F2Nz9MY$jt8uJT{JzFn6sd7F&UNOV3{`@z^HDG3Fa3CI-x5 zShGufgoJa1UTEpk1Q$5N8xQogg2}alB(LrXjtHO^q(!%z(&^?+;cXBCduddzu{Gs${PWXNzddvaIh9&Fq87Iq`lTmfU*QIPXt}+NAZ)WOL@DW^q0d#>xI(d`})L6qvKxYCY02BX!;4y&d z7?14I7Dj27)}exjEzGf1+Q%63$=E`|R=^`BfT}|*B~hYdPw3CJV*RL{MS! z*}H5M#EeFQk{~aFog}5a>2JQoVD7N>KLxXb0Se@GG1D{MUpohX>0A$ zQ-+6Nt+dnxn*~{>0xivqcQqEPM#WuTh7<@Zn1tF-6W&ppufqm@6&mDw*fNa24a4}$ zG65kls;jYSy|OHY7^b$x3LhsAurjK_tFiJ6bO0+r6(wMS;OExJArN_>9uug?6}WT{ z@%P`3JYkH1Y5*?=M#Fhwl@1`pBldH1RNF@RM;0LHV2F|WmEPDPjzShlxx`gS!stu1 zjfiIf-yNEOId2QyLc$x@6b47W@Jqi041(SosXezxQ{~h)GR{bBq1%Z6d`q98v{gD9 z{_wkdDzkJ%2f4~aK*%H=gMkjG!r;})nO7&^noxAp_XBt;-11YQrn*W+w6V!y6Zd!DrG%R#!;c~i)-^p+mC`cr^W(5U@;ex)u zf?aj2g8OhPxTz}-a71HxY4x?p>wH-Wu5&14X1q_NJ1JYzri>MA`1XScU`;Ax-&B2_ zZ#Hap1tQPhQB9zlQ!qBBm|_y9s!|1So6ydn%Uqa{wY8@))n-8+BzeMn?55gySuMIL zlt(Z~W3ExxisiJnBJ3Z8IwyQy3|LH+-RwOjc}+>$Dm94oD{@q&Ro0b3A!H>7R%JKT zE~nyhef5*QO6mF3nLnE^Rn#@uKLI6Z+Q5_FpN?CHjDdVPnR(^gdIm27)1J;^;}6GW zAA)RSk*VyFZo!-SU~RS|4&bU?rs_H~)%sgd1DdBbpc$u0a}pk|{VK1$xnUrZlsC`* z(NKWaagbO3b?fP03|;+nY^n-c1KQZAil`Tcif6)5hq2--#Rl4xGd@#AkZI2G?qmfS br1Y+$JU$PN2L)%&sN*_bbbQmh=w0~-6a~zz literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/build/metadata.py b/venv/Lib/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 000000000..1c826835b --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,35 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata(build_env, backend): + # type: (BuildEnvironment, Pep517HookCaller) -> 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 Pep517HookCaller 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 wheel metadata") + with backend.subprocess_runner(runner): + distinfo_dir = backend.prepare_metadata_for_build_wheel( + metadata_dir + ) + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 000000000..f46538a07 --- /dev/null +++ b/venv/Lib/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.exceptions import InstallationError +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): + # type: (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, # type: BuildEnvironment + setup_py_path, # type: str + source_dir, # type: str + isolated, # type: bool + details, # type: str +): + # type: (...) -> 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: + call_subprocess( + args, + cwd=source_dir, + command_desc='python setup.py egg_info', + ) + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/venv/Lib/site-packages/pip/_internal/operations/build/wheel.py b/venv/Lib/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 000000000..903bd7a05 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,38 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name, # type: str + backend, # type: Pep517HookCaller + metadata_directory, # type: str + tempd, # type: str +): + # type: (...) -> 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} (PEP 517)' + ) + 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/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 000000000..755c3bc83 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,110 @@ +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 ( + LOG_DIVIDER, + call_subprocess, + format_command_args, +) + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args, # type: List[str] + command_output, # type: str +): + # type: (...) -> 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}{LOG_DIVIDER}' + + return text + + +def get_legacy_build_wheel_path( + names, # type: List[str] + temp_dir, # type: str + name, # type: str + command_args, # type: List[str] + command_output, # type: str +): + # type: (...) -> 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, # type: str + setup_py_path, # type: str + source_dir, # type: str + global_options, # type: List[str] + build_options, # type: List[str] + tempd, # type: str +): + # type: (...) -> 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, + 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/site-packages/pip/_internal/operations/check.py b/venv/Lib/site-packages/pip/_internal/operations/check.py new file mode 100644 index 000000000..f3963fb33 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,153 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import TYPE_CHECKING, Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import 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 + +if TYPE_CHECKING: + from pip._vendor.packaging.utils import NormalizedName + +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, should_ignore=None): + # type: (PackageSet, Optional[Callable[[str], bool]]) -> 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() # type: Set[Missing] + conflicting_deps = set() # type: Set[Conflicting] + + 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() + 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): + # type: (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, package_set): + # type: (List[InstallRequirement], 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_pkg_resources_distribution() + + assert dist is not None + name = canonicalize_name(dist.project_name) + package_set[name] = PackageDetails(dist.parsed_version, dist.requires()) + + installed.add(name) + + return installed + + +def _create_whitelist(would_be_installed, package_set): + # type: (Set[NormalizedName], 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/site-packages/pip/_internal/operations/freeze.py b/venv/Lib/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 000000000..defb20c7c --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,277 @@ +import collections +import logging +import os +from typing import ( + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Set, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +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: Optional[str] + editable: bool + comments: List[str] + + +def freeze( + requirement=None, # type: Optional[List[str]] + local_only=False, # type: bool + user_only=False, # type: bool + paths=None, # type: Optional[List[str]] + isolated=False, # type: bool + exclude_editable=False, # type: bool + skip=() # type: Container[str] +): + # type: (...) -> Iterator[str] + installations = {} # type: 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() # type: Set[str] + # 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 = collections.defaultdict(list) # type: Dict[str, List[str]] + 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, editable, comments) for use in + FrozenRequirement.from_dist(). + """ + if not dist.editable: + return _EditableInfo(requirement=None, editable=False, comments=[]) + if dist.location is None: + display = _format_as_name_version(dist) + logger.warning("Editable requirement not found on disk: %s", display) + return _EditableInfo( + requirement=None, + editable=True, + comments=[f"# Editable install not found ({display})"], + ) + + location = os.path.normcase(os.path.abspath(dist.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, + editable=True, + 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, + editable=True, + comments=[f'# Editable {vcs_name} install with no remote ({display})'], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + editable=True, + 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=None, editable=True, comments=[]) + + except InstallationError as exc: + logger.warning( + "Error when trying to get requirement for VCS system %s, " + "falling back to uneditable format", exc + ) + else: + return _EditableInfo(requirement=req, editable=True, comments=[]) + + logger.warning('Could not determine repository location of %s', location) + + return _EditableInfo( + requirement=None, + editable=False, + comments=['## !! Could not determine repository location'], + ) + + +class FrozenRequirement: + def __init__(self, name, req, editable, comments=()): + # type: (str, Union[str, Requirement], bool, 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": + # TODO `get_requirement_info` is taking care of editable requirements. + # TODO This should be refactored when we will add detection of + # editable that provide .dist-info metadata. + req, editable, comments = _get_editable_info(dist) + if req is None and not editable: + # if PEP 610 metadata is present, attempt to use it + direct_url = dist.direct_url + if direct_url: + req = direct_url_as_pep440_direct_reference( + direct_url, dist.raw_name + ) + comments = [] + if req is None: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self): + # type: () -> 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/site-packages/pip/_internal/operations/install/__init__.py b/venv/Lib/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 000000000..24d6a5dd3 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03d614f06901a0612c9f14bfba9add5557e2cd74 GIT binary patch literal 269 zcmYjM!D>P=5X|#Z5&VZ-1@#@gl~M{V1wlmUp->h=d|7ncn1t*q=zo-cLx0I@FTMBX zsZlF*U}hK=W_NA3+ffA{@85P*{OcJ0qblL9klRI^dQq-=QoYu${}{7gMYs0II-|FO zPD|7jSgiLH7CPDH%`T9KooTPyUm4?KW6Y<@tx|Q8!|vf4#z8O#UQ%Ls9#3GF<1048 zaKE%Nj{?ov2M&{u+Z6_Z4TcR&Xbwz*gUcdFlxjn#KI`k4Fk7J*xcNYzDT4OfuYZQFg|JY9B4qzaUw3Zyvg6$&Gc%SFQiB6fSwdzVDc<*c`jrXB`*x z3wg%1k`0p<_EIh>Xhf(QR=1k+F(X5KtCTQgcLFJOZNPq5K~BVUt6fIbfTceh+8&Gv zjJq&Q55l77fLcF#5nyD4KJIak`f(rhVIR@p>G-GAhELG5I~euJvs>U3^=Ut$;ZyK` zh-eg{2t5fglCzJHx&I-;L;nWk|E%)5l}3Q+==|H0ErwZ{wPp3VtUan%2serXm|rSm zGq_#n@i3qIZ``*kNJm-W_ijg0J6>Fj+okKI8n)T$Ij z4O|#^xa0J4<3K9X8Kz04bJmWe#4Ckp{gRpjXkbFsf+EVg;@vSp#A?q zMsIj uZc8B{#FI;ip80hB%?5_9iJLyj@Kf&{-F?Bk&aY4{%y5r88A literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b97a90e132cf07441f8f1883a15fb97037044422 GIT binary patch literal 3473 zcmb7GOK%*<5$>Lyotb@d`H(1Cl(aS+BO91Y`H;j36h)CG2XY8GkPHZ3Fc=S~o6Di* z#qM75ky#)x3B(scz63esf#p&E!oMNMKI9NzlALnMB`~5?^(^U?%}Zu5HT|fr?s|OH z6|`D)0?+S%_xIrY^Mrhfo!O@fo!juqzXD-oKp16KOb68bt$}6!l|cpmmDo+uE|_*BzL+czmQA}EUrH_yE>ptk~ZiL%GI^@2{GS#bSdp(j$dmrW~Cy2H8i0_Vg8ggLm z+!;kNyO%zVM3yEzRWLSxe`eo%LSzC4ok!s|PjE>+N*OTvaW=#rPvuB(pGC;Ek_1n< zZ_cK&ESCOM1wRl&3G-LPC{4NW_ae3J%RDlj1k?(KD7y6#Px8Bw;GxRIL5TXyJ{ELt z!zY)3a01>ZrRTwR6;=V;*?Ot8-BgA5gD8g6g%lQ?KG;S{@4+YAKoptK6H*Z0V&oBd zK_7t4D)K;TkMD<|!B(c7JP@UEY{}!T7ewF@{M|ErAWadv<<-gwH>ryJ|h=7x+EU(JK?3Ft33@+e<}{ZL*IuVpzG z#`SV-YQ?qK#07X=dpA=7ByJ^v@pFL?}sp6c$0Fj z4pM7Jv~W&97D#>wGmR5MiE0+k5sVlKt-@i|6Kh;o?V`?{BkTE_<3`b#%rSS;D!dcQ z++~96A48(D;XSHQl6Kx9@^3dl7QP?DhoRQ<9(*e@(HM(pkhg$*25ch;_o)#;th`jf zLRI+;;`Io!1&R@KzzUAAGBAH0sBK-1WUwg(hDDEx>+pL)#TEFKE=6zZW-fTnQ)aTn z>o6i6AjDdtwsm-CPe5dzqL(v&D~h@Fw?vlAqPz5b|7M(pK`d|eXGI>?`g}NCMfe;Z z|9aeI5$mRzf~3ZxFi^a!02kc|2TYdZtQ(}=vo*j!O#}VzhiQD!Jxh3y2o1oxLk_6~ z5RwkhSr&2G1Z&nouPI)` z-Hbz4u=R#vL;&g9nclhy_A}`RldE>8X;RlxzBdJ%hkBT^&Y^BoFPRh2tYTY2JRdkN%^Of;pu{dd;kjWgR zqNUmO>B2kYbHMfN&gaa(J3FsB#S&Phg{g(rAd%D`V1~ss47aHL1Tc2EFpc)rDM%sM zdv)C&#@S{N`y-iuQGVn+FW;ZwyF#I|GokMw0vR z2_Nq=-A=Qz7iQ^JG}N{HAk2~+!u0U!L%919tY=7`p0Eq(>h>&M2@?inj~!lmXmsgf zcz3@eP2SkbMk#y$qu#uB%R@-ff~fi$xT25U1`@nkL=A{`_&yXrQaezs47t!%#y3ZB ztb6+*HzqK*m{>zzTYz%9F7r52<}x#}+`Axtg5qu>F_8TkwtkA_4wAb-v?EP7|R8eK^BTQbnjiNmTMG;zD z+`?{iYBf_*f!9qzCEkUpGOJ)=GLz=rDLbB0A|VTo)utBhz<2KZZ>Mch@1D5^%%1YPCG9O=gbsDM~4ttjV5LjR6Z*Y`{ zIz6!olW%NMawHMdFD8e-`RW$s^h}j&4s1eCUptp|v^g!`O=#+s^O(-ujA5;7L$20M z%nB^=#C;^cK!Ujxt{o*zcp6vCRBFckCf|EE%L4Bfq+BAu2gEj68ngBiIPsO&s#iL$ MLmhPZSIzJK50t9H1^@s6 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68e3e3fadcad62b54f52ce4c9ac47d7c80b6a56a GIT binary patch literal 20312 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py b/venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 000000000..6882c475c --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,47 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" +import logging +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + install_options, # type: List[str] + global_options, # type: Sequence[str] + prefix, # type: Optional[str] + home, # type: Optional[str] + use_user_site, # type: bool + name, # type: str + setup_py_path, # type: str + isolated, # type: bool + build_env, # type: BuildEnvironment + unpacked_source_directory, # type: str +): + # type: (...) -> 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, + cwd=unpacked_source_directory, + ) diff --git a/venv/Lib/site-packages/pip/_internal/operations/install/legacy.py b/venv/Lib/site-packages/pip/_internal/operations/install/legacy.py new file mode 100644 index 000000000..4cb24fe1a --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/install/legacy.py @@ -0,0 +1,132 @@ +"""Legacy installation process, i.e. `setup.py install`. +""" + +import logging +import os +import sys +from distutils.util import change_root +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import InstallationError +from pip._internal.models.scheme import Scheme +from pip._internal.utils.logging import indent_log +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__) + + +class LegacyInstallFailure(Exception): + def __init__(self): + # type: () -> None + self.parent = sys.exc_info() + + +def write_installed_files_from_setuptools_record( + record_lines: List[str], + root: Optional[str], + req_description: str, +) -> None: + def prepend_root(path): + # type: (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, # type: List[str] + global_options, # type: Sequence[str] + root, # type: Optional[str] + home, # type: Optional[str] + prefix, # type: Optional[str] + use_user_site, # type: bool + pycompile, # type: bool + scheme, # type: Scheme + setup_py_path, # type: str + isolated, # type: bool + req_name, # type: str + build_env, # type: BuildEnvironment + unpacked_source_directory, # type: str + req_description, # type: str +): + # type: (...) -> 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 indent_log(), 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: + # Signal to the caller that we didn't install the new package + raise LegacyInstallFailure + + # 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/site-packages/pip/_internal/operations/install/wheel.py b/venv/Lib/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 000000000..b5eafda98 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,803 @@ +"""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, + 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._vendor.six import ensure_str, ensure_text, reraise + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import BaseDistribution, 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 = None # type: RecordPath + dest_path = None # type: str + changed = None # type: bool + + def save(self): + # type: () -> None + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType('RecordPath', str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path, blocksize=1 << 20): + # type: (str, int) -> 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): + # type: (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): + # type: (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): + # type: (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): + # type: (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 = collections.defaultdict(set) # type: Dict[str, Set[str]] + 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 = { + parent_dir: scripts for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(parent_dir) not in not_warn_dirs + } # type: Dict[str, Set[str]] + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts = sorted(dir_scripts) # type: List[str] + 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): + # type: (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( + (ensure_str(record_path, encoding='utf-8'), hash_, str(size)) + for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path): + # type: (RecordPath) -> str + return record_path + + +def _fs_to_record_path(path, relative_to=None): + # type: (str, Optional[str]) -> RecordPath + if relative_to is not None: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == \ + os.path.splitdrive(relative_to)[0].lower(): + path = os.path.relpath(path, relative_to) + path = path.replace(os.path.sep, '/') + return cast('RecordPath', path) + + +def _parse_record_path(record_column): + # type: (str) -> RecordPath + p = ensure_text(record_column, encoding='utf-8') + return cast('RecordPath', p) + + +def get_csv_rows_for_installed( + old_csv_rows, # type: List[List[str]] + installed, # type: Dict[RecordPath, RecordPath] + changed, # type: Set[RecordPath] + generated, # type: List[str] + lib_dir, # type: str +): + # type: (...) -> List[InstalledCSVRow] + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows = [] # type: 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 = _parse_record_path(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)) + 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): + # type: (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, dest_path, zip_file): + # type: (RecordPath, str, 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): + # type: () -> ZipInfo + return self._zip_file.getinfo(self.src_record_path) + + def save(self): + # type: () -> 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): + # type: (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): + # type: () -> None + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point): + # type: (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): + # type: (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, options=None): + # type: (str, Dict[str, Any]) -> List[str] + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name, # type: str + wheel_zip, # type: ZipFile + wheel_path, # type: str + scheme, # type: Scheme + pycompile=True, # type: bool + warn_script_location=True, # type: bool + direct_url=None, # type: Optional[DirectUrl] + requested=False, # type: bool +): + # type: (...) -> 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 = {} # type: Dict[RecordPath, RecordPath] + changed = set() # type: Set[RecordPath] + generated = [] # type: List[str] + + def record_installed(srcfile, destfile, modified=False): + # type: (RecordPath, str, bool) -> None + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(_fs_to_record_path(destfile)) + + def all_paths(): + # type: () -> Iterable[RecordPath] + names = wheel_zip.namelist() + # If a flag is set, names may be unicode in Python 2. We convert to + # text explicitly so these are valid for lookup in RECORD. + decoded_names = map(ensure_text, names) + for name in decoded_names: + yield cast("RecordPath", name) + + def is_dir_path(path): + # type: (RecordPath) -> bool + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path, target_path): + # type: (str, 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, dest): + # type: (ZipFile, str) -> Callable[[RecordPath], File] + def make_root_scheme_file(record_path): + # type: (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, scheme): + # type: (ZipFile, Scheme) -> Callable[[RecordPath], File] + scheme_paths = {} + for key in SCHEME_KEYS: + encoded_key = ensure_text(key) + scheme_paths[encoded_key] = ensure_text( + getattr(scheme, key), encoding=sys.getfilesystemencoding() + ) + + def make_data_scheme_file(record_path): + # type: (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): + # type: (RecordPath) -> bool + return path.split("/", 1)[0].endswith(".data") + + paths = all_paths() + 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, + ensure_text(lib_dir, encoding=sys.getfilesystemencoding()), + ) + files = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path): + # type: (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(wheel_path, canonicalize_name(name)) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file): + # type: (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 = 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(): + # type: () -> Iterator[str] + # 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): + # type: (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(): + # Python 2's `compileall.compile_file` requires a str in + # error cases, so we must convert to the native type. + path_arg = ensure_str( + path, encoding=sys.getfilesystemencoding() + ) + success = compileall.compile_file( + path_arg, 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, **kwargs): + # type: (str, **Any) -> Iterator[BinaryIO] + 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: + # The type mypy infers for record_file is different for Python 3 + # (typing.IO[Any]) and Python 2 (typing.BinaryIO). We explicitly + # cast to typing.IO[str] as a workaround. + writer = csv.writer(cast('IO[str]', record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description): + # type: (str) -> Iterator[None] + try: + yield + except InstallationError as e: + message = "For req: {}. {}".format(req_description, e.args[0]) + reraise( + InstallationError, InstallationError(message), sys.exc_info()[2] + ) + + +def install_wheel( + name, # type: str + wheel_path, # type: str + scheme, # type: Scheme + req_description, # type: str + pycompile=True, # type: bool + warn_script_location=True, # type: bool + direct_url=None, # type: Optional[DirectUrl] + requested=False, # type: bool +): + # type: (...) -> 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/site-packages/pip/_internal/operations/prepare.py b/venv/Lib/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 000000000..247e63fc8 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,655 @@ +"""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, Tuple + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.pkg_resources import Distribution + +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, + NetworkConnectionError, + PreviousBuildDirError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +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.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import RequirementTracker +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filesystem import copy2_fixed +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import display_path, hide_url, is_installable_dir, rmtree +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, # type: InstallRequirement + req_tracker, # type: RequirementTracker + finder, # type: PackageFinder + build_isolation, # type: bool +): + # type: (...) -> Distribution + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + with req_tracker.track(req): + abstract_dist.prepare_distribution_metadata(finder, build_isolation) + return abstract_dist.get_pkg_resources_distribution() + + +def unpack_vcs_link(link, location): + # type: (Link, str) -> 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)) + + +class File: + + def __init__(self, path, content_type): + # type: (str, 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, # type: Link + download, # type: Downloader + download_dir=None, # type: Optional[str] + hashes=None, # type: Optional[Hashes] +): + # type: (...) -> 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 _copy2_ignoring_special_files(src, dest): + # type: (str, str) -> None + """Copying special files is not supported, but as a convenience to users + we skip errors copying them. This supports tools that may create e.g. + socket files in the project source directory. + """ + try: + copy2_fixed(src, dest) + except shutil.SpecialFileError as e: + # SpecialFileError may be raised due to either the source or + # destination. If the destination was the cause then we would actually + # care, but since the destination directory is deleted prior to + # copy we ignore all of them assuming it is caused by the source. + logger.warning( + "Ignoring special file error '%s' encountered copying %s to %s.", + str(e), + src, + dest, + ) + + +def _copy_source_tree(source, target): + # type: (str, str) -> None + target_abspath = os.path.abspath(target) + target_basename = os.path.basename(target_abspath) + target_dirname = os.path.dirname(target_abspath) + + def ignore(d, names): + # type: (str, List[str]) -> List[str] + skipped = [] # type: List[str] + if d == source: + # Pulling in those directories can potentially be very slow, + # exclude the following directories if they appear in the top + # level dir (and only it). + # See discussion at https://github.com/pypa/pip/pull/6770 + skipped += ['.tox', '.nox'] + if os.path.abspath(d) == target_dirname: + # Prevent an infinite recursion if the target is in source. + # This can happen when TMPDIR is set to ${PWD}/... + # and we copy PWD to TMPDIR. + skipped += [target_basename] + return skipped + + shutil.copytree( + source, + target, + ignore=ignore, + symlinks=True, + copy_function=_copy2_ignoring_special_files, + ) + + +def get_file_url( + link, # type: Link + download_dir=None, # type: Optional[str] + hashes=None # type: Optional[Hashes] +): + # type: (...) -> 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, # type: Link + location, # type: str + download, # type: Downloader + download_dir=None, # type: Optional[str] + hashes=None, # type: Optional[Hashes] +): + # type: (...) -> 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) + return None + + # Once out-of-tree-builds are no longer supported, could potentially + # replace the below condition with `assert not link.is_existing_dir` + # - unpack_url does not need to be called for in-tree-builds. + # + # As further cleanup, _copy_source_tree and accompanying tests can + # be removed. + if link.is_existing_dir(): + deprecated( + "A future pip version will change local packages to be built " + "in-place without first copying to a temporary directory. " + "We recommend you use --use-feature=in-tree-build to test " + "your packages with this new behavior before it becomes the " + "default.\n", + replacement=None, + gone_in="21.3", + issue=7555 + ) + if os.path.isdir(location): + rmtree(location) + _copy_source_tree(link.file_path, location) + return None + + # 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, download_dir, hashes): + # type: (Link, str, 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, # type: str + download_dir, # type: Optional[str] + src_dir, # type: str + build_isolation, # type: bool + req_tracker, # type: RequirementTracker + session, # type: PipSession + progress_bar, # type: str + finder, # type: PackageFinder + require_hashes, # type: bool + use_user_site, # type: bool + lazy_wheel, # type: bool + in_tree_build, # type: bool + ): + # type: (...) -> None + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.req_tracker = req_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 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 + + # Should in-tree builds be used for local paths? + self.in_tree_build = in_tree_build + + # Memoized downloaded files, as mapping of url: (path, mime type) + self._downloaded = {} # type: Dict[str, Tuple[str, str]] + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req): + # type: (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, parallel_builds): + # type: (InstallRequirement, 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() and self.in_tree_build: + # 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` + 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): + # type: (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_using_lazy_wheel(self, link): + # type: (Link) -> Optional[Distribution] + """Fetch metadata using lazy wheel, if possible.""" + if not self.use_lazy_wheel: + return None + if self.require_hashes: + logger.debug('Lazy wheel is not used as hash checking is required') + return None + if link.is_file or not link.is_wheel: + logger.debug( + 'Lazy wheel is not used as ' + '%r does not points 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, # type: Iterable[InstallRequirement] + parallel_builds=False, # type: bool + ): + # type: (...) -> 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 = {} # type: 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, parallel_builds=False): + # type: (InstallRequirement, bool) -> Distribution + """Prepare a requirement to be obtained from req.link.""" + assert req.link + link = 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 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, None + else: + # The file is not available, attempt to fetch only metadata + wheel_dist = self._fetch_metadata_using_lazy_wheel(link) + if wheel_dist is not None: + req.needs_more_preparation = True + return wheel_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, parallel_builds=False): + # type: (Iterable[InstallRequirement], bool) -> 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, None + 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 = [] # type: 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, parallel_builds): + # type: (InstallRequirement, bool) -> Distribution + 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() and self.in_tree_build: + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, req.source_dir, self._download, + 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, content_type = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type) + + # 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.req_tracker, self.finder, self.build_isolation, + ) + return dist + + def save_linked_requirement(self, req): + # type: (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, # type: InstallRequirement + ): + # type: (...) -> Distribution + """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() + + dist = _get_prepared_distribution( + req, self.req_tracker, self.finder, self.build_isolation, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req, # type: InstallRequirement + skip_reason # type: str + ): + # type: (...) -> Distribution + """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_pkg_resources_distribution() diff --git a/venv/Lib/site-packages/pip/_internal/pyproject.py b/venv/Lib/site-packages/pip/_internal/pyproject.py new file mode 100644 index 000000000..5aa6160b4 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,183 @@ +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 + + +def _is_list_of_str(obj): + # type: (Any) -> bool + return ( + isinstance(obj, list) and + all(isinstance(item, str) for item in obj) + ) + + +def make_pyproject_path(unpacked_source_directory): + # type: (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, # type: Optional[bool] + pyproject_toml, # type: str + setup_py, # type: str + req_name # type: str +): + # type: (...) -> 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 has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.load(f) + 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. + elif use_pep517 is None: + use_pep517 = has_pyproject + + # 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. + error_template = ( + "{package} has a pyproject.toml file that does not comply " + "with PEP 518: {reason}" + ) + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise InstallationError( + error_template.format(package=req_name, reason=( + "it has a 'build-system' table but not " + "'build-system.requires' which is mandatory in the table" + )) + ) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InstallationError(error_template.format( + package=req_name, + reason="'build-system.requires' is not a list of strings.", + )) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement: + raise InstallationError( + error_template.format( + package=req_name, + reason=( + "'build-system.requires' contains an invalid " + "requirement: {!r}".format(requirement) + ), + ) + ) + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check = [] # type: 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, or wheel + # (which is needed by the backend) in their requirements. So we + # make a note to check that those requirements are 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", "wheel"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/venv/Lib/site-packages/pip/_internal/req/__init__.py b/venv/Lib/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 000000000..aaea748dc --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,94 @@ +import collections +import logging +from typing import Iterator, 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], +) -> Iterator[Tuple[str, InstallRequirement]]: + 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/site-packages/pip/_internal/req/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fddcc634c58b4e03f7637b2c29f2a37be3feb60c GIT binary patch literal 2568 zcmaJC%WfP+uzO~9c6N4l{fJ58B*5?pWD$0fYXm5W01Ap6L?R+qi$>$=wmr_g+}&%i zHRgbGLJDv}97rUaTmFEL;KZ@T4GEDSK!^iS)%(Cn1U>4S?&_-QdUxFE_yoqc-~1NO zvanvwqKPx}=1R%YdP-_D)BlQ;T}-0i!0v)`mhV`pC8>bGF+ zutw(R?S9*=-7LsE{f=2Tvu-}qpP^)(FzCVz@|)~rRcNLc%x#RAs3h7qKdZcCMvTY43Wa(z1v%?cLy8LtZ3YH*OBAjQ6Pa(}M9rMOnH2 zkb(d}%~!FIJQ6^g3ZBEMMC{c?vd>cu6m9@j|&WnXaUgk>4+^_Pq%r2 zLS+K@M}`f%%P{3D064+G^et{P$}Dh@%^Wb&fqmm1WiD&Nu3=2}rb@+V;0Ig|GquvQ zv{S@6*RJ4dD2l`asgr?goNvLDsAWxS5<#@VgLLHq6|vRa%{oQX?^TGh7Ezv^9*g@rf;!5NNYF{^+e30)bbH4gg$82Y^RsZG(Z3 z1>nSK!anH@bRx1O$h!=nCRfPEFYeKrZW4LsJ@gL!j@-BQ>E{Ml(>3cuLdlk6vcp>0 zJ)0KWah9@Bl}oF9X`I=dg-33_6ps96iPLb0w&Cb;=N*rXlvq7lV@NMu0L1p_0u@ig zs^^cy%uK4NG^H$ccRedt<1Cu&9Z{A_I~yhDeI@u>`l(*{Bo;*^6OmR}--*c^-5Ek{ z!xRxFq;6F^Ntst^#z!v0qMZ!PnE<9qpi_`eiX2d7)nuO@(!EyQ66chC;9#8|H0suY zdq@uHp@q$G&sWWT^3_k20Ny)9SN|}u_S$0_(COZPgr z2y-2X*S-w_`0^r=pIv}Z;P(;C!eQ=SXZIQ4XhQ*8wOu=Pqju|N?Xl)vkCI!Yc*!9u z*Z~djt2^RHpzg>Y>&`*<5HO#Eq+;O$p8Sd@06PaWcvAZZvudtxqm^*`Ye#h{<}Z@3 zsSJ*4Q~OX%-tN#3VT=nZIz*`KH?cv{aFMd zg8wp1`{0G?z2k+sgm0PNrQ1g;T_2lj%UM*#YD04MSgi{zAM~Dl2LPGvS`KxnMT5Vb zhGRkZqAm@nhq%9AavaMtrxs95zdw9GuzaBL5Ly>3BeSiJpd-YFF)4@E6$T zgpB~3ooFDyrlL>7i?cj^ah8WF&E)c!dlVKAjEmN=6PTA9ZJl_-Jm|WK7&H>!c-@R5 z$XsaQt#z)hnScv?4nz+DwrOz+0roNNtd?bFG(X~@X;atUYoiC@4ScgqcLsau87r^? Y@K0cQ4d3pzT-yCB0Qm1W@{;@eKR0faFaQ7m literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00882a6ab1e34cf18b8c605878c3a4943a4f6fc9 GIT binary patch literal 11684 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e0ece6351e5df6ba767e8079af2ea069d4c1be6 GIT binary patch literal 13378 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13b15ed5e02a9e8a2ce0a75334dffcefdb9c4817 GIT binary patch literal 21379 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7535ffb744102b345d2a1823bd5b73bd35e7574e GIT binary patch literal 18771 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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 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): + setup_py = os.path.join(url_no_extras, 'setup.py') + setup_cfg = os.path.join(url_no_extras, 'setup.cfg') + if not os.path.exists(setup_py) and not os.path.exists(setup_cfg): + msg = ( + 'File "setup.py" or "setup.cfg" not found. Directory cannot be ' + 'installed in editable mode: {}' + .format(os.path.abspath(url_no_extras)) + ) + pyproject_path = make_pyproject_path(url_no_extras) + if os.path.isfile(pyproject_path): + msg += ( + '\n(A "pyproject.toml" file was found, but editable ' + 'mode currently requires a setuptools-based build.)' + ) + raise InstallationError(msg) + + # 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, + 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 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 + """ + msg = "" + if os.path.exists(req): + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + with open(req) as fp: + # parse first line only + next(parse_requirements(fp.read())) + msg += ( + "The argument you provided " + "({}) appears to be a" + " requirements file. If that is the" + " case, use the '-r' flag to install" + " the packages specified within it." + ).format(req) + except RequirementParseError: + logger.debug( + "Cannot parse '%s' as requirements file", req, exc_info=True + ) + else: + msg += f" File '{req}' does not exist." + 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, +) -> InstallRequirement: + + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + 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 {}, + 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) + 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 = 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, +) -> 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 {}, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = Requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if (req.url and comes_from and comes_from.link and + comes_from.link.netloc in domains_not_allowed): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + "{} depends on {} ".format(comes_from.name, req) + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> 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, + ) + + 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, + ) + 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, + ) diff --git a/venv/Lib/site-packages/pip/_internal/req/req_file.py b/venv/Lib/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 000000000..01c6cf679 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,528 @@ +""" +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, Iterator, 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 = Iterator[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, +) -> Iterator[ParsedRequirement]: + """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: + if options: + # Disable wheels if the user has specified build options + cmdoptions.check_install_build_global(options, line.opts) + + # 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 + if opts.index_url: + index_urls = [opts.index_url] + if opts.no_index is True: + index_urls = [] + if opts.extra_index_urls: + 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, + ) + 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) -> Iterator[ParsedLine]: + """Parse a given file, yielding parsed lines. + """ + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Iterator[ParsedLine]: + 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) -> Iterator[ParsedLine]: + _, 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) + + opts, _ = parser.parse_args(shlex.split(options_str), 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/site-packages/pip/_internal/req/req_install.py b/venv/Lib/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 000000000..4c58cdbdb --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,846 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import os +import shutil +import sys +import uuid +import zipfile +from typing import Any, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor import pkg_resources, six +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.pep517.wrappers import Pep517HookCaller +from pip._vendor.pkg_resources import Distribution + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_scheme +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_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 LegacyInstallFailure +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 deprecated +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + ask_path_exists, + backup_dir, + display_path, + dist_in_site_packages, + dist_in_usersite, + get_distribution, + hide_url, + redact_auth_from_url, +) +from pip._internal.utils.packaging import get_metadata +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__) + + +def _get_dist(metadata_directory: str) -> Distribution: + """Return a pkg_resources.Distribution for the provided + metadata directory. + """ + dist_dir = metadata_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] + + return dist_cls( + base_dir, + project_name=dist_name, + metadata=metadata, + ) + + +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, + constraint: bool = False, + extras: Iterable[str] = (), + user_supplied: 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.legacy_install_reason: Optional[int] = 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 + + # 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 = { + pkg_resources.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 pkg_resources.Distribution object if this requirement + # is already available: + self.satisfied_by: Optional[Distribution] = 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 {} + # 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[Pep517HookCaller] = 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: + s += ' in {}'.format(display_path(self.satisfied_by.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 pkg_resources.safe_name(self.req.name) + + @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_distribution(self.req.name) + if not existing_dist: + return + + # pkg_resouces may contain a different copy of packaging.version from + # pip in if the downstream distributor does a poor job debundling pip. + # We avoid existing_dist.parsed_version and let SpecifierSet.contains + # parses the version instead. + existing_version = existing_dist.version + version_compatible = ( + existing_version is not None and + self.req.specifier.contains(existing_version, prereleases=True) + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if dist_in_usersite(existing_dist): + self.should_reinstall = True + elif (running_under_virtualenv() and + dist_in_site_packages(existing_dist)): + raise InstallationError( + "Will not install to the user site because it will " + "lack sys.path precedence to {} in {}".format( + existing_dist.project_name, 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 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 = Pep517HookCaller( + self.unpacked_source_directory, backend, backend_path=backend_path, + ) + + def _generate_metadata(self) -> str: + """Invokes metadata generator functions, with the required arguments. + """ + if not self.use_pep517: + assert self.unpacked_source_directory + + if not os.path.exists(self.setup_py_path): + raise InstallationError( + f'File "setup.py" not found for legacy project {self}.' + ) + + return 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=self.name or f"from {self.link}" + ) + + assert self.pep517_backend is not None + + return generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir + + with indent_log(): + self.metadata_directory = self._generate_metadata() + + # 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 = get_metadata(self.get_dist()) + + return self._metadata + + def get_dist(self) -> Distribution: + return _get_dist(self.metadata_directory) + + 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) + + # 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_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: + 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 + if 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: + 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 + six.reraise(*exc.parent) + except Exception: + self.install_succeeded = True + raise + + self.install_succeeded = success + + if success and self.legacy_install_reason == 8368: + deprecated( + reason=( + "{} was installed using the legacy 'setup.py install' " + "method, because a wheel could not be built for it.". + format(self.name) + ), + replacement="to fix the wheel build issue reported above", + gone_in=None, + issue=8368, + ) + + +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 diff --git a/venv/Lib/site-packages/pip/_internal/req/req_set.py b/venv/Lib/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 000000000..39a2b01cd --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,190 @@ +import logging +from collections import OrderedDict +from typing import Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils import compatibility_tags + +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 add_requirement( + self, + 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 (self.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: + self.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = self.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: + self.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 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()) diff --git a/venv/Lib/site-packages/pip/_internal/req/req_tracker.py b/venv/Lib/site-packages/pip/_internal/req/req_tracker.py new file mode 100644 index 000000000..27c6baf43 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/req/req_tracker.py @@ -0,0 +1,130 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Iterator, 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) -> Iterator[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_requirement_tracker() -> Iterator["RequirementTracker"]: + root = os.environ.get('PIP_REQ_TRACKER') + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context( + TempDirectory(kind='req-tracker') + ).path + ctx.enter_context(update_env_context_manager(PIP_REQ_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with RequirementTracker(root) as tracker: + yield tracker + + +class RequirementTracker: + + 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) -> "RequirementTracker": + 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) -> Iterator[None]: + self.add(req) + yield + self.remove(req) diff --git a/venv/Lib/site-packages/pip/_internal/req/req_uninstall.py b/venv/Lib/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 000000000..0c51c8467 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,629 @@ +import csv +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Set, Tuple + +from pip._vendor import pkg_resources +from pip._vendor.pkg_resources import Distribution + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ( + ask, + dist_in_usersite, + dist_is_local, + egg_link_path, + is_local, + normalize_path, + renames, + rmtree, +) +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory + +logger = getLogger(__name__) + + +def _script_names(dist: Distribution, script_name: str, is_gui: bool) -> List[str]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + if dist_in_usersite(dist): + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + exe_name = os.path.join(bin_dir, script_name) + paths_to_remove = [exe_name] + if WINDOWS: + paths_to_remove.append(exe_name + '.exe') + paths_to_remove.append(exe_name + '.exe.manifest') + if is_gui: + paths_to_remove.append(exe_name + '-script.pyw') + else: + paths_to_remove.append(exe_name + '-script.py') + return paths_to_remove + + +def _unique(fn: Callable[..., Iterator[Any]]) -> Callable[..., Iterator[Any]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Iterator[Any]: + 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: Distribution) -> Iterator[str]: + """ + 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/ + """ + try: + r = csv.reader(dist.get_metadata_lines('RECORD')) + except FileNotFoundError as missing_record_exception: + msg = 'Cannot uninstall {dist}, RECORD file not found.'.format(dist=dist) + try: + installer = next(dist.get_metadata_lines('INSTALLER')) + if not installer or installer == 'pip': + raise ValueError() + except (OSError, StopIteration, ValueError): + dep = '{}=={}'.format(dist.project_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) from missing_record_exception + for row in r: + path = os.path.join(dist.location, row[0]) + 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: Distribution) -> 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.project_name, + ) + return + + dist_name_version = ( + self.dist.project_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.project_name, + ) + return + logger.info('Rolling back uninstall of %s', self.dist.project_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: Distribution) -> "UninstallPathSet": + dist_path = normalize_path(dist.location) + if not dist_is_local(dist): + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.key, + dist_path, + sys.prefix, + ) + return cls(dist) + + if dist_path 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.key, + dist_path, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path(dist) + develop_egg_link_egg_info = '{}.egg-info'.format( + pkg_resources.to_filename(dist.project_name)) + egg_info_exists = dist.egg_info and os.path.exists(dist.egg_info) + # Special case for distutils installed package + distutils_egg_info = getattr(dist._provider, 'path', None) + + # 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 (egg_info_exists and dist.egg_info.endswith('.egg-info') and + not dist.egg_info.endswith(develop_egg_link_egg_info)): + # if dist.egg_info.endswith(develop_egg_link_egg_info), we + # are in fact in the develop_egg_link case + paths_to_remove.add(dist.egg_info) + if dist.has_metadata('installed-files.txt'): + for installed_file in dist.get_metadata( + 'installed-files.txt').splitlines(): + path = os.path.normpath( + os.path.join(dist.egg_info, installed_file) + ) + paths_to_remove.add(path) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.has_metadata('top_level.txt'): + if dist.has_metadata('namespace_packages.txt'): + namespaces = dist.get_metadata('namespace_packages.txt') + else: + namespaces = [] + for top_level_pkg in [ + p for p + in dist.get_metadata('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(path + '.py') + paths_to_remove.add(path + '.pyc') + paths_to_remove.add(path + '.pyo') + + elif distutils_egg_info: + 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.project_name, + ) + ) + + elif dist.location.endswith('.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 egg_info_exists and dist.egg_info.endswith('.dist-info'): + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # develop egg + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + assert (link_pointer == dist.location), ( + 'Egg-link {} does not match installed location of {} ' + '(at {})'.format( + link_pointer, dist.project_name, 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, + ) + + # find distutils scripts= scripts + if dist.has_metadata('scripts') and dist.metadata_isdir('scripts'): + for script in dist.metadata_listdir('scripts'): + if dist_in_usersite(dist): + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, script) + '.bat') + + # find console_scripts + _scripts_to_remove = [] + console_scripts = dist.get_entry_map(group='console_scripts') + for name in console_scripts.keys(): + _scripts_to_remove.extend(_script_names(dist, name, False)) + # find gui_scripts + gui_scripts = dist.get_entry_map(group='gui_scripts') + for name in gui_scripts.keys(): + _scripts_to_remove.extend(_script_names(dist, name, True)) + + for s in _scripts_to_remove: + 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/site-packages/pip/_internal/resolution/__init__.py b/venv/Lib/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fad62081739c9eca1ec0b230d4138cceca89ef40 GIT binary patch literal 205 zcmYe~<>g`kg6UIVB!cM2AOaaM0yz#qT+9L_QW%06G#UL?G8BP?5yY<|7poZ0ypq(S zyyA?^g5sEPPoJ28qWrAXr!K literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c54ccc6dc2e478dc5f578a1d1ff710eace22eb0a GIT binary patch literal 1035 zcmZ`&&2G~`5Z+xoj#JVS3aV5jPMmybd*gr*swfBrRS{|rNR}nb@lF%d^-p#;LFGvM z3W!Tzps%!7F7OH*DrOuCL6nhZJTp7H`^~rGY<+!=p?vxLE!z={eWhSkJPh_x%^Nh5 zNv>GQV_u3_aEgWUN^mEi@M+O zJQfKT9%M>oV+GDXER2n~+Z_;DA4WnTK1LUv?;xlncyROtFIG6P3oYPA3zd9J7H+NK(2#%<+O z$WK!gCg9SXt1OnHG&n-VG0vx4M20xi!hbG_&K{Ci(Ka zBcW0C8L^fupjsq{#W*pAg`FnLPqPV_q$!%cv}n)E)Sjkp=eDS;y)ibw+nl*>n_B=O zH#ilHc^@CFGPC=u0N)R5XQ=_JdsvpY#k2v1{Qr=k>12HeO(gU>`S-|BvrBUqJ-0Oh zi#Xe1$OvFsYYCdxZcsh`3)SuQqp0V?G_A4{($uY`X<5s;BEO%evw5bLE1Din(-=8_ zT-Qo>C?1g6B=ZMc>k$eaprO7^A5ADiF0T85;K6mfGK$t*V9%POnrI@Uy&-;t^zZ(r zADNty-t^f5h_`RAA({!5^NiK*;lKY04#lECirVXML+rw5%kH1k%NQE6f#~zT7 RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e74781b5519660b48de02db09f44d34f40b3e21a GIT binary patch literal 212 zcmYe~<>g`kg6UIVB!cM2AOaaM0yz#qT+9L_QW%06G#UL?G8BP?5yY=b7poZ0ypq(S zyyA?^g5sEPPoJ28qWrAXA literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9524639bb14bca3bad71776338b73a4fbafc4444 GIT binary patch literal 12003 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py b/venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 000000000..4df8f7ef1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,453 @@ +"""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.pkg_resources import Distribution + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.link import Link +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.compatibility_tags import get_supported +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import dist_in_usersite, normalize_version_info +from pip._internal.utils.packaging import check_requires_python, get_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: Distribution, + 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. + """ + requires_python = get_requires_python(dist) + 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.project_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.project_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.project_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) + requirement_set.add_requirement(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 _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 dist_in_usersite(req.satisfied_by): + 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 + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> Distribution: + """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: Distribution, extras_requested: Iterable[str]) -> None: + 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 = requirement_set.add_requirement( + 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 + requirement_set.add_requirement(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.extras) + ) + for missing in missing_requested: + logger.warning("%s does not provide the extra '%s'", dist, missing) + + available_requested = sorted( + set(dist.extras) & set(req_to_install.extras) + ) + for subreq in dist.requires(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/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27652e8e1b8abe5290551fab0f49114b1de39732 GIT binary patch literal 216 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®vLPRmXCi6+Piqv&z;MtYZF?nnTtHtxx4YiK!<+H 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f01022f6742c705f0769731170a5e6ff86c05ee3 GIT binary patch literal 18460 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 APyhe` literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92b81c1bd5b4cc678ac9c412479d8bb860a6b986 GIT binary patch literal 6762 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 Q7J;QohNa4q0W5X;f00AvO#lD@ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..147ba11ee46df25e9c7f8bed60c6802e521367c6 GIT binary patch literal 3335 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 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 __nonzero__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __bool__(self) -> bool: + return self.__nonzero__() + + 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/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 000000000..5d510db86 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,555 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pkg_resources import Distribution + +from pip._internal.exceptions import HashError, MetadataInconsistent +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.misc import dist_is_editable, normalize_version_info +from pip._internal.utils.packaging import get_requires_python + +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, + ), + ) + 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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + + +def make_install_req_from_dist( + dist: Distribution, template: InstallRequirement +) -> InstallRequirement: + project_name = canonicalize_name(dist.project_name) + if template.req: + line = str(template.req) + elif template.link: + line = f"{project_name} @ {template.link.url}" + else: + line = f"{project_name}=={dist.parsed_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, + ), + ) + 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). + """ + + 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 = canonicalize_name(self.dist.project_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 = parse_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) -> Distribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: Distribution) -> None: + """Check for consistency of project name and version of dist.""" + canonical_name = canonicalize_name(dist.project_name) + if self._name is not None and self._name != canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.project_name, + ) + parsed_version = parse_version(dist.version) + if self._version is not None and self._version != parsed_version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + dist.version, + ) + + def _prepare(self) -> Distribution: + 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 + self._check_metadata_consistency(dist) + return dist + + def _get_requires_python_dependency(self) -> Optional[Requirement]: + requires_python = get_requires_python(self.dist) + if requires_python is None: + return None + try: + spec = SpecifierSet(requires_python) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.name, e) + return None + return self._factory.make_requires_python_requirement(spec) + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.requires() if with_requires else () + for r in requires: + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + yield self._get_requires_python_dependency() + + 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 + and cache_entry.persistent + and template.link is template.original_link + ): + ireq.original_link_is_in_wheel_cache = True + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> Distribution: + return self._factory.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) -> Distribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: Distribution, + 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 canonicalize_name(self.dist.project_name) + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + return parse_version(self.dist.version) + + @property + def is_editable(self) -> bool: + return dist_is_editable(self.dist) + + 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.requires(): + 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.extras) + invalid_extras = self.extras.difference(self.base.dist.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.requires(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/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 000000000..e7fd344aa --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,700 @@ +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.requirements import Requirement as PackagingRequirement +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, + InstallationSubprocessError, + 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.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: + from pip._internal.metadata.pkg_resources import Distribution as _Dist + + compat_dist = cast(_Dist, dist)._dist + base = AlreadyInstalledCandidate(compat_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 (InstallationSubprocessError, MetadataInconsistent) as e: + logger.warning("Discarding %s. %s", link, e) + 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 (InstallationSubprocessError, MetadataInconsistent) as e: + logger.warning("Discarding %s. %s", link, e) + 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 incompatiblity. 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 must be ignored unless only yanked + # releases can satisfy the version range. So if this is false, + # all yanked icans need to be skipped. + all_yanked = all(ican.link.is_yanked for ican in icans) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not all_yanked 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, Iterator[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 = PackagingRequirement(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 + # kown 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: 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: Optional[SpecifierSet] + ) -> Optional[Requirement]: + if self._ignore_requires_python or specifier is None: + 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) + versions = [str(v) for v in sorted({c.version for c in cands})] + + 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 convinience. + 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/user_guide/" + "#fixing-conflicting-dependencies" + ) diff --git a/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 000000000..d2fa5ef55 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,142 @@ +"""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 typing import Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.six.moves import collections_abc # type: ignore + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + + +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(collections_abc.Sequence): + """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: int) -> Candidate: + # 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) + + __nonzero__ = __bool__ # XXX: Python 2. diff --git a/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 000000000..632854d3b --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,197 @@ +import collections +import math +from typing import TYPE_CHECKING, Dict, Iterable, Iterator, Mapping, Sequence, 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). + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterator["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 followings 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 + self._known_depths[identifier] = inferred_depth + else: + inferred_depth = 1.0 + + 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-airlfow[all]" + # while we work on "proper" branch pruning techniques. + delay_this = identifier == "setuptools" + + return ( + not requires_python, + delay_this, + not direct, + not pinned, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def _get_constraint(self, identifier: str) -> Constraint: + if identifier in self._constraints: + return self._constraints[identifier] + + # HACK: Theoratically 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 self._constraints: + return self._constraints[name] + + return Constraint.empty() + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(name: 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": + return name in self._user_requested + return False + + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=self._get_constraint(identifier), + 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] diff --git a/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 000000000..7cf88ba11 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,69 @@ +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. If you want to abort this run, you can press " + "Ctrl + C to do so. To improve how pip performs, tell us what " + "happened here: https://pip.pypa.io/surveys/backtracking" + ), + } + + 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/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 000000000..c19f83c17 --- /dev/null +++ b/venv/Lib/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 canonicalise - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalise - 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/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 000000000..f89afaf43 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,272 @@ +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 pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import is_archive_file + +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 + + looks_like_sdist = ( + is_archive_file(candidate.source_link.file_path) + and candidate.source_link.ext != ".zip" + ) + if looks_like_sdist: + # is a local sdist -- show a deprecation warning! + reason = ( + "Source distribution is being reinstalled despite an " + "installed package having the same name and version as " + "the installed package." + ) + replacement = "use --force-reinstall" + deprecated( + reason=reason, + replacement=replacement, + gone_in="21.3", + issue=8711, + ) + + # 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, while breaking any cycles in the graph at arbitrary + points. We make no guarantees about where the cycle would be broken, + other than they would be broken. + """ + assert self._result is not None, "must call resolve() first" + + graph = self._result.graph + weights = get_topological_weights( + graph, + expected_node_count=len(self._result.mapping) + 1, + ) + + 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]]", expected_node_count: int +) -> 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 take 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 it's 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. + """ + 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) + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity checks + assert weights[None] == 0 + assert len(weights) == expected_node_count + + 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/site-packages/pip/_internal/self_outdated_check.py b/venv/Lib/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 000000000..6b24965b8 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,187 @@ +import datetime +import hashlib +import json +import logging +import optparse +import os.path +import sys +from typing import Any, Dict + +from pip._vendor.packaging.version import parse as parse_version + +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.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +SELFCHECK_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key): + # type: (str) -> str + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir): + # type: (str) -> None + self.state = {} # type: 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): + # type: () -> str + return sys.prefix + + def save(self, pypi_version, current_time): + # type: (str, 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(SELFCHECK_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 + + +def was_installed_by_pip(pkg): + # type: (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 pip_self_version_check(session, options): + # type: (PipSession, 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 + + pip_version = installed_dist.version + pypi_version = None + + try: + state = SelfCheckState(cache_dir=options.cache_dir) + + current_time = datetime.datetime.utcnow() + # Determine if we need to refresh the state + if "last_check" in state.state and "pypi_version" in state.state: + last_check = datetime.datetime.strptime( + state.state["last_check"], + SELFCHECK_DATE_FMT + ) + if (current_time - last_check).total_seconds() < 7 * 24 * 60 * 60: + pypi_version = state.state["pypi_version"] + + # Refresh the version if we need to or just see if we need to warn + if pypi_version is None: + # 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 + pypi_version = str(best_candidate.version) + + # save that we've performed a check + state.save(pypi_version, current_time) + + remote_version = parse_version(pypi_version) + + local_version_is_older = ( + pip_version < remote_version and + pip_version.base_version != remote_version.base_version and + was_installed_by_pip('pip') + ) + + # Determine if our pypi_version is older + if not local_version_is_older: + return + + # We cannot tell how the current pip is available in the current + # command context, so be pragmatic here and suggest the command + # that's always available. This does not accommodate spaces in + # `sys.executable`. + pip_cmd = f"{sys.executable} -m pip" + logger.warning( + "You are using pip version %s; however, version %s is " + "available.\nYou should consider upgrading via the " + "'%s install --upgrade pip' command.", + pip_version, pypi_version, pip_cmd + ) + except Exception: + logger.debug( + "There was an error checking the latest version of pip", + exc_info=True, + ) diff --git a/venv/Lib/site-packages/pip/_internal/utils/__init__.py b/venv/Lib/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6ed23df4196b431a021d100bc7218cc6ef75bc5 GIT binary patch literal 200 zcmYe~<>g`kg6UIVB!cM2AOaaM0yz#qT+9L_QW%06G#UL?G8BP?5yY=t7poZ0ypq(S zyyA?^g5sEPPoJ28qWrAXg)xv_r1s^zcq;`5o2rd0!RVhkQ3k!-O%}&N{GTr&e+D=!A za@##4E{IDHTf_zaq`7io{{kdVyyr3d2if-FWb@={*5Er zV(Tp%YzapMH&kqk4(tNqT#&H4`15F{O;uzI$@6MF&dPBR9LvkBl$xjZm(@$f(>&3d zUsj5niR3Tvv{ccxRHI7E-6)E}7rc;WQi&)CvNALA%HVFu3$VmTlBY?YO93k|BY9HJ zc?HH4FDfz1!K0ZZ#vWP+6OEICvHZukJo?5^0<*er#aj&32Cqgap9h314N55$@;m zTINB(VLU%MKRmlQ;hBc?%xfu2e%k-$43ZT5_~h{WXOTVD4_WONdR((ajdkt4eBFGN zG&5DE4n({jSbm&mF!iS(mgI^Ux};-g>HJ2|Nk*3L@AM}Mg`^f22&wj0fq);TWqzqV zxT$;;Z4iGD)rHT$+3^>{)6z&)>Pa@$!yit2!*5k}B~zn^M^J`QWrk_<-4}A2SMx%a zW_T^j>tQb&4RvPZ{xnHnCS$3G(`jSKRG@aM}3bBvDueJ%&#glt* zuUQoObvusBq>yo32XWlc0@j^4el<(-)gM2OMU{fu)kZ0_sE`LXu?_JEb;yMsm>Q96 zQ`WK?AQ3}jY74X}1+gBu#ydwaHC{9TxpCgPOL9x!V9(ISAtZ*K@;^EE_-JOhEcHwQ zi>sO9_wrly4p5^hvlJmyE*Q7L)c(p|y>-X-kg6y6A8XYJo6RS%MJ6;bItur2)Mf$8 zdjk`;S>Odj-a!_(l;X-YOwd~g-VMyhUHp75$C(B$JP@A8Qb?KlkzT(6NB9Ia zm~|2%df0t^EF+%Zz{;YAfYqJNhv+lVSRN2BpbB9Lx7CMu)%x+wdpvFVhl~IK literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b74219a5347c746e5aab9880b34f6112d54b440 GIT binary patch literal 1338 zcmZ8h&5PVN6u1025=-OMuS zDc2lJFF9n6`ImgnrTr7yQ=epSNh8qH*Yoea-%n3wM@OlL?T_F8WQWl6KH9~nEyBeU z?D|(U+*^8_aK9u=f@4tnRj>?*-3!aGik30)L?RL%z4Lj@lQ-dV#E)@jjC5vK5*#5NV;Rh8ej+w<`tCsb~R2ZD=E#KEjG=F;6k1pt3f2Bvnl@ zJmP}51!)Am|EAS!jmT?Yyk%v%JEPY^G_qbhWFxfEv|(DGrL5*uV8+JzQ4Xp>A4FwW zMgYZ+=>Udl(qhBvwczvgFBI6jn2|0#m)hW%3}k1%o7SunUEK35h;<&Co#WMcPqFJ` zG{)PKy}PKlR@C6)IiigbjkRW@0P#lofZZLpT0mZ~Vk2@?c1FNLeeht6!$0M-@3R*u z4Agof8=d{~;yn8q)K(NmXHPfGtdz-+fgK-l(UfXeA@K~^-(=@L6nR$KoRTlel!WA%xRd|Yg4N|eEgs|IUJH&2pccew z5#A6u+mrW!3AfRK@MulG@?Ls-vL?tnzIc8)(C)@nTN-K8$Et~t`*)AQW^orTgehk6 zK;B++-Ya6sgRR0Y(oHE1*cq!MQ3g6!qQIt2L!&s z`HWo7rd^WfTorlVM~KbNzDBSLbQ7$!dEWmuz}82fXP^zZs_Md(Ql*p60e+H))85M7 Zjeh9=GC$e}=Clt-BQo`;!D;x#pCTY~@q literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7dad8ad9c9e8807874745faabd61b0a8dc49853a GIT binary patch literal 1519 zcmY*ZPj4eN6t_K-WSXR*tT-TXvBY7C#3t2N3!&yyA{9@+EkH}Buizc=jgu#RB-{L^1-Rzv7dzj<>6 zu=yOO`5qRIrif!sB%b2(O{S!L2h(7Qc<>vZh63MIMD-R=Ya-&|Ys@RW`eQgf5OvYu zwbz74`~ddN72@^Z@$^sx=dGK!c;go5+RMDTCQ1u(e#8&gWcoHIW7KY4eKWSjVnOYS zS<2JJLTE$N>`oM!rK7D~sf=ELB2}58EaNnn%r2DP)Ol*GPUnU7s?Og~3L3Nn*IWu4 z=gh9+BIT}OESKp#&eu!hYLnjJY&aRWv8!rf3!Nq2>V6OqBACx$n#ZtQwEzet(KVVN zpK^#S-cpSG^Acs`*aH_xvI(v+Mmr2eg#(Sj@>>Ye?2Y5m%i-wxU_9=(Ll?%zNZ06X za;5Eat(A7~=4sxEFGR+b?i5-=rY9XJNa`v$X%h{%hf4Vmr2U=#vpzeW^)f4TW>#r# zW|LljHqz=`B-YHH0g!WLXUYEkh>KjR?FNvXL5z!8Kb_A^YQ>|RC2O`6W(M)Qaa#Ig zvg;$8ZlX2-Unk$X+KQRjO4EYK<$^H55vk%Pu97Cv%`!;w2Bx;faPTWm&fUiXs! zCTrQo4*dcb^DB9Uf51D>serX1g*t`tqP$@0b9-ngaG_H#&(D-FG*gx?l$7d{n(aoW z+1i|zT5q|sHaDl;?lQHjV%`Bfy7@L|T@O}XNZI}50~9cvS@jkDNCUCt>PgB%=EoW({7doVb*F#lyRZTMdqSm{Nijl=)csSHLkKS zmRVOdwrs~rB9#&P(5tGc@xZ&V{GxVOK|9!M$%4CRkxJq1O78EM2AFE!sqeuwN3ft~ z9lryVYz9rz3R<|-KK1N#wM(;1wOF`nUV`c(rk6R>M!4WI&0LVk)RD}#AGlf^bCtxg zt4Xz7rrA<^-!3p)_;189Ko7bD__y>yEwqc`IAa?DhgEL?C*fQvS@r~20VV>mtDpb? literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eabb1426f8da24f57014c3759a0ea57abd49dbea GIT binary patch literal 4118 zcmb_fNt4^g74B|;AcnJOG`kkZ@K^^imZ;S#Wuj6kkrZiSg;8XclQ4AA7y_JugiQ@l zGb4k!j8d@=IpmPa!AjN4(SHfoT%vPMS(WcKxLVFB0SnFU*WK^Ee#`e7_Uvqh;rZhq z{$kgc8T&I0#-B00qWY6U;VdgSo~WXRaoHfpsOUJJvXcF+ZGlj3eGS?i%ibQ|^cp%w2TM zSHhWcDlhfMlDp{Y?&1mNOoKM#%!0N&L7Q`qfwnS1n|F?bw(6FOz2G_QISb&k=qzD= z4U(3f6^vJ%HH=R7065YMgYe;hfTExN685vP|fC`c=t!$N3KS zoN~m+toq)IEBD;cm3Hb{cIa5Uk$h_Hdg+e!@a{wF>g5lu+ffkPski0%Ub=5Rwzrd7 zimI0DPa-eOwZM*ZElFjS%Q;MZ%_PE@{eAb&Mst%+ z7A8AhoHT#F`JnkwMo-*!nlx|k*y&c3HrvJjdB=_YXg_enwE5f(pEnR+;+=xIGY)iQCw(P{_0BYLIZ zvJR!Dcxk43R?74Pafco7o)H=u+s1!pC^JroB)v?$izM<4nr)V`Pfz!_!w%UOEaNFy z9)Kx%;z;~nJkyEEi_+)4*5|#vjL?XZy;dEEGAKOkG}nAL#8A{ON;>-2Jl83|EO@vzQh99+UKe>s{U_-T(&$dV;nXrYd$x9I0-pP$^ z8Fk|%*WfBS1CG_Qk}uyQky!L3lKAsN{7u{Kv}^l{M?Ot52eEDtTQ@0`eFr-Wjprs6 zqlshz4dWHA^LhL#W%F<5w83Q+)Cm)pK%f(<5PyP>@&^2Rh+seBO|9@|CLHlp$OoD3 zXwRAKz}tY+Oj~7{zKR&&a0V!)aY}d+yL9X-R!_`jlr%;?=PgR$aNqaB?%w5#m#*F< zpXa)F?fSLc*t>qMb?xfpii>$=xZx5!IThP7^$2cq!;WJ&bgHGov}cLabm0l}J4NuvN(?JG9ImrGdHx2*xYnuf_2_!2iu3tWDPxwmXf z*`jQF3!O2ma_8}x83L-~S*uOV{^N|7IWMxm|O<#)j+H;Txv3i$zs zvWBLr%ZoHsNm3XjAp}?6R%#7Qa+y|Nq2?+zWT9`Kez~>nrUMHMarH-7nGlRIiYEL_ zUJ;0=>!2tn3;_6T+@R>9SK-EEbTXEh4*MARalpPrN&`RG9ro$?CbE996bsDcPC^^6y2F*-hsc^V6I z-X>5;TsJJ{2o&VIXnuwFuXx#u^DTETMzL(!z8~$n&L}><6%=&T0XJ2)%8hR9pw#Au zyO&a|>hgQwNYy9l`f1MNe9Cql70>-V|32o6z&!C^#r_Oy5>k{Q;dMAh7baXJ_zGM# zBjg?8F^dMiD)-UkZBJ3TBRo*?x`9p#UjbhEQ(c}-;U$L(9zYj8K(H!*z;<|YIM+d5 zlW$QFUlTh?4J><#`tMVp%e&N9={Cx_MHO}Z%RpbjEv!onG>p&i(?Z@u59M{v3vi{N znutqD6c+4MwIZhv9_rJp&O&icCA-Vy97SCZXr)G{Q;rd|{|c0^*q`V^#8ECJ-962ICi*9okO04DD z?H#M{Kr4yew%746?}Zf$&u9Ia|L;1C1*+mbp#+8FNQsfBiT?i;4UUE6dM?^A<@IFt%a0KD3LG&v zJ*M>dg!~CDst;G13M5pr6_}^;_!iAmO35i|D6y*MC>7<8iAv(~sbNHqIOi2FY4yKT zz6o2iR4a#j60k^apkWKT(2@71s0dTc5heqR)$d>W8^atQ>E(%$DGAG~qK=QNI-ct3 zyxeLzQM=X3g+$#*_haOTBy5u!HG~_IV7qY=9|JX97DFeJwc-l_OKTLKl5kX=e9RC- zkW)8ORUh&)U3@*?l@@JypPD6V=-Xg)pHQ`|urQ%=VQ^A>%s?Y>H*W-y)Aik(R16Zj vGUx!tHF2h*^BJw8t(BIRmX?>Mt>g11dn17M;@>mVjH};21>mz%y#M$Q8WQve literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3951f29c9f2ff1088938e51f24c6c811e5557b1 GIT binary patch literal 519 zcmYjNv1%MK5S3Qi^KpsO_y<&^*}`{y2q9o&Fc=d^5jX^kZY8|(?MjO@XLDiQ`4>!@ z6n2?kQky1eQ>MyjlYmFen;B+!^EB%4a6!<%Jp53Y}4- zYKrMG&AxKYb$QR%To)fnHT%3g^FiFU#)-iW;#N6`0=#Hi(`*H_MrZ{_;0)N_EEhkK znOs&p@x4(YmA!Y+CZ^Rs&4Phla1F~N|12xYeu5qa0+4I^SUizC2IP^BWTa#9#P0aW zM!w~!h+bAK&GXW{F!7wF58)DZ2rb$ZHCV8d*eVN#f`kM8yPK_<3TlBb!DQ&qpWH>@u_aL z1KY*be{suUpN=MFwT*R$LPHI$atEj*&JYM)&{suxiCI;qgSytfsq2tii6Lp?8}GZR aKZ$<^FY?U%ZSVE2Gw&!?G5?seIr{@`v5E}< literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..367818f25ff62dc7e341de9ec9f4403f2dc1ef50 GIT binary patch literal 2982 zcmaJ@-)|eo5x%`&JW-S-Tax1hcDqQ^qy!Q&4GOd{3?qV-rUG2qNR+rGSX@rrC3*7k z?y|clnKA_wm0$Z<^u-VMWB-u8_xWD?()L1f}A)t%-yK*`!~d!@6JPRrmyPW&h-{R8>L>^&&mgJ~{H?~4@d zHY>e6Qd*+38ivPGX>h~vbZz&Oho60NZ|7j|!TxPNAd$9!Gb(op{p#FXU5Rz<4u=S5+dfdMsANF-@L^3bhTg%LWNpH7>WqOvR%Z7>0VBoy@^+H_FCDY7Nn40Py7~ zQ-FIIC-BrnmOdOO)2wufQ@S)NeI-qy(t!`@7p;K~z4!3y9>~lUR>9Oe29b{Mm&Te| zGd8nl&di;8=RUL2j|`hJW1rh<*Ela+!Cta6f9AjNX4XrF|JPn$BP?>x{^?slp|e1t zvt+++`)VEgm(5t~;&6~eTGs$Hl57O~N9D>$n)~QWRW=qdC<07fC320(CXp>7+aSQ9 zT5#!Bb%ofiWh`%iqls+=0Snj`YdTHVveiv++Du)?=d}>@z^pL)2|C6)LM|{i&Y<&0 zhgrq}b{1iHY^AmHwo4Izh7k(dL-ydUMcOhwx-gNrj&wsds>;Wk8G1wakU z>XP#-&6Z56Vz#pDdYoz#B}q7!7uM##4<&T~V%ZyRzWCfTtRJWgw|1lea%tg#R=nJLZV zO4fUt4+^D_^cI@{tP#+L>evISWr|D6uRwQU1#MmnuHx%b+dT?5o)(isEC)X14x^Aj zYiWj`R4T$j$C5{=KVNl+ zA4(|>vCTYMc9N55s(FqKgp~_dzR&0IR%oO_Ru=7~7o> zOXnE(g1|^zI4EEimA6jOD|bdRl}~bY_bb|nN}|h7Z!J!|=-f#%V5;wS7Blz1p=oWq zst08gsc`T(k;gJYxxBt~rwD)j`KKXn7{A>6P3azGajK{Wmh1CqzPO3h>Gy~9%cX>h z67?et6dA34Oyphqx1w(+M{V{pFx E4@tH)-2eap literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0ab7ff9eb80fd87969a8ecf6cd2f6db519501f9 GIT binary patch literal 1829 zcmZuxOK%)S5bmDtnVo&v#u(?pBP;Qc7GyhzNFYR_AV(2FRzQjXX|>X5Jl*z=GcUS( zH`t!JkO*rMq)-&U0sjv>Tka4u-k1Bcz*ur zukcx$kUw!U|9CLD37<|t2qI`gQaYd%btiFBHee|q@YEf+sWZGWnwQ9O}%vYp&EZ^cSR<|~!h2B@{I@pYt8fjqtyXZK-blSucOZHYQM7(+PE z!cn;?R893{ZO)_)>JnHT>6Z&3%!TOUhiA89nZN)myv*fw`mxQnIh--x;l?vn?%J|5o5j8vH(#f2Vzb7yP#rONk!9(uSr3e9$IhS79f z6S7G1eas(DWHuRY#oI$28@X15(fx2&>LDPs5ybU+VX`qcaiTZQ=@X1(Qb?uOi+%g< zoH^7%A&YC*t_Cxsk~>mKfCr(_?|>kVPkqX1hkA7Bh0i*)1@k3m2}ZDhXPK%uAnxvM zU^`EM!M3IIv5F)vYFE(`#2ShV9*m?+f+&neQbFsI2(dkV5VQt-oABvBKmcoqN(?mJh~t9a#BUWvSR^+&bWts2>KN%ientXERVZkR^NjbF08X4xoR zK_4S8Tf%wF?qScgkBRybV#uCrIuCL8nNN_)hgr93mQD3**?dB3MlU=ezp%=mWh|Dy z;E%D(&a!~h?%h7CS*2cu1KDMygw#fgK*^#C`x z3#PC8#J*q0=%8-qU(0)x73@si#cA!+ z1NYEOgBqA==KC0py)hN9W5CKBS$9;P2FNB{QQrnZmcJdc3&OM)ct`EF)>X)N@ z&RzbG*YrV$D9WFE9tYlXU@lr9_qkewmHH0wchP!gzkuT@ykPAWXsY$Irdm&PArrlR zUQvD4DR_7zOz)CQ|C@wmD`dBQP?lDG6^+}4pr`C=_edjPxx+l8yGOz^UhVNJ<5H0{ZTE@1jhzrh7TT@3_K=c<3b~Lp z=aQ857u*~DA|>iSl2XvyB{CMQP)l#r=84RMcSWA7o7c2cN-C~1gIW+VklGVem4e6E zRPh>Ixa)BC;m8+&7@Fb<>Yz6dr`C8=p))+O1~|bVab!*HsdIw(x`UK8dVrDny+#-Q zeKf&e?TK^de1n!>_!A7xvc~U@iI6lXM1IKfTO>a|`npO@aC znh)*GZef9j_R0c!OSRtv#aQ)vp<9`nipern+J?|I?rFCQ=?4<)VD?vb9!3XTQNiVq z6*4+GIE;=(ZjzDFK4jC+RTR(ec0!9ZADQ%{OUf^!L)MQZQ?y->_?!%=j0#rl^jPJO zq&wAg?=0dr9o#NPdZRE!T}sFZwjdnY0)#vV``E&pxaoM-9V|A0cNDJZ){UoaYW79W zGT&UVPtEpRmq*xOrad((phdzgw=jbO1%lmTIhVqG4zw+ms9vb*v4rkc%8#-Df7&lI4*&oF literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..592c43656448bc98e4bad1caa64346d6685a7f45 GIT binary patch literal 1309 zcmZuv&2Jk;6rb5I+iRzB)3j=#NGoxPp-$9Ts;a6W)Yw5mCap*+BzGfgz4L5uv))~1 z#x0JV3m+G591s@{_K^z*{+zjTA!kl-fj7H}l>=kV`@OGy@A)?`SX*-mo}YjEGx*UW zvN!7COhUJ^zajY+RS+M~H`^o$(Mo{4D0*2M1F6Q}1;0_1gxnL`7y%&Z(M z%+AqePL5Sp%CW}EIj*tF&={3^H^2r5)}cN$?vZ;0ZZh{N0b{Yjs!Q6tr6a8Ni^0~| zjqj}9CZk8Bv3`M5lEa3ftZpQvvX7@(3}^OK4x5k991Ra2omC2K4q&BXQXXyX7OvLr zDvD|h%6j(v^CNKwtA{CzlF_RtAD#H(gRNIh|Lyk4hYj751u{?$2RY?QNcAL_$41n5 z53l$gg(Piq^1wIF>A5i{3p%Gu%B?w(#+-gj8T}sr^1_@OOKK2Gj>uOSTUZQjMwzLj z`2F#@IX9WbY;7~=)ZlGtFPyoFwN~1>HMba@Qt|a?Zz#GgY2v10kJb1&DqYK&bWa@<}=Mc(x<}r|{ zcybILBn4%z>*3iC;&>2X9ZZkYFoChD13Ga3D~&$l^$< zYUgn8dHdk-)BYD7

CPI9ASxr_)R*rx;Of{@;ws6f>bVFvMUOOk;U9e8cAYxs^Fc zC#rnqRaP7&pch17?yrQui#h*H+E4t0L;_F5ILd_o|e3XPxU-x3fxX?XCi?-Ro&+bvwm7+WFcc=aQ@Sem_W(R0c9i z6VdOhQkYJ%Czq(oArTqJ@>ze-og0*WI literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a640d47b1fb11e74618220c8c6046f9adb79985f GIT binary patch literal 1310 zcmZ8hO^YN&5Ur2yp0=F@4SlUgVfSA>6{e&#VW-jr!PaBT5C=YGYVKI9=J zZ_}SMnf{WdNyxuVzKbz3@h5M*LKD2uaPY!8^su)cgw|lSgt*i>t4yF`u>fwbn2hzR z@c?5$5CwNZc!fvVfOZiiQyE9u!f7G++s@NSO!Ndt1ZZi~CnAppFVB zLbZar(Lp(laMy*(8d^c9P^`w zYu>jW9kG7;^x3n~e6m$s0S4NuZ;pk6#z^$K8#qP>6^kfIYn438;q6Yd_ML5@Wa?ug zNAob>P{EUnI`VqLYZQSJ})FXZM&Ma*tTfe?Ty-P ziGeSiDBp<(q-`w6o5A6H)7MQJ>Fx48 zAJ_U>=p5I}XZ+#wIP($X7yscGrB+4!l?;h-#=-YF2On^T^iGENS&o2zTITBGgcexjMv6H6SaxXuG+3nxmND%uI)DMUb3gN zx3;%4S)1(atL-x~KiS_oP&;703&~XHVC^8Y_%uHh6~D5hk*M^@tsO>vI%3i2S57n* zjYIOvc8`f@7wSiN5t1=J!N(6;Q5pSqM|&Q*YpiyZ?~V5I$!Kzo@qN+0H5Tpvg;NW7 zz}ez4v>)4^=|D7vnT~JQ4@T3dzl!=a-^Hgf?;*^4IC=%r*B~qN6Z~Y$hMabKBsvQD z>(txSgXkFQr(WoHJbD%K%67lkq7$fpD`In2<>V8x)@+68iDs56{y=rYG+f{Ul0CCw zhex-0r<;jT^smJUulU+|FYW8%r8tG?`b}NDuDA$QCbWAamP&hf(l|@C+YF_uINB3j ziM}pNm38Z33w`SmPr|+~t%R|vx8esp!ct=kT-CdwYS()))kj;I=!B{+<5ga-*S&$Y!Q`nQS`UG} zAsbi&w&aN4nKqx=#HY$xFKk$myJU;|t7ED-u-4enzH6nEuBAr$3A5<;krjD!){Hf< zsVB|8UK-FEqZ_C#pElp_`WVe=W2GTvG@|0qYHuY@&!5u;9GT;^w*{T&T4h{2vM+V9 zn}mu^uM6!^hDr%-XHx7!AMM35Y)D;5_yed~iaijDacU{toVzLnjNpgOCYMsXck4Gl z(1j=#DU4Wg@(GGv!SBaekCxd~_G3#N#SGtMSKgk#4giQ$w&SjxzkB`0{D&f2d|`67r{YAO zZ2>?yqT-!u7m#SSd2=Z@dbW~sa~gRBd$F8J=GtZ3Wkoh-k2y9Q!>`DSkWDgi3_XA> zM~bF)BQBLFL(;Tq!8F}>d3vib5!SlkgOF_#;$f&F{LrLUb0_K+=~d(wBVMJBtfeQm`@)+OZqSq$0reO) z)8>wT1_HSsh2`6-ezsq%Gb+%MR}*&maadb|kcu6_vg2kY6pj8;D?!86Cov zDpa~SSHC_tck}WGf)>$UVx$GB>YXg&kC}0T=Qb!_N7pNOqyZ2!^(}w#msUctAaj5{ z8+Hg_qj;8R;IC0As|9jXY;kjQ=F6pRMt0(~=KoOjx481X^7bjzI|+R%L$m61O_v}A1CWTq!zRvdw|U+M;4}pffxtlWW>4^> zAB1T{fa0k{J))5f9;}F1DV|a-ish04pNai}!d#m?6JRQY02#!J#&4lI*LbiJCkai} z4W-QIMcC-lDXK5B5-mitiYzf}(JCup->gQ%41MKi*qS%%@{~M@eC^t*TZIBDuJ*xA zh|1bQ+|)jTCHM&r(re*8TPX<#mNwYRk#rbUU2KGsQ;-!S)JkyGUMuOzHeRxyHnmUN zPBS=UMqqtR+aqw6-| zSDrH8#^pen2%@0Idb2DnM zo5}b=rTElB#F$u87(=)|hnjr|2qlCg`4p>?>dc$x&cF5T?_Buq z_ny!NLhsbm797u$o~BR?tdGk>M$!K>K$3#yvQ7IDr_qQ6(H96rSx5WLb{01&Wwfg^ zn$;gOT?~_MJ8U2gr94LjDD=q11-So%u6XBXsQwd=wOV;O9I6+StO=TZr@B4n37PTQ z?bY*lXbwZk6n>&uA@dDLF9xKU*hctM+#}8Nu-65+;vypOGf;IYBx(O<{nnMcw~)}) zFW3~fj!W_XDYJLgOF0rCx`fl-L0dzsB zWDS~&PFvmK+k{yP{syxYaDdrK!Yl>S z&yZnm*w5qEd1`)f2O|)AeuS4H2O!rKS@sNS#gEbUHMQSDvHA+!Ei&vNUxLw!XXd6* zpDgJ@D>Y{_RD`W-A2bin-NMHwH0$@NAdrB!D8TB18N+3cl8~AMYA!up`AgKL`451D z3=R;PW`g434$Tl7k^KpKk~EX+gvdpd=@x40hG2*=X3d2NY)MJnW-N{+VcOi8=t?Nw zq$cCf&p0*h+T0j7XdyzKWfN#cg0KI*Bf2Okq+Uc=L|L0LMNB|$hQ4&Q^5zY7d(l6k z`&JIwd49nH1hgTe0&)Wi{5#!Xh>UQEKn|xkGW4JlatIqi*&g}>rrd$Q#xCG0xqKLI zfNerin-mY=48of0j)*exv6f{~Fx3I5A%t^?5o>%O|HftO0 z{u$#WDb0dzCvh*EKrSx?>i?&XY3NIJyl+#-JJoXA(CAxvMU2C6y+#)4u9=5xNCsLMD+DWHUj=6ZB68li}$}+-<9M z+fgM7`BtNO}p+xJ8U3v$Tf#$(r%y$F-E6Vn#QzNY_cL{ZtSjxe93mZEgC2I z3y3Qm`AfNSVLt&*yiO}tEWJk#KNaRU|_5TU|QA%_Q-y(hW3~!KmDW zj2@MKqiofg+tMWFn3RhoIPJQclqrRJDGJ|S)UN9dbEGoHhI+A#dSi!R$^+2o9(}?L zKSkg0ck~h8V{Ofle8#K+Vm2sp%ID`?Pi5u}yH=KQe_aXhOLF$lky%cCcIl z|J3hRtteu797RzzD`uGU_Yy~l7+tzMGl zaEkP=S#6{0%zS(J*_1$@4s^Q)0|Bc{?c55+5~XyuGO_1(BZU literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1bc820ac02d5bf47414336dab2b722e51d7774b5 GIT binary patch literal 1622 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 Iu_{0RFSQPqZ2$lO literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03b80a5aabc039b112f68de8aa0a71bf41e4d965 GIT binary patch literal 973 zcmZvb&u`N(6vyqP-MX+Jl|Tc5gnT4u%Ld#Knt;(mrP5BzU}B0Cxv{%?b?sogoeJy( z{{rF)NB*T;xxl}`iI=pKrU^%W@r$3IKYm|_uB`{kg;YH$%z|MM}#`#nX@G3*~IW8 zLzT_7aa%+yBF5z~3WB2{UpT}L^+Yn#=Y(m+3AKb%BWL9x*Vc-@+p{yrKb43B)X&QOd#tTK-w>0O{>q;A!a^JftT1u%LC`ow4#eL`n7 z=8x)TuZnL%d`;HJOBWcIYwnb5-15Mi4X&-j-y1(lEg?%-?-ompnscEHXo|!}6E#Cz zY}iUbcPU`FQuuaei$*S~8)!2I*UI8XyVA5}j5ft)@1WI%QlxKNhjF{tO}lSizib^A z_i~X(>69y`O*Ao5ivE)*)5;mqH*gnGvD}O2DQ?ayo(ko3x(E$Dvjjm^w ztEWj@fv(C9MQ)Shb|*P7y1IMGK3s#oc1bpWZ!?}tJsWf75`dT{9nnv$aC|$b*@&KU zn*iWWxhLeKa%bX%v^xuuYjue7S+V*5sWkwzcflY(z%|dqtMD`y<0fw6hG*7cHuQ_- kG-WzVQ&R)K`dA(7iYb#7jc4;;Yp+zsmPM$oH2lWxe^0~|ApigX literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3eb0b250aa33dd1ead5af5f7465ec8e4b967057 GIT binary patch literal 9053 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 Rn|j+WOnq`9UoMu%{~w#=%JcvL literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9c5160cb2a8bb9764bdd7de75f3e59b76103b58 GIT binary patch literal 21673 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e9f20faa62760aad7fa623da7db46a68f87dce4 GIT binary patch literal 1904 zcmb_dOK%e~5cYaE$u=aVKzR$a;(!z+sNjNx5CV#XDxg9t2(((sa@KC+bYIwRMXKD& zUqD>p*uS(_F7OvPF|(Vr-u?V0~ zmy1v2=pi>!Eaz##wS1=Ds%+=>bDeK10iMLwwlaAZ#Ju4BsfTvJZJ`NbgT*sz#B3+Q|OboSVTxp>uG@K*$>K*1`GA1A4Evz%7pCGVn94=fldD+s>3#qxyb=hPr0r&T4 z1*~l3b|Cdn`1C0-c?S9v+Qk|4pryY6rcZ!vjlNfKBx8CJcQ70dSkj2#0`xzk00aMw zVgp?HEsC>%;PMerpn-o!F^h|HfZ)neQ2Y-roCgF~kAMOV{8BiucvJz4Y(mmN z>43DMX2C+pVhI_#V`u2@?gy|}wv|ztu{?`qRZq(K)!eS6MIx~RNKxmQTj$tmFk3cL zX$QIZIg~Kqu0c0gnh5PU-pqWPq|9osi)oti6c{brj6n_AN^ss`?9CQWCMPY%L>|NT z9AhTQtpVyVBQ=)CDv_!<))+<_Ur{58bp{;7do{z-py4}5u#6bY2p@3z)NlCS!LQQj swR8aIlN_?60zO(AtAa+BHP(ho?+_3BSCszU+LwD+$|^=Y*LN1(?{>1Gx&QzG literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3e01674ba92384f9a7d58449dcc99f4b0e8da87 GIT binary patch literal 2528 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 HAbQ@v@|}ye literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8278034fd3cda0dae87608216ffdc08d5dd5dcd GIT binary patch literal 2970 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 k0td+AKg~RI+N_$B(2)NByHvIFLim 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..357e5b59985fd2be0f2acc07a855506730734274 GIT binary patch literal 3223 zcmaJ@U2hx56`k2#E?2Z<%Z}?Nh~bQ5pej>|Qh^o?g2as@%c&7n5iA962o~$*&X8Pr zxx1N}l`K|zQVZlI$y1P5=`lZ~e_~(zk^ub$eQ0{`3@K8!nk9DUgY$LIJ@?#+78V)= zp6|Z>A^P_MA^*b0?Bhb?LwMDf@Zp5hl(cP0+tjq3wqr`S?V8eSdr&%QZRofCVZB|a zM3B=!%$?D8LpY~bxC^y;?(y2+Nqd3&ybk469`HFRuki-I0_7r~=L=9?=U4ePC~xpZ zejUo!INc%58$ZHn$X3&-yv;=ED)_X}NuEXN=-niX(~^r7b*Qu$uBb$dl_H9tM}46> z>YWeZ{q-NW-`|hYQry?F6i2-%RiYW=inC7*8td??oAA+Ok7`GQ{a8D3pSy4hXOyiE zMEqQ_q{m>tRyR^2ETrfqFIbdu(>HDoBOMP~jRu2fcaSJHfB~scYxX5=g$!|_tB9flAL2`7+bd8b$qdx^uO^yudg2&> zhZg~sB1$I!1BOcI%OJfBKo-MXEjT+!^newIMYNAx|A8) z1)d_w4#biaY>Y5VGL>+_q8U4u*&}2#%k@CWgG7l|(=nKvy)QN4^_LuWe)7BLCwC>f zFoyU1L3bj}%*h8(!MHeew7chVdgdIH(S2Pz0v+J)SI#$gj_DCS_0Py@{fs;%4&k0h zJaXbvXzh^S67|sl-h!xw)GqH>yCmN=dDQ8)(84!Z6 zMsX~ZVt^^@C8@Av88xPRj%uaut-RZ$RUooB=fMB1=3M3Es`83R4=QgjPclm*AHb@- zybxLC;p$aGLEvk1qN@Js&W4n^1oB<8%ZFf6h`Uy_H{(CUzF&k8^Wn@mv&a%`ppZ<& zU!;zEm9EiwD&K(i1rNH=;lXP>xD6HL-Z256(UQp98obG!GfD{utvezQ$zR_&rrJIA zj_4UZc8(kvMqD9SlTv`TPh%1zo7hqR175zRp=!m_Xl8RMJhsn=&7= z^Z1!n+-3G`>fUE;SORa5NKukm9^`47AAq0DdWidb_LwN}KbM2p2h1cKJNg0ViOpQ; z;WA5eU@tp}Bnl`}(Gm|E6Yjxe5M9f_t3`PsvbaOd-#-HktoJCAoa!tDp^pFH?@V<&vF@$trAs+!4}Rjn`cvVd$i zhml~z#KS_q1*Cm7B(glTCd_1@Kfp+J3qEAtr-AEH=O?e`IRS0ZTQs2Z9{dyI-;)RB z?fe3;292@2p~$(~+pC>n5ZGQHLk1+zTn$d^7#=2f{nIiZ-1v5uuh=tPypOc>3;i|| zFF=$OxWlM9;tq+_(!<;oh6ySHXjk4(V#FP@*G$?q5yS-~dGH^45JCdwe;gHtpclP~ zkueE@F`qBVnPZuI^Jfm<4CEq!Bd^1!s`Er<(NI+NsH?2%;kH!}8vP1Gc>{;})?QG! zdHg#Z<~)R%)$OU{O#kH4W+uPv=6m6Ew7qD&nt4Bi-K-AQZ&9B*)cLRH$=^Wl1y@5G zQqEWhZ$kxjP|n*NtR1Mou3gN>=H}^){xnG#5$oo8Dxz%p9Pw#pW|)rbWh2Wk)u+~@ zre{+#vd`vcJlu?_<{oF1{^s;TF}0k-Xl1VNHJ|zpzH%A*nm4ODMjUX#xTkWYkiWvE zkxM&JjF!JXjR{{TSvh}{4H literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6b4e9574b366272c69dc9095c4279055a9eb87a GIT binary patch literal 5974 zcma)A%WoUU8Q&Ml6-COjEX(pE?mEqjsZ2lG0;%J=No*x?Yb%DGSPiRmv*N6zwU@i} z%+j{jqz{pSqy>6tfVPJqfOKi$OaGW2=UNnK&b|3i_xH_kB~ew=kl5MTd4BUfe&6>^ zP_I`F{QmTZe+FO98phx0WB1R&$6I*B-%v24WiXRjvDq^5wqvVfw``NzoY?7f^1$p}9E|9@#Qmv+o(K#_CTDRu88)?AB2>!45nzTF2NVJBasjHpLF%eS%H1 z!+5{IX4nzDPqJBd6z}h`W9&HI9Xw*_s<@Fh&fb319CK47BgG+=f(;o%j_p^%TaZQ zl~6BzZa7A(3{I70U2RuvlLtl3>+XD2%m~k$#d+Em4H*82D`ds=77Hly zi5=c7f+voVS?lkc#=tU-{Kd>>X5YBud}T1JZ+&Ha?QEEznTy89uX2CdRD$lG7UZcbhU}srd4Ku&!l~W%<$5R$wAteaa8hjkX_(2p6 zn@`achtyx1AwNt#N2mZ28T=Ru509v!Ff7ZQFegw>KF^PhGG+IcjS2~!R)o;2zTZh% zFQ$6U_wV(Bc-T|%eU`R;UvXURBx={U6#r?wG2 zB}vd3l{Eg0N@nzpzPVv7S-&v`+Rk8UPuxDVcgwh9Y?uQlG6to-bH(`N(?Pjk-h>@8 zXA3h1_MnnaWj0nQZ&>|OzjD!7H15qoqR#qnAyFV~?q#sm%~IdY%6)gk+_JXiSsu8L z-FtIPy-A+;=CTS_u{Ny1SmwfN#`-3!{LY4y-8^_N%)G$s-d**1C}5%OPHRS!d8`$Uf@9_FmNv{UGP#2P1e1TR7YroCQK@Rq{76=LwJOTVik<~WOe|P-ZZ{2 zpq|Fp)|SbgzWICWoG4eM?PKX&hXzK&|HBvM$#wp-gTtcN-f`1>=c^$>G={S@#VF71|6x8?4Fzayy6|@d<)=O7Zy-9j^nzntGa1J3CbEO`-Cmy`CtE+q}pkc1yKTd>?gBA z%o+vX76=2$?zO{&&)kcPUbNyRDZV`(UoS1FRp+H0c;O~~jtfR)48b|FNAX8Cd!{p~Mhrdk4sA%QbMGbDcP4e0sFoqcv$;kI}b*5{2*FU}&w^ZUs^g6mVFya43StvOF|G(W%Z!jDez zfs(G$0OiJXf!Kjb1`lis^R``GL-hCn?ub7?;0A>ym$xeNucmp z1hPn*M3IV7WU{Yxeu{<2X9$YCjZzgJ1`;A)Q{vP&f;vP7N%1lsv4o-z3Bfx+>zLI; zM3Wf|0R_B~ljURb$= zwm;$#DljM!hyY3;uo;MqQ}2jLQA$9utPro3)|5y zsKf0Ub{}4X5Q8-6Y~Kla!E)Nm{$D~#$NYAgc(4MMq$)DBD}LwE0L3 xRRF9~UH78CKDtDKtat^5W4i#ZnmLJd7A2mV<=9nw@~}JW9&%rFtM0UW@IUXrKeYe= literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/utils/_log.py b/venv/Lib/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 000000000..92c4c6a19 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/utils/appdirs.py b/venv/Lib/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 000000000..a8403b7de --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,35 @@ +""" +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 +from typing import List + +from pip._vendor import appdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + path = _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + if _appdirs.system == "darwin" and not os.path.isdir(path): + path = os.path.expanduser("~/.config/") + if appname: + path = os.path.join(path, appname) + return path + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if _appdirs.system not in ["win32", "darwin"]: + # always look in /etc directly as well + return dirval.split(os.pathsep) + ["/etc"] + return [dirval] diff --git a/venv/Lib/site-packages/pip/_internal/utils/compat.py b/venv/Lib/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 000000000..3f4d300ce --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 000000000..f1c0f0633 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,168 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import TYPE_CHECKING, List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +if TYPE_CHECKING: + from pip._vendor.packaging.tags import PythonVersion + + +_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/site-packages/pip/_internal/utils/datetime.py b/venv/Lib/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 000000000..8668b3b0e --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/utils/deprecation.py b/venv/Lib/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 000000000..57dbdbdca --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,104 @@ +""" +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 + +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], + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. + 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 errors if pip's current version is greater than or equal to + this. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + + Always pass replacement, gone_in and issue as keyword arguments for clarity + at the call site. + """ + + # Construct a nice message. + # This is eagerly formatted as we want it to get logged as if someone + # typed this entire message out. + sentences = [ + (reason, DEPRECATION_MSG_PREFIX + "{}"), + (gone_in, "pip {} will remove support for this functionality."), + (replacement, "A possible replacement is {}."), + ( + issue, + ( + "You can find discussion regarding this at " + "https://github.com/pypa/pip/issues/{}." + ), + ), + ] + message = " ".join( + template.format(val) for val, template in sentences if val is not None + ) + + # Raise as an error if it has to be removed. + if gone_in is not None and parse(current_version) >= parse(gone_in): + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 000000000..088e977b5 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,79 @@ +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.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_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/site-packages/pip/_internal/utils/distutils_args.py b/venv/Lib/site-packages/pip/_internal/utils/distutils_args.py new file mode 100644 index 000000000..e4aa5b827 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/distutils_args.py @@ -0,0 +1,42 @@ +from distutils.errors import DistutilsArgError +from distutils.fancy_getopt import FancyGetopt +from typing import Dict, List + +_options = [ + ("exec-prefix=", None, ""), + ("home=", None, ""), + ("install-base=", None, ""), + ("install-data=", None, ""), + ("install-headers=", None, ""), + ("install-lib=", None, ""), + ("install-platlib=", None, ""), + ("install-purelib=", None, ""), + ("install-scripts=", None, ""), + ("prefix=", None, ""), + ("root=", None, ""), + ("user", None, ""), +] + + +# typeshed doesn't permit Tuple[str, None, str], see python/typeshed#3469. +_distutils_getopt = FancyGetopt(_options) # type: ignore + + +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: + _, match = _distutils_getopt.getopt(args=[arg]) + except DistutilsArgError: + # We don't care about any other options, which here may be + # considered unrecognized since our option list is not + # exhaustive. + pass + else: + result.update(match.__dict__) + return result diff --git a/venv/Lib/site-packages/pip/_internal/utils/encoding.py b/venv/Lib/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 000000000..1c73f6c9a --- /dev/null +++ b/venv/Lib/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(br"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/site-packages/pip/_internal/utils/entrypoints.py b/venv/Lib/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 000000000..1504a1291 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,27 @@ +import sys +from typing import List, Optional + +from pip._internal.cli.main import main + + +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) diff --git a/venv/Lib/site-packages/pip/_internal/utils/filesystem.py b/venv/Lib/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 000000000..b7e6191ab --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,182 @@ +import fnmatch +import os +import os.path +import random +import shutil +import stat +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Iterator, 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 + + +def copy2_fixed(src: str, dest: str) -> None: + """Wrap shutil.copy2() but map errors copying socket files to + SpecialFileError as expected. + + See also https://bugs.python.org/issue37700. + """ + try: + shutil.copy2(src, dest) + except OSError: + for f in [src, dest]: + try: + is_socket_file = is_socket(f) + except OSError: + # An error has already occurred. Another error here is not + # a problem and we can ignore it. + pass + else: + if is_socket_file: + raise shutil.SpecialFileError(f"`{f}` is a socket") + + raise + + +def is_socket(path: str) -> bool: + return stat.S_ISSOCK(os.lstat(path).st_mode) + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Iterator[BinaryIO]: + """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/site-packages/pip/_internal/utils/filetypes.py b/venv/Lib/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 000000000..da935846f --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,28 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS = (".tar.bz2", ".tbz") # type: Tuple[str, ...] +XZ_EXTENSIONS = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) # type: Tuple[str, ...] +ZIP_EXTENSIONS = (".zip", WHEEL_EXTENSION) # type: Tuple[str, ...] +TAR_EXTENSIONS = (".tar.gz", ".tgz", ".tar") # type: Tuple[str, ...] +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name): + # type: (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/site-packages/pip/_internal/utils/glibc.py b/venv/Lib/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 000000000..1c9ff3544 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,92 @@ +# 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(): + # type: () -> 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(): + # type: () -> 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(): + # type: () -> 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(): + # type: () -> 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/site-packages/pip/_internal/utils/hashes.py b/venv/Lib/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 000000000..3d20b8d02 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,165 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterator, List + +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=None): + # type: (Dict[str, List[str]]) -> 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): + # type: (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): + # type: () -> int + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed( + self, + hash_name, # type: str + hex_digest, # type: str + ): + # type: (...) -> bool + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks): + # type: (Iterator[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): + # type: (Dict[str, _Hash]) -> NoReturn + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file): + # type: (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): + # type: (str) -> None + with open(path, "rb") as file: + return self.check_against_file(file) + + def __nonzero__(self): + # type: () -> bool + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __bool__(self): + # type: () -> bool + return self.__nonzero__() + + def __eq__(self, other): + # type: (object) -> bool + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self): + # type: () -> 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): + # type: () -> 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): + # type: (Dict[str, _Hash]) -> NoReturn + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/venv/Lib/site-packages/pip/_internal/utils/inject_securetransport.py b/venv/Lib/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 000000000..b6863d934 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,36 @@ +"""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(): + # type: () -> 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/site-packages/pip/_internal/utils/logging.py b/venv/Lib/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 000000000..39a18fd6c --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,391 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +from logging import Filter +from typing import IO, Any, Callable, Iterator, Optional, TextIO, Type, cast + +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 + +try: + import threading +except ImportError: + import dummy_threading as threading # type: ignore + + +try: + from pip._vendor import colorama +# Lots of different errors can come from this, including SystemError and +# ImportError. +except Exception: + colorama = None + + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + pass + + +# BrokenPipeError manifests differently in Windows and non-Windows. +if WINDOWS: + # In Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + def _is_broken_pipe_error(exc_class, exc): + # type: (Type[BaseException], BaseException) -> bool + """See the docstring for non-Windows below.""" + return (exc_class is BrokenPipeError) or ( + isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + ) + + +else: + # Then we are in the non-Windows case. + def _is_broken_pipe_error(exc_class, exc): + # type: (Type[BaseException], BaseException) -> bool + """ + Return whether an exception is a broken pipe error. + + Args: + exc_class: an exception class. + exc: an exception instance. + """ + return exc_class is BrokenPipeError + + +@contextlib.contextmanager +def indent_log(num=2): + # type: (int) -> Iterator[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(): + # type: () -> int + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args, # type: Any + add_timestamp=False, # type: bool + **kwargs, # type: Any + ): + # type: (...) -> 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, levelno): + # type: (str, 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): + # type: (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 + + +def _color_wrap(*colors): + # type: (*str) -> Callable[[str], str] + def wrapped(inp): + # type: (str) -> str + return "".join(list(colors) + [inp, colorama.Style.RESET_ALL]) + + return wrapped + + +class ColorizedStreamHandler(logging.StreamHandler): + + # Don't build up a list of colors if we don't have colorama + if colorama: + COLORS = [ + # This needs to be in order from highest logging level to lowest. + (logging.ERROR, _color_wrap(colorama.Fore.RED)), + (logging.WARNING, _color_wrap(colorama.Fore.YELLOW)), + ] + else: + COLORS = [] + + def __init__(self, stream=None, no_color=None): + # type: (Optional[TextIO], bool) -> None + super().__init__(stream) + self._no_color = no_color + + if WINDOWS and colorama: + self.stream = colorama.AnsiToWin32(self.stream) + + def _using_stdout(self): + # type: () -> bool + """ + Return whether the handler is using sys.stdout. + """ + if WINDOWS and colorama: + # Then self.stream is an AnsiToWin32 object. + stream = cast(colorama.AnsiToWin32, self.stream) + return stream.wrapped is sys.stdout + + return self.stream is sys.stdout + + def should_color(self): + # type: () -> bool + # Don't colorize things if we do not have colorama or if told not to + if not colorama or self._no_color: + return False + + real_stream = ( + self.stream + if not isinstance(self.stream, colorama.AnsiToWin32) + else self.stream.wrapped + ) + + # If the stream is a tty we should color it + if hasattr(real_stream, "isatty") and real_stream.isatty(): + return True + + # If we have an ANSI term we should color it + if os.environ.get("TERM") == "ANSI": + return True + + # If anything else we should not color it + return False + + def format(self, record): + # type: (logging.LogRecord) -> str + msg = super().format(record) + + if self.should_color(): + for level, color in self.COLORS: + if record.levelno >= level: + msg = color(msg) + break + + return msg + + # The logging module says handleError() can be customized. + def handleError(self, record): + # type: (logging.LogRecord) -> None + 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._using_stdout() + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self): + # type: () -> IO[Any] + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level): + # type: (int) -> None + self.level = level + + def filter(self, record): + # type: (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): + # type: (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, no_color, user_log_file): + # type: (int, bool, 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.ColorizedStreamHandler", + "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"], + "no_color": no_color, + "stream": log_streams["stderr"], + "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/site-packages/pip/_internal/utils/misc.py b/venv/Lib/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 000000000..99ebea30c --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,828 @@ +# 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 urllib.parse +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + AnyStr, + BinaryIO, + Callable, + Container, + ContextManager, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + cast, +) + +from pip._vendor.pkg_resources import Distribution +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError +from pip._internal.locations import get_major_minor_version, site_packages, user_site +from pip._internal.utils.compat import WINDOWS, stdlib_pkgs +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__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", +] + + +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(): + # type: () -> 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): + # type: (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): + # type: (AnyStr) -> 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(): + # type: () -> 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, ignore_errors=False): + # type: (AnyStr, bool) -> None + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler(func, path, exc_info): + # type: (Callable[..., Any], str, 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): + # type: (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, ext=".bak"): + # type: (str, str) -> 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, options): + # type: (str, 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): + # type: (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, options): + # type: (str, 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): + # type: (str) -> str + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message): + # type: (str) -> str + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val): + # type: (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): + # type: (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): + # type: (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, size=io.DEFAULT_BUFFER_SIZE): + # type: (BinaryIO, int) -> Iterator[bytes] + """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, resolve_symlinks=True): + # type: (str, bool) -> 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): + # type: (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, new): + # type: (str, 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): + # type: (str) -> bool + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def dist_is_local(dist): + # type: (Distribution) -> bool + """ + Return True if given Distribution object is installed locally + (i.e. within current virtualenv). + + Always True if we're not in a virtualenv. + + """ + return is_local(dist_location(dist)) + + +def dist_in_usersite(dist): + # type: (Distribution) -> bool + """ + Return True if given Distribution is installed in user site. + """ + return dist_location(dist).startswith(normalize_path(user_site)) + + +def dist_in_site_packages(dist): + # type: (Distribution) -> bool + """ + Return True if given Distribution is installed in + sysconfig.get_python_lib(). + """ + return dist_location(dist).startswith(normalize_path(site_packages)) + + +def dist_is_editable(dist): + # type: (Distribution) -> bool + """ + Return True if given Distribution is an editable install. + """ + for path_item in sys.path: + egg_link = os.path.join(path_item, dist.project_name + ".egg-link") + if os.path.isfile(egg_link): + return True + return False + + +def get_installed_distributions( + local_only=True, # type: bool + skip=stdlib_pkgs, # type: Container[str] + include_editables=True, # type: bool + editables_only=False, # type: bool + user_only=False, # type: bool + paths=None, # type: Optional[List[str]] +): + # type: (...) -> List[Distribution] + """Return a list of installed Distribution objects. + + Left for compatibility until direct pkg_resources uses are refactored out. + """ + from pip._internal.metadata import get_default_environment, get_environment + from pip._internal.metadata.pkg_resources import Distribution as _Dist + + if paths is None: + env = get_default_environment() + else: + env = get_environment(paths) + dists = env.iter_installed_distributions( + local_only=local_only, + skip=skip, + include_editables=include_editables, + editables_only=editables_only, + user_only=user_only, + ) + return [cast(_Dist, dist)._dist for dist in dists] + + +def get_distribution(req_name): + # type: (str) -> Optional[Distribution] + """Given a requirement name, return the installed Distribution object. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + + Left for compatibility until direct pkg_resources uses are refactored out. + """ + from pip._internal.metadata import get_default_environment + from pip._internal.metadata.pkg_resources import Distribution as _Dist + + dist = get_default_environment().get_distribution(req_name) + if dist is None: + return None + return cast(_Dist, dist)._dist + + +def egg_link_path(dist): + # type: (Distribution) -> 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 = [] + 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) + + for site in sites: + egglink = os.path.join(site, dist.project_name) + ".egg-link" + if os.path.isfile(egglink): + return egglink + return None + + +def dist_location(dist): + # type: (Distribution) -> str + """ + Get the site-packages location of this distribution. Generally + this is dist.location, except in the case of develop-installed + packages, where dist.location is the source code location, and we + want to know where the egg-link file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + egg_link = egg_link_path(dist) + if egg_link: + return normalize_path(egg_link) + return normalize_path(dist.location) + + +def write_output(msg, *args): + # type: (Any, Any) -> None + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream = None # type: TextIO + + @classmethod + def from_stream(cls, orig_stream): + # type: (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): + # type: (str) -> Iterator[StreamWrapper] + """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(): + # type: () -> 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(): + # type: () -> ContextManager[StreamWrapper] + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential, **named): + # type: (*Any, **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, port): + # type: (str, 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, scheme="https"): + # type: (str, str) -> 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): + # type: (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): + # type: (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 = None # type: Optional[str] + 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): + # type: (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, transform_netloc): + # type: (str, 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): + # type: (str) -> NetlocTuple + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc): + # type: (str) -> Tuple[str,] + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url(url): + # type: (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): + # type: (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): + # type: (str) -> str + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +class HiddenText: + def __init__( + self, + secret, # type: str + redacted, # type: str + ): + # type: (...) -> None + self.secret = secret + self.redacted = redacted + + def __repr__(self): + # type: (...) -> str + return "".format(str(self)) + + def __str__(self): + # type: (...) -> str + return self.redacted + + # This is useful for testing. + def __eq__(self, other): + # type: (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): + # type: (str) -> HiddenText + return HiddenText(value, redacted="****") + + +def hide_url(url): + # type: (str) -> HiddenText + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip): + # type: (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.exe", + "pip{}.exe".format(sys.version_info[0]), + "pip{}.{}.exe".format(*sys.version_info[:2]), + ] + + # 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 is_console_interactive(): + # type: () -> bool + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path, blocksize=1 << 20): + # type: (str, int) -> 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(): + # type: () -> bool + """ + Return whether the wheel package is installed. + """ + try: + import wheel # noqa: F401 + except ImportError: + return False + + return True + + +def pairwise(iterable): + # type: (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, # type: Callable[[T], bool] + iterable, # type: Iterable[T] +): + # type: (...) -> 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) diff --git a/venv/Lib/site-packages/pip/_internal/utils/models.py b/venv/Lib/site-packages/pip/_internal/utils/models.py new file mode 100644 index 000000000..0e02bc7a5 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,47 @@ +"""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, defining_class): + # type: (Any, Type[KeyBasedCompareMixin]) -> None + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self): + # type: () -> int + return hash(self._compare_key) + + def __lt__(self, other): + # type: (Any) -> bool + return self._compare(other, operator.__lt__) + + def __le__(self, other): + # type: (Any) -> bool + return self._compare(other, operator.__le__) + + def __gt__(self, other): + # type: (Any) -> bool + return self._compare(other, operator.__gt__) + + def __ge__(self, other): + # type: (Any) -> bool + return self._compare(other, operator.__ge__) + + def __eq__(self, other): + # type: (Any) -> bool + return self._compare(other, operator.__eq__) + + def _compare(self, other, method): + # type: (Any, 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/site-packages/pip/_internal/utils/packaging.py b/venv/Lib/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 000000000..3f9dbd3b7 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,89 @@ +import logging +from email.message import Message +from email.parser import FeedParser +from typing import Optional, Tuple + +from pip._vendor import pkg_resources +from pip._vendor.packaging import specifiers, version +from pip._vendor.pkg_resources import Distribution + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.utils.misc import display_path + +logger = logging.getLogger(__name__) + + +def check_requires_python(requires_python, version_info): + # type: (Optional[str], 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 + + +def get_metadata(dist): + # type: (Distribution) -> Message + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + metadata_name = "METADATA" + if isinstance(dist, pkg_resources.DistInfoDistribution) and dist.has_metadata( + metadata_name + ): + metadata = dist.get_metadata(metadata_name) + elif dist.has_metadata("PKG-INFO"): + metadata_name = "PKG-INFO" + metadata = dist.get_metadata(metadata_name) + else: + logger.warning("No metadata found in %s", display_path(dist.location)) + metadata = "" + + if metadata is None: + raise NoneMetadataError(dist, metadata_name) + + feed_parser = FeedParser() + # The following line errors out if with a "NoneType" TypeError if + # passed metadata=None. + feed_parser.feed(metadata) + return feed_parser.close() + + +def get_requires_python(dist): + # type: (pkg_resources.Distribution) -> Optional[str] + """ + Return the "Requires-Python" metadata for a distribution, or None + if not present. + """ + pkg_info_dict = get_metadata(dist) + requires_python = pkg_info_dict.get("Requires-Python") + + if requires_python is not None: + # Convert to a str to satisfy the type checker, since requires_python + # can be a Header object. + requires_python = str(requires_python) + + return requires_python + + +def get_installer(dist): + # type: (Distribution) -> str + if dist.has_metadata("INSTALLER"): + for line in dist.get_metadata_lines("INSTALLER"): + if line.strip(): + return line.strip() + return "" diff --git a/venv/Lib/site-packages/pip/_internal/utils/parallel.py b/venv/Lib/site-packages/pip/_internal/utils/parallel.py new file mode 100644 index 000000000..de91dc8ab --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/parallel.py @@ -0,0 +1,101 @@ +"""Convenient parallelization of higher order functions. + +This module provides two helper functions, with appropriate fallbacks on +Python 2 and on systems lacking support for synchronization mechanisms: + +- map_multiprocess +- map_multithread + +These helpers work like Python 3's map, with two differences: + +- They don't guarantee the order of processing of + the elements of the iterable. +- The underlying process/thread pools chop the iterable into + a number of chunks, so that for very long iterables using + a large value for chunksize can make the job complete much faster + than using the default value of 1. +""" + +__all__ = ["map_multiprocess", "map_multithread"] + +from contextlib import contextmanager +from multiprocessing import Pool as ProcessPool +from multiprocessing import pool +from multiprocessing.dummy import Pool as ThreadPool +from typing import Callable, Iterable, Iterator, TypeVar, Union + +from pip._vendor.requests.adapters import DEFAULT_POOLSIZE + +Pool = Union[pool.Pool, pool.ThreadPool] +S = TypeVar("S") +T = TypeVar("T") + +# On platforms without sem_open, multiprocessing[.dummy] Pool +# cannot be created. +try: + import multiprocessing.synchronize # noqa +except ImportError: + LACK_SEM_OPEN = True +else: + LACK_SEM_OPEN = False + +# Incredibly large timeout to work around bpo-8296 on Python 2. +TIMEOUT = 2000000 + + +@contextmanager +def closing(pool): + # type: (Pool) -> Iterator[Pool] + """Return a context manager making sure the pool closes properly.""" + try: + yield pool + finally: + # For Pool.imap*, close and join are needed + # for the returned iterator to begin yielding. + pool.close() + pool.join() + pool.terminate() + + +def _map_fallback(func, iterable, chunksize=1): + # type: (Callable[[S], T], Iterable[S], int) -> Iterator[T] + """Make an iterator applying func to each element in iterable. + + This function is the sequential fallback either on Python 2 + where Pool.imap* doesn't react to KeyboardInterrupt + or when sem_open is unavailable. + """ + return map(func, iterable) + + +def _map_multiprocess(func, iterable, chunksize=1): + # type: (Callable[[S], T], Iterable[S], int) -> Iterator[T] + """Chop iterable into chunks and submit them to a process pool. + + For very long iterables using a large value for chunksize can make + the job complete much faster than using the default value of 1. + + Return an unordered iterator of the results. + """ + with closing(ProcessPool()) as pool: + return pool.imap_unordered(func, iterable, chunksize) + + +def _map_multithread(func, iterable, chunksize=1): + # type: (Callable[[S], T], Iterable[S], int) -> Iterator[T] + """Chop iterable into chunks and submit them to a thread pool. + + For very long iterables using a large value for chunksize can make + the job complete much faster than using the default value of 1. + + Return an unordered iterator of the results. + """ + with closing(ThreadPool(DEFAULT_POOLSIZE)) as pool: + return pool.imap_unordered(func, iterable, chunksize) + + +if LACK_SEM_OPEN: + map_multiprocess = map_multithread = _map_fallback +else: + map_multiprocess = _map_multiprocess + map_multithread = _map_multithread diff --git a/venv/Lib/site-packages/pip/_internal/utils/pkg_resources.py b/venv/Lib/site-packages/pip/_internal/utils/pkg_resources.py new file mode 100644 index 000000000..ee1eca300 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/pkg_resources.py @@ -0,0 +1,40 @@ +from typing import Dict, Iterable, List + +from pip._vendor.pkg_resources import yield_lines + + +class DictMetadata: + """IMetadataProvider that reads metadata files from a dictionary.""" + + def __init__(self, metadata): + # type: (Dict[str, bytes]) -> None + self._metadata = metadata + + def has_metadata(self, name): + # type: (str) -> bool + return name in self._metadata + + def get_metadata(self, name): + # type: (str) -> str + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Mirrors handling done in pkg_resources.NullProvider. + e.reason += f" in {name} file" + raise + + def get_metadata_lines(self, name): + # type: (str) -> Iterable[str] + return yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name): + # type: (str) -> bool + return False + + def metadata_listdir(self, name): + # type: (str) -> List[str] + return [] + + def run_script(self, script_name, namespace): + # type: (str, str) -> None + pass diff --git a/venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py b/venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 000000000..4b8e4b359 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,173 @@ +import sys +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# +# We set sys.argv[0] to the path to the underlying setup.py file so +# setuptools / distutils don't take the path to the setup.py to be "-c" when +# invoking via the shim. This avoids e.g. the following manifest_maker +# warning: "warning: manifest_maker: standard file '-c' not found". +_SETUPTOOLS_SHIM = ( + "import io, os, sys, setuptools, tokenize; sys.argv[0] = {0!r}; __file__={0!r};" + "f = getattr(tokenize, 'open', open)(__file__) " + "if os.path.exists(__file__) " + "else io.StringIO('from setuptools import setup; setup()');" + "code = f.read().replace('\\r\\n', '\\n');" + "f.close();" + "exec(compile(code, __file__, 'exec'))" +) + + +def make_setuptools_shim_args( + setup_py_path, # type: str + global_options=None, # type: Sequence[str] + no_user_config=False, # type: bool + unbuffered_output=False, # type: bool +): + # type: (...) -> 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, # type: str + global_options, # type: Sequence[str] + build_options, # type: Sequence[str] + destination_dir, # type: str +): + # type: (...) -> 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, # type: str + global_options, # type: Sequence[str] +): + # type: (...) -> 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, # type: str + global_options, # type: Sequence[str] + install_options, # type: Sequence[str] + no_user_config, # type: bool + prefix, # type: Optional[str] + home, # type: Optional[str] + use_user_site, # type: bool +): + # type: (...) -> 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, # type: str + egg_info_dir, # type: Optional[str] + no_user_config, # type: bool +): + # type: (...) -> 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, # type: str + global_options, # type: Sequence[str] + install_options, # type: Sequence[str] + record_filename, # type: str + root, # type: Optional[str] + prefix, # type: Optional[str] + header_dir, # type: Optional[str] + home, # type: Optional[str] + use_user_site, # type: bool + no_user_config, # type: bool + pycompile, # type: bool +): + # type: (...) -> 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/site-packages/pip/_internal/utils/subprocess.py b/venv/Lib/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 000000000..da052ee69 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,281 @@ +import logging +import os +import shlex +import subprocess +from typing import Any, Callable, Iterable, List, Mapping, Optional, Union + +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 + +CommandArgs = List[Union[str, HiddenText]] + + +LOG_DIVIDER = "----------------------------------------" + + +def make_command(*args): + # type: (Union[str, HiddenText, CommandArgs]) -> CommandArgs + """ + Create a CommandArgs object. + """ + command_args = [] # type: 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): + # type: (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): + # type: (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 make_subprocess_output_error( + cmd_args, # type: Union[List[str], CommandArgs] + cwd, # type: Optional[str] + lines, # type: List[str] + exit_status, # type: int +): + # type: (...) -> str + """ + Create and return the error message to use to log a subprocess error + with command output. + + :param lines: A list of lines, each ending with a newline. + """ + command = format_command_args(cmd_args) + + # We know the joined output value ends in a newline. + output = "".join(lines) + msg = ( + # Use a unicode string to avoid "UnicodeEncodeError: 'ascii' + # codec can't encode character ..." in Python 2 when a format + # argument (e.g. `output`) has a non-ascii character. + "Command errored out with exit status {exit_status}:\n" + " command: {command_display}\n" + " cwd: {cwd_display}\n" + "Complete output ({line_count} lines):\n{output}{divider}" + ).format( + exit_status=exit_status, + command_display=command, + cwd_display=cwd, + line_count=len(lines), + output=output, + divider=LOG_DIVIDER, + ) + return msg + + +def call_subprocess( + cmd, # type: Union[List[str], CommandArgs] + show_stdout=False, # type: bool + cwd=None, # type: Optional[str] + on_returncode="raise", # type: str + extra_ok_returncodes=None, # type: Optional[Iterable[int]] + command_desc=None, # type: Optional[str] + extra_environ=None, # type: Optional[Mapping[str, Any]] + unset_environ=None, # type: Optional[Iterable[str]] + spinner=None, # type: Optional[SpinnerInterface] + log_failed_cmd=True, # type: Optional[bool] + stdout_only=False, # type: Optional[bool] +): + # type: (...) -> 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 = 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 + + if command_desc is None: + command_desc = format_command_args(cmd) + + 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 = proc.stdout.readline() # type: str + 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": + if not showing_subprocess and log_failed_cmd: + # Then the subprocess streams haven't been logged to the + # console yet. + msg = make_subprocess_output_error( + cmd_args=cmd, + cwd=cwd, + lines=all_output, + exit_status=proc.returncode, + ) + subprocess_logger.error(msg) + raise InstallationSubprocessError(proc.returncode, command_desc) + 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): + # type: (str) -> Callable[..., None] + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for pep517's Pep517HookCaller. Thus, the runner has + an API that matches what's expected by Pep517HookCaller.subprocess_runner. + """ + + def runner( + cmd, # type: List[str] + cwd=None, # type: Optional[str] + extra_environ=None, # type: Optional[Mapping[str, Any]] + ): + # type: (...) -> None + with open_spinner(message) as spinner: + call_subprocess( + cmd, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/venv/Lib/site-packages/pip/_internal/utils/temp_dir.py b/venv/Lib/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 000000000..477cbe6b1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,260 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Iterator, 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 = None # type: Optional[ExitStack] + + +@contextmanager +def global_tempdir_manager(): + # type: () -> Iterator[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): + # type: () -> None + self._should_delete = {} # type: Dict[str, bool] + + def set_delete(self, kind, value): + # type: (str, bool) -> None + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind): + # type: (str) -> bool + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry = None # type: Optional[TempDirectoryTypeRegistry] + + +@contextmanager +def tempdir_registry(): + # type: () -> Iterator[TempDirectoryTypeRegistry] + """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=None, # type: Optional[str] + delete=_default, # type: Union[bool, None, _Default] + kind="temp", # type: str + globally_managed=False, # type: bool + ): + 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): + # type: () -> str + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self): + # type: () -> str + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self): + # type: (_T) -> _T + return self + + def __exit__(self, exc, value, tb): + # type: (Any, Any, 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): + # type: (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): + # type: () -> 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, delete=None): + # type: (str, Optional[bool]) -> None + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name): + # type: (str) -> Iterator[str] + """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): + # type: (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/site-packages/pip/_internal/utils/unpacking.py b/venv/Lib/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 000000000..bffb3cd65 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,267 @@ +"""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(): + # type: () -> 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): + # type: (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): + # type: (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, target): + # type: (str, 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): + # type: (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): + # type: (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, location, flatten=True): + # type: (str, str, bool) -> 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, location): + # type: (str, 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: + # https://github.com/python/typeshed/issues/2673 + tar._extract_member(member, path) # type: ignore + 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, # type: str + location, # type: str + content_type=None, # type: Optional[str] +): + # type: (...) -> 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/site-packages/pip/_internal/utils/urls.py b/venv/Lib/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 000000000..7b51052c9 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,65 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url): + # type: (str) -> Optional[str] + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path): + # type: (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): + # type: (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/site-packages/pip/_internal/utils/virtualenv.py b/venv/Lib/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 000000000..51cacb55c --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,111 @@ +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(): + # type: () -> 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_regular_virtualenv(): + # type: () -> 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(): + # type: () -> bool + """Return True if we're running inside a virtualenv, False otherwise.""" + return _running_under_venv() or _running_under_regular_virtualenv() + + +def _get_pyvenv_cfg_lines(): + # type: () -> 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(): + # type: () -> 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_regular_virtualenv(): + # type: () -> 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(): + # type: () -> 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_regular_virtualenv(): + return _no_global_under_regular_virtualenv() + + return False diff --git a/venv/Lib/site-packages/pip/_internal/utils/wheel.py b/venv/Lib/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 000000000..42f080845 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,189 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Dict, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.pkg_resources import DistInfoDistribution, Distribution + +from pip._internal.exceptions import UnsupportedWheel +from pip._internal.utils.pkg_resources import DictMetadata + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +class WheelMetadata(DictMetadata): + """Metadata provider that maps metadata decoding exceptions to our + internal exception type. + """ + + def __init__(self, metadata, wheel_name): + # type: (Dict[str, bytes], str) -> None + super().__init__(metadata) + self._wheel_name = wheel_name + + def get_metadata(self, name): + # type: (str) -> str + try: + return super().get_metadata(name) + 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}" + ) + + +def pkg_resources_distribution_for_wheel(wheel_zip, name, location): + # type: (ZipFile, str, str) -> Distribution + """Get a pkg_resources distribution given a wheel. + + :raises UnsupportedWheel: on any errors + """ + info_dir, _ = parse_wheel(wheel_zip, name) + + metadata_files = [p for p in wheel_zip.namelist() if p.startswith(f"{info_dir}/")] + + metadata_text = {} # type: Dict[str, bytes] + for path in metadata_files: + _, metadata_name = path.split("/", 1) + + try: + metadata_text[metadata_name] = read_wheel_metadata_file(wheel_zip, path) + except UnsupportedWheel as e: + raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e))) + + metadata = WheelMetadata(metadata_text, location) + + return DistInfoDistribution(location=location, metadata=metadata, project_name=name) + + +def parse_wheel(wheel_zip, name): + # type: (ZipFile, 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, name): + # type: (ZipFile, 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, path): + # type: (ZipFile, 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, dist_info_dir): + # type: (ZipFile, 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): + # type: (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, name): + # type: (Tuple[int, ...], 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/site-packages/pip/_internal/vcs/__init__.py b/venv/Lib/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 000000000..b6beddbe6 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb5d2bf68e7c9022d157f1b83d75f307df5aa61d GIT binary patch literal 523 zcmZWl-AcnS7){sxbdz0)FwhHccd_nXLypA?M^fhlG=l42J_`>*M{KJhl+}a?O5O4PDx;9Aqf-IEuWQTRZl5+^)IB zJE9wPMK9`!APPi3>We`%@a)Y8H1>b&D`+w9n8SN2q^1k0Z)KThHvkg$#3#bpPV6!j zm%z~#uCqoe=; literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3236a8299712404ed62f7bf0458ec9fd9f519e62 GIT binary patch literal 3009 zcmZ`*TaO$$6}GEf)z#POxsikos|I!#8j=}_2ap0VrPSN4)?dNJu#e9Zo}+J0at4=y4YMqQyP# zza*zL3>w?RHgEIJOA>Z?m-pb?6}>OX0p)!@co~3PU-bAIAKEno;Me(v<=24U zen}V!*THAo#(x;saV(9yU(1^905$%;jEiJGZq)&Fe>&H?s@oTws$0k^HE(9s0nFMV zWPF^7ghNr%%)UsY!;(9wRZL>44_8jS6u;&?bR;(Gyqmx*$rnUZblWMohdW<6SS!FS z?!@@&D20E%0>mUoeC){Y!UAjQm`Mzryp800NIpbzi7BhH`~i&ZKx^Xb)cuue&9>L{ z@<0rm)eF~YKrVM6aP*vZ*oKD>ndg7b_2oaFy zRDJ}O&>Q3gW&womfouI+`;g-Ic6V!rDGf!{Q;P~vwT1Wxlr%X~034t$nvT-3)abhT zm_a}?)i{0wer?(dB_xztr65@CC`vM5qo}bF;Uj+x;)c^1#0b)ha`qKFah487>ofAVJ+R$9b08^Q?m_<{#Lqo*mkfMy2RMct z_iquKj2=73K#_hF1@$>^E=OP>(<|)f`jK;6N$)uy!XmAT{SO{BBePb zE_CcSDvRt`egq<8r`}31wK1*BgHcm;?~UrUDwa^fE(cy?-5duNGvMheOLdkOLP1Eh zOe;BtY2b0(Y(=SxvNDM=KvfCFuaw6UYpujHeeBDhpmcyDcsd#eo>hk7hK9Z{3|GC2 zz5&Ku+EWihe;;;GXe4nN?Y!~b9z-i}I&=VW8^T*}Uy0n?b=P8s=)8>C2s-~iX571l zp7kfjgJM*akM|@(`t=)lF7h5T0}>34lRpPy0uW8{6n@v3USmu%`9~0KK({ib-n^!I zBbA`C7Z36n5DPZUGkf`P>Q5eINAa;50k#*p80onf9X9s>HR5IQBR$Gvs8^4zJ{PKD zi88E+bMda48xTjljHEhBc_f}M;_R;=+*B)8-&(2pZK?5w38DzMj3U#CqP*mb4EbIZ z;V#XLypMlw@l;~pv@z^n%|eLaVESTG1!0Nfye-Vj>Lp%UfC zH%to;IXDxIua7JEO00eoVNbAjsL^klW>(LvWKJ(#Iym3Pwi1HAL8H*BxoLD ncLq0DA+LbKy3L-o!LOQ-eu^kmcnJvT7Muq?cy9+CcR2Y5gC+O` literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73f158299b5b7d31aa4954289212a6ff75438f95 GIT binary patch literal 11724 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 A`~Uy| literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..484471d84ac889b4af4abe397a71f36b98372246 GIT binary patch literal 7970 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 WpUEw-Gj4%Hhw0B=_<{8UtNP!`m?uF1 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-39.pyc b/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3169492fe41580a7a8d715e0da74ce97ca19392c GIT binary patch literal 19493 zcmch9dyHIHn%8~RqpPdi?Pu)Rac=B5(>1Z%dCb#zGRfHENg(MBwv&Mx&y;W1z1>~y zdimU2ZFfyINJ(H;3t47hXV_&XQunZnh*$|&Sh2hWI|B>S?xNBDf#3qm4l5xB@dpwh zp)hRt{l0VWty|UYOpp-Ws#E9QbMAS3=X-zOEpKkFV&LyDe)B(h|D|pizt4;OpM#6% z@d>Y+hT$7^!#91aZPrcsw(6FA+jU#Mow_66g?bU+cDvLm*UO!m`b?)%uXJYXvz={2yodfj)orU^B=V1My$#I?bq0Zs@VW}6|M>!&-9)*qFArMBC7to~T%O#MvfZ2hd{~|ty#KIY_2=F)>lgfa{{ZeR zeZlY-{DW^9{=wkln|A#vTp#ie7y zhI_~T6S#K*_df1hH;mfJVeLh)>$ii@_1bOs^(!~r#mzv4tzOq{_PUYkwQFuT==Xan z`VkLixmJno7rI-qbG6ls;_^#TpuClKkkq1{ik+8RVHB5M@%sH%cP%deR6oLSUOO(_ z9Q4uCxw+L3;=*fP+^w1M!VPrm2I{3QhFbNSLCuOQpY!}Hy-o*9ix0lk4I?bh<0zk3 zs;6q@xbkAl_k-@u;C>Vz@WMNdz89@Gg8P^`j4LZ%^Uk2(@LMXb`mM0v_O_%$TwZVa zL1UoWaYbsIUV9M4hgxByl}v)I$a6*2iBu5O?07a=$O~#Mj1M%il14aK>8oBd2*bGA z@$LkTrd}&{Grtx@oS+dl*Mm+F+ndd>3Ea*8EYxg#uHX|sfg&M=RqJiqVks1VUYt@a`1GnpS0=M1k-3i@x>rUW$ z?rYayUXtF+*J@7etVdBlF0c$^XSIbhuvepg%~lU%esvN>JS+Q>HHSC=hhxS?y@_`X zbryZzyLF^J`TrQ3&LCdR{tX4j#CG6Tm+mhCYYBX-co-nF5+ka&GVQ(ETb?A zWwUHLraFguliVTwE22`sN8tJiR7Td0aEo1Q+Zh?(20TY5N@wJJ+jyt2T^QNwnNh*V zH?FNu8n{ycoQuQ1HvwnB7tnN9dkSzReW>8>prvrO-Ds&IU5Oc&q~@Zv-{Xoe$;qHw zFAC%_?!vv-iq>7PyXAI+zz=+B=&NA0b>CeKme!WsGi$Br$ul*5c&-a9BXk=)4L#!G zpc{luuOIlev{lYuKk=SXkXM?r1&kX0E0Iq@#Fi1~reFg|x!V24@vSM6L z7aQ9u*o>?B*>LvqV7!2F8WSz(d{+=c7mowh@o^yooM9se9>U?1XbpwO&s5DLIJtRC zJ%xKs(n0#ibL2&Eun9hK+KwjI;5tpDv4iq^d8Sn4ubo9vSRBa40>pRkG|FrZ)Jr*GRalqJWtJ{jOp(}WR0wN6Bt8#%U zW*Utq&M!>&E4#dgjxBsb*@;;-ho>?)ju*I;4qPj$=g?bymc{cZVmpkK;wbT4GJZ3F z@Xf=N$E{)d0&45{q%h_69+-01&$AOpO=0Sr&>j!?w(mgOa{Pi{gtk=(ihjv2zXi!$ zFZnZm1^3GStY5|Vj6dhke7X51Osj zRuckZvnA>km_VX*oCoRkz-BV(fCprpq}}a_1{EgaM)aXBv=6sO`47e*z<0xSA$+g{ zXfBu<6dh7UXmvV+h&q~P5X%!{lZQiu;IW2_C`Ldrs3Fxgu-y?@ZUcf8CD20ET^>8RStJKcSw)M&ok2%6N7~dEMr^P;<>uUqGu`X2E{y6&7c+ zB17(bxFzhun1f1U6;1vR!7Ng2$Z&f?0VJo%6qVz+fDkh_j14L$fb@p-ZIJdmLek5_ z>gDlp?yz`?Q2ESz=5x^9WPy)ySzP72re5~sI!U+SjjGZ3v*;tVVOUd3)a`qgm>~t1 z$OZZa(Bcqkkj2nYap#7iuA&iZ5jb%{@c}zW|# z!SepHTtd)!IF2ze?mBlHf&|2DFvzC`@ zv(w_P)M)sAuK@FR}Ovi}CbQ6Tb8^8oKy|M^Kb4r(&4K zk1I#Zj%8L#<+*Z6u}2f1i9b8J3P-4S-A70reXhpJ6ffSOa>1w^RcXx3GV zi%^f+t(CX{)i(^{*+CeDjcyP@GmVQ7839}nC2a?X>hl;@pO4Uvs2^kC^WgqIXD105 z&H{wNcrOnY1{tTNnM8uwF?X{CT2QW3um8ZGsOr9ee z(o0;q%*}!0_n-S0xc+bW7{ia`0GC)g;nHQAD(&z&RMICf#a;B@9~$X{zlk3DL?)q; zwoh!18_W2oi;GmiT{XVE03l~WO}926+DzkaWi&n`y^cG0K($dM5=iPQbzb?Nfn)R59nx;j!GlbMBxAb9mxEa0ZU6H?8ng1k8Z|GB<27$#Fuc!}YRJ*fiDE zk@+T1wZMCqVVLg}>5u_s(tJl>2rETxW_aw1HfuH32TGhI=fdH`*M$rMmH17P6TJir zwpNNu>t5(ZFc?0DG1SLdh&dq&lHhK^4^{?iHO;_dyV(w>phABL2`y0n3Xf~KY!NUH zj2D0>Pt0l0J+R4enTC}pBXHk|+JvjmshZI)^-E^8CazVmXu%O}5 z+&PW=Oe}>;6+c(_;2%TLf=4CgEkLI8RPLcA!RCW^%n8rjosaAtc+at9d!w*x!xFTi z_~WSV&X26{s(4e1BP%NT_S+VGW!9*0LXK^?nThj6quQhMYf(#E#DjqD_uvPFH%d!< zFLERJgI$<0;>E}YV*^yPH8@PVnL}c0EU$;BuLd})P74l`2u??OGRVA%FGPxEIJ@jS z!4}*XJb%?k5g(??HeQ1G3^dBzXCEFzYGg(A3R0Apr9nSv|b7;p!5k4}|Bb*jADBgFhishJ25%%-x z+_`JjQy6YK!~_D^7>^%8fG1GN9sV(L67msXW@Thqkce=fi2_-(-urZR0zct6p-a(Q zH9ise3&xy%K*fVF8?f>;v|$pPATxDkWt5)P=x0 zja_Xm&^iF#gXNg&Pos%mj&|=}ptOv$u_X1?Y?-oPS?g?WtutmykZ?#(FwR`3+QBIu zPeX?sS}PHh*y=V5kt3U|xh#e(sEesT#o}u$eul*#VKIiGC?H&%@=*L8d_?o1hrDc6 zOQQBs_0#I#Ou0}#QLaeeCi+hNQTcctpYT)ITB-tyZ-ibE6KbD@sG0?Dh+QuSGg=9x ziidit2F{|Ms)1G1Q#EidnAeIR`X5MC!3DH`TGT-kcMsy~5TjYBA3|LsS*RaIUE)}% zAHgURze4>e;$tVFgdW4aQ~o3J+(YPl+J98)$9>m-4DBcUGyYk8KkPs5pTqY_^m)Sn zi1az-FZwmyd&K{!|0KRoqwTzZLE0WgeaXKlbrYzyw^f)RSK_TDi0e}|t4y1gQ4AvU{>@-E*TMxh* zwJ8He1TXX65JJu!!BqV>!5kXzxT{b zAoQQcn&S#0b1DkyxDwt8>AEHN^^gnzo;-5Dip9H*r*bBinb*=1*Pplm35kwx7qw$F6!xA;L?V#@sF$>Vq8ifZ+ok zUKX%G`V(A=0%jUc3uGku;LTzVJdaL+XS(kmsMsk~w2iR?bkiJgczr+E!0gpdN+|ve zfQWn@`xk!#fgmXE z(5VtWR7NE--hh!L%={O!P3L$Korpk-gy`TJ)Q(39)p_uy!^N*N4E}FCU*32`oLUk~ zSaRLOzCxT}N_|5l=P-g?FLjWmLC0sHV@L{#Iny9iui@Sef{dD$F*BTU^9yxOxJD<) zk|de|Xw0a+I&SWPPcGAeP-sQO%XJsI3Q&K2w+HtiNW~8j0qA%UZim?rn)@bT1vdst z<{{X==WS8^3CdrCbq{Z2l2ZXA!u5NwCKyLe5@5!W6giGol+D8h1!;VSv~ZJQnGU3M z4~j@SjI21BK*8^ck2n?FL04~#F&pGhbdepA4UJXH*1T01J9^XDF+xTV`>nn^W)~#Z zuI4dKqLcP@dN~j0HKBvlIdBDM5IY=unmkT0A0`bNkry{)<(T#>*@;*8i0B7CwCCgt zn3=O@J||iu@D5XfvWD+uTTckYLts4(sbpT;tkX2-!*VAb!26Ry_PncOMjtkkq;6s1 z;8m0*fTW0TaR$GF8&iN(U&g(52C~XCL|IvTR=yh@jFrots&3uFU9XVxBKkRdWG5(YwM!vKYDqNIep&&JA!cn3%hX>}=A zC3PgvlBU8LdMu65OqggPRSNT^fRNNA-Dj+rx~?{e^;46bv2xughfmhYRgZ0m+){*v zk&Ah)F0>KNP6GGFU}ZB+5M<1s`|RP4LT250H>7$1ZtP);+17JgWzGr{R-guK;sM{? zYziPcW1j(o2f= ze+iWwLn)AN49Ti?e|Ud4cue4l@HghZ=Vof;!cqs!d(l@$lfmb z&UP8ObPilf!;!O7LLLSBq7C;)ZiZPGTdn_2{Q4(J0SkU{V4av22o+>@6<1W~WqYd?4C;>FA8_S|__k^m9e zdXmYSxZT+z{a(bKi?3|G(C>>9Ewvv36O3iG$R%uXcxEZe8boXFxnlOHmHIXTWyMq9M zFlSYHYw-+;4Ib8T|0w$rT8J1{G?h3?--9oYBcEnf8AsK~nOb-U@_ccQMCG zG#jx1?}Tq6TAXm4X+|=a=@}S1{MC$w6o;p#MCU}uiA~XOz`e+(ZlaM1U75A%aU{^?c4VsYWiaulYw^&e# zQ-@Ii%_ST_5J0(+e&XR0{qL`{+uvl zKgB=8q@HSp$d*NV?4Wyh(2M9Df@J0C2#4S`5}dPfkfhaW^JWNTVSTKmyk}m75;$fX zB|RK+&K3P7ef2r4aT-K(-E>ui`)_B6T-t-k6CL*`e;Fc6WFYYf2|~l^dWVXjIeb0a z!WG#z^uT*`-M|kBcraL{Txc-es1z%Q$(BZ*W}jHKi2WwSkKM5A^vN&y=wt%W}I>= zF*Sqdb*g1zds_PuyHfN!NjroH0Sn6pT5aLz+*KKlS-B!4#-rq9?X=BCBUEdva1QEJ zb@Dzv6uIPh6x<&JQ__7>dSV*j9tJV)yR3czpm;aQ?)x_ClD(=JG?@ndjLeKIkbA$I z!M!p(J_Yxz(}xE7*x_{pswkkI?u`zN+qVgZ+qb#%eh=?OuyXr0knJ{7#4{*Q!!E~B zJ`@DhKi+4;F01Z5cu4Nq4L6@u9c+GueV)>-$JXrJC)vk(cUkU69vwNGw84 z*d@WBX);9Cqh0St7#=xOOU#45mk-9O2CLY@dJNSMSm<&8`jh5e# zwf;c{u?j-7lbEu%_XPAN%#a^ooRsluuSW8!2P9H>9xZUc(@bDO0v)JGS|}ili>wlu zALyfg2ep!R(W6#|j$v)g;PsDRi7Gp@k`7tjncFp@dE}p9q+JJz4aUv^jB0Nz>{{V3 zqTfN^PTGx)>c~m@92(Eutw=A)BI7D>br{Buv2g^SYVvGhw}3Skw~O85(vDT7JvgFY z-Y&}h8M$k5N6}HgvU3c&((DPyVSHCl7;jq8mP-EI9qa3+dLnvg=eR%5d>`C9AouDr z%7UJi*)!1z?oIYJ4Xu)YP@eft^f3Eum*v?*$%@OehLby|u+lO|0%Z1%a9Bq8Ej)S9 z&+iw>A>1*Zd1MSJadIE^u-~y4Me^10ZV3dYCMJrLz;8)Tx{LQFw2LKqFN{n<1);c~ zsb)~pWHdF2X?vZ4m!O|`9dVfM@qT3F!RfUP1lE(d#m9>q6HhW2B=nxKs1b<|ja-ag z1yESti9+Jy-}10_4mtQ;=BDVE6ScKU6Rioe5wcFSt3~864Htw{azyk#7b4~9@f&wq z@)9LnCQT2De#$}t$O}>L0vYSl@U(QFm_@INtHi+8@Z4fp69x~HwpF950$0uAy;`f! z@0FUoF6q{s*bHN{6`S{Bb7lC{)l3#+f`oTZ>>@ECJ-yx~Omy;thPTykkh%Ob7XKW@ z@X4Ft`*<0xOJg*578D1VGRN8givwSzUkSbZ-e(bK+Ezd@L;V#LvFZKjef-JD!`Z7r zI}o+>T&Slx{5kB8V8v@(7#2gI<)3l^4{0%+fn2u%WT(}yarCh-6PcjM3=7q-^Y)iG z=|f<1;}tT6M=LJsTkP_WSp01kA7gPJMUo~&4jdPtHMRpqJzV`07BnGZM;v9}=d~oT zJ;oZffAub#ZM=IHJ6K4hm|Ug~@@6qyA4IKo?9e(_-@`4K&tj%bsyN#8NHV+QYAS-M zN5@4tBH%1wy2yepQ^0Uf)0$CH8=@81xZ$72WX86(v4=H$0X5T6#tPs612!ba)N-vb zMrie$0D(rMe~nri6Ou%PD{MNO6_2BaEa@)!^E%JHh#N*3FV-;=aZ>c_UK5T3Jn=vy zuENlr!O7zx&<4CdqnQyh4d0&qBAjB55jk78P2dN#7$jDphsn2}l5gjo z0$tC4+~_`zp2e*&A2No5ItX zUY0`rdkXP9Ue0Z-V#>g8G&_Dg8%92&AB`TuIm07K7J$4WobF(Fz`X#XakqK{#MnVH z!&Bf&P;}ZDL--n088j;Q)faBQ_}Sr!Wtgf=!41%^N%wHI<7C%tX#aquy%SaIa_1?XPhBH#k@A>NAa=?Gb;&)m6 zdlo-r@gG?HK8v$iA*^;*4Z7(MN_>q}%G4I)$RWr#`m6Q7mYUZ8EYDPJj)2pl($`PJ}|E5rcmVp?COgAM8$RpX_lC1i1Dnv}fQq0cMR&_tlc z&ITMONxGQ?45omqehXXuy98<(6{A?BB4G`mm;%@XRJ%REvoVGMkBS@&A<3#!Fg5We z9z*e#w*@VA8cO5{XZW)E8NQj523E6@OMDtEle%!Ew%m8pfAG!5SQe3wBPQcWZ zR@l+L&+LU}XfU~%gsn2j3pUb$ok1o@{eE9vd9fyMJ_k#T+h!95_dPD>ys%D&ZPW0w z&VEVwDjUdCn-N?mWZ)@t9itT90FVRUSCan;9NG7Y38K!-QH|W!sXkUGtA zvidi8ei?r^uhkx(PV*MU{aJKSzs;h};`dnGKoQT%`_DQ#NJ(8{KFQGFUM7)4f4!%q=>LN&02xWr$a0F%(F z?C)@mKj8f;)GfTmhg=qB(922vB8UuJN~r)I;nk5{m+CdQrMNz!J*O{KR;_6oi5wsF;C%_pG5vpPt_s_3v2w($T1C5J9kI)^m4oF|3(i7u{-yaZ74826Yyba0 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_internal/vcs/bazaar.py b/venv/Lib/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 000000000..42b68773b --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,96 @@ +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): + # type: (str) -> List[str] + return ['-r', rev] + + def fetch_new(self, dest, url, rev_options): + # type: (str, HiddenText, RevOptions) -> None + rev_display = rev_options.to_display() + logger.info( + 'Checking out %s%s to %s', + url, + rev_display, + display_path(dest), + ) + cmd_args = ( + make_command('branch', '-q', rev_options.to_args(), url, dest) + ) + self.run_command(cmd_args) + + def switch(self, dest, url, rev_options): + # type: (str, HiddenText, RevOptions) -> None + self.run_command(make_command('switch', url), cwd=dest) + + def update(self, dest, url, rev_options): + # type: (str, HiddenText, RevOptions) -> None + cmd_args = make_command('pull', '-q', rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url): + # type: (str) -> Tuple[str, Optional[str], AuthInfo] + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// readd 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): + # type: (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): + # type: (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, name): + # type: (str, Optional[str]) -> bool + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/venv/Lib/site-packages/pip/_internal/vcs/git.py b/venv/Lib/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 000000000..8919aa538 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,506 @@ +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): + # type: (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): + # type: (str) -> List[str] + return [rev] + + def is_immutable_rev_checkout(self, url, dest): + # type: (str, 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'], show_stdout=False, stdout_only=True + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + return () + return tuple(int(c) for c in match.groups()) + + @classmethod + def get_current_branch(cls, location): + # type: (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, rev): + # type: (str, 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, rev): + # type: (str, 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, url, rev_options): + # type: (str, HiddenText, 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, name): + # type: (str, 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, url, rev_options): + # type: (str, HiddenText, RevOptions) -> None + rev_display = rev_options.to_display() + logger.info('Cloning %s%s to %s', url, rev_display, display_path(dest)) + self.run_command(make_command('clone', '-q', 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) + 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, url, rev_options): + # type: (str, HiddenText, 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, url, rev_options): + # type: (str, HiddenText, 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): + # type: (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): + # type: (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, rev): + # type: (str, 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, rev=None): + # type: (str, Optional[str]) -> 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): + # type: (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): + # type: (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): + # type: (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): + # type: (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): + # type: (str) -> bool + """In either https or ssh form, requirements must be prefixed with git+. + """ + return True + + +vcs.register(Git) diff --git a/venv/Lib/site-packages/pip/_internal/vcs/mercurial.py b/venv/Lib/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 000000000..8f8b09bd2 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,158 @@ +import configparser +import logging +import os +from typing import List, Optional + +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): + # type: (str) -> List[str] + return [rev] + + def fetch_new(self, dest, url, rev_options): + # type: (str, HiddenText, RevOptions) -> None + rev_display = rev_options.to_display() + logger.info( + 'Cloning hg %s%s to %s', + url, + rev_display, + display_path(dest), + ) + self.run_command(make_command('clone', '--noupdate', '-q', url, dest)) + self.run_command( + make_command('update', '-q', rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest, url, rev_options): + # type: (str, HiddenText, 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, url, rev_options): + # type: (str, HiddenText, 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): + # type: (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): + # type: (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): + # type: (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, name): + # type: (str, Optional[str]) -> bool + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location): + # type: (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): + # type: (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/site-packages/pip/_internal/vcs/subversion.py b/venv/Lib/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 000000000..965e0b425 --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,329 @@ +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): + # type: (str) -> bool + return True + + @staticmethod + def get_base_rev_args(rev): + # type: (str) -> List[str] + return ['-r', rev] + + @classmethod + def get_revision(cls, location): + # type: (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, scheme): + # type: (str, 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): + # type: (str) -> Tuple[str, Optional[str], AuthInfo] + # hotfix the URL scheme after removing svn+ from svn+ssh:// readd 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, password): + # type: (Optional[str], Optional[HiddenText]) -> CommandArgs + extra_args = [] # type: CommandArgs + if username: + extra_args += ['--username', username] + if password: + extra_args += ['--password', password] + + return extra_args + + @classmethod + def get_remote_url(cls, location): + # type: (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): + # type: (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, name): + # type: (str, Optional[str]) -> bool + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive=None): + # type: (bool) -> 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 = None # type: Optional[Tuple[int, ...]] + + super().__init__() + + def call_vcs_version(self): + # type: () -> 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): + # type: () -> 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): + # type: () -> 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, url, rev_options): + # type: (str, HiddenText, RevOptions) -> None + rev_display = rev_options.to_display() + logger.info( + 'Checking out %s%s to %s', + url, + rev_display, + display_path(dest), + ) + cmd_args = make_command( + 'checkout', '-q', self.get_remote_call_options(), + rev_options.to_args(), url, dest, + ) + self.run_command(cmd_args) + + def switch(self, dest, url, rev_options): + # type: (str, HiddenText, 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, url, rev_options): + # type: (str, HiddenText, 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/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 000000000..cddd78c5e --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,722 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + 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, make_command +from pip._internal.utils.urls import get_url_scheme + +__all__ = ['vcs'] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name): + # type: (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, rev, project_name, subdir=None): + # type: (str, str, str, Optional[str]) -> 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, repo_root): + # type: (str, 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: Type[VersionControl] + rev=None, # type: Optional[str] + extra_args=None, # type: Optional[CommandArgs] + ): + # type: (...) -> 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 = None # type: Optional[str] + + def __repr__(self): + # type: () -> str + return f'' + + @property + def arg_rev(self): + # type: () -> Optional[str] + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self): + # type: () -> CommandArgs + """ + Return the VCS-specific command arguments. + """ + args = [] # type: 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): + # type: () -> str + if not self.rev: + return '' + + return f' (to revision {self.rev})' + + def make_new(self, rev): + # type: (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 = {} # type: Dict[str, VersionControl] + schemes = ['ssh', 'git', 'hg', 'bzr', 'sftp', 'svn'] + + def __init__(self): + # type: () -> None + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self): + # type: () -> Iterator[str] + return self._registry.__iter__() + + @property + def backends(self): + # type: () -> List[VersionControl] + return list(self._registry.values()) + + @property + def dirnames(self): + # type: () -> List[str] + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self): + # type: () -> List[str] + schemes = [] # type: List[str] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls): + # type: (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): + # type: (str) -> None + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location): + # type: (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): + # type: (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): + # type: (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 = () # type: Tuple[str, ...] + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ = () # type: Tuple[str, ...] + default_arg_rev = None # type: Optional[str] + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url): + # type: (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): + # type: (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): + # type: (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, project_name): + # type: (str, 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): + # type: (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, dest): + # type: (str, 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=None, extra_args=None): + # type: (Optional[str], Optional[CommandArgs]) -> 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): + # type: (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, scheme): + # type: (str, 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): + # type: (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, password): + # type: (Optional[str], Optional[HiddenText]) -> CommandArgs + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url): + # type: (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 = None # type: Optional[HiddenText] + 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): + # type: (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, url2): + # type: (str, 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, url, rev_options): + # type: (str, HiddenText, RevOptions) -> 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. + """ + raise NotImplementedError + + def switch(self, dest, url, rev_options): + # type: (str, HiddenText, RevOptions) -> None + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest, url, rev_options): + # type: (str, HiddenText, 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, name): + # type: (str, 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, url): + # type: (str, HiddenText) -> 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. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options) + 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 ', # type: ignore + ('i', 'w', 'b')) + + 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) + 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) + 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, url): + # type: (str, HiddenText) -> 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. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url) + + @classmethod + def get_remote_url(cls, location): + # type: (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): + # type: (str) -> str + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd, # type: Union[List[str], CommandArgs] + show_stdout=True, # type: bool + cwd=None, # type: Optional[str] + on_returncode='raise', # type: str + extra_ok_returncodes=None, # type: Optional[Iterable[int]] + command_desc=None, # type: Optional[str] + extra_environ=None, # type: Optional[Mapping[str, Any]] + spinner=None, # type: Optional[SpinnerInterface] + log_failed_cmd=True, # type: bool + stdout_only=False, # type: bool + ): + # type: (...) -> 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) + 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): + # type: (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): + # type: (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/site-packages/pip/_internal/wheel_builder.py b/venv/Lib/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 000000000..92f172bca --- /dev/null +++ b/venv/Lib/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,360 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Any, 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 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_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file, 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) + +BinaryAllowedPredicate = Callable[[InstallRequirement], bool] +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s): + # type: (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, # type: InstallRequirement + need_wheel, # type: bool + check_binary_allowed, # type: BinaryAllowedPredicate +): + # type: (...) -> 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 req.editable or not req.source_dir: + return False + + if req.use_pep517: + return True + + if not check_binary_allowed(req): + logger.info( + "Skipping wheel build for %s, due to binaries " + "being disabled for it.", req.name, + ) + return False + + if not is_wheel_installed(): + # we don't build legacy requirements if wheel is not installed + logger.info( + "Using legacy 'setup.py install' for %s, " + "since package 'wheel' is not installed.", req.name, + ) + return False + + return True + + +def should_build_for_wheel_command( + req, # type: InstallRequirement +): + # type: (...) -> bool + return _should_build( + req, need_wheel=True, check_binary_allowed=_always_true + ) + + +def should_build_for_install_command( + req, # type: InstallRequirement + check_binary_allowed, # type: BinaryAllowedPredicate +): + # type: (...) -> bool + return _should_build( + req, need_wheel=False, check_binary_allowed=check_binary_allowed + ) + + +def _should_cache( + req, # type: InstallRequirement +): + # type: (...) -> 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, # type: InstallRequirement + wheel_cache, # type: WheelCache +): + # type: (...) -> 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 _always_true(_): + # type: (Any) -> bool + return True + + +def _verify_one(req, wheel_path): + # type: (InstallRequirement, 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(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, # type: InstallRequirement + output_dir, # type: str + verify, # type: bool + build_options, # type: List[str] + global_options, # type: List[str] +): + # type: (...) -> Optional[str] + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + 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 + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built wheel for %s is invalid: %s", req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req, # type: InstallRequirement + output_dir, # type: str + build_options, # type: List[str] + global_options, # type: List[str] +): + # type: (...) -> 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 + ) + 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, global_options): + # type: (InstallRequirement, 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, cwd=req.source_dir) + return True + except Exception: + logger.error('Failed cleaning build dir for %s', req.name) + return False + + +def build( + requirements, # type: Iterable[InstallRequirement] + wheel_cache, # type: WheelCache + verify, # type: bool + build_options, # type: List[str] + global_options, # type: List[str] +): + # type: (...) -> 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: + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, cache_dir, verify, build_options, global_options + ) + if wheel_file: + # 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/site-packages/pip/_vendor/__init__.py b/venv/Lib/site-packages/pip/_vendor/__init__.py new file mode 100644 index 000000000..57e32dab1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,111 @@ +""" +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("appdirs") + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("html5lib") + 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("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("tenacity") + vendored("tomli") + vendored("urllib3") diff --git a/venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62507f8feb62ac908e2ad2c6847ac0e192c1b573 GIT binary patch literal 2908 zcmbuB&2QX96u`$HYwvD%+q6wTQfP6%o0d8)B`s7HLNuv}6jca>Dpo65Ue6@!bnG!R zv!UxIr@#@33*wp_`IkoAxX^!r6L0Lv5`nU*z}C)h{O0+2X5O3kHtu%Y2(Dj#{v(b~ zA@sX`ICy#R@G1O+XCs7B4`B=2)XMChZRx&4ot{(C?KLWTJrBD*pENd_yRE8ilVf|< zp4IE%2KK&3y)N;8vbjy1U8fp9PCD4%v-d3GZ8Xmz-C_qjKiE$Y>Eh;&Wofny+lI#s zJBD4u#GrVv3f#Czg4-FR$9~wR~{K)WQP3(My<{y{8 zwTrX}qfL@y#)DJ@Yk>MG&DR4=3K$`Ik`fWHwE&a@$%29t(2+q-2-a$~xLs=pEDr?B zh#cx6@=6k($24rWpQRM6q`62jF~%le7DG0oI2e#1VU+?WI7qW>B;x@kL7d~jsIZ)l zL9ab3a4bOyrn5=7Na3|$jk7Em6+&_nXJPw|j{kW}ornj5(UBxkniY)8=g$&L51Gpa zHsSXaenLWntz9IoEwpEETjhCaZz1XIAnEQPY-8s~*FrB)e#%9%F@9(veSd@U$M=x* zHvBC#SJQfewyfPIc5!3R?%Uh;wj*1WhCPS2oPFIL2Yi9R7vA&Ie|>K|e0_hL>)FA) z8x*#gDl2?b3EIj7?_{x5%_z#_j6{)YM`lgX_tz;K#8fDcvPARPO10c&&KXyZ7z^cR z43EGI%HyJ-sZ_ooGM19hyQ*D}X~U{phXBFVca%Gb1ySyh#Q0alXJK}KlBLJ}m0bH) z4AVmNU#zV5zu;_xBvSOB4r4iBvY*tv3xPq|ID?SsgW=8oYC7nPRFb)T@z26JTtArF%$9#EmBHZ81a_(OuGw}!IjYEgR2=<18`zou~ z4%dTC&1<#t*4t?$X;4xyA*bm~+_P}Foqe5H9$`*p68%>S7N)Hm3YU}Jmp`t*JYf6&G zNh-&xAz4OK<=3h0!Tbs3M-gU8U0l{ia>Sv~aQM@Rl&dR@@|l2qCx^;rf_JpMwY2=% z*Uy($mzR`VjrdS;>kee&s-i&2T7&uzR$DJVUtV5~mR7#3Qnzw9SejQwrn{7U+ mOVTI0{E1CyT)$&CEw~%5H|sSoc+NGade*Z4bJtc6vG5nur<0`s literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a30368bdd69444daaf1779ef8a646e69e3625e72 GIT binary patch literal 21408 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 E7XWQX_W%F@ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e12182ebf4997522a5c6f8700a5b716ca207c838 GIT binary patch literal 36887 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b75c46afcc3a36bd5bb4d85dbf9faa2e6b4786b GIT binary patch literal 240444 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

L~it>aY6uqxeCABu&5+^s*s2YMMZJ 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

FJtgUsAOEVMg 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

^Ka0~aa8`{ zqHl0Ny(Tg)6=OQ^9sNQTsqKgpu%c_GHz$<3+3lwB`;s3(Mg(aTYy9wJwlmwSaM!u zN;P5h&byMMupR*^LxAhxcDXPI-=QIK^Me}zc|Gd^(iu*hL@ z{T4cyDf+P$ffsXXtQ0sAKxzUT3-shj0Sez9Mod=2Bnt(dC`ffGaVn~&9eomV1EVG0 zbL0_*O;2^g*XOeJK*9}&&>Y5}tT(YeA0z9QrMT_R{}Yyg{te`FEhAY$pyPZKSV8Je z;3n71>669Gxm!qMUYaB7+D`<7qxVbfB};%qmH{>aH8J!V?kqbQTww68s0e$>9}$Mn zA}9y4*>XUyv~^s*wq~^lxyW1bnJ*B+HbR}rs6XL1)?XH2Pmci**`j6a$RXGK=dn2# z11CVEpAS7RBZ7Vpz?MC@@$(Dwy^d`Smx!ZUHq@5mDiSmoTi2hXK%LBd{ZkC?V4t63 z$2c3fvx^fic_&-NQS=3E`$51!iha(a{u#mVCit>j!1M<;7-tKr4|+MQ9PtSBxWp>R z_w`#qv~kMSf_C>>MbWI59-H;PD69NK6;Mk+S<6p9?+hP+Fq1EujF=&?fwaoIhFRS!D41 zBi^$Ie}%tA;67osKrVEmVLC8_(-o%31@+V@-x{2Z;8`qDX*hTB+=OSGvrqUmoV|FC z;<<@Zh#JmZJU8PRCoZ02@*Kl+i`I(gR(Wp0GnIOMT3nu6@w`H7$8); zxt3gOuI*gIWE^R5Zi=){$+H5_E45X4UM0`%cwVio!Sfn0MkR-QYw>oNZ8 z^k>j)LkZ>#J5GwsW0PmToM61TF~tfk9KbrRxa?tfhZO&t2^3bD4@F#=g?O`oA z6976N0wfK_Dw{u$HYZNsL29%P7+ddiPDa5)B)xaQ##2VI*Fy*gXXw4$)-Y3_!t{Cb z-KaGcc=J4d-n@ih{N*Yv&6#=*f@aUFa##Uyic<>(a%#bXJz`aj(|e_q3jG`YwL z6w-odVyJEthwC+QxPBAgr0zuiF$ClKFL1HcZ@}=PrvV>+`x`J)uK^?V8<2mT4Y&u> zUsCbM8UM11{|4jV zQt{tq{Et-pyNv%p#s7ryzftkOXZ#;k{GS+q3&Apd-XINM@^tw#wYvPuCjFY~4j(>HTo<2+-ThTw*8I{$%3g)sx?R zQNI;$`oP)AU-~p|G|{4d#CIcDrbUfrkst6h=$C3W2x)3B8bidr;gV>?F(5>v7KF-1 zP>wd*%)o&r&y9F5#G}?I&k-$xovX>HF^CooVjQa+MC(nx=J)U{fn8LdDtBe(Pvm~}%P*pL^WVg{ z=^sUGnE`8%lAiSp*T?WlRb#Gf6>X?qMRrrH&Z}Nd)|>hb%J1Ri`}FdYFJhJRF;86k zX8DwzAm$JX#6$6r{-5ww)g-7pqbp9Y8c34j08}4eD!pz`g}If2GS7eEd+PYYT|oX4 z0;Km3ApQ{qh#$iRM*cAbh<_1T^Oq1@Zt{m!<)8F)?=RPCxIO#h6`Pd?!_ujsac%Xy z2PedssGJ&VN5S<>4IT;kO=fQ-@o}nNpN#9R0H@}N2JzkVp4R+It=7~X#)`9~v$|Ci z4`uR3Pi3>1S`SCH9I8OE|Y)Ylq zZA%a>AcrG=9RkGHF@8zKX?i&S7=mS57FOlI>}lI4YPHRtab%;okH^cQ>icuY_1q)X zEmP@rTNcPa)4;YMSPp(w$}1lDKUoX@E1hF&tLNBQ?lesr!92GySUJ<2cgwWI*Tj)P zfDyX*5?h5}nN~%eQorPB*{9I5@zk|7x7rslF6HQ4=FFlZ`*dLqJd0GJy>!wqI%xo% zSgB5=PA4KHJFCuJM(5(xIkR<60iFG*v&vd)TS(xC3EetWfsHyClZ_gib%YysJRT2q z@RytSGsv=tHRk*NXaD$#@Bh~Kzx4f={`iC6e|ZrT)%O>#zVf4wKeb3Y?Dem{{^}n- z{`#x0e+~b=`iD=x{>4S^Z?ApqwXfm7-+b-2U;C}szWUndrKIn@@ZB$e@7eFYgz%TY z_qj!MuJ1?Bz4)U~eEu&#_bDm&M_+&8hp#-hNaoEO@BOtm-uq34=RT+s-t+5ky!Qid zyyru2yhnZd*B|@DUw!43AAkJIQqaZUdg9`%&s}`=g++2kE?)S|#TTEtc;PD-FT8Z| z!Z$8nc<$nbFJ64{@v74(h|GKNSLi|DULp?mcn*X+o=n^kPhf~(!)`3MI@6BMkqu=$ ziMK9da?Hh95WY4z`L=px;t}w~i43E>Zn;>e`|avR zC^Nw@djpT?4oXU)*y;R?X}Q?+>ck4@sz%&LiE=6W!>$^yz>cAvZI|U_7l%=?VOWMM zr{#6r;p@4}Gp)T_vVWPy;zF;w=NAv2GDhzF>9m&5%%s!2>EKuus-<$A?0`cQ?(6hx zrF|^Iy+OuZ^_U5p%n&g<2f%RQv+4eE}Zb zEDKDqK}3NY6f)J<*LM_g*dnS?4HSU@JCwad1(^ogx|6AH*C~qi~^x4--m8vxh zug}dUUJXyQzO>J|!uLa1qL4YAgT#cup#K>%xpsZII{FUMe#i}<`-snPY;{&VH=TOh zfODl!6vFz)IQPp@{1v7VQ0@&3cF4W$^c91+d}lm>IIij?j!SvO;pPD8A&ECiykVzF zdlw@ons|>UsS%_$6{9Db^XfUe6HUfW+dN)wH#dW{bJbJ6)=D#%eVWU@Q0_2?K!mF1 zXVS8+%WdXH11U6K#A@XhD?z4`r|a2QJmn6vojgt0^+)5>37}O?+}i~{8aM@3uJkr2 zq)isQZ zej_1>>0^XIOr}0hJOH$fPyZp>q`yI^9%L-efB-`|1RF_O&Mf&}l~iLYl|zK!F9|sX zR(v#j6b!vZ*#_7<#Z%ZHx)ckAFGYjKmaAx!r{_7lfIO-h_I^a1878)&5|HD?Eg)yy zY6yP7FOST))v!65hQ(7@H03iyK`M4WF zxeuu<1gY${9iaE31syJVG!pMh9ksZ;C3Ly z`Acm8u~FsH2v~OUn+1DD1_1cDE@bUT5W!unvc3#@nF4n&vlD8~o2E3@9QMp~x*2V? zHlqG3oFewe9%u*&|L(w_XgyRy^J|3WyPV|}y%s@%*t^r|Ru?c=zALJ4>v2xL18`JF zNd2ED5U((BfRLE%2P@Idkp6M{!Q97R<9HGS27cZd2}a_PYa&7Yzo3{b5Ww|Kk?XcNTH4+JqTs3Gq7aN|bl82@Br4)$xbz;r;1X)R(0B`Um#_9}F7 z0&`7{(tC3S;ADkiIkyXjZ6G!=O#MTg&Ps#>($0`U6s!(Tp42zyVNY-A%1p1gK{X|o zi3iK1WKE+G08|C#%=Ld#u1qfOksmBm_jXCxMmpU44I69fDGW`+Cg zJ++vb)w{TNJb?hx53-~DFD#34iw8E>BMX*tT$5Jj>nayQWzGVrpl~f$61N0jBfV2a zs?W4Kv&W61c}kqf^7ys>QCh)PY``zR#QlWh zJPrl1X{702=K#OR;J@M>1bt+b>G!PM%$Aslkn?4^5msA{FQ9Fl3YFu$(lyR5#JRZM z8Rk};EU`v%A3m=z~0lm9*R-S1)0Ekbm7CWc|w(W2%3J@9YfvZ}9O- z$B`iQzMbR90<(a?{zrxp`8t9paO)}gfp>-AH(a)7xCH}+ph1)q@^45x7a;bJMH~i( z_T3{vdbM9_Dk|&tupiI26cS#FA}vf#hbyhQ)GXWjXNawpnoH4>C$Z5tJ{|bTIzQ+U zSf+>BHT}s_gc_NeKZNU4Vtw=R0bk))`XN-n{~o~KDY$aO;piRq- z9zJcELs*BN-J{O=1E%KeB2=sr3yVc=L=dQyoyDf}ZG$GMzQloP>|s24kj+y#(|S4k zlv`#9n3}E{umyVeA=v?8bW6^B5aTYtSM$t?W17dILFE-M3&OHKh&@ouxhT)tc!EPL zxPDDQ&eeidHdd=;8hB*fFkPFF=VU29efb%#0npA7zy;QPI)h@5-dcBz-GZK zQCujtna0~qi~Tr1<=+rmoSEZS&_M!I4s9p+L#n5ev_TI>fiwn|wn6W^H+C9f*n1|M zljA>iH088b6um4^JY!*2Xz%>q9*2u?<*F$)#A^Yp9(Nprc2V)LmP4W;G znzjoOkwaahXd()}!&U`W8p6PI(3DC&#WRHnD`*jtwdEi*%*zoA){28er}UNHVLh%YzT$--+_iGdE4=~rxBL5g!*mRq}s5~-3FM&^%sM+TN6^P zc@v-MAHewPU*vdwjpu)BLCoyR-nFWWkk5D+MSx}xE#Ll3I-95TqUozUJGkLIz>^(&P z0{Rx0=3io;eiAj7V`|^IHpbUiL4@TaK!1+;6}lAbM7gS8g%oPJ1{! zdw>jylRa(jVy+Z(doG6|)H;*X6oMca!B+tW?A4$Z>AAv;{@aAgX}follsn9}cvj)9 zoHYjlurC&Y$Jj8u+k``{5H)QDVNo{{5{mHFKXNGo-?KMjeyO(%$%KHvTKpIO zX(SQ{i=zFKaohjHlFD)?v;Hwo$|H-v0&hr!z@v*+Kd^vKoUfwFgVP^dh3oX+>^}X4 zzY`c&qwCkd!9g~eFW*9uHHo1$?tzyxz}|+>u**;eI26#N8NRxv%0%*(mkN%LL;Yxc z!u%UgHP^gLlsWgC9O73Q{4N8ocd>V_|4%+TBQ7x^>sHpm+E=g{yf?EGl$?M9P%R3dvBbM*TeA{yv!;gpQ@Rj!Ie?yqP)h!_#S4hX&D=EtW$( zIQ754s@1=au?CyzTlk?br`g51`GVenHSi>b`2`8RfCk?lNcTubys0xZWi3a5Kx6HyEz0Q zVHRX^z@74?`x3*$JtHGMqoZa+&KCMKP@C>bY&9L#hgAjiBu07?72o$HCfH|#?sD?; z%Jq#G9$d|t9z(eY*@eH$gsxWM-a>im&*p&dnnPQsz{66Y_frLrIq2-XWxq{4_~3)= zr89}cRlQ_5PGa2l+B`<*JSOHUEy`7z%=4PZGZJ>kxQln$e=~MCIj+VCAvTPCSTY~S zG6U-KJ6Jh*98U%JP2hI|Z@$Ji{)uFqr>Csk^+?gX7;Iqhbp++cM{=2m_1v_MW#!Xv zW?u2Y_5vT@jYR#UjIBcX`e8o4#4O)tFv3Tq;}oLSY6kpj9jo70Zi0HRUIaE>C^ymF zi$rxIsO6~12c69ySNj+FKjr2FVit0*uA>NU`A}jiJ_Lm@O((foZc+~*9m;JObnYHt zG#2`BrKj`uOmAjDwyNI3;BG)R*$iKfu#>D2k=9AM>Nhfw%M@&XKAi}Uemw&UOz1Z- zc#94Dg0z#{Tmot3Yt*fh+@(B{(JAhU{U|NZX`SBZ%P|lnyk~}1Ds&D0Hw$?RLAepq zABDV;)Bk`)5;fK746hu_KBVh^&pxHHjQ$b>v9R?6#x5{RM29J6u&6ZU+Wuepf@-3A z2aAgE+a?BOq)moV4{R5d!)KH}6t%v}&FS><#XLNFVbj&Wi0`2Q&$XieGs}`|Er`JR zlp1Oei++`v+A`2o&!=(u4E0xRLskOpOREHz`b>`Bi#iM42Z;Vvxyja@QhG1H$UK5L z-Oku<2EzLxHjd{T{7i0ay7^)ggQpqX!=RCEILsKY9`wBok_^TfjPdPO#7jLAj!uRgAelYG=nsQ#~2t4o?vi_ z!BY(0$>0owcQLr1flwBL@!!p&?&tJ4!WSh54=|W!@CicyZpMx=c#y#igR=}We0zok zO!4s}3`FniS;n4WKw()War-!9j@a$z_$b0%BKq|#AD>|$vR)ztCh}h*^+n`LaI(o} zg>;Dh>&YgfG7>E}h*8B!Y_r6n#d=aAON@(Po0VsP;h$8S66j5w|~@f(QY-k}v?r;ww<+%J|v%T>R1aJMlgozbC!{d3xeQ_`Lx+$Kt2sCs1~8 zyc6;3<86`t*tM}6BTbQYk?SLo*!_|2*ycz$vW|T!{{@ssl~rhMe;|@T&Nlql9}C4A z&^K>IH%3-PB9Xo5kxeub5D9cX1})!ECk+SqqnE;v0tf}x1UeszzdP!W1`?)>iNOGbz*7_@jc$S>N4#`X6mOA|2vH<;jVO->Qw?B%!OXCFKoVm> zwgg$C?AW1i%U4LRcGz3OsbUp9u{2jBmf<$rh~7W-3rqQCv{?84(7T^5U}STUw7 zW!J1JyJ%a48w_Xds7)Lv zJ#ht~<<2_b^$XsW=dV&d7cBiXXFz4=Eu=bdUrhC?-19M&bFQ9`7xV3Y=NczJADg$V z*kiH!xa&AKD>)~Im*1*38wI4#r283L$)*@uB zVB8G<6>1&)>m-Mb&PHbw>QF%VmFg;lU*&8-x?7x^)z$dRt83;HfUi~8sq57Z>e~4v zd^f^(ow`ZgD8BV-2yq+Kdhy*1-^Tekur^7Wg4!hEx2Vnd+oEm}-&XP6qPB`}o7%2! zl{B|WUbm~;B>WCF1j^WYySlS(tGm?QQkNaTxks>fs(aNgwOc~3QP-%vgziy$)Lw!1 zseL}QU+wpy+q+6QAa%S?9gy-4O1loJgYd0Kn}+6Xyzf^J$ooOHS9t62WD<4ysv1U} zSk8L&kUAn5538fLby8`8T-8$30-aK))fs_i)QoBi^k(&DADUIO zJ~XH1)H4$M7WGzX!L#Z)dC#loYPCD zR_{^o73h8H{pte(eNcT!y)4j&)koAv1^Sr!xcU)+&Z`UR69WAU^-1-k0)0yTn4j~f z)kXCg3Hz-2arG|+`d8{F{4##h*`$7Ibxi%Vg#QeDpM&pb#rJvmzOXuGTnYKt>gUwY z3-k->7u7Eb^hNb=)W4mNkL@XLMlW5d{@tW~E}?(Y*^FNOlKSO&d(65$hPci9Voz-? zZgI9cw>VoSwmDno;~34`oh{D#d8YWBQ#gOCvqk+1V^_y6U`{)iIQh9Jw;-omN_bF@ zUtNt^p?I5M-lo1x9E`fJsIOwweN{%??HDz`roJZaxmo>s2>nI~{bmULRtWue2z@Pt zekX+feF*)B5ZbLi@0anrA@ubS`n?ePeM0K%>i1=I{Kqi-4?^fag^(9Qe;7i46qfkM zA@nC9^q)iMzZhuj^5PxN9ia3Iq4ez?N}o%eyb83u!?_)_B&BZ$J<;>?min*izg<9I zfRcZz{tT4-Goj?2pyYp7e=fXmv-*n=`b*Re{4o|U-sRjCmUL%VNoP^gUCy0;Nq3^8 zSEQu>q5h{|(qE~+MoE7yCEbmZ{ulE98}QT3>VJpO--gitL767@??UMBL+BquynhU# zZ-me{L+Jm8(5oTz|3c`WLg-r|^jZkL9zf?T6^p=D1hyk^JOU>oa54g?B5*naXCiP< z1kOg_-k|lUPc8!YMd1Djyet9_MDn@Jz+=}HcQ`x3-n=`~o0*f3qBnOqcl*70x3dXl z4zfS-UXEvl=~F-}@n9{bD?NLUb2H%8>ho~duy^skyvw(?%XdZK8%q>-Iy=Mq+|yN` zKSzCbI`{bXxku`=&acmvDB-HGK3Bt+m-^(TKKDuut}(ONm{r{6>j4iz3fY7A20S+d z-s|Mf_2_?uZ)0&E+)c&(a0|r)aBnHz2X}MvAlxm*L-p(N-YQtz1Z%rs-6~kO3D)h! zL+y-nfAIlGPI*X951z};>@kuP(%ymRPL%loq$eBF(*wo(fql4mID*{_vF`%*-M~KV zW9QCg^+yr51J6AOA4Yp0DjtDvC!Tu|^00Gt@o1gCT>%c>yYcKnEHU@u5zPC@C2a40 zq1}FwrH-;L&JE5m!Vk=2c6XBJk2(7;SjFQ4?FaOTKnDOlD$sp^9uw#wpvMI|1n3FS zwO2oboJhliD8GpJAw2g3eiH8o@H`0k1m1`73E8tSA>>f<;Uj>b_Th&Cm+QxY zaTHIG>oLGVu8a$EeFShc*GD6{J{HOKapsD4vxZMdyKitNKkXzY&Nwp{Y`=D_*U5>KiCFPu zQ3J18bm1JVp^I~S2y<7N+qu(`d8N1Dw=dFoNY8~XyWjf=$3>kBi4+Gcv&^_2ao?CWuC!WlcAA0g-=5YSQ zPT>N2L&cB9)_>fJ#oD($(yG>~t*YbZM;khSS_7_+WVBW|NM-EvCRsb)jBhTAvoaq1K0sVY)9El0aZvtz^$+SQay z3JpEBvz^*f*m7H8^D8!TdL_>6Y@HxX$4g9ZXqwbDZo9>Cn4n26{h;B?cm6m&AFUT{}Xq~8-_a@~uYmFJqF0B)%ocgH~4^~G` zxYd@ksadW}md70TM6=qwrGz-u(6_kNGlk}imoAlRPQ6sxi85WbEM~QP9xwQz!)QvT zRH~P!oKnflmP%6%HC-c|E0s=8mun_Q=Ykq{>aKekmWHzfk7S*(#a~Mz;PtndzchPs zz->B}(x`4sm1>Q$a&$#%0yO>z^AX}vWixBd#!5a3+xguJd;Ugcnhh_vs_5@lBVW#s zPS-2+6^2m&S_za=X~^~xjPT;{E~qOST2|QBHY!I@hM|S6*~g2zGOW!YVq39U(Veuc z341nnc?=zEwQoNp?3g$7+L+f)Yg*UI*{yNM56zcH(X$dzE4wW;qE#4*lgfsdLFKqR z<9cb6iA(+@ z<@U@z$E|#4y@K{%w1)K>@Iydosg-8G00WbdbL$5J%z}C@s@YW0tcG-N-#u# z7h|)Sk+8xp0JE|4u?w-ec*`PFpaU?STe0?FD?V#YBpAYp8RFJpBGyXI++~CEPx#*Ps-3X|TVA9#Ibwdv&q?KO0 zF*4!Vt)`bkR@1fC!WM%E#~d{HX_V;p!--iLtKYKYgI3N;S?$5D#tZ83P*V2+Q4?K5 z3mMZ_(Yc9EhoAz7LjJL0t+-x4 z8&|REn9k2ybMe_YMslK_n#IT|B@}qabV$-my3-ES)+U&)TJh9D-gT;M%oBoM6 zYRZe(ozoXBeJyc2v>>JGcwA0SF>Am|fZllQ_KHXYI()Wpz77XDd6uZjmURqfnW#M@VF^B8N0s+Jj<{}JWHP9&t+`Dv%;}l zc{5yj&AbJvro*jCuUCeZ;npsKvwxW>AD7IskXg~=an2!KjH!o!sc)qtLs6LSGJ3D1 zBMl?{OzVg;kH^f%;KBBaNOhLxy`WxunJy29qQ#g!hZ)W^5%r4g!;*7*jA0m($zd%u z;8fAIRs~rdV^&DKOeRhjvKEJxmt>H;uskl; z%O1Ldrz5Qtr^9;e#AosNtd~n3)Kb%>Op{zV(_X&}oZUf_hb!dp;76E@$H!H07BU}Z%7cq%%GspMox5f+ zS7Hv`fjKl;Ps}FflCw!LYO=n@%%pyN5%Gv+OlNLQ85X8gW>|OwA(_e8_d}`9qV1(I zy>jyK(wJfe$S{PR=4BW}Xep+D4{{ReqBHTP(1#f-WpfH9oCxNYkVN0XcvyvegSmLl z!i30GKR#~<^Kv3GFW$|-2~dQ=wsy0luW zc&caNw6Rb11GmRNiOVW;64z_a;c(iREB2W)xMIIKdn+ze8L;dX-ip$(>Y2k>M~;+R z<3@sYbo;lmdHi1L)-l@*(ojLFD?Q<&HN32LDai)DLQw!pA`yzOvC-seR$k!;mq3D zgs*|o~XPp!g>Y_dDSp_itKA=m*1Cfb?-0K;guF1a5^)dmtpvqV@ zxfL?q_j#6Vs-Cgh`K7DgL0?2(GPRJGTdA%(qu$&u=>v$+2jK)8hWi=NnX+XK>J{nP zRO#mtA4pc0s1W66gFM`|gJ5mK4(F0+=y(b;_AKhs>2gcRHxxIsA#3C%$oz}yMZWcm z`X$y&rg_XFnBSJJTO`4f(z6hYD{@%16=r+GX|7X2zkkWJLH`QfhFR5AtE@qSg_Z4* zvbo#-Qnad=@~&F4Uqkdoy~^H^if#tb&Pl(*yx}p>5IZevW`o&jwQL1pgNpp;EVJuk z12B)auaW7%jC5>$F>%xztvm-bT3)Z2lf^#Qh1#8Z3C1&kba^BWE zXYKPT>`-lNaxivFX@pB2JKzhZmyG7RrdQKpIo^_t6RoG0t-95^+bY*9j@cy1CIGqv zLs7`*5zaNM`@#W5OrLRo6NQR8D`wd?NtFTv;|~ipcw@=h6e7vHsK(L7=|Z@J+{yL& zJg5fcBDOK?{r1OYCg!qoR1_ommY#Mt=BuNk4WW`l1zdnNgR72cu>6ID=^k_Pbttrf z4+N}C;|;)#JbE7sh1O7z<;muGY|5!D%X7I13-y>8f^=5U-PW9#jbzSw}$!rY~9j42KLAu7AeL%S@j@uP?nw1-O^4Jh$7X z@)PLtfW>Y7IKs_p~8R}d!cmEY@M23P^^4cZI*@eESQr$XNt~Kje z3mFN!LrA=4k#WvI5oyZ)8^i}?FFgVx$lML%e_)|(DEl(mC_cdA4%2yv&ck%1ON1^| z+UOH-yeui~Hl{TO_L~@5qSG0>VP!R0=QdhL;I_snKc;+ET9v3T@qLG-{AuMy3&l zSo^a@p68s@g=ME=5z~fD*4Hv$?MVO(@--qJXIAnyG+DTGnJcOqDnV~ z?x>trp51VZRIvb_7F`Q~5w8a!jp-IM$Ur`w!r6rDWg+=Cb)(|Au9wv1`k3RT&X{+f zb|TXz8Y5cbT6M&W1El7V(R{1vibGKiN^EItuRC6I&OqnhXgS3s6!{J^moP6WfnMej z*U|f`6|}L^sMRp*QTjE(4?-sPvP3Wh_2TU+TS&JT4pt3R6F4~rb$pdZeY85(ENi6n za(l&h#Q2s)3MrLGD%jDpE5&I?BMXT1(v?PYMmu99Q*#E&)-kA7N2W?+^=U6L2B=MM zf!++m>u{i?M>xF&@%EL}^wiW$2{M=iBITk!zw}qAi-We`N9iALwVIgP8k1FLq73FS zAn4tes6rwJQ?(LyEplGvA&V)ToxnGvoKd$e(St(B&#ID{D~yABLC8BjQU=afx`lBr-g4a(%96Wyf$T3G_MEkaXopwK7@5IBl9YhLkhyc*%$5mDWyEbC4zocsaLGnRHry=DB0y zGvz|=Hq4oBP0EDgrH}hSzaIjvRk_v}^HTfd-44PFe)wR3hpEi*!?Fhe`}je8ArikL zNP|Nf4t*sw$sO~3Lb3p-(1jC(mRzBUUtZ2o$S*O#DRklV24%LYXT13F>X~*BQea5n zDYaUYUK~y&8X=bjsWHP)ify@G@A1jd(+=V>_QLoe2@FZSzt{NN0TyzOUU52eut z#(4^Hcw;+ZLJJZa^lWJgD+dPcNaGCC9X7r_jWamb^6?`WtAd2zCiC`kqpT@(1^OsvY6=tJ6sDmUCNP0P0`Yk%lUcj3D{pVmFGDwQSRKrI5l`Dk zC`7`%zB5xb-K+!?V~_E2YV>1*$uU6mN8_Mr^W%pfJbGlW8IxfOA0>IZTHm(SOW`HU zP{{yoXa}LbDzsCk`d(7}mlmA3wdvN;iO_WAVRJ-oltRd{)J5al-%yOo!)zhcq;+-9 z@WsTEvgJ~O;UA-B$06W}^om1w`n}#G?D(T{H0fnfC+P~W_ZSwORuC*|Y z4U2N>+=@VmV)mGZ^^BJhxP=Pz2sF)cZ4l%@%j-jk3;Tic7`_Q_ib{ru$KY&M4^$GsEHs#}8%*eGmK~35WHcpjVd^t-pzgXCmEC zKg7VJ5ANqkmQF+yw|YHX0ZrHnh;}WI?s%hdY#e4Z61rf_7o^+;bds=kH=QKxyQb6C zml`+PL4Uce_MPAT$nlfD0j*vGZQc{175ze?M$@Uc`wce~{CvEAQMuqOld+VDxs_0% zk17M|F18|>OrKkW5ZTpXPjCiyPG0(`X_43ekYuwD`*%qB+FQ*I+2@RwA!tbt9K?PC z=M~;^MjVASK*X*~K}rdruO-5L)vUcsb`LRU)Ri-Io?ve{SV9wVC1O6IdTc$H+d zIJ}qWK^=1R91DECTxCs8(tQ{1c2UNwUBrw>8mRjP|t5xS1`zDg1>9}U3W?Pb!40N zJ>LTfJIUXGibJ5K?XH-pAhw7^aZHfA z@VGo?h>Abd8#&4IDP_aZIW15eP)48xpdNvefU*Lm0QIW0%HXgvr+OefWjz?1h<)Kg z;i-LSuc!s{bTAn4hdaRB?p?`4wn7~Dz3jp=UNa@ucvb}oG!}= z_&di$l(EKOhVcm+Ti8%_c}XMiBxR}dus@U~%F6_trN7SnMK+^GBC|;4U0b*)zlD z*akZ=G4Z*FCW3h}5j+?some}E;*(e@Qb9oEIPh^DKNHnj)pXySBbT$H36 z^EYUk4O|np@;X9)1cwI=3MxAoNAcW8tR@#WyH`s=((*W3ZEOc^8@7Wv%N%U!TR{cp zMSUUknt*6X3<&B@&ZN_tHoFL>Yz+wKWDw~oXV9RL24JJ#>t^a(l8*tP{{1GH;}5(kDtc6HH_}T;we{&ir+HC zr0Yln>3vJ@TB`R$Zd`+sT4Fx+yx{;?=+bbCW_&~O;jSt&!#Ez74->*rYG4i~05p|4 z6?+us+b40B$q7K{2vdVniN`A2Q3YrpZ$lCChSpRbgdh-x6{`n<-*J}K}I)6$a3FOWI>qe0MdtN z-JP=#SQcZCHqw}`tA+Wm;BkZ>CwxJz^5#fc_p>ZgFZdCDqq1zxV|OoJsV$<^O8+z` zD9@bh-5M$F@Ef*_NAEm|4jD`D0KUeMUPw31YTwn#cu@hp?-J$qddPkHe#{MLMtpo490uE%%!!#D=Da3GeCDLmy!S;SYa=!^-eru*Jhv z*a6^hFszELF`?mPiOvIbI@7!?I3(MyPAQczcOPIOyYMVH4eGkmkij{S48X2&gN$X| z2(3)@Xb#URMi2k?1CQf|;~bOSQj6kFpzQC|vE3JxS70LCL|C{4GC`!F(qw7v!-&`$ zr6!T{)Y65@nVm$Rh?IHa2T&$AQg2YEM3*9EzKJBEYD_;t z=gFn2!0A!?m?NLFNvDT9^9s9ZDFRFXjdx01)Ro^+?(B{wb7#cl_nSKjzhv%=sDHn? z3yGItJ8K(4l2n(;YxA+DRMr@R+Cr`0ZMllnb(M$OW!?~Lp6u^X)Tu(iHyGrSjO$kONF||hKJJi+=GF?;%3zCU@u}Gkaym0ogreBC;ISP!n zy>pK@0HFtm@_QjawD$8>*elGqIB0^8maEXt9(Beb0u`70Vd6VnZb3EU7FU_T;Rf{3 z#PY+v%NAwe^+wWr{oU!l-{uL8KGtdAqWr>Tn5(<7YNBoa1sLawT~lJXZJ#*NPMpBc z>z}SyMcT&AsdCeS*a#6zLbzXS*05n+ipH8$z3>K=hzET}I~!JlUlkIG)*jZRJD4F3 z4Ij9}9$CZ`87kVh;wb7jPJ;fEXhOBfJ~xf7lWA!Wfc940 zd*Nk=0mzkd;{{gF_B3`wvy?KSZF&xJ`E%A|5Q({8gQaCQfHp_XWqBKk+H7Y8rh3@u z_R}P=69P5F4Jb};CEwVskp;cOL902F{Ti!JQ)ZY-@;-y8N_eXw^*W50o<#$@+CzQ~ zhZ5U^)>vrG28!|2mGKhX1aJ3XcZu*D;fv4N&&2CFKjb!C;($FV<`~OYrzG0z_JeM? zfN1VXL-cxZ)xLQb~Q>c%y!^6?p6wQqS zJpe4ji3N>-om$`_ zC=YNqRtUSk)$|wIjrrEdJv4J1x=TzlTYAO-G5`D!BiPr>Ih6h7HyX-d4U~zZ5$g zQ#ROcElvL9LKAP%W#(*^=xT)fVUwh0P{9aHH~0PYny?tW=DhHDP1=2A$Rl9Zoe zN+@Bzbn-K^as3Av5V?74E{!+7NH>?MXH;%3t@`FNQq!3JtJw@{&GKXVo3rV;WGl^$ zDRRx9u;+T_QnNkyg54_Imr8J8;hp09oOP0LQU)6}ef{n2$FXa~Wv5MUYo_Mpg~Z_& zQNCIbUPIX~*HE?=ZY|)RIdt-ibxiDv;Vcu;Zfh@DRp3n~G74mq69aQBVb0=xx97sN!K{9?JoaUP`Q zp&tDxO82rneqm633^&bjk?ZYX4?RUj%7|cz2w6wk@D7AQ*04vL zhC^lReGY-&B3Dv{7Q>j&*mz#I?aXU-JSVrl`mOd#p<(21cu z9=Cotfb;k;L^&T+6rV3>uY+?*l=k)2ItF1?qlAE03CmgXap)nTpet&plMwsNhG1AazZ9 z@wnq~_K%a;4HJ60ye-%{!)(lQM`1b_vQSsS~g92#%Fp2OW<78qsj>%)) zT!JH$DbL4E9#xD-j<%D#cwwgmVg*uY(u|(#P_UeFz(lHvvExwVep;8CP27nsflg`T zfo+B#in9)=q{iwFZeE%s%3RFl;;?`|-m;QG@w3!BNh^_1;u**&q*Yc}X)TyRUj&7_ zBotuBNGG8Y7i->6@voZO%6ca*31im@x%pGf=r5 zYU~2*mTcb;9u9Is^RF0Ey33d4(xTisEL4zh*DqiccO!y>qs(ZL#kiC3{jw_JTZl>X zRgCsEB0NHUTQ-@8_nyO`Ej6@~sPl3PJEe_8Py^;bnQB#)RufiQDhvDia80W>QuS9MPfirmLlw zaZbSt!KD)WnS0ZiH5lh~#R;iB^lj;dvrb9Bh&MyJG1Ifwd5l}o2}`s25`)FT)WnXu z%rh=d}>7UKo?VYu2~Ek_p^jQM~6uwrAQx`ElpU; z<1B^bizQbL=wCpBt^r3107D)*`t5v8f#L;4hxToId7_n94lY&k@J+-WIl|yAkn$zR z8p;ZPtU=g`v+z)DcEFS$!B4( zU6e8rbkTHpge!lPMXAW@Aw@6uLWXtu=(4Rf7%zX zp3ZODnK!ymx%T%ogu|z0JC@G_i#}qQUDLM7_G2_f?^- z-{6vfX8d6=lzefH3n#Z0G8wRLR&^I;|5cu|vjI<5tHEbRHUQ6kH z5|c)M?n6u_j1l}+dK5kFjD_2YX(Tg|BdDm#TcAiaSD{wsjIl*z?( zi54W6Lzht=GtYpfe-lYB-F000huSZ8cLr^4LN5HyJ0%=* zON_5zIGX#Y-)4+;s4au^JL!>NED6!|Z;;N?8{z2DOVPg9r#&0{+30xTJesieZ;|MD z!XIJa84;Kwb_*6%xVR1>?Ube0;SxJG0uym#3j_!vKE9|T-x~@9{-I5lnss$?}nC*ftm)g;(asG5PqN zd7MT^O@0P3Of3a$liSbvGAxwpW6)rb|MOh0Hez9Coe97X;ItnymMD|gBc1tt}#)jdy8TC7?kfrw!UNCuF z@djmm5j7HNEtcW*pRg0JrLfP-TKad9lbC*CNrE7P>&P}fS7S@dWlg^%{1N$n6u&$; zI*soXLXOrH4rPO2QP@2xi>vkKI2x~FpWCA`|)Fk ziu?6DiIU(Q)?$wctYV5|6j?ZFYhmLvg$pCtue4ms`(Da?7C=5n>BVv9#Or$q^&hP@ zP8&r}zp<&rJ&D3JK2WM@3n1TuG~XAxg5LFPT-I2uN`bdBbO)WibmTKZTS$vCz49@t z&4luFxZN`A%L9aH4QMXvT-9}9NX-7CU(V9s1f~}viDqvxlH6m+2RZrnsf*FBBjK*; zpc%X9#dt%+yFSG0SPm~n-N*)SqjM`0WyQuxEXM+vMuj+x>9Q)!`d(iB={GP&ycj43 zsJ>yL7PFsS%)4h8rxs>d(c(>Px{M7Jt*G>2Iu8>u%kMWp7e$+#<#_vcS5gj@M&7bW zpj1!H-U3UZz=YDfjA)%uR(54qP*~^g^g-3dYDA1X#0G;F5nj&h8fnIdzAUlMPtz&W zap;V~fw|nchWZHFMZPhNrg70bbO|J#6wbDrNe_nJxPa$u6m5l z3-mrq=PVtnAN42Tc*`FtG*t01gPQ`gx zEPWq9i4>><8p)H3=i;l9-~nlGgd%Zb`G4S#e&Ba}Ir&zPq#<{q=7J4azAOtWm@@&^ z#>TS(k6$m;E|}8zFtN=a`wg-3M-Cj!4dk+!RaP#YOAH{_+^s8^E}gSiq>;mG o{rz(4@Opm&t%>K>MgRZ+ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/appdirs.py b/venv/Lib/site-packages/pip/_vendor/appdirs.py new file mode 100644 index 000000000..33a3b7741 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/appdirs.py @@ -0,0 +1,633 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (c) 2005-2010 ActiveState Software Inc. +# Copyright (c) 2013 Eddy Petrișor + +"""Utilities for determining application-specific dirs. + +See for details and usage. +""" +# Dev Notes: +# - MSDN on where to store app data files: +# http://support.microsoft.com/default.aspx?scid=kb;en-us;310294#XSLTH3194121123120121120120 +# - Mac OS X: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html +# - XDG spec for Un*x: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + +__version__ = "1.4.4" +__version_info__ = tuple(int(segment) for segment in __version__.split(".")) + + +import sys +import os + +PY3 = sys.version_info[0] == 3 + +if PY3: + unicode = str + +if sys.platform.startswith('java'): + import platform + os_name = platform.java_ver()[3][0] + if os_name.startswith('Windows'): # "Windows XP", "Windows 7", etc. + system = 'win32' + elif os_name.startswith('Mac'): # "Mac OS X", etc. + system = 'darwin' + else: # "Linux", "SunOS", "FreeBSD", etc. + # Setting this to "linux2" is not ideal, but only Windows or Mac + # are actually checked for and the rest of the module expects + # *sys.platform* style strings. + system = 'linux2' +elif sys.platform == 'cli' and os.name == 'nt': + # Detect Windows in IronPython to match pip._internal.utils.compat.WINDOWS + # Discussion: + system = 'win32' +else: + system = sys.platform + + + +def user_data_dir(appname=None, appauthor=None, version=None, roaming=False): + r"""Return full path to the user-specific data dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "roaming" (boolean, default False) can be set True to use the Windows + roaming appdata directory. That means that for users on a Windows + network setup for roaming profiles, this user data will be + sync'd on login. See + + for a discussion of issues. + + Typical user data directories are: + Mac OS X: ~/Library/Application Support/ # or ~/.config/, if the other does not exist + Unix: ~/.local/share/ # or in $XDG_DATA_HOME, if defined + Win XP (not roaming): C:\Documents and Settings\\Application Data\\ + Win XP (roaming): C:\Documents and Settings\\Local Settings\Application Data\\ + Win 7 (not roaming): C:\Users\\AppData\Local\\ + Win 7 (roaming): C:\Users\\AppData\Roaming\\ + + For Unix, we follow the XDG spec and support $XDG_DATA_HOME. + That means, by default "~/.local/share/". + """ + if system == "win32": + if appauthor is None: + appauthor = appname + const = roaming and "CSIDL_APPDATA" or "CSIDL_LOCAL_APPDATA" + path = os.path.normpath(_get_win_folder(const)) + if appname: + if appauthor is not False: + path = os.path.join(path, appauthor, appname) + else: + path = os.path.join(path, appname) + elif system == 'darwin': + path = os.path.expanduser('~/Library/Application Support/') + if appname: + path = os.path.join(path, appname) + else: + path = os.getenv('XDG_DATA_HOME', os.path.expanduser("~/.local/share")) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +def site_data_dir(appname=None, appauthor=None, version=None, multipath=False): + r"""Return full path to the user-shared data dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "multipath" is an optional parameter only applicable to *nix + which indicates that the entire list of data dirs should be + returned. By default, the first item from XDG_DATA_DIRS is + returned, or '/usr/local/share/', + if XDG_DATA_DIRS is not set + + Typical site data directories are: + Mac OS X: /Library/Application Support/ + Unix: /usr/local/share/ or /usr/share/ + Win XP: C:\Documents and Settings\All Users\Application Data\\ + Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) + Win 7: C:\ProgramData\\ # Hidden, but writeable on Win 7. + + For Unix, this is using the $XDG_DATA_DIRS[0] default. + + WARNING: Do not use this on Windows. See the Vista-Fail note above for why. + """ + if system == "win32": + if appauthor is None: + appauthor = appname + path = os.path.normpath(_get_win_folder("CSIDL_COMMON_APPDATA")) + if appname: + if appauthor is not False: + path = os.path.join(path, appauthor, appname) + else: + path = os.path.join(path, appname) + elif system == 'darwin': + path = os.path.expanduser('/Library/Application Support') + if appname: + path = os.path.join(path, appname) + else: + # XDG default for $XDG_DATA_DIRS + # only first, if multipath is False + path = os.getenv('XDG_DATA_DIRS', + os.pathsep.join(['/usr/local/share', '/usr/share'])) + pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)] + if appname: + if version: + appname = os.path.join(appname, version) + pathlist = [os.path.join(x, appname) for x in pathlist] + + if multipath: + path = os.pathsep.join(pathlist) + else: + path = pathlist[0] + return path + + if appname and version: + path = os.path.join(path, version) + return path + + +def user_config_dir(appname=None, appauthor=None, version=None, roaming=False): + r"""Return full path to the user-specific config dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "roaming" (boolean, default False) can be set True to use the Windows + roaming appdata directory. That means that for users on a Windows + network setup for roaming profiles, this user data will be + sync'd on login. See + + for a discussion of issues. + + Typical user config directories are: + Mac OS X: same as user_data_dir + Unix: ~/.config/ # or in $XDG_CONFIG_HOME, if defined + Win *: same as user_data_dir + + For Unix, we follow the XDG spec and support $XDG_CONFIG_HOME. + That means, by default "~/.config/". + """ + if system in ["win32", "darwin"]: + path = user_data_dir(appname, appauthor, None, roaming) + else: + path = os.getenv('XDG_CONFIG_HOME', os.path.expanduser("~/.config")) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dir(appname=None, appauthor=None, version=None, multipath=False): + r"""Return full path to the user-shared data dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "multipath" is an optional parameter only applicable to *nix + which indicates that the entire list of config dirs should be + returned. By default, the first item from XDG_CONFIG_DIRS is + returned, or '/etc/xdg/', if XDG_CONFIG_DIRS is not set + + Typical site config directories are: + Mac OS X: same as site_data_dir + Unix: /etc/xdg/ or $XDG_CONFIG_DIRS[i]/ for each value in + $XDG_CONFIG_DIRS + Win *: same as site_data_dir + Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) + + For Unix, this is using the $XDG_CONFIG_DIRS[0] default, if multipath=False + + WARNING: Do not use this on Windows. See the Vista-Fail note above for why. + """ + if system in ["win32", "darwin"]: + path = site_data_dir(appname, appauthor) + if appname and version: + path = os.path.join(path, version) + else: + # XDG default for $XDG_CONFIG_DIRS (missing or empty) + # see + # only first, if multipath is False + path = os.getenv('XDG_CONFIG_DIRS') or '/etc/xdg' + pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep) if x] + if appname: + if version: + appname = os.path.join(appname, version) + pathlist = [os.path.join(x, appname) for x in pathlist] + + if multipath: + path = os.pathsep.join(pathlist) + else: + path = pathlist[0] + return path + + +def user_cache_dir(appname=None, appauthor=None, version=None, opinion=True): + r"""Return full path to the user-specific cache dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "opinion" (boolean) can be False to disable the appending of + "Cache" to the base app data dir for Windows. See + discussion below. + + Typical user cache directories are: + Mac OS X: ~/Library/Caches/ + Unix: ~/.cache/ (XDG default) + Win XP: C:\Documents and Settings\\Local Settings\Application Data\\\Cache + Vista: C:\Users\\AppData\Local\\\Cache + + On Windows the only suggestion in the MSDN docs is that local settings go in + the `CSIDL_LOCAL_APPDATA` directory. This is identical to the non-roaming + app data dir (the default returned by `user_data_dir` above). Apps typically + put cache data somewhere *under* the given dir here. Some examples: + ...\Mozilla\Firefox\Profiles\\Cache + ...\Acme\SuperApp\Cache\1.0 + OPINION: This function appends "Cache" to the `CSIDL_LOCAL_APPDATA` value. + This can be disabled with the `opinion=False` option. + """ + if system == "win32": + if appauthor is None: + appauthor = appname + path = os.path.normpath(_get_win_folder("CSIDL_LOCAL_APPDATA")) + # When using Python 2, return paths as bytes on Windows like we do on + # other operating systems. See helper function docs for more details. + if not PY3 and isinstance(path, unicode): + path = _win_path_to_bytes(path) + if appname: + if appauthor is not False: + path = os.path.join(path, appauthor, appname) + else: + path = os.path.join(path, appname) + if opinion: + path = os.path.join(path, "Cache") + elif system == 'darwin': + path = os.path.expanduser('~/Library/Caches') + if appname: + path = os.path.join(path, appname) + else: + path = os.getenv('XDG_CACHE_HOME', os.path.expanduser('~/.cache')) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +def user_state_dir(appname=None, appauthor=None, version=None, roaming=False): + r"""Return full path to the user-specific state dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "roaming" (boolean, default False) can be set True to use the Windows + roaming appdata directory. That means that for users on a Windows + network setup for roaming profiles, this user data will be + sync'd on login. See + + for a discussion of issues. + + Typical user state directories are: + Mac OS X: same as user_data_dir + Unix: ~/.local/state/ # or in $XDG_STATE_HOME, if defined + Win *: same as user_data_dir + + For Unix, we follow this Debian proposal + to extend the XDG spec and support $XDG_STATE_HOME. + + That means, by default "~/.local/state/". + """ + if system in ["win32", "darwin"]: + path = user_data_dir(appname, appauthor, None, roaming) + else: + path = os.getenv('XDG_STATE_HOME', os.path.expanduser("~/.local/state")) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +def user_log_dir(appname=None, appauthor=None, version=None, opinion=True): + r"""Return full path to the user-specific log dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "opinion" (boolean) can be False to disable the appending of + "Logs" to the base app data dir for Windows, and "log" to the + base cache dir for Unix. See discussion below. + + Typical user log directories are: + Mac OS X: ~/Library/Logs/ + Unix: ~/.cache//log # or under $XDG_CACHE_HOME if defined + Win XP: C:\Documents and Settings\\Local Settings\Application Data\\\Logs + Vista: C:\Users\\AppData\Local\\\Logs + + On Windows the only suggestion in the MSDN docs is that local settings + go in the `CSIDL_LOCAL_APPDATA` directory. (Note: I'm interested in + examples of what some windows apps use for a logs dir.) + + OPINION: This function appends "Logs" to the `CSIDL_LOCAL_APPDATA` + value for Windows and appends "log" to the user cache dir for Unix. + This can be disabled with the `opinion=False` option. + """ + if system == "darwin": + path = os.path.join( + os.path.expanduser('~/Library/Logs'), + appname) + elif system == "win32": + path = user_data_dir(appname, appauthor, version) + version = False + if opinion: + path = os.path.join(path, "Logs") + else: + path = user_cache_dir(appname, appauthor, version) + version = False + if opinion: + path = os.path.join(path, "log") + if appname and version: + path = os.path.join(path, version) + return path + + +class AppDirs(object): + """Convenience wrapper for getting application dirs.""" + def __init__(self, appname=None, appauthor=None, version=None, + roaming=False, multipath=False): + self.appname = appname + self.appauthor = appauthor + self.version = version + self.roaming = roaming + self.multipath = multipath + + @property + def user_data_dir(self): + return user_data_dir(self.appname, self.appauthor, + version=self.version, roaming=self.roaming) + + @property + def site_data_dir(self): + return site_data_dir(self.appname, self.appauthor, + version=self.version, multipath=self.multipath) + + @property + def user_config_dir(self): + return user_config_dir(self.appname, self.appauthor, + version=self.version, roaming=self.roaming) + + @property + def site_config_dir(self): + return site_config_dir(self.appname, self.appauthor, + version=self.version, multipath=self.multipath) + + @property + def user_cache_dir(self): + return user_cache_dir(self.appname, self.appauthor, + version=self.version) + + @property + def user_state_dir(self): + return user_state_dir(self.appname, self.appauthor, + version=self.version) + + @property + def user_log_dir(self): + return user_log_dir(self.appname, self.appauthor, + version=self.version) + + +#---- internal support stuff + +def _get_win_folder_from_registry(csidl_name): + """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. + """ + if PY3: + import winreg as _winreg + else: + import _winreg + + shell_folder_name = { + "CSIDL_APPDATA": "AppData", + "CSIDL_COMMON_APPDATA": "Common AppData", + "CSIDL_LOCAL_APPDATA": "Local AppData", + }[csidl_name] + + key = _winreg.OpenKey( + _winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" + ) + dir, type = _winreg.QueryValueEx(key, shell_folder_name) + return dir + + +def _get_win_folder_with_pywin32(csidl_name): + from win32com.shell import shellcon, shell + dir = shell.SHGetFolderPath(0, getattr(shellcon, csidl_name), 0, 0) + # Try to make this a unicode path because SHGetFolderPath does + # not return unicode strings when there is unicode data in the + # path. + try: + dir = unicode(dir) + + # Downgrade to short path name if have highbit chars. See + # . + has_high_char = False + for c in dir: + if ord(c) > 255: + has_high_char = True + break + if has_high_char: + try: + import win32api + dir = win32api.GetShortPathName(dir) + except ImportError: + pass + except UnicodeError: + pass + return dir + + +def _get_win_folder_with_ctypes(csidl_name): + import ctypes + + csidl_const = { + "CSIDL_APPDATA": 26, + "CSIDL_COMMON_APPDATA": 35, + "CSIDL_LOCAL_APPDATA": 28, + }[csidl_name] + + buf = ctypes.create_unicode_buffer(1024) + ctypes.windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf) + + # Downgrade to short path name if have highbit chars. See + # . + has_high_char = False + for c in buf: + if ord(c) > 255: + has_high_char = True + break + if has_high_char: + buf2 = ctypes.create_unicode_buffer(1024) + if ctypes.windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): + buf = buf2 + + return buf.value + +def _get_win_folder_with_jna(csidl_name): + import array + from com.sun import jna + from com.sun.jna.platform import win32 + + buf_size = win32.WinDef.MAX_PATH * 2 + buf = array.zeros('c', buf_size) + shell = win32.Shell32.INSTANCE + shell.SHGetFolderPath(None, getattr(win32.ShlObj, csidl_name), None, win32.ShlObj.SHGFP_TYPE_CURRENT, buf) + dir = jna.Native.toString(buf.tostring()).rstrip("\0") + + # Downgrade to short path name if have highbit chars. See + # . + has_high_char = False + for c in dir: + if ord(c) > 255: + has_high_char = True + break + if has_high_char: + buf = array.zeros('c', buf_size) + kernel = win32.Kernel32.INSTANCE + if kernel.GetShortPathName(dir, buf, buf_size): + dir = jna.Native.toString(buf.tostring()).rstrip("\0") + + return dir + +if system == "win32": + try: + from ctypes import windll + _get_win_folder = _get_win_folder_with_ctypes + except ImportError: + try: + import com.sun.jna + _get_win_folder = _get_win_folder_with_jna + except ImportError: + _get_win_folder = _get_win_folder_from_registry + + +def _win_path_to_bytes(path): + """Encode Windows paths to bytes. Only used on Python 2. + + Motivation is to be consistent with other operating systems where paths + are also returned as bytes. This avoids problems mixing bytes and Unicode + elsewhere in the codebase. For more details and discussion see + . + + If encoding using ASCII and MBCS fails, return the original Unicode path. + """ + for encoding in ('ASCII', 'MBCS'): + try: + return path.encode(encoding) + except (UnicodeEncodeError, LookupError): + pass + return path + + +#---- self test code + +if __name__ == "__main__": + appname = "MyApp" + appauthor = "MyCompany" + + props = ("user_data_dir", + "user_config_dir", + "user_cache_dir", + "user_state_dir", + "user_log_dir", + "site_data_dir", + "site_config_dir") + + print("-- app dirs %s --" % __version__) + + print("-- app dirs (with optional 'version')") + dirs = AppDirs(appname, appauthor, version="1.0") + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) + + print("\n-- app dirs (without optional 'version')") + dirs = AppDirs(appname, appauthor) + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) + + print("\n-- app dirs (without optional 'appauthor')") + dirs = AppDirs(appname) + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) + + print("\n-- app dirs (with disabled 'appauthor')") + dirs = AppDirs(appname, appauthor=False) + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py b/venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 000000000..a1bbbbe3b --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,11 @@ +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.12.6" + +from .wrapper import CacheControl +from .adapter import CacheControlAdapter +from .controller import CacheController diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0410e858f18c7f7d9cd70f8a0975350362b2a140 GIT binary patch literal 558 zcmYjN-HH=26wb8MPCMI0!55g@UhGu85D}4Gsuv4Y1TTak5Yi;u#^#Tcv`hOQ;xqV4 zbL)-1f>)mDt}qEX=lc#hCtp5(d07%%KfeFwbwFIji>+FEm%y7!+u$Kpw=OBT<3iPC z`H}BbrBkJNJXXp7zj6oOR-)?_kG=OgZT&t~#=A}BxK%OWgjkoSiw~ehwc-%HJ3UoM zuC;gI#jf_SIgOv!FJ9KK{@^#sJZootMaZA^`HkcOwPE>5zibqInwM?CnDm0Nwq%U& zQ4S!UGNvro2H^!`2L%xyM^fAa4?zKRR<;Fym<+>?m5-moxsYSwCxIEJbNCDI-_Wx| zE^c**^y}@4eg^+di4^H_%hTE?DjxEcRKfV8RW8wkatFH7YZ`S@S7^?TZ&ai~hXu-V m(!-)}=z=lrbYiRy$9D48dbv01U1w74wB&i7;U3JgS@sV?6s&;& literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f8f25a7d6899d78143d286b3b4d990f63e02191 GIT binary patch literal 1579 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 BFgpMM literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4452e7ea3a4181ced56092026453f2629366322f GIT binary patch literal 2180 zcmZ`)%WfMt6eT$$X)MdG(`S+v36oU>Bu>#~krsIu0Rp#x3j`Ge5Y&*eCK+j_V}H`eY76mk zAKgm`!wgT^nD;nmKQJRq@RpgtiZ?+oFyTJyHr`+-Voa8_9V?8lhCS6hIO`{@25 zgk?Q$SWg&^^Odz;XhPF?%X$sdG%bux6PXQ+E%TAtG@ZA+7nv=yjg<}4#*I7WCy#WR z4s`tLX_DF(PUpFG`j9i$mT3E9XysA8EVav~6C<@8<}w?+v~eMiMoB!9M+tTn)=GP5 z-K-cTlLP6jHZqwMnbei3!E`vZ?zYsha5StCNQrJo1Wj3ts)Yf;~mG%KF=%R4R05&{eTbaA;b%F~32R0;VSeMQS zXN90=#L=W7I7nru1%=*onTGZ??6R9B|pOZIYShskT{!P{48 zCRst(>NrjeFoVxb`jIx-5qxohbGIf&5k6})7wC`B{bh)Pyy^E8`{;fMaAogDU`CxgCE3VSC<3hD#v`+1Vz zRnVEt-HmlTvJ`8VrFSV%%S_zOXJw>RGD!-hcE~$T2*xAc`Z%kOUBBJ3%{i5^>rm!S4d zB8!wE6t{db~@^O2sI~^G0*Jse=3%llk_7y<{)(5KP$%q(aCF zF_WCp?-w=^U$c3;+7X;}zV< zaIROwT-Cd7K;b`zU|jHR(cw)Yc$>y>esew7)#Lx8OOC4ON=%4~`<&v089x>$>;$i= zp{jt~XO4Cw8Z8X20Z~S9t=agKbuhFGG4TYsifwhmt67uCK~fXSpwM<>@l{ z0zEFu(C9+H$I{W;@f}gD{;hZizlcX-et8{D!tr5__hIHg9J%4Igp&(lL_O}4{(au} zR(W@Wy?0cHp2SwWyYxU?c|El1+z;*w)b1(?qUpXQQKj8^?z!t&dxGw_AsBe=1R+wb zVs~vFyNf%zcr@Gej8M&@mfK2=Gc!$T-cjn;sZN)gmQp5*m2z9S!(AeAfr@-v!B~NI zfsdXSO34ae#KX;~5p|+V(Plexq{F*iiX^Mw?q>ZrR4LY3E2DcgLR9e5d!684K^YqF literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93f21392b803de22e686d06383c0a156e2e49d9b GIT binary patch literal 4712 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 XaGkD)cpijmPW(iX7sZ0**`EDhtre;3 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db1307108006edf671a91a26804733a3b0f25c4e GIT binary patch literal 682 zcmYjP%Wl*#6t$h_bY`HG4dMfkvMAYC2!YZ~Q8hxM64EHr$YWbgAP-}EiaPSFV9OG* zg(X`)$6Ge=2dFEqGp&?s`Q+S3oO_Q$=ko&u_U-E*`img++dE@RzfG0fS@n^gYdGH2h>0b=R8Fmi~$|_Oxol$-Bl2d7fg7DH?T^a*vu;vKfJd}Q!0wz0*Q*uaK1vI)mu;$3RdcfyHHe-MlY z9^7$gDqLidn=;?fN*H>n-GLUWrcJ#S%1tV*jPX%l=c! zPw$f3*iV=o{F@J_C*@fO+I70Br7qu|otLjw|4uNY%c7!Y-J6o_pT}ItroV1QXUZ$l zU6tqcy41B1$C9%5^it?j)-qo~j`u1b8oM1h|EQ>xLOqq&ZdQzL&bO=|1EA>d}}8BvFj&635%!dn)pIrxJXYU6ckDzq{-+;vq?x|VIM?%2488fUi1|_ zIoWz}VCJ81{t#xwbXpON_qQ)`kNTP6e-sE8nDG>gB8nQ)(G8`!FHF&un-cr-j?|NH zice}f99?MxOCei8sBS^&IMQ`J8LCJ0xXfnAUk}G2`+t)XCm$pnpp50Gznrs`O%QBs zwU6v!wPrWLJ%dbq&b8Hv^E2NMhl|dsR|Dtys+e~@p}(~1RyzOy literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24932905eb843a1dec093f4de26784ec03a396aa GIT binary patch literal 3318 zcmZWrUvDEx5%2E#Ihm*ov{Jb-vZ$-Uiu3O+}_-pl19zzbCM#E!E&R#*S4E>~4o{i>7Y<&ePl z&wqTC{H#vMmpEDc0+>98rV1dOaGH{K+0!sd#OLHv@4WM z0ufNMN3u1Si0bLbl;BTR&)K zIigcmFzB&4Pe_YQnRYc8ddB1r?T$BJW3cwfuKBn&S<&RYQjiO34ZPzL9q4M0ogS1% zmc{{3SdfAh^un1s_RLb@aOZ;Uk!RK!6!bW+6%NYzgj~4<_8M-}gsr&Q+G_3WwDwHU zil1yZKiu6n?8QN2*|1#U+TL!fxwCI7t$1_y>4(pa--@69esjlE`iV-kmeL1HWd(@w zr5NTX!c?|fPo>Ny9C}s`+6N-(Qr-B8>AvjhQfHgVa~BjlS5@#kAF_& zU6A?TKmO`rXFJnEW~x6Jsm|W^PUp8WKN4N7I-C7OALP2zE&F?1jMDsc2)EZc5!p#+ zXK>I_11;{2lJ0SGC{$-O7~PLykLU7!7caG2-eoya_fetPZmf?^&1$SfcPvGWYR4}m zh`I$zsR#&RzF&7k8amKiMptMZR#qsCn9o8g*MO&sjEkQKlgH516Ci?MkhdAX%{}hF zqHRaGyuyQ54w=Vxg3Ay|? zkY*PzWcFbWVy4-^{2L4kkCQQ#cMHGlZ9vjb=;R&FxRcT$n?i2E*iD_GJ1sNpI}m{0 zEW@PVR3eS(fW)tOT~04`iI?-Qy_9c!Yzvnoj1D)@U6X zqwIffWyNu+&jRW)pO(ML>ija+XCk_I)3Xo92(&hqS789)2Jv;yE&wRcoePMj&uJ5| z1@Wn$4i1d3`pJU_KQ_L|x`;8=zIe$800tT&hQ54FbGZRB6KKjpJDb$66)FY1f%$WF z-iKqL3IQwz+}E^VSknH?-iCZG*dhHInL3&sIY$uwN8TYVoX_Yk`70&>YhEHWG<^I2 z#!UxGODrbF9VNPN+@pMu+1qKjvSHUPZu)4Y;KmyzQmfZ&F;3je1TZVaXaYcWhfbES z?Sb7ljG5y^2ToiYGx@-p17+*ewW(7$=p63y}xl)boQZ#y8ITP zhBHHrec*papdyzh8zv9H91Ib88;EhGNVvI;8a8vim5(!S!+K`3b1Y8fPmz=L`fnHu zxRAo0ssSN1gcz&Q_gL+Q$-vWfaR2H<$INT?XE2$Y>`c})J%?L7a?V|>o_J>$Y+j3f zU4dHsaIqG{Spc{T`suHyt_F}h0l&PhiVnf@5&l?3GxsB)q*ynYmb%Y;GIR)-#AW3@7;ri1AJk zf=Um&hz|0XxQB(fBsRAlCG;4U6iNk0JB+SDQv0mN>NlJXd^h3?9Y2q+o5=!>qUr%W zU)Z@bb5phovE!a@EV}sG0bc0uKpM`qN!FIv4S*M3DzrEQ-g&V2Shyiz z7W2JiYj|7o9hChIAk8K~C4d|HH;zph#{i{ccr(PN7RP@WCuzAO-vee-gHi$LID~?g zbDPICK(8==aKt6z`a4GPvl8Tc5gzqwNc~A+e!HVU2!^P<4O+5M* zkP;pdj|zxpbS>*8Z5Lad1n;K9qIyxjcV?#_B>OV#uKKt((k zD#9`?G6fH#>+|9zAeQ>J<%A1BFf&yvG#<;;n%!`W17lOgKeSsm>K4qm;Z+BoSm!Zv z#i-C<&=v$);=!}31%2a|T!*d%$Uuvi`h`qJW%2V$$;fZQtJfX8)U8G~JWRC-msgg{ s>*TO`fljx7u%OfYN=)$c@~$6Y4N`Z21T>&EK$sfTH5{!tL8Jcs|3Xvu1ONa4 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..576ad6850ee1a7f8c3d151f80e83ac6b843d3251 GIT binary patch literal 1574 zcmZ`(!EW3(5G6%PD{pok7cGM1(y%};0-E);D1x-81EdCmMNuP2u}~q4{Q<0@QB2tf54i=w2fqb zmYcjPoh+=f`AUJj^RqDOKx9jm;mzTIsJaNAfS|~NO0w`ImEI*;Fv+A3t1owDC`XqR z{6%sHPC_}BcVHdKiJZb3$pGTG+m3%zGB=$kZ{P-HoCh!sQqs_dq=52>T+=y3=x0?~ z#$M|iRh;M%+_)xs2bO=Er#~czrB%8#%e*$p%fsi%uey4rGHa59rLf19O|ou%BvoBh z=POm(NKjX`=*5>eC}+JsyA2nKb#NyjG~^Yzq7B{9Bcek%h&>0gWv9wsdpd%nmc3Tz z4s-WGnlu{Y>|O5;T!ZO6!wTvL%J_5V_Av+zGhg+t8*c-(RDRnq>s_%8xli6Rr}GhdJ7YX_VE7s14UPE33C{04M5Q%kt8;Q(IY4q((s!rHOq9NAKeG z;7k;2)sED=I@ikFhIbe4;50}8p+4R7CiG$m65RYhwR>RHEqtg8%k9`oO%iu zZ~MLnXE=LmzZg*4nPn8z{lNSp!H!%GLg#oxo{~TI-a|P{r)@8y+ zGmUY74pbXBHxEEaF0|Rk{-d+vYoiRu=7fHOKzLnM1)%tj zmlZFSlH67Rt%A4_)6K=%-0>aLt{AX=Zps?N1e1qw*s<^33KEntybC+nf2CNdG;POe zx~k;5KzWj;Z`PvdH2Mzy8=FL9DRtc3M+s>dWZlK!x+(w#zA*-^A}?YQ8;{@{YShf* z5WStO?OKC3jhT1FzxWznkJ 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_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 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: + logger.debug("Caching due to etag") + self.cache.set( + cache_url, self.serializer.dumps(request, response, body=body) + ) + + # Add to the cache any 301s. We do this before looking that + # the Date headers. + elif response.status == 301: + logger.debug("Caching permanant redirect") + self.cache.set(cache_url, self.serializer.dumps(request, response)) + + # 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: + # 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") + self.cache.set( + cache_url, self.serializer.dumps(request, response, body=body) + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + logger.debug("Caching b/c of expires header") + self.cache.set( + cache_url, self.serializer.dumps(request, response, body=body) + ) + + 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, self.serializer.dumps(request, cached_response)) + + return cached_response diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 000000000..30ed4c5a6 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,80 @@ +from io import BytesIO + + +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. + """ + + def __init__(self, fp, callback): + self.__buf = BytesIO() + 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: + self.__callback(self.__buf.getvalue()) + + # 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 + + def read(self, amt=None): + data = self.__fp.read(amt) + 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/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 000000000..6c0e9790d --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,135 @@ +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/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 000000000..3b6ec2de1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,188 @@ +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") + + +class Serializer(object): + + def dumps(self, request, response, body=None): + response_headers = CaseInsensitiveDict(response.headers) + + if body is None: + body = response.read(decode_content=False) + + # NOTE: 99% sure this is dead code. I'm only leaving it + # here b/c I don't have a test yet to prove + # it. Basically, before using + # `cachecontrol.filewrapper.CallbackFileWrapper`, + # this made an effort to reset the file handle. The + # `CallbackFileWrapper` short circuits this code by + # setting the body as the content is consumed, the + # result being a `body` argument is *always* passed + # into cache_response, and in turn, + # `Serializer.dump`. + 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, + 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): + # 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) + + 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): + """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: + body = io.BytesIO(body_raw) + 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): + # 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): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached) + + def _loads_v2(self, request, data): + 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) + + def _loads_v3(self, request, data): + # 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): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached) diff --git a/venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 000000000..d8e6fc6a9 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,29 @@ +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/site-packages/pip/_vendor/certifi/__init__.py b/venv/Lib/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 000000000..eebdf8886 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,3 @@ +from .core import contents, where + +__version__ = "2021.05.30" diff --git a/venv/Lib/site-packages/pip/_vendor/certifi/__main__.py b/venv/Lib/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 000000000..00376349e --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c9f9d0984796d6c98a0366541519026d7a2b0a3 GIT binary patch literal 284 zcmYjM!Ait16im}9%gTaBf1!tM>xvhVMbOK_B7z5@1VT1>+Gv}EBv#h{5Wm4+%GHbh zf+rL9vIB1(!@$gYY&M&sh|iB7wv78biGAQGuHv|pNCJthM?=`lg5#U)tcN{{S4eYa@{e%(Vp<#o(nL&-VU*sjG#ucmK)-vhq+<=g*|~I mMw&V{DWPr6!Fu^9Yf7b(p3=%}!{l<%;57qACxLpGF>GI4$I+e>;)y3J4LPAN02exyHlSScHT=~~%qwO!WEg@y*OtyD6*{Xilwz0*qMpc?Of*o(=;j1`53g-~Ud_3D+4kBUkz=5S2ia_tkuY@fw+pT;brE%pN*M~PAZ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0a28cca5ab7e67077f53e87b58c755cc8b0f71c GIT binary patch literal 1552 zcmZuxL2n~96t+E1GMOZ8*zvL?y_zQdDy_s~kKpok6Z{~U4_kDiPajO*(7=Qf!SG?UIN zju4zjF!L2Gl8lL@lFjIteo15?`6ZEDv1Kq0&c9Ifl&>nXaz)2gRkgdaDr=WyTvNf4 z{6b-0I1A_XaWrp?8EH(|D9y^J~}=_j11;4GsAf8UezBk(uQek*;sB^$DNNyiP@ zDtABxdr0Jl+=MKfl06}vx6W0RDC_jG?q+Av&#y-mjix$p&y8HnRNE@IuxZ|QQ`OdK z?&8@jcG{%vnMq2+9JiAgztqjtylre-yS$y4)Tz|v-RN%+gA5W}Zw?C1Bba#;7DdJs z1Y?o{Fy`-zq0WY}OQuTpN{En44LX4jg-GMM62eD9ln}vg3i0D2o|SK25?h6D7RxLB z_|wTgKmiIy(`GGB@FMC$~xUk?-t zV+t<2U^wFF5<2dJN%kW6b^Cd65ve=DGwyro|Dd^d^A+P5$cJU1|ct94e2l6@0;y?+#LyIQ~ zJb68^0gy$(;2kg=Ii)K&fh+pFwD|?_xx!v$1B;afN;8vNyoG#CYK!%b9dWE@*b)5H z=(IyUJ^n8otd2g+HJm2<7ZP|uDliKq8(=_PKt14{^&)`mm4UCV&%J;>fE@9KGGtefehu2s2N*hH0@Sj1ie+C-~`(T)8gx^Jzq7SrDjcDKAsJ_{fs$KK%8 cFxcXZHz}tftFkS|DQC@X@L97GRX3{t0NyQFe*gdg literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem b/venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 000000000..96e2fc65a --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4257 @@ + +# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Label: "GlobalSign Root CA" +# Serial: 4835703278459707669005204 +# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a +# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c +# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 +# Label: "GlobalSign Root CA - R2" +# Serial: 4835703278459682885658125 +# MD5 Fingerprint: 94:14:77:7e:3e:5e:fd:8f:30:bd:41:b0:cf:e7:d0:30 +# SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe +# SHA256 Fingerprint: ca:42:dd:41:74:5f:d0:b8:1e:b9:02:36:2c:f9:d8:bf:71:9d:a1:bd:1b:1e:fc:94:6f:5b:4c:99:f4:2c:1b:9e +-----BEGIN CERTIFICATE----- +MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1 +MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL +v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8 +eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq +tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd +C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa +zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB +mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH +V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n +bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG +3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs +J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO +291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS +ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd +AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7 +TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Label: "Entrust.net Premium 2048 Secure Server CA" +# Serial: 946069240 +# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90 +# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31 +# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77 +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Label: "Baltimore CyberTrust Root" +# Serial: 33554617 +# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4 +# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74 +# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Label: "Entrust Root Certification Authority" +# Serial: 1164660820 +# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 +# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9 +# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +# Issuer: CN=AAA Certificate Services O=Comodo CA Limited +# Subject: CN=AAA Certificate Services O=Comodo CA Limited +# Label: "Comodo AAA Services root" +# Serial: 1 +# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 +# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 +# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2" +# Serial: 1289 +# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b +# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7 +# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86 +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3" +# Serial: 1478 +# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf +# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85 +# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35 +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1 +# Subject: O=SECOM Trust.net OU=Security Communication RootCA1 +# Label: "Security Communication Root CA" +# Serial: 0 +# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a +# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7 +# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c +-----BEGIN CERTIFICATE----- +MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY +MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t +dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5 +WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD +VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8 +9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ +DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9 +Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N +QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ +xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G +A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG +kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr +Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5 +Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU +JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot +RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw== +-----END CERTIFICATE----- + +# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Label: "XRamp Global CA Root" +# Serial: 107108908803651509692980124233745014957 +# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1 +# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6 +# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2 +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- + +# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Label: "Go Daddy Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67 +# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4 +# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4 +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- + +# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Label: "Starfield Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24 +# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a +# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58 +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root CA" +# Serial: 17154717934120587862167794914071425081 +# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72 +# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43 +# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root CA" +# Serial: 10944719598952040374951832963794454346 +# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e +# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36 +# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61 +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert High Assurance EV Root CA" +# Serial: 3553400076410547919724730734378100087 +# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a +# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25 +# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- + +# Issuer: CN=DST Root CA X3 O=Digital Signature Trust Co. +# Subject: CN=DST Root CA X3 O=Digital Signature Trust Co. +# Label: "DST Root CA X3" +# Serial: 91299735575339953335919266965803778155 +# MD5 Fingerprint: 41:03:52:dc:0f:f7:50:1b:16:f0:02:8e:ba:6f:45:c5 +# SHA1 Fingerprint: da:c9:02:4f:54:d8:f6:df:94:93:5f:b1:73:26:38:ca:6a:d7:7c:13 +# SHA256 Fingerprint: 06:87:26:03:31:a7:24:03:d9:09:f1:05:e6:9b:cf:0d:32:e1:bd:24:93:ff:c6:d9:20:6d:11:bc:d6:77:07:39 +-----BEGIN CERTIFICATE----- +MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/ +MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT +DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow +PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD +Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB +AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O +rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq +OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b +xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw +7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD +aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV +HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG +SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69 +ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr +AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz +R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5 +JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo +Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Label: "SwissSign Gold CA - G2" +# Serial: 13492815561806991280 +# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 +# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 +# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Label: "SwissSign Silver CA - G2" +# Serial: 5700383053117599563 +# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 +# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb +# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SecureTrust CA O=SecureTrust Corporation +# Subject: CN=SecureTrust CA O=SecureTrust Corporation +# Label: "SecureTrust CA" +# Serial: 17199774589125277788362757014266862032 +# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 +# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 +# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Issuer: CN=Secure Global CA O=SecureTrust Corporation +# Subject: CN=Secure Global CA O=SecureTrust Corporation +# Label: "Secure Global CA" +# Serial: 9751836167731051554232119481456978597 +# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de +# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b +# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO Certification Authority O=COMODO CA Limited +# Label: "COMODO Certification Authority" +# Serial: 104350513648249232941998508985834464573 +# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 +# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b +# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. +# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. +# Label: "Network Solutions Certificate Authority" +# Serial: 116697915152937497490437556386812487904 +# MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e +# SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce +# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c +-----BEGIN CERTIFICATE----- +MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi +MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu +MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp +dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV +UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO +ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz +c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP +OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl +mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF +BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4 +qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw +gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB +BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu +bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp +dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8 +6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/ +h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH +/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv +wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN +pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey +-----END CERTIFICATE----- + +# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Label: "COMODO ECC Certification Authority" +# Serial: 41578283867086692638256921589707938090 +# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 +# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 +# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# Issuer: CN=Certigna O=Dhimyotis +# Subject: CN=Certigna O=Dhimyotis +# Label: "Certigna" +# Serial: 18364802974209362175 +# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff +# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 +# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Issuer: CN=Cybertrust Global Root O=Cybertrust, Inc +# Subject: CN=Cybertrust Global Root O=Cybertrust, Inc +# Label: "Cybertrust Global Root" +# Serial: 4835703278459682877484360 +# MD5 Fingerprint: 72:e4:4a:87:e3:69:40:80:77:ea:bc:e3:f4:ff:f0:e1 +# SHA1 Fingerprint: 5f:43:e5:b1:bf:f8:78:8c:ac:1c:c7:ca:4a:9a:c6:22:2b:cc:34:c6 +# SHA256 Fingerprint: 96:0a:df:00:63:e9:63:56:75:0c:29:65:dd:0a:08:67:da:0b:9c:bd:6e:77:71:4a:ea:fb:23:49:ab:39:3d:a3 +-----BEGIN CERTIFICATE----- +MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG +A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh +bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE +ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS +b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5 +7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS +J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y +HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP +t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz +FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY +XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/ +MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw +hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js +MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA +A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj +Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx +XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o +omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc +A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW +WL1WMRJOEcgh4LMRkWXbtKaIOM5V +-----END CERTIFICATE----- + +# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Label: "ePKI Root Certification Authority" +# Serial: 28956088682735189655030529057352760477 +# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 +# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 +# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# Issuer: O=certSIGN OU=certSIGN ROOT CA +# Subject: O=certSIGN OU=certSIGN ROOT CA +# Label: "certSIGN ROOT CA" +# Serial: 35210227249154 +# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 +# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b +# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny" +# Serial: 80544274841616 +# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 +# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 +# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post +# Label: "Hongkong Post Root CA 1" +# Serial: 1000 +# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca +# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58 +# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2 +-----BEGIN CERTIFICATE----- +MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx +FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg +Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG +A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr +b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ +jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn +PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh +ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9 +nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h +q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED +MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC +mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3 +7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB +oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs +EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO +fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi +AmvZWg== +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Label: "SecureSign RootCA11" +# Serial: 1 +# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 +# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 +# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr +MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG +A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 +MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp +Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD +QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz +i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 +h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV +MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 +UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni +8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC +h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD +VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB +AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm +KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ +X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr +QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 +pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN +QSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- + +# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Label: "Microsec e-Szigno Root CA 2009" +# Serial: 14014712776195784473 +# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 +# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e +# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Label: "GlobalSign Root CA - R3" +# Serial: 4835703278459759426209954 +# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 +# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad +# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 6047274297262753887 +# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3 +# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa +# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy +MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD +VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp +cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv +ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl +AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF +661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9 +am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1 +ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481 +PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS +3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k +SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF +3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM +ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g +StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz +Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB +jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V +-----END CERTIFICATE----- + +# Issuer: CN=Izenpe.com O=IZENPE S.A. +# Subject: CN=Izenpe.com O=IZENPE S.A. +# Label: "Izenpe.com" +# Serial: 917563065490389241595536686991402621 +# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 +# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 +# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes +# Subject: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes +# Label: "EC-ACC" +# Serial: -23701579247955709139626555126524820479 +# MD5 Fingerprint: eb:f5:9d:29:0d:61:f9:42:1f:7c:c2:ba:6d:e3:15:09 +# SHA1 Fingerprint: 28:90:3a:63:5b:52:80:fa:e6:77:4c:0b:6d:a7:d6:ba:a6:4a:f2:e8 +# SHA256 Fingerprint: 88:49:7f:01:60:2f:31:54:24:6a:e2:8c:4d:5a:ef:10:f1:d8:7e:bb:76:62:6f:4a:e0:b7:f9:5b:a7:96:87:99 +-----BEGIN CERTIFICATE----- +MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB +8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy +dGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1 +YmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3 +dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UECxMsSmVyYXJxdWlh +IEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMTBkVD +LUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQG +EwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8g +KE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBD +ZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQu +bmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMg +ZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUNDMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R +85iKw5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm +4CgPukLjbo73FCeTae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaV +HMf5NLWUhdWZXqBIoH7nF2W4onW4HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNd +QlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0aE9jD2z3Il3rucO2n5nzbcc8t +lGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw0JDnJwIDAQAB +o4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4 +opvpXY0wfwYDVR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBo +dHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidW +ZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAwDQYJKoZIhvcN +AQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJlF7W2u++AVtd0x7Y +/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNaAl6k +SBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhy +Rp/7SNVel+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOS +Agu+TGbrIP65y7WZf+a2E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xl +nJ2lYJU6Un/10asIbvPuW/mIPX64b24D5EI= +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2011" +# Serial: 0 +# MD5 Fingerprint: 73:9f:4c:4b:73:5b:79:e9:fa:ba:1c:ef:6e:cb:d5:c9 +# SHA1 Fingerprint: fe:45:65:9b:79:03:5b:98:a1:61:b5:51:2e:ac:da:58:09:48:22:4d +# SHA256 Fingerprint: bc:10:4f:15:a4:8b:e7:09:dc:a5:42:a7:e1:d4:b9:df:6f:05:45:27:e8:02:ea:a9:2d:59:54:44:25:8a:fe:71 +-----BEGIN CERTIFICATE----- +MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix +RDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p +YyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw +NjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK +EztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl +cnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz +dYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ +fel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns +bgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD +75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP +FEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV +HRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp +5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu +b3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA +A4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p +6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8 +TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7 +dIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys +Nnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI +l7WdmplNsDz4SgCbZN2fOUvRJ9e4 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi +# Subject: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi +# Label: "E-Tugra Certification Authority" +# Serial: 7667447206703254355 +# MD5 Fingerprint: b8:a1:03:63:b0:bd:21:71:70:8a:6f:13:3a:bb:79:49 +# SHA1 Fingerprint: 51:c6:e7:08:49:06:6e:f3:92:d4:5c:a0:0d:6d:a3:62:8f:c3:52:39 +# SHA256 Fingerprint: b0:bf:d5:2b:b0:d7:d9:bd:92:bf:5d:4d:c1:3d:a2:55:c0:2c:54:2f:37:83:65:ea:89:39:11:f5:5e:55:f2:3c +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV +BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC +aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV +BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1 +Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz +MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+ +BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp +em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN +ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY +B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH +D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF +Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo +q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D +k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH +fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut +dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM +ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8 +zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn +rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX +U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6 +Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5 +XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF +Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR +HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY +GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c +77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3 ++GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK +vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6 +FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl +yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P +AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD +y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d +NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA== +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Label: "GlobalSign ECC Root CA - R4" +# Serial: 14367148294922964480859022125800977897474 +# MD5 Fingerprint: 20:f0:27:68:d1:7e:a0:9d:0e:e6:2a:ca:df:5c:89:8e +# SHA1 Fingerprint: 69:69:56:2e:40:80:f4:24:a1:e7:19:9f:14:ba:f3:ee:58:ab:6a:bb +# SHA256 Fingerprint: be:c9:49:11:c2:95:56:76:db:6c:0a:55:09:86:d7:6e:3b:a0:05:66:7c:44:2c:97:62:b4:fb:b7:73:de:22:8c +-----BEGIN CERTIFICATE----- +MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ +FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F +uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX +kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs +ewv4n4Q= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden +# Subject: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden +# Label: "Staat der Nederlanden EV Root CA" +# Serial: 10000013 +# MD5 Fingerprint: fc:06:af:7b:e8:1a:f1:9a:b4:e8:d2:70:1f:c0:f5:ba +# SHA1 Fingerprint: 76:e2:7e:c1:4f:db:82:c1:c0:a6:75:b5:05:be:3d:29:b4:ed:db:bb +# SHA256 Fingerprint: 4d:24:91:41:4c:fe:95:67:46:ec:4c:ef:a6:cf:6f:72:e2:8a:13:29:43:2f:9d:8a:90:7a:c4:cb:5d:ad:c1:5a +-----BEGIN CERTIFICATE----- +MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO +TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh +dCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y +MjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg +TmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS +b290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS +M4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC +UiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d +Z//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p +rfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l +pJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb +j5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC +KFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS +/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X +cgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH +1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP +px9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7 +MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI +eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u +2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS +v4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC +wPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy +CqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e +vTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6 +Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa +Gl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL +eG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8 +FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc +7uzXLg== +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Subject: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Label: "TrustCor RootCert CA-1" +# Serial: 15752444095811006489 +# MD5 Fingerprint: 6e:85:f1:dc:1a:00:d3:22:d5:b2:b2:ac:6b:37:05:45 +# SHA1 Fingerprint: ff:bd:cd:e7:82:c8:43:5e:3c:6f:26:86:5c:ca:a8:3a:45:5b:c3:0a +# SHA256 Fingerprint: d4:0e:9c:86:cd:8f:e4:68:c1:77:69:59:f4:9e:a7:74:fa:54:86:84:b6:c4:06:f3:90:92:61:f4:dc:e2:57:5c +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIJANqb7HHzA7AZMA0GCSqGSIb3DQEBCwUAMIGkMQswCQYD +VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk +MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U +cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29y +IFJvb3RDZXJ0IENBLTEwHhcNMTYwMjA0MTIzMjE2WhcNMjkxMjMxMTcyMzE2WjCB +pDELMAkGA1UEBhMCUEExDzANBgNVBAgMBlBhbmFtYTEUMBIGA1UEBwwLUGFuYW1h +IENpdHkxJDAiBgNVBAoMG1RydXN0Q29yIFN5c3RlbXMgUy4gZGUgUi5MLjEnMCUG +A1UECwweVHJ1c3RDb3IgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR8wHQYDVQQDDBZU +cnVzdENvciBSb290Q2VydCBDQS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB +CgKCAQEAv463leLCJhJrMxnHQFgKq1mqjQCj/IDHUHuO1CAmujIS2CNUSSUQIpid +RtLByZ5OGy4sDjjzGiVoHKZaBeYei0i/mJZ0PmnK6bV4pQa81QBeCQryJ3pS/C3V +seq0iWEk8xoT26nPUu0MJLq5nux+AHT6k61sKZKuUbS701e/s/OojZz0JEsq1pme +9J7+wH5COucLlVPat2gOkEz7cD+PSiyU8ybdY2mplNgQTsVHCJCZGxdNuWxu72CV +EY4hgLW9oHPY0LJ3xEXqWib7ZnZ2+AYfYW0PVcWDtxBWcgYHpfOxGgMFZA6dWorW +hnAbJN7+KIor0Gqw/Hqi3LJ5DotlDwIDAQABo2MwYTAdBgNVHQ4EFgQU7mtJPHo/ +DeOxCbeKyKsZn3MzUOcwHwYDVR0jBBgwFoAU7mtJPHo/DeOxCbeKyKsZn3MzUOcw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQAD +ggEBACUY1JGPE+6PHh0RU9otRCkZoB5rMZ5NDp6tPVxBb5UrJKF5mDo4Nvu7Zp5I +/5CQ7z3UuJu0h3U/IJvOcs+hVcFNZKIZBqEHMwwLKeXx6quj7LUKdJDHfXLy11yf +ke+Ri7fc7Waiz45mO7yfOgLgJ90WmMCV1Aqk5IGadZQ1nJBfiDcGrVmVCrDRZ9MZ +yonnMlo2HD6CqFqTvsbQZJG2z9m2GM/bftJlo6bEjhcxwft+dtvTheNYsnd6djts +L1Ac59v2Z3kf9YKVmgenFK+P3CghZwnS1k1aHBkcjndcw5QkPTJrS37UeJSDvjdN +zl/HHk484IkzlQsPpTLWPFp5LBk= +-----END CERTIFICATE----- + +# Issuer: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Subject: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Label: "TrustCor RootCert CA-2" +# Serial: 2711694510199101698 +# MD5 Fingerprint: a2:e1:f8:18:0b:ba:45:d5:c7:41:2a:bb:37:52:45:64 +# SHA1 Fingerprint: b8:be:6d:cb:56:f1:55:b9:63:d4:12:ca:4e:06:34:c7:94:b2:1c:c0 +# SHA256 Fingerprint: 07:53:e9:40:37:8c:1b:d5:e3:83:6e:39:5d:ae:a5:cb:83:9e:50:46:f1:bd:0e:ae:19:51:cf:10:fe:c7:c9:65 +-----BEGIN CERTIFICATE----- +MIIGLzCCBBegAwIBAgIIJaHfyjPLWQIwDQYJKoZIhvcNAQELBQAwgaQxCzAJBgNV +BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw +IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy +dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEfMB0GA1UEAwwWVHJ1c3RDb3Ig +Um9vdENlcnQgQ0EtMjAeFw0xNjAyMDQxMjMyMjNaFw0zNDEyMzExNzI2MzlaMIGk +MQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEg +Q2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYD +VQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRy +dXN0Q29yIFJvb3RDZXJ0IENBLTIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCnIG7CKqJiJJWQdsg4foDSq8GbZQWU9MEKENUCrO2fk8eHyLAnK0IMPQo+ +QVqedd2NyuCb7GgypGmSaIwLgQ5WoD4a3SwlFIIvl9NkRvRUqdw6VC0xK5mC8tkq +1+9xALgxpL56JAfDQiDyitSSBBtlVkxs1Pu2YVpHI7TYabS3OtB0PAx1oYxOdqHp +2yqlO/rOsP9+aij9JxzIsekp8VduZLTQwRVtDr4uDkbIXvRR/u8OYzo7cbrPb1nK +DOObXUm4TOJXsZiKQlecdu/vvdFoqNL0Cbt3Nb4lggjEFixEIFapRBF37120Hape +az6LMvYHL1cEksr1/p3C6eizjkxLAjHZ5DxIgif3GIJ2SDpxsROhOdUuxTTCHWKF +3wP+TfSvPd9cW436cOGlfifHhi5qjxLGhF5DUVCcGZt45vz27Ud+ez1m7xMTiF88 +oWP7+ayHNZ/zgp6kPwqcMWmLmaSISo5uZk3vFsQPeSghYA2FFn3XVDjxklb9tTNM +g9zXEJ9L/cb4Qr26fHMC4P99zVvh1Kxhe1fVSntb1IVYJ12/+CtgrKAmrhQhJ8Z3 +mjOAPF5GP/fDsaOGM8boXg25NSyqRsGFAnWAoOsk+xWq5Gd/bnc/9ASKL3x74xdh +8N0JqSDIvgmk0H5Ew7IwSjiqqewYmgeCK9u4nBit2uBGF6zPXQIDAQABo2MwYTAd +BgNVHQ4EFgQU2f4hQG6UnrybPZx9mCAZ5YwwYrIwHwYDVR0jBBgwFoAU2f4hQG6U +nrybPZx9mCAZ5YwwYrIwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYw +DQYJKoZIhvcNAQELBQADggIBAJ5Fngw7tu/hOsh80QA9z+LqBrWyOrsGS2h60COX +dKcs8AjYeVrXWoSK2BKaG9l9XE1wxaX5q+WjiYndAfrs3fnpkpfbsEZC89NiqpX+ +MWcUaViQCqoL7jcjx1BRtPV+nuN79+TMQjItSQzL/0kMmx40/W5ulop5A7Zv2wnL +/V9lFDfhOPXzYRZY5LVtDQsEGz9QLX+zx3oaFoBg+Iof6Rsqxvm6ARppv9JYx1RX +CI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa +ZH9bDTMJBzN7Bj8RpFxwPIXAz+OQqIN3+tvmxYxoZxBnpVIt8MSZj3+/0WvitUfW +2dCFmU2Umw9Lje4AWkcdEQOsQRivh7dvDDqPys/cA8GiCcjl/YBeyGBCARsaU1q7 +N6a3vLqE6R5sGtRk2tRD/pOLS/IseRYQ1JMLiI+h2IYURpFHmygk71dSTlxCnKr3 +Sewn6EAes6aJInKc9Q0ztFijMDvd1GpUk74aTfOTlPf8hAs/hCBcNANExdqtvArB +As8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp +5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu +1uwJ +-----END CERTIFICATE----- + +# Issuer: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Subject: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Label: "TrustCor ECA-1" +# Serial: 9548242946988625984 +# MD5 Fingerprint: 27:92:23:1d:0a:f5:40:7c:e9:e6:6b:9d:d8:f5:e7:6c +# SHA1 Fingerprint: 58:d1:df:95:95:67:6b:63:c0:f0:5b:1c:17:4d:8b:84:0b:c8:78:bd +# SHA256 Fingerprint: 5a:88:5d:b1:9c:01:d9:12:c5:75:93:88:93:8c:af:bb:df:03:1a:b2:d4:8e:91:ee:15:58:9b:42:97:1d:03:9c +-----BEGIN CERTIFICATE----- +MIIEIDCCAwigAwIBAgIJAISCLF8cYtBAMA0GCSqGSIb3DQEBCwUAMIGcMQswCQYD +VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk +MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U +cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxFzAVBgNVBAMMDlRydXN0Q29y +IEVDQS0xMB4XDTE2MDIwNDEyMzIzM1oXDTI5MTIzMTE3MjgwN1owgZwxCzAJBgNV +BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw +IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy +dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEXMBUGA1UEAwwOVHJ1c3RDb3Ig +RUNBLTEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPj+ARtZ+odnbb +3w9U73NjKYKtR8aja+3+XzP4Q1HpGjORMRegdMTUpwHmspI+ap3tDvl0mEDTPwOA +BoJA6LHip1GnHYMma6ve+heRK9jGrB6xnhkB1Zem6g23xFUfJ3zSCNV2HykVh0A5 +3ThFEXXQmqc04L/NyFIduUd+Dbi7xgz2c1cWWn5DkR9VOsZtRASqnKmcp0yJF4Ou +owReUoCLHhIlERnXDH19MURB6tuvsBzvgdAsxZohmz3tQjtQJvLsznFhBmIhVE5/ +wZ0+fyCMgMsq2JdiyIMzkX2woloPV+g7zPIlstR8L+xNxqE6FXrntl019fZISjZF +ZtS6mFjBAgMBAAGjYzBhMB0GA1UdDgQWBBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAf +BgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/ +MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv +civUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2 +AHMsWbEhBuH7rBiVDKP/mZb3Kyeb1STMHd3BOuCYRLDE5D53sXOpZCz2HAF8P11F +hcCF5yWPldwX8zyfGm6wyuMdKulMY/okYWLW2n62HGz1Ah3UKt1VkOsqEUc8Ll50 +soIipX1TH0XsJ5F95yIW6MBoNtjG8U+ARDL54dHRHareqKucBK+tIA5kmE2la8BI +WJZpTdwHjFGTot+fDz2LYLSCjaoITmJF4PkL0uDgPFveXHEnJcLmA4GLEFPjx1Wi +tJ/X5g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R1 O=Google Trust Services LLC +# Subject: CN=GTS Root R1 O=Google Trust Services LLC +# Label: "GTS Root R1" +# Serial: 146587175971765017618439757810265552097 +# MD5 Fingerprint: 82:1a:ef:d4:d2:4a:f2:9f:e2:3d:97:06:14:70:72:85 +# SHA1 Fingerprint: e1:c9:50:e6:ef:22:f8:4c:56:45:72:8b:92:20:60:d7:d5:a7:a3:e8 +# SHA256 Fingerprint: 2a:57:54:71:e3:13:40:bc:21:58:1c:bd:2c:f1:3e:15:84:63:20:3e:ce:94:bc:f9:d3:cc:19:6b:f0:9a:54:72 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxUtHDA3sM9CJuRz04TANBgkqhkiG9w0BAQwFADBH +MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM +QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy +MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl +cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaM +f/vo27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vX +mX7wCl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7 +zUjwTcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0P +fyblqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtc +vfaHszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4 +Zor8Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUsp +zBmkMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOO +Rc92wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYW +k70paDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+ +DVrNVjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgF +lQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBADiW +Cu49tJYeX++dnAsznyvgyv3SjgofQXSlfKqE1OXyHuY3UjKcC9FhHb8owbZEKTV1 +d5iyfNm9dKyKaOOpMQkpAWBz40d8U6iQSifvS9efk+eCNs6aaAyC58/UEBZvXw6Z +XPYfcX3v73svfuo21pdwCxXu11xWajOl40k4DLh9+42FpLFZXvRq4d2h9mREruZR +gyFmxhE+885H7pwoHyXa/6xmld01D1zvICxi/ZG6qcz8WpyTgYMpl0p8WnK0OdC3 +d8t5/Wk6kjftbjhlRn7pYL15iJdfOBL07q9bgsiG1eGZbYwE8na6SfZu6W0eX6Dv +J4J2QPim01hcDyxC2kLGe4g0x8HYRZvBPsVhHdljUEn2NIVq4BjFbkerQUIpm/Zg +DdIx02OYI5NaAIFItO/Nis3Jz5nu2Z6qNuFoS3FJFDYoOj0dzpqPJeaAcWErtXvM ++SUWgeExX6GjfhaknBZqlxi9dnKlC54dNuYvoS++cJEPqOba+MSSQGwlfnuzCdyy +F62ARPBopY+Udf90WuioAnwMCeKpSwughQtiue+hMZL77/ZRBIls6Kl0obsXs7X9 +SQ98POyDGCBDTtWTurQ0sR8WNh8M5mQ5Fkzc4P4dyKliPUDqysU0ArSuiYgzNdws +E3PYJ/HQcu51OyLemGhmW/HGY0dVHLqlCFF1pkgl +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R2 O=Google Trust Services LLC +# Subject: CN=GTS Root R2 O=Google Trust Services LLC +# Label: "GTS Root R2" +# Serial: 146587176055767053814479386953112547951 +# MD5 Fingerprint: 44:ed:9a:0e:a4:09:3b:00:f2:ae:4c:a3:c6:61:b0:8b +# SHA1 Fingerprint: d2:73:96:2a:2a:5e:39:9f:73:3f:e1:c7:1e:64:3f:03:38:34:fc:4d +# SHA256 Fingerprint: c4:5d:7b:b0:8e:6d:67:e6:2e:42:35:11:0b:56:4e:5f:78:fd:92:ef:05:8c:84:0a:ea:4e:64:55:d7:58:5c:60 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxlqz5yDFMJo/aFLybzANBgkqhkiG9w0BAQwFADBH +MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM +QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy +MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl +cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3Lv +CvptnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3Kg +GjSY6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9Bu +XvAuMC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOd +re7kRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXu +PuWgf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1 +mKPV+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K +8YzodDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqj +x5RWIr9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsR +nTKaG73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0 +kzCqgc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9Ok +twIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBALZp +8KZ3/p7uC4Gt4cCpx/k1HUCCq+YEtN/L9x0Pg/B+E02NjO7jMyLDOfxA325BS0JT +vhaI8dI4XsRomRyYUpOM52jtG2pzegVATX9lO9ZY8c6DR2Dj/5epnGB3GFW1fgiT +z9D2PGcDFWEJ+YF59exTpJ/JjwGLc8R3dtyDovUMSRqodt6Sm2T4syzFJ9MHwAiA +pJiS4wGWAqoC7o87xdFtCjMwc3i5T1QWvwsHoaRc5svJXISPD+AVdyx+Jn7axEvb +pxZ3B7DNdehyQtaVhJ2Gg/LkkM0JR9SLA3DaWsYDQvTtN6LwG1BUSw7YhN4ZKJmB +R64JGz9I0cNv4rBgF/XuIwKl2gBbbZCr7qLpGzvpx0QnRY5rn/WkhLx3+WuXrD5R +RaIRpsyF7gpo8j5QOHokYh4XIDdtak23CZvJ/KRY9bb7nE4Yu5UC56GtmwfuNmsk +0jmGwZODUNKBRqhfYlcsu2xkiAhu7xNUX90txGdj08+JN7+dIPT7eoOboB6BAFDC +5AwiWVIQ7UNWhwD4FFKnHYuTjKJNRn8nxnGbJN7k2oaLDX5rIMHAnuFl2GqjpuiF +izoHCBy69Y9Vmhh1fuXsgWbRIXOhNUQLgD1bnF5vKheW0YMjiGZt5obicDIvUiLn +yOd/xCxgXS/Dr55FBcOEArf9LAhST4Ldo/DUhgkC +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R3 O=Google Trust Services LLC +# Subject: CN=GTS Root R3 O=Google Trust Services LLC +# Label: "GTS Root R3" +# Serial: 146587176140553309517047991083707763997 +# MD5 Fingerprint: 1a:79:5b:6b:04:52:9c:5d:c7:74:33:1b:25:9a:f9:25 +# SHA1 Fingerprint: 30:d4:24:6f:07:ff:db:91:89:8a:0b:e9:49:66:11:eb:8c:5e:46:e5 +# SHA256 Fingerprint: 15:d5:b8:77:46:19:ea:7d:54:ce:1c:a6:d0:b0:c4:03:e0:37:a9:17:f1:31:e8:a0:4e:1e:6b:7a:71:ba:bc:e5 +-----BEGIN CERTIFICATE----- +MIICDDCCAZGgAwIBAgIQbkepx2ypcyRAiQ8DVd2NHTAKBggqhkjOPQQDAzBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout +736GjOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2A +DDL24CejQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEAgFuk +fCPAlaUs3L6JbyO5o91lAFJekazInXJ0glMLfalAvWhgxeG4VDvBNhcl2MG9AjEA +njWSdIUlUfUk7GRSJFClH9voy8l27OyCbvWFGFPouOOaKaqW04MjyaR7YbPMAuhd +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R4 O=Google Trust Services LLC +# Subject: CN=GTS Root R4 O=Google Trust Services LLC +# Label: "GTS Root R4" +# Serial: 146587176229350439916519468929765261721 +# MD5 Fingerprint: 5d:b6:6a:c4:60:17:24:6a:1a:99:a8:4b:ee:5e:b4:26 +# SHA1 Fingerprint: 2a:1d:60:27:d9:4a:b1:0a:1c:4d:91:5c:cd:33:a0:cb:3e:2d:54:cb +# SHA256 Fingerprint: 71:cc:a5:39:1f:9e:79:4b:04:80:25:30:b3:63:e1:21:da:8a:30:43:bb:26:66:2f:ea:4d:ca:7f:c9:51:a4:bd +-----BEGIN CERTIFICATE----- +MIICCjCCAZGgAwIBAgIQbkepyIuUtui7OyrYorLBmTAKBggqhkjOPQQDAzBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzu +hXyiQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/l +xKvRHYqjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNnADBkAjBqUFJ0 +CMRw3J5QdCHojXohw0+WbhXRIjVhLfoIN+4Zba3bssx9BzT1YBkstTTZbyACMANx +sbqjYAuG7ZoIapVon+Kz4ZNkfF6Tpt95LY2F45TPI11xzPKwTdb+mciUqXWi4w== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G4" +# Serial: 289383649854506086828220374796556676440 +# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88 +# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01 +# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88 +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Label: "GLOBALTRUST 2020" +# Serial: 109160994242082918454945253 +# MD5 Fingerprint: 8a:c7:6f:cb:6d:e3:cc:a2:f1:7c:83:fa:0e:78:d7:e8 +# SHA1 Fingerprint: d0:67:c1:13:51:01:0c:aa:d0:c7:6a:65:37:31:16:26:4f:53:71:a2 +# SHA256 Fingerprint: 9a:29:6a:51:82:d1:d4:51:a2:e3:7f:43:9b:74:da:af:a2:67:52:33:29:f9:0f:9a:0d:20:07:c3:34:e2:3c:9a +-----BEGIN CERTIFICATE----- +MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG +A1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw +FwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx +MDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u +aXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq +hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b +RatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z +YybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3 +QWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw +yJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+ +BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ +SaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH +r96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0 +4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me +dKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw +q7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2 +nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu +H9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA +VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC +XtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd +6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf ++I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi +kvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7 +wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB +TI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C +MUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn +4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I +aFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy +qfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg== +-----END CERTIFICATE----- + +# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Label: "ANF Secure Server Root CA" +# Serial: 996390341000653745 +# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96 +# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74 +# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum EC-384 CA" +# Serial: 160250656287871593594747141429395092468 +# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1 +# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed +# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6 +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Root CA" +# Serial: 40870380103424195783807378461123655149 +# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29 +# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5 +# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd +-----BEGIN CERTIFICATE----- +MIIFwDCCA6igAwIBAgIQHr9ZULjJgDdMBvfrVU+17TANBgkqhkiG9w0BAQ0FADB6 +MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEu +MScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxHzAdBgNV +BAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwHhcNMTgwMzE2MTIxMDEzWhcNNDMw +MzE2MTIxMDEzWjB6MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEg +U3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRo +b3JpdHkxHzAdBgNVBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQDRLY67tzbqbTeRn06TpwXkKQMlzhyC93yZ +n0EGze2jusDbCSzBfN8pfktlL5On1AFrAygYo9idBcEq2EXxkd7fO9CAAozPOA/q +p1x4EaTByIVcJdPTsuclzxFUl6s1wB52HO8AU5853BSlLCIls3Jy/I2z5T4IHhQq +NwuIPMqw9MjCoa68wb4pZ1Xi/K1ZXP69VyywkI3C7Te2fJmItdUDmj0VDT06qKhF +8JVOJVkdzZhpu9PMMsmN74H+rX2Ju7pgE8pllWeg8xn2A1bUatMn4qGtg/BKEiJ3 +HAVz4hlxQsDsdUaakFjgao4rpUYwBI4Zshfjvqm6f1bxJAPXsiEodg42MEx51UGa +mqi4NboMOvJEGyCI98Ul1z3G4z5D3Yf+xOr1Uz5MZf87Sst4WmsXXw3Hw09Omiqi +7VdNIuJGmj8PkTQkfVXjjJU30xrwCSss0smNtA0Aq2cpKNgB9RkEth2+dv5yXMSF +ytKAQd8FqKPVhJBPC/PgP5sZ0jeJP/J7UhyM9uH3PAeXjA6iWYEMspA90+NZRu0P +qafegGtaqge2Gcu8V/OXIXoMsSt0Puvap2ctTMSYnjYJdmZm/Bo/6khUHL4wvYBQ +v3y1zgD2DGHZ5yQD4OMBgQ692IU0iL2yNqh7XAjlRICMb/gv1SHKHRzQ+8S1h9E6 +Tsd2tTVItQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSM+xx1 +vALTn04uSNn5YFSqxLNP+jAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQENBQAD +ggIBAEii1QALLtA/vBzVtVRJHlpr9OTy4EA34MwUe7nJ+jW1dReTagVphZzNTxl4 +WxmB82M+w85bj/UvXgF2Ez8sALnNllI5SW0ETsXpD4YN4fqzX4IS8TrOZgYkNCvo +zMrnadyHncI013nR03e4qllY/p0m+jiGPp2Kh2RX5Rc64vmNueMzeMGQ2Ljdt4NR +5MTMI9UGfOZR0800McD2RrsLrfw9EAUqO0qRJe6M1ISHgCq8CYyqOhNf6DR5UMEQ +GfnTKB7U0VEwKbOukGfWHwpjscWpxkIxYxeU72nLL/qMFH3EQxiJ2fAyQOaA4kZf +5ePBAFmo+eggvIksDkc0C+pXwlM2/KfUrzHN/gLldfq5Jwn58/U7yn2fqSLLiMmq +0Uc9NneoWWRrJ8/vJ8HjJLWG965+Mk2weWjROeiQWMODvA8s1pfrzgzhIMfatz7D +P78v3DSk+yshzWePS/Tj6tQ/50+6uaWTRRxmHyH6ZF5v4HaUMst19W7l9o/HuKTM +qJZ9ZPskWkoDbGs4xugDQ5r3V7mzKWmTOPQD8rv7gmsHINFSH5pkAnuYZttcTVoP +0ISVoDwUQwbKytu4QTbaakRnh6+v40URFWkIsr4WOZckbxJF0WddCajJFdr60qZf +E2Efv4WstK2tBZQIgx51F9NxO5NQI1mg7TyRVJ12AMXDuDjb +-----END CERTIFICATE----- diff --git a/venv/Lib/site-packages/pip/_vendor/certifi/core.py b/venv/Lib/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 000000000..b8140cf1a --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,76 @@ +# -*- coding: utf-8 -*- + +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import os + + +class _PipPatchedCertificate(Exception): + pass + + +try: + # Return a certificate file on disk for a standalone pip zipapp running in + # an isolated build environment to use. Passing --cert to the standalone + # pip does not work since requests calls where() unconditionally on import. + _PIP_STANDALONE_CERT = os.environ.get("_PIP_STANDALONE_CERT") + if _PIP_STANDALONE_CERT: + def where(): + return _PIP_STANDALONE_CERT + raise _PipPatchedCertificate() + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where(): + # 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 + +except _PipPatchedCertificate: + pass + +except ImportError: + # 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(_module, _path, encoding="ascii"): + with open(where(), "r", 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(): + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + +def contents(): + return read_text("certifi", "cacert.pem", encoding="ascii") diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__init__.py b/venv/Lib/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 000000000..80ad2546d --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,83 @@ +######################## 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 .universaldetector import UniversalDetector +from .enums import InputState +from .version import __version__, VERSION + + +__all__ = ['UniversalDetector', 'detect', 'detect_all', '__version__', 'VERSION'] + + +def detect(byte_str): + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError('Expected object of type bytes or bytearray, got: ' + '{}'.format(type(byte_str))) + else: + byte_str = bytearray(byte_str) + detector = UniversalDetector() + detector.feed(byte_str) + return detector.close() + + +def detect_all(byte_str): + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError('Expected object of type bytes or bytearray, got: ' + '{}'.format(type(byte_str))) + else: + byte_str = bytearray(byte_str) + + detector = UniversalDetector() + detector.feed(byte_str) + detector.close() + + if detector._input_state == InputState.HIGH_BYTE: + results = [] + for prober in detector._charset_probers: + if prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name + lower_charset_name = prober.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'): + if detector._has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get(lower_charset_name, + 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/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54d1eac92be6a58881fbc707c0e2c936c37a3684 GIT binary patch literal 1908 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 Bc%Zl5TJq?swJZa3dA|5RTHD8U3Hada7B373}tx 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 O!Y349OP7^-+4~1l1n#r| literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a012fb9bef837cf484bd8edd4d390bbd7957da71 GIT binary patch literal 3491 zcmai1&2JmI73X}(vLYv0XOr!Ew*}kn$Ev$_S`;WyBh4mt(v1PbEn*i7C`!j8k&-4J z%_t<5RECTiNctxfy*fZI`6~*vm;McN-Ai-nr9cn8q`$|J#+GBZG{hkv$@j(gdwhpe)>n~1QSlen#I>?I>HrR;tsr~=ddrC@I~;Fi9q@< zyk;Pr9oDG4!6~-=#zEh3^7^k;){fKOj){!y(9-GVVR8pQouZQr>{-(lPSX?Dg(v)% zP7?w|>2+R zjRV1U*lTCIQOPTzCTsIcNtE`&Zk!mY@`WVp_27tnu_w(I#-LThFpUN>4D$-DO4V?4 zU(2Mc79i*~Q%m^#N8MX*ZKmLn>V7=bt*T2T3k>=@mG38tNyR;T!`3OP)&@j#}g z^-QMET3d0urDG#khf!xg>Pg)i#>1N-){u0TmB_c?~z-i&i_ZC(qz{*DTyhE;(Ax)fdTeGjCwV(R1#2(ou_vy|o@ ztjtS0z3rV)`5!_XuC*@r+N17S*?w0_@sm=fbFe%wla?XMJhcFBWBeNjP`6dthSQ#V);!SPwf{+Kq)wJ8~V{XIJ>~yn*u@-;qy2WAAbq z1H+CTflM@Eue?JT4sE<`UB$|$kJ#$(A2&Yx7hMAfnp`DwPmkISN4*cyS+`#=z!~=A zUO#M)jSRCi8UGwRH5tm>%g(_k^NOB(VoqPum2Sl9+rq%G7wph6&M{IObaoHjiF=Pd zzH{hJoMUg|QBM7X`yqSfI1Dq)X?EyO{A2$W(_0f?`1?$4i2yV@fsEs@r#B`x-;RC; zP}KOeeI>b&-8hxp^p!+E9!kx#E+^~sdbux3hW)55%{rH9FNt-Z&nTKdidGNqt~MW+ zn`4`OA`@q6l&tf)DJM8Y9i%55{Oi%`-~MuPZV;(`sUYH+RAbXe_Tw_ql0W)wAz`|` zl(XBHU_Klf4v2K6;+-hvZ89Yr_4X8?)%dlKDnv2lArz_0(5raKYVnw`u6c>C)4RY5%r7h zH*e7_vX0a@aH^dugKpSJTdt~tZiI10*k-AS~y&aJh1-G zefs2!3A`JUerFN7GR51R*F$^u7m%oLpkr4mLB(<3`d-ypuGF2Yj_=gngHO)|?m3L+ z&`ZcI(femi3iJx+&=u~XXYl4vP=vg2fZ!B(WE0?2cpor}*U;8GeWt5uoPvfznj#KK<++q8zjgc6mXmOSU9t@<2QB@`5Qn9w|W)PZn zIwPe@sNKE*Ez?|5fJU4Tnpt*1Mb)3drWAJqAM1%C!U5mAI~$vur)>Qk*~@UGn?fxE zA6rKQiiGu&-`?I9Qfm6+qWs+3JMqyk6}?}IiXDr$+qS>8tG-EO!rnFj^(}l+8==O; z8<)sbeVbM}x<;jV?Y=`hDsdW`sF(XgC7f!FjZ+64o2M_OKvUN{g!4XB}Kwd@NI+V(c75<%J>N<6l7t{x| zTBnL8?hGVe5urXJ`uC}$3hz|5p;B8>xvA*o{{%lx4z9YsTMMe53(HRRKIY$b9lICa orrM*(fPqX$16@?Nm8?xgy4`f1q`Z2ou=h6ItF5xDP8E*)FBfly00000 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6ec0ec0859ae165d9e8058dcba49c3503232b22 GIT binary patch literal 2918 zcmb7GTaVL57#-WWZ8n=yE-I*{n)ab0Dg>lHAfc*-0

i*`{fMUkwDXOehv>@YLQ zvS@jNztHv-9{Edt?MwL!eQD1(jyId#v=WXy_T0{Q=6n}NY;83eu0MYJOVrwo{YjnU zR|TEhxXl$bl1VRNJtln_B;LgD`5ya;$%?GLX0ob+S3$2Ly{{oX^{@$%Lq z5sl+i?OI_~L{rDF0G->o%{?@V^*qUXzVvzlnR(3s=?wI$vL@^3*JML(;8~YVxrt{( zZOE3~dd*&Wy{2r#{73oOyP1sBku$h3E`G;ZnjF_1Zion<6s)+-_+06Dc)$f89ALtz zXET*XiVri5v8m8Dj%JC_9HS1n%YV$Y15*GgcGqdzEEYPfRa#;$;zSG*b(LqSDt2MF;5MG9E`I`Zs~e)RNJq-RqB#aP z5C(>`l!p0Kt9hKw%wnfViP8caL`&8VT`Mkdf3w5_bPD^cR^5?kVK&6HRazNKk_s%H z+3Z>=$*raX+I@0o=Scx^3ulOdX&i?F6&vxQNi#df!Abu_jYP8Q83#qaJi4yLU5Fz1 zTqLpN@RH)w417AyiI7G^Xr=jB7(P%6a!8fhco-|$EtoyJU(#CeN@W}&PKX|KC!JPL zzC?iCmB2Yk&jH|^W~w5Xj7T5CBU(mTiV@68W#Ul^XSuL*t`YV$6cnb_X~r{PXdKg+ z7-4c0oP2*ABPb(yAj(oJ;517@6UCEoWvG+KvBX6x$R$c3GMp3R$wbMR@&$%sidDGQ z?87i>A5`3x}%)NN)clx z&Q^%FguGYgwi8J`kCGXJjFdeMSMK6NolVFK2En3X0eR?#;5cMV+I3qaAC<4X=sm!F z7q_{A=FmH2Au2Cg&$Yf}cn@slP1V-k(s=!ly=lB<9x61-pTDhL;oZn<;RK10 z#i(SM`)2Zv=`*1F_x`M^mQVP@VZ_UVMljS#Jkf2A{nQ#4a1ux zT?-BKYKvdXd-3V%Z$h`+5s_f!MepPV=K+GTY>!li?z`-rx7`UeIVi8XTBaL#f9Gj@ zJqrPx3i@N}ZlU=ew{Z^kUR+#5!RfdX0rbs1ihwaXhini2zl2D*#9sR7dDhvgNE=}(DqvJ?HRxA`Ttb>GhW+!ae0lr%e|+3On!Dg zCT^t9F4O1m+VLDweF5($xtv2zxMV@Zh9nHq=P}lm9{y?#g*97FaXE@N`a9-)1z)>d z&MTC82r#GWI!+gz0r$V8P$^s_#qKd;U;h`eHTynDSL#kb~glbMJ44=(JvZz4yFqByohWacSq!iPasrj6mFVN(Tsm`WK z+XH9%mh%}T0=t(uX3T$XatQm?!folY^SO>2&}5o*~AnXU&{tm#@zfm*u3#= PLHfJT2%C&F{8sQUi*FK) literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7707c71b6987eb4c3ebeb71a79055b51d427206 GIT binary patch literal 407 zcmYjK!Ab)$5Y29O?QU)H=D|Pcp)Kf5L8542}xSq4=H|wH@_!W zFZLHaIlCe_;k}tRZ!(j2yKRE;w*SgMB0@fE@jpToHwZgM;)Dkqk`W-QfQM^h2ApOg zk1`4o#Pcvaf;ekIvP!d5o?$;kpF$g=#)}&7I7@l(NP6)BHv(D_ z>pMFzRwy|Ya;`j`yqwo`fu=LQwUwe!9DE0rkc+9SG+3WHcy&$fBQ6T(Q{liMO6%iU z#L%e2tLDSBL)A^tKP+^|rk&fP#)KDjCt-)`Xg6i?fl650+Td`XS) GulfO|-gGwr literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf44dc38e3bf2493a24521e232365ff82ee11a36 GIT binary patch literal 1149 zcma)5OKTKC5bmDWPU7ZaG@{^1Pm3md$t5Dbc7uduV{j2+7-(jvJDbsY+1(r1klP0G z3&d+Y<}c0Fi~a>qR`n!gf(Z67-CtEds`{(1qlJZe0`1$^pV7+}AwSS)HV2GX@T)#_ zoN$_wj0ThqBqneLqoJCZmZ?iu`pRrBjtCm|W=oGmE|b&5cbq9I(N={?={`A#ODL(o!1$1PLf7fpta>D5u;y^#fZt+~&?HnbE)n zZ1M)|oe_rwn0KqXWn$DJW4y#wLyQ6NS5KkSMAH*8v(ByWgc5CQX9hNNwKpR$wob^o zk29RW!E~=PSGj6Z3MoCGUc%XFAHy0Z|n98Ju_9}1i#v&x{SjftiLJ56A zD@Td+0LD4S;xtl^}>)b1h`94wF)aAGdcyxXvdLYZU^cdQ|8zuE#Yl%Cwkf zBG=)O$dAI^WE84Ii?uR}KSyJs!ZInl4CZ(tyRb`gp}TPjWhhNm*2}5%A=k(7D+Git z(s|pb$9EenF&w?>)nC5PfXOoogl1`A2RvaW!g?vGSq;a|y_r}v8iW^}%t(zg-@QtB@v+eq3imHjbx@|IL4}qFRazNnvxP+gFKUv@LeiBTX z?-!=;Pg9!5IN$R9=XnsXR&?K|X^1MvCw6#&EoW83Ktrlv*di(jZTLm z%Gmu?EW~gY%^vu$MpOP^6{rX38PS+saJ-WNB#;?urCd=fs(iZ<5WM*wsy+nv-vJru zR2vvnAJkZdRa?ryWG2&E3e#bJiy9EHT5-D@B;y=XWj~7HqVuQk8Z<~9`5ifv9}4n< z$zTPuS$sjVlmv38(dc9y)XplVqtP;!ybR`ZtgMA(c=5$uWFG@_>RY@DPY&g%a2**c z6g%xlwqv=L@7hPlU3=fQI>iU;cV55Qu|2!zG`ofIxOv<}%|biu^{u8;=uXe^+m8>6 zaw1~N=WL@!IOfNtbD>7Ab!4q$c~;xAorA*I@0~au-}Va4>3RNN_qa-rh^)rUpRI1+T1rB>!9h`-&%!n;&kmptNWzTR!`%&=K_Yn+O04SgqSku zpOk+N$6m2fHVKImpTNRbKmy@n4cvedrIN~VEd+XFpeOf$#HYY+%8Mm@gQtz+9(0>! zG}}vmUd(^FIUO$B>!kz9YtV*1$zlPS!R0QakqhY&v(`n%@Fc-9geJyEBLe;WGM6xj zSqgtEFmIa4MFy2SCNUH8e@Q~xJ;&?!x&(TDm?k2k(BUZwKqG@pT=npO;NFYBk^P12 zPh@`pbLzEgqg4ZNvi1S>JB8VWhu;D?KP)u&$x*AoqcVPumqbx0^I~8*6!W`0{$-{ CXNCs= literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8be03090568137fe59b1542eaaf715b5361dcc98 GIT binary patch literal 2641 zcma)7OK%)S5bmCtot=H!S)AY?5{3YWMI?coP=p|ny-qf<*Ou2jG+NY*r+Z(Son3d2 z17599wv-DT5r~s5amgjWfL}5<#D$!=bE2we*N+$^deqf5UDc1O`l{M5mGT7IPe1|ssA?sJhaPLLv903wJ-Iq?imJ(JHpBW=n}ZXM=4OY>;7<7I@+ zv)nl(2h_^~pW}JWJG{V)hs4YA5--D;e?~0g6~Hy~$$U)(=iD;>E$>3x>h_d-PT=k; zpjs5LVxIzW~NVu?Eb$jjDRbposmg8AcfNIzi+#N=4Jk(qDxQOCjd(Vx#Lc!|U zLASKD5g6KODM23HXhK&OzuHyCWfG0q&nTjP;^k%vh339n91~7C|D>P5|`7dZX5?v1Wa3W3|3guPrAw zgh)hOq7!5miG!-nqx&28QCH^h*M7XdS-anmn6Sy54^ez7U~d)-ccVDD#M00T&H~6G zCE}!VI)&H8d`WDkFqM*wgwVuQBe9eS+xmXbX_8|s2z{j(drtn2mhZOe5u{fHQ6H(+ zm-W>a#2yIwpM%FE!B&~&5<8GfrC|R)EnJq zAmc-M8*d2Ly$!$uY(l2r8tut4*!4bi^(GKPE7Yb%Iu9RG?Dq5%t? z#1^_#W9tzxGi)6h7)^}+GWmLOpH8T{zO%q#WY&bH(w&7kgBk~bMrLaqWHoiBDA=mz zWC=FaQJ0IzK>>v@rIAU@P(*S8r!OP90;FoltH`6Cd;Wdi{N0J6_%<2lv0fI(kCAA53kQk)`&MgBn4aIsEN zV|?wxp=UM!&)L$2?W$CpFK+;!ntXb;GlORR%()i>Jk$E`GtqBougr7WgvSXwrmNZL zym;{Yc;UrgpLIY(H~BUU|9YEpN5qg&Q5$PmAl5)nJCZ;MEMxrE1%I5^KUdl^uo%0J z#;?FkD8TLKeFJX^-1qzD#FXWU*+=-ncw|hBW4domtk~>ZPYl@wNSX`)Xpw$~8y^#c zFa%|Wn@_0xCARxn0H*^pIRgTZy-8pvT%U*aWzZ;S4fCjYjK!@4ryu*jI`Bz865qvX`H%>%BvaemT;EJFj)o?7V||OQ)#U41nid+nzSV@e z#93MYys^ycTghVTGkkl}-Pj;~*waLL7Z#`4lF?vIobA0B3SBG{8l)*!oE26qWv>Ft zY74=eu!%yr5$Zq&jTszog3m=jRU^NbCKd^beC z$k@)VA5JA%#`rK`OcyYn$B6?~4IYGePrifJXp`PU?js;cXAQ~3nR(VkK}JNo1ErrKiSe37 oQK$f3sFP<$KQ{W2Nh{mw_0A;iC#f$!#VLi4RS~Mx0$sHJ0mCJDo&W#< literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf65866827f620c77aa2f4e7db1815dfda8c3983 GIT binary patch literal 7090 zcmeHLOK;Oa5Vljtd8aQ598lE*2Z9s|;f4@u2@z?VK9od4vMfbzc0*GVC$e3n_80I6 z5EuRc{|N1s3;qQlxG=M^9mlw>jH*T|iM5Z}d3a_#`(?FSE|(VI_vzzzEng6XZ%Fum zRUkH?nP2Awfe1wG34Ku!MS;YW7!{A_ph*OKf0J-Eq{U$^thut>2H_MzIf=-;kCV8w zI^szL9?lu}DDU^dn|B^7GD#>28Ut%GO^_r>k@RO-Ns^3`LM`q;TJm%PbN&`syJ!rH zE4b$AkGv09m<9P_Bsxo1mE!A{#nRI!C6*{7pqjKG zvrN0EnP$t<4ttbkM?^2FW8w+=3&BNw}I zE!?ZY<;2v3@$lzbvUUUDoY&v16O367rjdg}D$+)^Q-CmMnXSftvGll9Dwg*~r`xMR z(Qyg<Yk z9r&;}4DtoQw=F3`zWstMm+TDLusj(cKXYn{&-s85iV-l3_j;Vl+r7`C(Q`-j< zrhxRBLgu79t|^oYdbLxZFa@N~6f(n2p`2sti(ov&4~gBc<5$nrE#0DqZXR`qrut^9 zrXCoBW7@V%wS1&mhXYH6n-d(1gbsUy(>~QL^*zH``vY>)qc85ko6Qfr0{`b$blv6$#R lzvaY;j}mL*J!oq`rObIUD1mbD{E)KYQmZKOTS`uH{{X{Mm_q;n literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16da0f312af7f41938caed5fa87c0f05887bc7ab GIT binary patch literal 2455 zcma)8%}*Og6rY*>U~P;sBqR`36_J{QrIO@ORaF&LO@SsvU=Vgx)p9jmb_TO%ckRrM zqhL8FsB-P4>J<(>7Hz4^`iAe@;g6Zn4p<*)F! zDj|QOF!{M4d<`xC5r`myCM2b8nzA;dD6_;#-L`9aC-G9h?OWbWrqZAtSl&xYX}Mjt zyq`>`m3D=aM?_4C;Dm@ky2nm?MwFVQUVcMCO`Vy_j_U8lS+}V}Elp)Bj1J;VTB%OW zjjds#<8O|%Ts;U?Q)*l-70k@9_Ql1v^Gz_iwElGU$=Ov@K~V!Ud{d2@?zZLh6wMqt>L&pDU!9bhDBQ$gD771^hP3U(5-9m_ky1>TjO z@PvOtj%nKm-rgMeDNz#T6VeXEw5UK|dPQ8)E&~!XX4>j6ZWbXd7a#Jd99#Yw5KS~4 zlVf(u&Il#i(e5$G+|&LsfqqH{wl9szX&F}t(j>2GqdslCd^nIwmEaH)a2{u|=3IFo zssP7Ik%g1zsq#@?5EB^k5J4Ql{wbWRMFoWKhK;9WF7<0_+*~I6(3d!mk}%IXe@*@w ztbN(p0MJ#IAH;*a^WDZ~2X5PwkU(k+^#%j$8+Qjsssd)-ftFjBr&U^}0sKaV2NX!( zy+Gl^kbeY6T!nm0dQJg8LaXrjx~rz4v(TyK`0g4K&nf`Z4e#>j_#D^GTcv#lzt<((>1L1f@fcowGeK5l0~2pcU2hxxf&wzov%jBJ?CKd< zy$|En_r_;oykgIvH;%U zHAc7ZDpYJ{&g(`blLYG1FK=BdE&lbeMGM- qH;6L*qNsyD9GOGG!~$BR|4Vx>GjZ^sz~n2eCOKB78ahJpbN&Tuj#jz= literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..41774857865c5799428181e8439f8ebd8c453e2c GIT binary patch literal 12071 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 Iqvo^!01LwzrT_o{ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d2d931991af67ef537e59f9d53174e96d13f584 GIT binary patch literal 27191 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 SY@YBy1H%tATCA9{V*C#^SlAf= literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e93d453a7f410928ed46c0f5bc8f633ead966985 GIT binary patch literal 1150 zcma)5Piqu06i?>gPSA` zpFq6UV?U3#xq8vB;K}zgUAjdCGtA3NUh@9@-YFU@;38b}3}wa!SS#jtOHojjZ2ey?5R1-2_7181B_dKLbUQhzb%p=j4zIDx9-0a-}C+;hm8gjeO8; z-k=BP#3K>r-KcKa7E#4Py!&Dj)Zj5(^2_xx$uIcf|q@j3W?JsVZMdEzKpZ zJT0?Bn3ot!GOjgam*jWZeID-=Myf&|rKOG!c6MVZ=c7!Fj-d%=Ffwsc&l^IP*=Ul> z!okn3akH7bOz z&?XJ(bbSHH&3UnZA&RJW@GcfCC?MtRO#`^Pv45aeVNbPCSj~z%u&i2`31Gkqp35h& zqa6^$nciOvx_Icn0$0I4PfvL9@4#Wki{Ti6K?2N!-l%kbpdDh1F+awtCS&$H0A4gO5*cb;FXVFFk?=)b;LC@Y L5E7w9?dSXf7Qz}7 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81fee179bfc07d80b9aaed4670f227f2fcd7c3dc GIT binary patch literal 19115 zcmYk?1+SC=Dth2nY%Wjew*m7$8WBytDxl zig!Qf|L+)=Ff?gfKC9i1`ipMl1t&Sn?2-BnhE>U_=+f_?RcS=Yyq~jkx>bhtLM@ zGqtls2PO_-ezFiI3jdIAMSg^CJYg}>Zn*u!QZa{}hJrjw7s7b7nZiL{PQ=m}O2&PC zr>YtWK$-;k=pkzl;J)Lk2?zfPx1}{O(n-5BIX^)NiAdcyHv`DcG$HKgYAJA6wfxo^ z0g}kH&z%bEKI;ztGCZk94Y+Qh5q-|ayx4s;nqu5EXbZj3XiaVTpF!)LE>el-)LOWW z+shs`2uxx(Bl$uYjn(1?z33f-77&duT#9uSPSFb*CoI^P^3P~}&@QSS1Aar86S~m? z;H=Vay0zgpdLD}z|JrE+2kklNojQc)rRRWi5~xYwd)>9%ALssWp}kcvX-t={ardW# zm*_M`C0EkXj8`>sGg*TC_f-DS*pHk2nGjk?Z&;>;+F8RFvDO2(4?{mQp1>YYnY$RI zmKkR$mvlKtgn_#ENM)Bc#{CSgzQ#`kZn*ocMn0!ILL+Oi7HwnvAb(%8(LnbQ8@t?1gHCi)ZHaMtRBw8BW^ny#e{p&xKo zm;IYlbFQwM(T3<^kUP5H8a|4Rw78FbL4B^aF(^mRxu(V+^j zsxCdvWP$*W4oG*QRWq_#EX}D!>-NC7VfX^4Z5me%suvcFZc<4qos9dP6{f@G zVZ4m+0S7zXMn>T;xIV7rQzLttmXW}7rkw(*6l&4Glrx37QFf;mXiEbl+ArNqbUrU1 zQz=O0MbqBlbUVGj)G~!r^avxd+GQ%YghRlunRZAc2dUO-Yt?3ve_L%QS51iap!bH| zE)m!(>;n0ngF$FJNUe7VCol%$zJ{?-<2=!kX6)0LiCfC58TtDGr@V|qv7{)hjBm4v=h3`2`u9DGsX{s%*9=Vc7yV6jp;@vQk$zbA<&|W z)_+AhFz7`qrSU+%F{203mBCOnTB90k<22sJ_=$stLLJuj`x!dH+%jr&Sj$i9E?P0C z+VtvaBz1KwLM@78=|lt`!Ig*G16N0w7~4=AZOcEy+-N5+=iKQ})>;|_qA)Rh#Nkp3 z?{TopzHgClAEctOvAdyV;(i(BeU_Qy!d}8?t+vRZQfT)$t>dfUFSXS4ri5Db52@W& zU8DAcP)ZmSLNreIM6eP4;?&=?WCRX@+%;&FRi9IfVW=8^-vw}#1EV&^sbDSoT6!04 znJv46gujAangUM)O?B5a7v_*MU4C@K7VWbd%>%l%b7* z5rv<;;hKU#G{PwrT5|%Q3Y%gdl*>6qB?*CC_Wc<66T|DewLjJRsqH79#LQZ!%O(G;y z`wMrt$5@+GU3L$IT69YKt!b|bC4-Hqp4ttJrj&DAE1R@Dsrf{Q2tQftk<%X<-*GiD zfTJY@{?yG#bgQ)vNK>0Tht!+a&m)Y*Jx!%!Fdogvy@d8H+E%B0XhYG`$EpaoT*T*Y zZM2ZatC9~l85{FJ`VlRtyM(|djNg2~YR0J&@$MTlkyjG1gVf z3;e577Wb0Fsk&+3!3{Gbqq(n89%tIqcAM&XT!PEsluy_r{1&D~z0J*r_BZfTPV>p% z4I$dAd%&HB%Lp_xvbvYkoURdi2B%R~-41?t+-`0qhEme&5et!?V>cgblc~(q_{^Qo z_OX8=O=I{cXg8gv#ZJ@M5c|kNBPwH1JInlwmJIGU@=ws7lRgf#=nmXGcYhSFgnd`& z7NFNjnu?*r3|%1bK;s3C%owL}JAhoU@3N3aO^6ob>Q#?tzpzf|W%w%^f8mZHI-6)B z-FxQV*8P$EGa9o^+lbZ#qdnY2S63@`Rl`R*eQVV#z!QL53XMn|CYna~KHTfLUui5< z>#O#v^r4Z@6F5uMmv&4MBXdiiplu@6l&hm?V=z)U4FDO0(asyOlga9?Bo$gBDpM$5 z6(&n#FrLAEn&>v^A~rIRF9Fw2_Y`m>r1tGIMB`<+T82L{@^3SWIgJjuXo$NnZvDw@ zypHh|(bQD7OWRWZR(BuT9m9ue90Pfzwn^Fr?R_D=kvln^iZ<4BtAdsjZZld=hH`kb z%Z1IOYHXBKiw}IjsTYAcZm0x*%hCD}s7U@7$|+fE=QP7wTY<-hLD6n{^?AvUHp9Di zgoAoQS0kSdkZ34eb&#FHkK_*td89wFan+MKDf}ia90o<l@igx*6>OM&)pd zW~r?pf5_YiR=8#49+2j0#fW~27Kf|-Or%YLMy?8%*1(`ykv)6q?~dx$*i= zC-}SVWf(wyyW7}r!DhG_*jUQiL%W^QxI$`+hf*2%OSn4H`noR|-iVEX7?*Un3k5(j zdNLJ^tSQW~Y8j!fv@7K*1P)^OcZM+qIH*CYe!xX9^Sl;gr7*{!n;?D3FD8FeoJ;Ibv^evfER#llI{>5hq=*lgYv`e#yCTuUFb%2G-kp5!QY?eUZv8F z=QlV_C!Gm0H;jxHV(is8N~NRIU%>JCJLB$WaFECzn_c27ZhRM9H8b*~HP$FBEVsuP zt{NGhPg-Bv7Wg5R2WnY_)dr0xkd9s(xL=$m`DhGgG9Sn!QZ1ZT8vc_N_IT?Ks5NvY z;WEN^iC>Qv(A#I)HZ#@{Z2)jaoCK$Ao+3g;wELIn%$m7tLioiIF&JShSTCOEqWa{lYKW4c!=?w8Gn*G15y#> zUn6f>YqOD?)RJRN3wqHZ=_u|Sn)?g+=ZuW!+G~(674)L4xOIVZd41kDtqa@=@}HZV zglO(?if+S|VPi4KaQB?qZtcwY(~RR9y@N{hJMb;tQv|-(SmV@~=rT6aJH^LMtUHLS z!+to_NBdY9iP2SKl4*F>5h~%d!Hh4B?C9aOwA&)Mv;>xebPZ|r1<|e2EgD~PS_o|m@Q-R$ z)MmPf+ixK|8c!OOKEALR#GV@4c?Qt0N=E$d@i zlHK8GX&CArd)dM_t}X|E&kLhM8XY6`7J-)u%nkxkc+bPwe z5f-SOGWUTQPf6=xbkqIQ#jX(+8r~c?x5hS~qe;SZX7sd7Vzj5EO?}knJAEMJB>w@G zC0@ri{AH)tLG2yZD!bSN-rY`A64SeF%Tz{|0^a00drJ$L+l$lHyku2NW>7b$xfAR$oW0aHj3L~SREpr|% zD+m9?+GTu+K`Epo(e4TZ*d3v}+U7q}De2VT9aP77iOS6|GAc@WiK{CQ(h04*@D@lx zrw&9X<35dB(6o2#77ydHJJ`tD7Z{68D*`_-NcdhgtxYK9{)e6#^0Wu`ah!*iO zMC18Tiv~&$bFkOQiR5oPU2^)~{mmxT3?w_LDNb*=x*VnzVEk!egmf;^qeL^fp*T$T zLVF)=wbMShmK@YE<1MGRg&vH@_l)A1Ti-X$FCd>#nJgW^T6Nt|on~r$AnZa{z@AEGhCxxx%*5E3q7o>&L9<^?~q?L}g$62Q)l+%*>z-c%6$GjxN z*lN%`v=YK@wR6G&VO3Cxa=Vx8?y4Qp(pJqY{TF1D+DNre$zM_H$km_L8fMUP%HyO7 zg|xyEwE|wQJWhGl-XnT~-UhUSq}K4aRHK|zNw-naYtalhvC~nwofsuJ$mO)oHT|s- zm;5)@&&5@0SF%fOJE@?GQ>(;eetLb?-V{2rd&GNM3gkJ~ z{$t}=XRb+~n;iW}Zp=+0kdkag0}rFVQOtYIw!#!Hm9yOL}~UkqvV zy=Cs0w$A3afDcQbH!_3pi$^h-^3B-W5Ux{cW`&~$t;YS1XgM?5IDKv3Rl+C0>q$ML za?QREg=eH&f%ofPaJo!1v+ieV4ax7d(PSzKLFyBo?o?OfZH!Yqua$PjO=aI67|-h7 zLC)o#2!aBaOz#L=)MgBZ1PoFX7Gr znJSzX`nbeO8n1KOMQsO0CZ{(EjMIoA`nSf1q$V5rwPijKHo5z0YV+WR;ZEoIO<@{Z z9*}V$A47TeO|JZ9*+t=M|_at>fwMBrqhT(Hf0kgFsZw=?JMrloxmj zM>rM47)&p(PzX1J?g{%AAo`5w@v-hj0v~bkfS2S1UUPrz;kxPi*ElhE(udH5=XPpI z+{;sLsDoNrwbX8-cxXgjSbLRxWcWY8^$qVGdlCG7VdOdK6xNmpaFh!zr60XZ)lw0d z#OXDn%XJUxRzf=$1fo@HN%&hpw4X+5r?0rbZlk#dJ*9EiZc}(U#BOcr`@+ixEf!wY zm%NIVFkR$lTqr4Ujf!c|sb^;Pf4OgX#TlS~IxJ z(sV>q3oUv68||8Dk$txV|00wyEniTM&eK~*pe9CJ(^B(1TJ2+lS^?kkP<~Jw9qu%m ziq?!kE2o2S1RTpaqy{)QVK=P80dC4dzNRylZgT=e0~W`_Ml1&Z=r2v zcdtD*kb2_OiOM!AkGM)@x2b--S0;LxN^7(jPd|_E$^Ftj^vZ#h(kRU2Lya-?Hai{A z_%)oOt_%$~@-G`5$Ia#Rj%#{e3E(>pbDwO8pqHEIh_H1o3*BAgR^t9s-R){CbqAZap551VC&KlXR*H2`uQ13< zRxJV2Ky8WcVp8)lifJ?h=^FNp_A#_yt-spy^m@a+iZL1Y9tYEWgj$8?7LCHl3NqYH zw!%H?0UUFG>D8)h43NObO)c!PR8L2mchd33a zvd-b5X# z2bH@X%6RgNC?|3n>2{Z5wB@fm@EYkfQr}rMGcR9-G`dA^ylIEs)mZ{t2yCWzM(s9# znMqZ}&1h~Cj19W?i7v6_DE`7<;UkIrc9;=;Bh3r)#K_xTpO$FHNUaZ|QBIH?W*p`8 zZ;eT&?H7JW%dhs5beG}x;C_t_29wN}mYaN)@^fmZ**!|&JJ&SSz6o%5 zy4ae!*EC+$=)}PiH&k2NpWb1$q;P$>uLoR3`otalNb0D&Y=tHp<_gPT$9OOPtABpWYT!YS$) z=0>dzkIPzFkPE=Yto4Q&xrN6bshDI^rl5j7C=q^Y)-~mpRfm@sVH%2dzpdP+4J&N{1XLJ2$ z)tF;$sGmI&2txxS3NLZ^rxPl_!1Xt%e>g>ZG_pyD3ctI9BWT5)&Z?CczHt$`Ik@c( zx=WjR(j%qm%zYZ8y2dCbFS)SRAw>U~5zp{HSZj$<3ioB;1h{8#zj3PKEAj{2>HICl zU8?(t@qtb)s4M}lz)*b3C7JBy^pS2N4iY+z0$C*8;8fGdwT7>BYg5!RQI6~MV~~#~ z73=X2%uIXkFhzdKcWcQHJ9r#U;_Azc6?)&iEoP$;xwVjFr z=L4?jxB3BwpA>fMu7JyFx0$$~aaGr8t=d%&;CErD6-o;4()*LYbil(2#B(aC_7!dq z-0b8_3m<{}raRZFYw7J~=nc40Y9k3uxA}gjRcfD_wh!cy+Sl%C3%z*4YX<$|R0$*{ z`BP!7XqRhx4Wq8cdMbx-FJtVcyhgWNxV30v07n}!Y8c)tSc}?9zrZbrRt_VZcPP7% zF@$J5NJ@Ggg(a@DA}^h-+RUTK;-MT5TSnV~mykc>eMwJwhxLo2?Nyt{{bOkjGd@}`$YH~q1gYqZ zw3-LHLT#$K^@JBp>n-e|cZ<{s!+pQT?7`^3Ra-aNjeJ_QVZt@(H^2!j^Om#$fn69y zF$TGuPLvaB92C}hEp9Tt4C4dWzM8-aQcpm7NIyf{&162{m2k@`C$z$|YVTRKx!tn) zj#$leX#)Lm&jZh4qqRXJcwVeF94-so@46=#N<+Ry2vK`_70AzKXdc=PBmYy2kCxMg z55|C?7X@cQ&+sA|yUh5|T8lNNpj9yF zC@)XLWq|v^jAOdjEwe_Lpf)W`i>BkYB9#KS7FvA*Q*bBPw-)X&4*CP%wZ|J&vY|DA z8x%H*=IJiQ83J=Lwhx>=2`MB>ebf4(k7VP8nuct8H@Ci-{ zOiLWn=!kAN0(Cu}!MY_$6(m2x{hd@>=>8tDF_ob+q>>wcQDdMmjmjYo%1FnsI~XLl zAL{GX{vfcBKpCr6HN!g)^9?Vb@sbOpEBV2?V~BoFbS&JjR8k9_2`q$bE$MsXhHe(ibk{9QWsdGgPK`8Dct%a7S=~l1%2}zr!t;y}q8e0oNRwNp zJ4iFM$8cR;SWN+TLAdV*0+wAL@@U>;)JH?4jnOw>JBbQx4Iv1ph?qAX@2A$CT&FP-u`OR1@ z^fe=H2vKRn8;3#ByG~D;+s`Yyoct1o`b+!!65OD>jQhS$>4gztT9gTQ9MN(@oZuz; zR_#UUUc(o1^&)>=IIYIjN&XJ$<|R7J$P^m4L2{d$o!#N7Q=W*MbTaDCu-Qq%d!{1li$IEupJ~Q`%L1Rh1LnWJ# z6RxL`%itag->`8Lt^oOQK3gA1uT%cS@V^Zz$iZBqsR=x*n^G;0Z;%<}lb~G#UI>?1 z*aBD7+$$ifSSxRCa^SCxoT+gdZii{RK+@@yu!^p?Lg^k=M?EzBP(ml{>YCJM% zoa_AF@E?f&?(~8!V=&s7Rzqm-ovZ@#i03qFeT*z)d9y7V-gq0{pCQZ-X)u z{fD)Gol0t45#DELs#6w?)~1yW@=^E|IJ|Y7t^paPu@A1QFr55Lp&NCB%deI?42pu4 z@Rl%n(A<1z+oY4i@F>^|-|`y!IgR7@zeAQzWuw$Y;|oh|RNdSdX>S6VoPO5W;`D>- zEaFtyJ>LQDrdHPJc)&$-O#8(O7Xl>8CjHsmIcoi!#sCi>T2|UCc3*~8x{dXItu3$i zy{mf|z|l`sW=bc8Mifbl<2E+@l)2Z`=7C(pO~vF-Zm3c0lQD8ZtmiNz`UAKHZc&`fRL4FQQfN{L~AJ*blGV&s)Wx>bVY3tsdknw zVB`i)vk2c2T}!l2$l4+dtkv#5no>WDlbF6?@pncGb zDjA-czX}GuY|H9!d34w7euwd;ktf-B##;XYzZM=!6iR`n_Bz}Q)2?vvV=Nf%OM0`I z>=U|C6^u7nyUXs+82>m`$EZr`Eoo9-E)dNmtqhl+)KFdy!9~)00TT5fdI{tW;4!3z z;;wRf+i5n&ecU^gpV7FZ_L}t*dL9#<&Jc~KJ6@X73U3lPBF!!o0U3+Cg477yJYLc9 zhVQjy2Zr{zh)+l*pmM|${1YxQ&%HnzklG6OAxJIYLXzl~wmDy$v2fCQj#@_O7|fs7wM*1(#I!b7^6r4yO~1+|I_g z^y1^TmR132%fY^&;{RC*?>!rhsSG855pEfQmKt#}UeZ`<+6v)$;1@N%X0o+3nYVL~ z?lZXQm@KDJMEbJEc(tF&Z*kg!`x(f>P>bH@r3?2nHO?BjoYV5&y3JIIcn@AR_pUFz zY-+pQ&?g#AZF%3Ir-`Pq`SZZzoh|_{B-+zy3>(QbDq##GkP2-t#uboG^zy4MaLO7Q zQ3)o$Fme{gaeGu0=J0$HcQf$6XsgxQnQ_33)^LMt)L1AESJ)ND=cwtDCMUKq|=B)`3p1h^4tofs@g{&<1|K-DjVdZ7TnKqofiT)${=k8w?uf^ zS__z*ZMSdHhLL(#h(mcY8yPrw(}PMveirWgy07B?B<*aE>A(YVzvXnPN7fnS76((E z-U?FDm%&E#5-+*UU1|M>RO*7fP31R(T1YQ4nV!Jw(%qJR+O+pVh+?SJ(pbeDU5{;)eKCIwBl7*43_#L#g!XF^(f^sxScU!r-p&j;kgFr#k$~h%)oqt<3o*7RGaXqNdDSsrrLZBCc zOu&`V`UI)ydDgyxD+yQ5X)nkkgHBoI8Ok>~&8NHC+-qvr)T(;iTQD+86H{*MbiwIQ zqRlMRl3oVfvAUOa{~`aT+G)z~Fu9N31oACyev#*q8fU4r$4yCUm2@kCPlXO}V{mI} z3=9t?T4A?3xbF+6jhqz>MddVxNPFToqxYF>AEVY(_(-jM_>CueJAk8R82!jM=5(GX zQ5Njt1Tqn?vd>!)b zeJXZnGzZ>q+HjEL!XUNB+<)c5It0-uGjM0P?WQ#fUlK8mg(gB%p;-tG3&cN@qgK_D zrAn0S(ER1bb*fdV-=TV)X3d+{soJ7>okk5iG_4Z;b|&@zLaJ1)U!y~_I&Es4$?*S6 z)oNF1+M#))4mF$BXwsok)9N*vu8lJ&VXzPz9`&zYp>3UhL%I#>H@IiafWd8B)v4dM z@u2>_x^)>cxNWtborZMoKcsD!|M&MIUAqnF(|<(YZvBR|9ontm(6;qsI=3AhGo)LQ z0iC+^?$o2(;I;!|1{CWMdR_YuDi&CSx^^2V QFx-Iu>nToxcnRYD4|hL`5&!@I literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e2322f3eec227f6bcb3c2f4478c8bf6da81787c GIT binary patch literal 1158 zcma)5&1)1f6i?=Br^~k1N(IG>o?NgkR!<_L-IY@4R$&jqFc4-Z>2@^p(Ii{g(%TmL z7l_w-?7x(&7yTDJ`QA*IZV|x@^YW6HypP}eC0Sl>6BysV{!DB@$PZjB4i6S@;n#f- zoNy{hP9sWDcchcMkz4Do^m0G)Yu%GU-ilh3>=N$t;GFP4(3u;Byfq}<@D~MFU25+S zCema(QzLpui5d#?QI#X1z_QjWc~*>vCNW}=q(@mHVE5tf&i0Gv+x<)%m5nAQD~oqU zBBwgjV7=2=*>J!HANue2QwVZvxYsNF5)?rq%1Pv0kVDETch1Ae6&`oFcTQ$B@9z~APh0|jLe)%=R2XqxW=2on)xP}5tv(Nfyi{9oOL1Yg#v^P~RX209nyL_zeFDEmh0qn+ zrXf9DUxadVUhZF*BCb8Wj3sjlSUCqaXzr?2*i#)8wN{I}u(Tb_1yEo`l8dLXqa6^$ zIel;|>f)*Yi`?oV8MXL#=ujrbcmm)c3FcvM7dt=E4YALdB4f7ASYGmpM7_h<@g$Lr zrN+;OfG4oSOw~Q`tJXo-a_JU?NN!Y2|8VJZobxYcso$ zLLI46kkUU;Rmu}cec>gl`p{p{Uomf0UrMW9q+TBKLeH7C9ouAA^Uax=Gqc~!xyjz-B0;TqR>2-iLOSaWo4 zWJxl1Kw(Of%EZ)iUSz%So~SN)0y=Dz%6=&u=0mRlN*#~ZXa&0Ej9K81HlXpO7Nu$9Vsa=?w4zKDa}i zL4KT{fciKe;wPa#!B6pFsE7CnABFm)cZ#3pXLiVA>I{SY3LjJQ2*_voIVF!iAv$qR z!!FND`>wYnyob^54t@pF2frcwj_?PiCi)ouG>+2_@V!T9AX6B7kI&E|tLo)ebfCO}9+S|^X$F54q$n>ukdg}OpR zVN79c8MThJrq`4w$Ue6*snIrs7kJ@5m3rV+icrU0w@}Fk zf$Q#*=j+qgb7?>HgdZ%IYeDWodNv1#zTy?aAO|iME>*)Eu*7e67!PF^S#(wtbzB621PF#n=ST+jNeITCTHDGChs)Gxzt=!%-qjNGg7#hlD(0%n4O$X z@3UyHw9vgHvm8WD|23Z|K}hiML_NZoW1!@vDBs`3F#lIQLq}d8Fg`+ci6QqpzUJ6z}gqfOCd)v%*%H z7{odYJ-b?+?$JlIPN&IdUp-=VNZBy%qfJ24#8c2QpcUJrVxbNTuJmyB0XU)CvyNks zkklB+Fcxo&#r+G76@IDEo?G=RTT$5I)fYvf3d+ma#K@HK>C|FsYB8OeX-0>s zrUs#qT46(UTSG5;9{&+$25$h6(>9ASi<#79mS(elYHR(PMXf_dV~0!wzoMqTJwFFZoPmmpVS?6x7F#vM8K^a|lWO;pRVpq*kB*jGF?M5nSodHJv%q%H zGFNr9lbWU4FpCHdJvfVkO^FbVmeNYHObI@(o@D$*{*tHW(iu03uBp3|3+{9}yEvJd zO3CB1^E2rwaPYgS+Y6}&Ze|h;G5BdZd%v?!B_Y{Yf@D&t`o%K${DP;Fk{raf=jNwV zv#n)Yrcn1*u(2dfm4ZO(wug<0AJdMXU-J%ud4S24=r*+=J=rv-fdvkA)@bP_B-gH} zXZYEiC_MY;Y8OjMyE-bD%Xl$bzx2~~m0W5`ndM1sfK zhm0M$epI+6&)`o59yI(^ST0@*8x@po*IkD{hiF8+j-MJwzz`7^5#B_&gn+ve?;s=r zq}@nE@KOP0I zQgPijx4}DHsCySp`X!X$JphyG^vG-IhK~KrwoJ>^;q5bTFlvoL(HK=fTA8FF6Ad4V mu1J9apz7ybv4P_^a& literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bdbe129d3a94b50f346802127d35bc6f55a103e4 GIT binary patch literal 22143 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 RwQzWTze|gX9V>Rs{{fP%-(vs( literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c26b3ed752779b4698e81d6ac5edc27a498e45ee GIT binary patch literal 37616 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 J`rPTy{13UKE^q(< literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0010b1440ed57fa22e31df6edd4bbebb742cc8e7 GIT binary patch literal 21818 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb217d89d3c5b3a345e6abfe3a6be589ac72c9e5 GIT binary patch literal 20494 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 SFW&93Q?WDtuQSkYXZ#zc|IT0l literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb1fe4a9256fced93a1fb6c079aa97c7e3b1ff30 GIT binary patch literal 20562 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc46f976f5da1df5880d9e425dbe46f0b2191315 GIT binary patch literal 21763 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 AC;$Ke literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dc7632c2d9e44be764c22a5c4850a7fb66e14ff GIT binary patch literal 26366 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 bhV}oy4`=RMw#fk9R~kbPjcPAu}`Tm zoN;>1^l^%r=Jev!`@J7~&V2!9){JXS{(0V&@1C;H-oL%iIXA3jasvkR%OwBZdh`3a zcNSJ;-lLQLuc9K88J!HY9@t?RyySp2a6)J^t15v7YO^ z%Gx9NsP{A0YsIK_{ut}AZWUhKhL(EX!it|#--_(3*7sHFQFiEe1wIlzcs#7)ENvo} zDxd;AiVyS3BkEIMUZA&Ru`va*B64iGIz0N1k70+$XkFU!Uiz)v(h7VQuch8%9G^pj z+sIR8(pOgK(1W!qQ0hTFSxbShP-d<~qkhKdxj*+WODyooPRPdRH5z9XnJ8E&8Va!3 zkQMRdOBSAu=k6KHA9a&&^)<^%jYhgIPL7{M#m81L6Pag|!GPCZB@|4ENB7N6LosJLSXL$qb^h6Zt%W}7yQF&iTD?^Xtw}4;c+^iTt%B8>Wo?|%I%ai>(l?>2 zoqXu5$O8&uOes_z>9rnN^E&go{rJ+?kUDq`SgQ<6y?9;R4{z1LHAMB&r*SFP{bj@} zpm=yu?kI~Mq(BPEz+-qe`g-_nlqSu|GVY$drhT}AxDTxN3b?O0OUwPyCW6P03S{rm zymp?ERCyNiSXxo$d|VpbqsCRiIHQ^n&rf1$jI?);tJU5eCIT^|wG=2@tTY2X zFXh`+fqcg(zEbPd^IgzRyE4@^tthssgA}pGRqEWh0=IU5rTO@-XjXTDd+&Lx0y+sA zgUZ!wk&Yk@%Aiz%SHN|uX09q~FRcahtaN3vkCBy)ua4d{jsj_ACayxCG`cE(YaC0> z%cIxXJ)p;9DUz~LJ1UMR(f$1Y-@Xf~QBp#DB#;}u0X{7J_i+jZh~l%sQ;%llCM3QXplF_)6Aj=bX&AZry)Y zF)9_Rf%@dH`0gcUp*46#TaV&7a9vR;UKLGa+F75c2CVm*W9?PIKRxI*C|w=3#2P4f z)z71_+I^_4olsl)JgQEDY9M7A@!d)*a8<<7{&YPDuE15L``(r^qG*SR;E`2z)kirJ zGd}92xiJOO=PQ+kJjU8!g9g=Iil~&Ig&3z)g?p91jVbVGZk>Kh9dXm~RC%w4R1tZ@ z(eWogC|Ez5&Z#0`OJ32J?=NqiM&7Q#TfRqF#A+y(YsdG7YoLg-j;mD%)Wu9`X(yDm z)JhxcnbSI7&0Ax!25Ad#Gb;reN!LR)Q2yF;-+8Q5`2F#|Pw1U!1 z6iMe_xqDsEt$jd+$BbU(Cq07#_uf@Oy6cZ5~)rQGF3 zHolg5ofPN_N@K{oJawI6ju~P?)xj0WH=|OZe4-B@bv0dYqsP=vt5#YaZxz0=qwcD* z^3gtML~Ye0Rs~P;DIIF3Pa+ns0UO!50=<mLGD`9x)qFy=&6$_%0BM8LzBs@qMKK zznw&Ba^*x|SES6(rlNREf2S)VT^m#2E8;um;VpSnFHPmlh{y94?k(LBYUmw|Y{gHVUE- zoimT7vxYzIGV9b+45H{Xx*G5MO;t>+X~nl9a#A+_O;j!ZJzc3=mDano=QiuV{Tz@d zv%J%uV^1yl#lr2=_f1)1!)#X#-gp19ODoWb+ewY;<=WhxJ5cHjQ?Ir?#3oQ-2{skc<5 zYfyS`(%zJF^n@i5*bSX~t%bTbZXvtU$nIHd(h9oTZMYxn+citCtY_%!qjE-KPc13% zwdAC6ebwn{jFx7|QKQOJr;-t!L!w}z42h`SkzQ3!)sq*mK~yH4^wVRp?Y>FjRcSq<8vor$9@ywj8(;WU1*FFHD^7ZcRTZsq<@EGuoucBKmVDzq)j7l5+wMG$Qex48h7}Yx}@R-u7I;!>_Ur|(>7+PKj2&yEY_yHBu{O@e+XOq#CfX#MY{%Oan`+Z+y3Mee zc7n~aDw}O{>_j`sPPS8QuAOStcAA}TSv$jWR%5khmbWu)p4C~s&9?>CV2##f&DLUP zS+G_sSeq@hv+W#PWQ*-wJI~Iy3v7ukwF_;TU1S&AC3dMTx6ABuyTY!ttL$pK#;&#N z?0UPwZnT^1X1m31wcG4=yTk6Z6}Hk=*=oDX?zVgEUc1lkw+HM&d&nNPN9<91%pSKV z>`8mdp0;P~S$oc&w>9>Hy?9;4ip<;|`3ifWv$$*kt)lVfv~~o2Kwq#4*bEE;Bf*hiQ!o&W0*8Y`z!Bgmusb*gB!7RC z>D&_R3I>DTU_Y=m_(y`kSRi;Hcp!K{X&_oCriI*qpn%*!{Q{l?sRmpHDjAB^m_Q4W zft?9t9*Tt^%TTP#7+O>^`Xk8300?WXKU@2GvE&%6)^FSS#3~Ip)FbABQAPlFq z7}S7jun3$3P6hM8*~8XXaUU$0*5~w3q~jCJQ17%j!O_m z(3%b=f?43?1YsntX<#gv4XQvBn35nIN$U(+$Iu!F8o}}4ByeVea1^a9H~}<(sbErq za5NYN#xS-Z!G4*Fq?`QcGgAC+6h9O?+50e2TyX%c1HlkbyatER8U*$QL&0FM1t><_ zofgq_LwBWhDCiCL0(*k}!5&~Y&<~KRZtXByl&P4Yu5*97eZY=j6EGSSH((oDJA;8> z0N5Jz1>1rx0UN51!ltw~1DqG_Q6 za5cCLGy?8IcpBUQE(ME09=rga15bcQz$&m3tN?sG!tLNTa0|E@+z74%*Mh6SmEaO^ zF}MgU0~dm&Ul^`H*S17`vQwV(#% zz!@M5P6wv}J`Z6oI0Y0h>`Amv1arV_Pz7dz6TnO`155|gz*H~=91kXgNnj#4EqwO_MI<+m%z*574Rx}4ZIHC0B?e~z{fy4SPR|;9|xZRp9G%*?|@H(&wzKqXTj&d z=fM}i7r~dnm%&%SSHai7*TFYH2lyuV7Wg*!4)`wk9{4`^0eBDm5c~-I82kjh4?4k5 z!Oy_Y!7sos!3W@1;Md?c;J4s+;P>DU;E&)>;LqSg@E7n`@Hg=H1YvA~#r-B%%@{Ib z#PE?rMt1a>-4+(qx7N*j_vFJ?uI&H8sM&37>zJ|Q#!onI;-tyPPnkMx`iz;gs%FnQ z@szo_np(@BIj^pM{(^?arskH=T4-CiXmR_p_T}x@wBOQxXZwowd)gmtf1-U&`z!6Q zu3fcu_1dS_KK=Hpw^tAD)6u^+`3GfdzL0IoHRe0|HsqS-wdLmJJGNvzTWHQU2g`?S zW3HuRGoQ>h@~_X1frUja^|iT%Y)f-%eW89~J{xj{`sR+U7Uc6S*<5RFeSNkeUnt~5 zYe(N)LrYz*CSRC7xL3!XE%hx!vkUXdzskc<;#j^gw6$iPl9te1lMkUX$+%;y*>h%1 znOrp~J9W(TiP>p0#!r~qF(|22mP%zuW_^0xq%pIyvu9*y%o;yoR>$@muqdv5IQhI* zBozlAwv9isdU8{uuBo-IzNNMLq{&mOXNKna`PxEj^|-oRp{BV|ooM1c#PTf-&5IiI zO@-=2_rmI_^)=N=()l4Rx!MIuy;`f2oQAE-Y1q1)hEcGB_Oe*Ap)HF#`W~G$+Zyu6 z_Dm9N-EoghrhmW6if(+~>N&O>qgPax_|CR4w`TmvfU-wm@eE-V#ulr74`S)M>{*~`v`TliZ1ThI;i(SLDNg0+EWf AjsO4v literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f413ae000fd7f5d250ea37742edfc501750a4ea4 GIT binary patch literal 2963 zcmc&$&2Jk;6rY*>@Ora$(-PW-7AQi3S|Y6~fhee=soW2W@=h$Oy}*03No|KvHR8aG_W8|wZ)V>7-bWIZNy8Xq9u5GIvam8edM0%>Xd4A=yZUW~J&{q-s*%QQcLkKoB6;PFgh`X}N2I)h>Kw7jly9T1XruE|LNg4@hNR zq4b3bZdA`F=Dg>d80}$p_%>z8=zxE37`W6sPG#!#{_J}Dx6v+1*V?_b{>ANuIyk;A8#=8+^6J&DuEXK@J11l>?rwHuqU#T2 z@}R!ZUahBXE$4bs<9^hVX}#C(UF4t>U3C#%5>j7`4H`XD0T+6kstgZ^5CBYVLd(>J zIe2*-v^OQvQ3JZpL7V|5JnWWmkP zZhXqC*H-w_-9-)X47PC(E!?i4*FY%n`W;0?*RjeONR6@-J(N!oqYMp7K0RLvt-NCY)IBEZ9}N6 zQv@XT&=&MQQ}fzccOjGoN;X2U@rJeodcod@O1T2oSQZ;)&=dhhD-Wt^DiuFF(`?6( zzx?aAUgI)p#qD&B$5MkV&GzENs{rUqw`%HRItS4#7P~^md0rH&3)gBjlN4BE#nn@oWkM84vvm(avp-P97)Dx;0e$8hYGpp6xHAdfP;DW%Y`FFg%}P@j4* zeailF8FDr~K|MA&J`rQwGZ9<#4L^f-9T-3bn#ei>9H%kMG@!L^ZyWppU82qlw#AaO zC>7Q$+QYv%fUYw`PD7;5kS#W3f`R27v;^LrF*3lqu+;iy=BHb~4tB0$37C=pWx?#; z6TLg%s(<(MpXckpUj<~|1cgEm)f+%EEA4j-b`>iJ&Cy*Q#Q;|~X|{z-8uB1e?FWu18lbC(ZQJs$R>AJrm$IJAwjeBIq!5uKSn;_e4`)5xyCdl z(*iONIu-O;y{TToN1R1+9?3gEpt-V)g_yU^cTM`6i|{P5;yU#eLf@{SD_`T*UwY literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0e27f2b627ed67b0d7db4f82cbdb69324c53679 GIT binary patch literal 2270 zcma)7-ESL35Z~SV$k{o&Y0{5WKrx_#jA+XPJb(%UlF&wK9TdADos3pz@5VXzeCO`1 zD`L4XB&bh3B3@(O`p#d#pRupJ(0>6{3Nz~@Bs7uO^NwfsV`g@CezS3%%IDGwwQaGqp|=GgEDs%Zq_2^E56r??U(?>TV&^E#-rf=hT!q@4{rk`E&BOUj4Mao`J!v*iME; z`@8k~ZMdSo?CPQo0nwdYw?Pa3-xP9~<~swK>Gl(uJ!#)hI_)CS^5!t^K8ky?Xb+R& zZ4PrHSGUo&koxwZgIpo?&?dpH;f^YSC+|To0w9DgQXjtYn`a06*3q%Mm{dm%`Qv!s z0pTd#`)o=m#JKOM>qw7fSKR{Hoyh|3z zpcrhy_(kE|!T-hmC6p%a6dVMdvk~w}ILid-Rq_+=IGU%zJ>1Xi{!3u{GH8BjcV3wi z zAFLUFw$u3QttQIB*BcKTt9-p>yk_gm&6Zi}NvJy`r65gh{XxSB3kxFSZb>Pitl9cs zT3u_ct+dt~cg=-fuDQ(eQE!`zSjVPn_2k)BB4pN;X0ds1W3#pLu*F;VHrGJ7zgqV! z7)^kO2fvh|38epF5wsQpOm2=YSb!X(M7;|heFnYw2neAI@Reym%LgtCEOKWQ$EtLZ zEmL;jJ5?6Ks_=lZfQ?@}2TpjvS73w?w8@N>1TK{9(^$stS_c=_=I$2n!>h!Lu<>Tt%!)=x6x-TjRAGtsvic7mL2TD8@9wY;DM{0dK?tS j$#^mw4GNogHbd>=6IPCI(FAv9NBaCan!;=j>4NhQqpvFC literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d13b63f7e9e6a8aaeed27b777d915eb427d63abb GIT binary patch literal 1139 zcmZ8f&u`N(6t3t%GS}R1@7aDT-vJiQA=f+F-jwLp>mM z(oP%^S2*rpvbb@9{{V5~*(qH&N8ihP&$j%&_r0)Ia}lhsUw(x@N(lYb!TfR{cnJ`n zz{DuV45iq|So;>UQrowUZ!;$?_yyxTteBSklJN_yoL2mb@r%q&J>N5aiB;2@Uo(E0 zEu@S7qVX&2R=VUbVYH26H}=j^>`^?i{d!z&qeksFhB6vh)tkp5Z&SI=hofwt4?C1Y z);&CUy?zz7cX!&e$a{6z+})pr)$Pr-$B))#vEF|3?ka5VZ#>zUh3;n3dpe8s*@L4z zjG&%tOE*j}@c;}(K8}%Z#m)ul;@FDq^NMd@AP4yl&?%_Jx0}uO9EnzBncKP1ei>i` z#1+&jWUSd@tBx0cugj}M(a_d>JGk{kI;yB4faI~`*Kr8z+k|F?AWoIaZDE}|V zG-JcFln!KYN(ZOGUeXCfBI$A#Mkis9iXcm}RRVkQkgvim9#grRb|TT!gOQiDlAZAd zsN^9)+yjGf-E#1??@!VFc>jhLEC2h@z%7sp+A;`JN{Dg^Nr&->X}?Oy`%%d99rKK; zP3cCIF=*l)crZ70?cLQz_qhQOMqzB?R^zs+YYNc8x$3z-qTG?}uIF@&D#{i8L`)M} zA?49g)Sogoa;a*sqepytNQ-9&sp`E!OFz_|x!c>jbtX>Q7zl$*XJ_0y}S=K zAA_2YyT^`d%ebR>xICFwr=xUNkCA@8pGL_5jnRG*M_&z)K|M}-NtFFyUR)l>%eCL! zIgZyd&NFUBLR~xnkMk=n>VsrRAEI%#R)chi45PinWJDjaeJIve)+SrY=_tK4tdEjW zeT^C^WDF&blW~2*y*kVzaPdguGUQs;% zHAPP8r|Bs+t0{V#OyR7i$!YzJdscOEhjLB8!64`FYXqq)qJh6wM&fwt5YfzYx@ZOLJ1J&N)4|FNGveNR>a;axA1x^o{%RyC0nd|7bwiNcrfBnW86 zNhtbH=zv8|sYjhStrYoi!%C6IGZ_(5ZOTIdZDIphi}(0$a+rvmPFna>--&?6SWGRA zA6vv(^h4bi(MVJ-5^~UL@b(tgJk=*3@1)Iv9)x!)hmr4==*!|#?c0y@Y}tA!HQor4 zpM!4mNgOi~CY-K(o7tW3SOcq$?d`Waar$m@*w9A!-tzU&u3i5)Gp4U=+9U)iviTG# z`3gPmdj}KDzAPs}5M~6ec2>IMHIh#F9n14RRIpcMYSzk^ z4#jmuZ9Ime1&ddH(^7;0Y@r*ZvDUl3&TL&&fUrM33mg$Rf}OJ3-Pqk3KH}j9zGjAl~psr}baWqi&MYq2$E6 z;)P~+wnX;o&X*wg9hUektM%3hq;>%tWnHr$#uAMRa{&0_z>?&J2_7=hAmO!1prQ_t zml}2*P6d-_VYo{1DPmECh_e_bn0}~1dcOH6wPa|t{Bo~afzQW{$nxsF8~K$?*3i-$ z8;>^(ExUPpW77z)Zf5gqX`>J6*-c~2V!VHQBcDk>%5UCY&ZLdFMP19UJ-(C97*YH> z3Z+G?CIgP!gI?sIO?RN|V}S?j7Sw72)E<MC3}52ZE3aJ zpp_4M!9$$G1JAhNtj*ytd;}agI2`WqH!Y*F1x8y#USQm!+OVHPmHQCkP`rI{=gZt` zxkfAH>h{h-HTQHilUuLsKc~f7HMg=|sBP`na_kdksFw&m*xi4DU0IzUG10X^GU!dGs?`LYDA_nng6JoJZd2T zGxt`F%2c!iKV6|e*w+>x4-}Z literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfaee50ab1d21a32fe11e55e6da2ddf325cb5ba0 GIT binary patch literal 3123 zcmb^zO>Y~ym7EW0H2R3+c$0OU6he^{E1>ykdkDJNt~YBdwzrNPSW1fyR1l*fEsZqN zD4dZ4yW>*~EPCsu=*P+4n=kt#`ZIVd_R?J19*Y7+`X0xQ?cMrT4*2Gg?~#0bpY*F$ zmq7c&@Bili>lPv3;NW7jVDK6Aqy>NzP9rj=9;JjE+>DH|>6se0B5Q1W_PF2`#zn74 ziJ;u>6JGd=zA-#!jqoCO4heUJ`Ns50ywoNQ_bu#68dSLxe=K-9n?~X-&8Mm>17Eg9 z`a;G%AseQ;juU>63c2E^q94mWRY77n>9qKMBH+MIr@B6Xp2Pbl~?y8sJqgHdHLOqz6C{k8Mvlt3j*~Vyp{+(m*~x4wq@07TmBUy# z2~);Y;Z*Y_CdDqORd7|&hGSFh9;(bDKS^_&sVYmvD;C7Fi8etQteJwfU@`&5e1KL~ zF58jFiMTBVctgWdRwAMuW#^`L-k(=SKRG?_gsKu_0UVhyc0&H0u72Fzz{4iVAe<)M zUv6x6LA65>q)B&W;HSMf?ZPSef562wiucB1l6H5+WVgE+_PXFk;=$ApM&N--cN$I~ zF`)5SK0?{JNFOCV#6ZIQ!Vjl=ashPo6X*#dgw|-mfRCPk`}Hdf{_sq(0S4PyL;SsM zKZe0&+j4DNZuDtt9offZA-62ry2uea8iHlP+0544cd&!h!R*Q#h@(yAT?8K@C<0LP zeT=}_m<4%Eha!=SNWG0<3BerzCsck9@$VzJhu}T}-0Ugzqyhjm0JopR`y2arue!Om z@^`L{Vy@sucx*<7MAi@vX&Xld{_$FJ9>@(-LY^eDgx~`NA0g0Eor{LlpF>Xy00;=? z82k6G66(~n+N1w3vSCWUS~jF^L%%57m9BD@`vL=2oHe{1UQFxk3(#J!tz;eo+Q{fJ zJ)jv)?!c_6HAsfm0k{Zg)IKmXx=Mci#{(-fjtZHT7KhHUabRaQV5Jd}UItla=yLjm z7=*c*4eQD<{}(-9Ii0V-Z1obQc1l6ZT}!^g^fRn3lFVKt2Zc!u#(?E>2L<@gWd)lo zLP2{1UjGU3feTk(Jq8LHUOyVY9~F+(T+`n7X|aMv%WC-(nWSYBqt4`5J0q0x22Gt1JVb#6VLf1g*3YE4^&3 zHlJ;@nyad~veoKrZ*A(JRps{6=Px#!ti9nibp+=zucP`VZlr@;hY;?gaB0ngPAizr>6}rc^N=_k z7}bEI0^NFN8Lq|*YEbJxmIaCB&Q*y8kGqsmFo@B+bl`3R!ZB3A<+(AkGi#x;Cx=n~K1S%A-tStQ`)QDN-W%#U)4d&#vmJ^5t+o)vKd-Yilm}6No(B-Gf|dgqa4X;JryoQd6L(1 zI<%t#DMUq5j7p>wl}R~TB#TjnRJ1=6K8mWOs^x6B6fKiwE$70=(F$3?=m7Z(e*O*e z^92_KX44)d z;M?@Xn3(SjwbF_+H?T6RF{g1s zV_u`Jv7oW2v81uAaZzLCMx6o?d!-4Yk0$803R(CFE^_kSS#3$C#CXIwuc%aImeODl z#FTPKpDzMr!LcY(dGt(e4 z#hHp+v!o?h_)-@7`bkXBkW1mP7j(UlJ~UUa0x_PqzQ;00X*cwQp!7ZZH{ScI?F?eZ z2cjR0MEk;NwpH(6v2HBdiVJaP7`MC0|EbSL;qW?QgSdUg23PH7&}oYxW=}_6_tNVz z(H;e(4XS+pkZ-76+-LEI=yXL7o^*1X_0cu2s@rX-DH;k8F5)z{u=T;RG#Y7ae6TWU zWu5y{pd0Z0lV19HWsYF$AKOw(L5l`n#3+>u6gn~vLAELVQI#a|=qzMmT8%CXL)Fkv zRXzy-!}(_b(DQXQg`psewSH1tlNGq3>dVaKI4qHN(um}~nj^9jdV^kP9QHgOcmqw5 z`3t0kB5-xFRo|VDM$3oo2(rnVa(lpbA(_91o$pWm8`(BX50ES5& zBOde1K=c!{=3Gg&E4kJ*ea&tt!Axy*m7q2<`?cDuiu=tcN)xcm#x^b+Wo(T;?2mk;8 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae6c4ef5219308189c63294509ba1d2b830b69e7 GIT binary patch literal 2491 zcmZ`5%WfMtkmNqJTCZfsu3tq_xIl9d+QdEdP!vJY)N&ICu^dc(}bk7O)0`GVX4)&3~VKK>a-mL+liZ&+9d-!iI7Nl$_*o4!9-6Z4ELdUZ|Pv3T}tZ-EeoW zzWunybbvIbPwQavxFOU9u5L7IvdW(TAV`~X(q^y7A?1{_bFXa~*y1+8ws5$^-E(qA z+b+OHY=BF=%>8rH_V^qRU@pHRHfj5yhKlx)xkBbHs$|*_M%vi(uVGL`(J?t=7wnQy zqAX>f!8&x5dq!X`DbLL1F}d*Z1Sd`MhBj(*+Q~;lA!QjJ(OwwFS**fP;=|I#y>izm zI?PjvPN0|hjC#We^?M5U9mFkk3-$iDtsNfd&D zz#uZqkK$q8`Dy2I2c+$buF5-Ladj|Ioo+GT;bNE!PEwJn&U2AH?>vqVI(e+bonh2H zj(Q^R4CCQu2sl2Fn{Z2Vp*Hh=oDYrD+#R0C0JyvjJvZJ?tJJ3+e5b}Y3O(PQ>fpl) z{{&vRsqiuBTZQUTu@Yae*>Vmhqgc6s&^!*ea9F}&8HW`d5c?(c92HD}tJ8&RyWce$ ze2*FQfGxb^!2sk*pH2xgLrDjy0#JUKMX4z08j{y^SK;bc_y&W4u+!BUs@ts|4MM+W^6h?&%qP zb@I#Gmkh*b7uJ}L**dwTFRd}Sf8RM~@(EzvixP)W=zGx1V|Hmnc=-J}2nxtPujw=I zSzyjr;Cvr2)%P&-fC&tZg-i0%9y88h=dUq@_&Tco7Ps!R`%Flg8=&tvGygS zi2JC(6>FeaoCc1$wF;-!2tZB&y?4)?GAH2dH5Oi>+?{a13W{Zl*J`}=$Q+D!(%o{-w%;$YO1=znq@ z2Q;sC8+)yAcU!x~P3`Wqnz;6U+h6$)hL%x}-bcHh5Uu0`Ay9PFpRb^Eg&;akS)A^ZTMM-Z2DOv}+37Jm;08^6- z3hs-czzoEc37IoC%^P-+p*G=op*AaxUev5YXpqxX&JgB99ZZUVS^ZyDeBfv3Io1yX zGWqm$eTLhcnuZbtWe0Oq7=jVQbihXm!a*258%0ThF`3&WO6`G{Ld8-iGya3>l}J}t zCiSH&k_775wHZv#HR%>h-RIDA%)1^9N`cL&Z(;X7Gx@qvtLpjmV3GrisF3LPda*FK z@u#%-+hJ-Yls+stGo`VpmTrI8&D4vcJi72?4t3PjRYzo_G&i1aVx%Y(*Zdj?`PJUN SLMPv0-N~_pffG!=1?ykc?OK@t literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f3189774198f7a556292f38d0f65c92c6121463 GIT binary patch literal 5839 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 Ct}D<0 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0fb642bf5951de5f083dfc7835a6dbf1004651dc GIT binary patch literal 2000 zcma)7OK&4Z5bmCr$Idtj$%==BI4sg4qfH_Xh%7>c#r7tV5_@G&gk%}D?CEx5XJ+j5 zj90{RPKmU)J%P9;$Gz-N;Ro~y#D$#T%!#TVC+qBj#7JGP>Q_~LUG=$BEEWiSKmYVc z=NHg^M`Ql8!1xA6vIBw>PD2vW7Nw{gp%IxaGqPHiw$0FvoR*_?E6hc1%cW$SaGN_9 zggb(so2@+0HA%_6rf^+}s$%)5Bby?9Du-PmONR1L>&J)9w37Rtdh-}%g$mH40t(xRNS3{G3-bJC;S;O2$fvb1h-8+2PZ z+~K(ka!y-0&|RL_y2}fE;etR49xuXg;W@ELYXQ<(R0RwnOX4td_v==GIo^DzV<0$^ zPeG(4rBiZlTpCw|lGIGCbFi7s2}oy3E^|1~30zNWC0E(WcqF9E!BOQh){pxsW6}mw zIyjdPG&C%URFTEwh(%o%0Jw>=rAS2jk}4|^VGn-uj0IsQNf>)c{vKAoZ12XYka2R< zA0_SYcK6zl$Up>X(uUVbyTh~%7vb+37o%`^8i_b8+C%?&Y?)! zqyA`v!5SaR4Rp^%x-m|Bn!VYdhiD(bNL&zvF46*Z=w$UZfa^Ee{WpO3;pANa zr(|GeP;!LP(!d$DYxGgFCHm6XNe?xwdAWe1h++xFJ1ACA;FgCl5(GAjaI!oXpT_g8 z;P8dZcnVvFQ+PL{HnAc1wax5q?Mi#Ob)`K0L?UHzCla6GX#)f?ChyJpo8R-l+^ShN z|K`yRJMrNd-sK zRZg}+IlF!nZTCt2pjKhKzOtMCjHwl)J&DHRQ+n%->q${ zMZI?z_xfDKflw>WoqEGBANb7QX;i`3tCTFci2mK~X)3_CR5XBEn02s@^^HQYdP49= za3=W(1feeVpmAJiog2AGmkkfv$u%ZRbH#(_?i39ogvsltTnB~IGiaFs@cA*352mPV zdzCyQXOx>$`aZDG6e?Obl~p@@wf)=V-m5>iuCYO8eD~K@$;c2X)@xN(-g(?$PaE}b zVOFQ=jN`C>EV5R(Z2);6ZrFp7=)WOqK|0Hr!UuCH+{LrxA^%~&Fs2HOMMFLgQTG@- z8F#{LMV8=F%{986l?wy}{F$E0d${l}ice5r0Kk|TBL*T2fmL5)ubDxU0ut}XFcP#} zY8js6*#<3`INViDF11oY6=&U=5uQY}l`Vjf6J2sy4X$KQtxG4${^B&1D<|p(NfK#F c&-m(fEVrO3_p2=FuRp|qklQ>!&7+?64}%ZJ9RL6T literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ddc9c709c44c4608ba2fe74f4ebccb85bd8dff2 GIT binary patch literal 447 zcmYjOu}T9$5WPz-Mo!XNPicx=Qdk9%ps@&qC`J^*!m)Qd$*tb)9=m(d%YTTime&5w zwKmq4R&HVf4$K=KGcfPX&{oTLY`i>w(QjKn*W`cHEg9IE_9++fo7s%9868HZtY5QbY}mNc|gZmQ<(#r1S_IeB-~ zo;||`e$ru|jD$fYbi#8@?nYyBrQ|)vMw9b|nn)UAMXYOwVV=q|Lt)4g#gdG9L^L

+# +# 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 + +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 +) + diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/big5prober.py b/venv/Lib/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 000000000..98f997012 --- /dev/null +++ b/venv/Lib/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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import Big5DistributionAnalysis +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self): + super(Big5Prober, self).__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "Big5" + + @property + def language(self): + return "Chinese" diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/chardistribution.py b/venv/Lib/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 000000000..c0395f4a4 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,233 @@ +######################## 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 .euctwfreq import (EUCTW_CHAR_TO_FREQ_ORDER, EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO) +from .euckrfreq import (EUCKR_CHAR_TO_FREQ_ORDER, EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO) +from .gb2312freq import (GB2312_CHAR_TO_FREQ_ORDER, GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO) +from .big5freq import (BIG5_CHAR_TO_FREQ_ORDER, BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO) +from .jisfreq import (JIS_CHAR_TO_FREQ_ORDER, JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO) + + +class CharDistributionAnalysis(object): + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self): + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order = None + self._table_size = None # 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 = None + self._done = None + self._total_chars = None + self._freq_chars = None + self.reset() + + def reset(self): + """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, char_len): + """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): + """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): + # 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, byte_str): + # 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): + super(EUCTWDistributionAnalysis, self).__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): + # 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 + else: + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCKRDistributionAnalysis, self).__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): + # 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 + else: + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(GB2312DistributionAnalysis, self).__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): + # 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 + else: + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(Big5DistributionAnalysis, self).__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): + # 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 + else: + return 157 * (first_char - 0xA4) + second_char - 0x40 + else: + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(SJISDistributionAnalysis, self).__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): + # 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 (first_char >= 0x81) and (first_char <= 0x9F): + order = 188 * (first_char - 0x81) + elif (first_char >= 0xE0) and (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): + super(EUCJPDistributionAnalysis, self).__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): + # 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 + else: + return -1 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 000000000..5812cef0b --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,107 @@ +######################## 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 .enums import ProbingState +from .charsetprober import CharSetProber + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter=None): + super(CharSetGroupProber, self).__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers = [] + self._best_guess_prober = None + + def reset(self): + super(CharSetGroupProber, self).reset() + self._active_num = 0 + for prober in self.probers: + if prober: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self): + 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): + 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): + for prober in self.probers: + if not prober: + continue + 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 + elif 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): + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + elif state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober: + continue + 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/site-packages/pip/_vendor/chardet/charsetprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 000000000..eac4e5986 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,145 @@ +######################## 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 .enums import ProbingState + + +class CharSetProber(object): + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter=None): + self._state = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self): + self._state = ProbingState.DETECTING + + @property + def charset_name(self): + return None + + def feed(self, buf): + pass + + @property + def state(self): + return self._state + + def get_confidence(self): + return 0.0 + + @staticmethod + def filter_high_byte_only(buf): + buf = re.sub(b'([\x00-\x7F])+', b' ', buf) + return buf + + @staticmethod + def filter_international_words(buf): + """ + 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 = re.findall(b'[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?', + 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 filter_with_english_letters(buf): + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + Also retains English alphabet and high byte characters immediately + before occurrences of >. + + 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 + + for curr in range(len(buf)): + # Slice here to get bytes instead of an int with Python 3 + buf_char = buf[curr:curr + 1] + # Check if we're coming out of or entering an HTML tag + if buf_char == b'>': + in_tag = False + elif buf_char == b'<': + in_tag = True + + # If current character is not extended-ASCII and not alphabetic... + if buf_char < b'\x80' and not buf_char.isalpha(): + # ...and we're not in a tag + 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' ') + prev = curr + 1 + + # 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/site-packages/pip/_vendor/chardet/cli/__init__.py b/venv/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py @@ -0,0 +1 @@ + diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1430edcee6662cf20e4e38922824dae0b8041068 GIT binary patch literal 204 zcmYe~<>g`kg6UIVBr*c&#~=J+CACC9IVV#;K0Y%qvm`!Vub}c4hfQvN PN@-529mpx4ftUdROr<&N literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a9f4dbbaab571d3b2e173098f8fba2d4b55261d GIT binary patch literal 2698 zcma)8&5s*N74I*%Jv|<0c3F_JKvV}J;?>yMMC4*21WG_eibm0HShU7Vr|c?^d#1lq zRi43)=QJG25pf-h6MqB$NnQ5>{{mtaey`h}b(B5OmaFUI)vJ2%{oe02KRAdSJb(M^ zzxY4V`g_pXSH}o=p=x4z&aB0p@8^cER4u>J$LE6k(!&bG{ zNcXa67*+i+-Ot*?Hu?vmCHDU84i7{}L}DMkj=Uw>XP(Ms=gNVE|GCq>#qYR|6Ma5W zNom-{ESb!h;b&5_BA2XCEGv{`(>|lUaiMz;9zJ@Aftj&M zkxvtWGbH=8|L8{iM!|q_JxP-Hgdg-jjiRShmKR$iU{k4zb0`x>EHN9C6WEmG<=n8T zDl(=GOzB6_zY!Xz>)Ts=tc!GRWSnH=0NW{5lACxs&nG4+a(g(>6WA}~G%-@~R3CR; zyC28rQfaKmF^2y0FCXId!SC{frg{3L@?D{9qdITm(P^8ffp>`iWBm0Jjd8A=OK;^o zalT@gzHwLnm3!&0ylZdeuU*$!d8fVt5?&p>iZC0j5ogRbE&~&)(o7(_TX$s&XHZ)tEx1+b-gIiW}HcU=( zB!g{jud%%S`f|WtU%rR8*OxZ>7OTqx5(D;>)brFFclT8jp|pE+Nv;%M*kCH9uz^6% z*~TO-w6tL@ttk996q0adeZA23`)~&tfWDF0_A)k{7AoVW+pvww5F60_tvj~?jnyF( z{lihW@%oQ`G8jG0;jdiJl2VU;|Mc1DxhhWK3q5)~<7Ql#5%QJZJt51qSl}QtI+ywR z=vguzX#l)e^2r%Lk$O}n<$Zu0>8kE;vi$xeO}2e#?UxJNsgY8WyW?U?7twdnI8o@f z@Qb|ArC#U;?jhc7H+&oT>W7e+fTM1n06lVGl@xzL$2g}h(dHW$kakZ!;fugH*S=`1 zT@ji<-7}5TFb}CcZJxNI`KE!iAW2Z9h^|{^50d+De3}L5owbW3^G^4XW}hIv{Ok7G zQRn7Bw4tLT4&HdKV-C!%71mAXy-m8)55TP!=uHf=p5G7&+h-DdZCdGhpbuuSM z)-;MZYT%ma61l(?2=v`tfcW`(q&E_M}97~WtrJN+wM2Za&Z_nz{S#^R?V%A{y$8ZO>1xnG*Rvt7 z$VB}Fs9gU2%VLg*OQz;|PV~4_08utTRuDdy>7vh`BiS{3{Nl4`y(i3EBq(saro0Ll zL{6NIQ=XsIID)YnY{b(IEdl{kwkYPRE?<3yP-Dn0cy1V(bVQffy+E%=(-Hg~5SJWx zKd>#B3l0YNbbhtL>2n$?+vY;VSgo*YTNI2J@KD7~>OMzsgG!eN|%i) zeY91pA6FuY=Ef{+qpF-XM9IU3D#z6iAV492^tlbIovIpX>rN})s+*5VQIPQ@e}tYU zUpsq&>%9&A(Dl5?{qVnG1BCK6^dgK}Zr}&sgn{}Q?Q6v`?W9s%UApTYcMokdjzuwv zV;jY&=BRHnjujPRzUy!JuD=OtW$*Cg?^x-B0r2Tm6Zzfm62MnO z{V7m?9Tlpo54BUamnJU9orpAdn#vWepJ#=br}7s>lA4?!bUyOn0Iv-WZTr!WqB|}3 Ee`t9od;kCd literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py b/venv/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py new file mode 100644 index 000000000..6d6f93aab --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py @@ -0,0 +1,84 @@ +""" +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. + +""" + +from __future__ import absolute_import, print_function, unicode_literals + +import argparse +import sys + +from pip._vendor.chardet import __version__ +from pip._vendor.chardet.compat import PY2 +from pip._vendor.chardet.universaldetector import UniversalDetector + + +def description_of(lines, name='stdin'): + """ + 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 + """ + u = UniversalDetector() + 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 PY2: + name = name.decode(sys.getfilesystemencoding(), 'ignore') + if result['encoding']: + return '{}: {} with confidence {}'.format(name, result['encoding'], + result['confidence']) + else: + return '{}: no result'.format(name) + + +def main(argv=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 if PY2 else sys.stdin.buffer]) + parser.add_argument('--version', action='version', + version='%(prog)s {}'.format(__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)) + + +if __name__ == '__main__': + main() diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py b/venv/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 000000000..68fba44f1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,88 @@ +######################## 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 .enums import MachineState + + +class CodingStateMachine(object): + """ + 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): + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = None + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self): + self._curr_state = MachineState.START + + def next_state(self, c): + # 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): + return self._curr_char_len + + def get_coding_state_machine(self): + return self._model['name'] + + @property + def language(self): + return self._model['language'] diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/compat.py b/venv/Lib/site-packages/pip/_vendor/chardet/compat.py new file mode 100644 index 000000000..8941572b3 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/compat.py @@ -0,0 +1,36 @@ +######################## BEGIN LICENSE BLOCK ######################## +# Contributor(s): +# Dan Blanchard +# Ian Cordasco +# +# 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 sys + + +if sys.version_info < (3, 0): + PY2 = True + PY3 = False + string_types = (str, unicode) + text_type = unicode + iteritems = dict.iteritems +else: + PY2 = False + PY3 = True + string_types = (bytes, str) + text_type = str + iteritems = dict.items diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/cp949prober.py b/venv/Lib/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 000000000..efd793abc --- /dev/null +++ b/venv/Lib/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): + super(CP949Prober, self).__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): + return "CP949" + + @property + def language(self): + return "Korean" diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/enums.py b/venv/Lib/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 000000000..045120722 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,76 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + + +class InputState(object): + """ + This enum represents the different states a universal detector can be in. + """ + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(object): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + 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(object): + """ + This enum represents the different states a prober can be in. + """ + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState(object): + """ + This enum represents the different states a state machine can be in. + """ + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood(object): + """ + 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): + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory(object): + """ + 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/site-packages/pip/_vendor/chardet/escprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 000000000..c70493f2b --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,101 @@ +######################## 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 .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, ProbingState, MachineState +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=None): + super(EscCharSetProber, self).__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 = None + self._detected_charset = None + self._detected_language = None + self._state = None + self.reset() + + def reset(self): + super(EscCharSetProber, self).reset() + for coding_sm in self.coding_sm: + if not coding_sm: + continue + 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): + return self._detected_charset + + @property + def language(self): + return self._detected_language + + def get_confidence(self): + if self._detected_charset: + return 0.99 + else: + return 0.00 + + def feed(self, byte_str): + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm or 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/site-packages/pip/_vendor/chardet/escsm.py b/venv/Lib/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 000000000..0069523a0 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,246 @@ +######################## 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 .enums import MachineState + +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 +) + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL = {'class_table': HZ_CLS, + 'class_factor': 6, + 'state_table': HZ_ST, + 'char_len_table': HZ_CHAR_LEN_TABLE, + 'name': "HZ-GB-2312", + 'language': 'Chinese'} + +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 +) + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL = {'class_table': ISO2022CN_CLS, + 'class_factor': 9, + 'state_table': ISO2022CN_ST, + 'char_len_table': ISO2022CN_CHAR_LEN_TABLE, + 'name': "ISO-2022-CN", + 'language': 'Chinese'} + +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 +) + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL = {'class_table': ISO2022JP_CLS, + 'class_factor': 10, + 'state_table': ISO2022JP_ST, + 'char_len_table': ISO2022JP_CHAR_LEN_TABLE, + 'name': "ISO-2022-JP", + 'language': 'Japanese'} + +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 +) + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL = {'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/site-packages/pip/_vendor/chardet/eucjpprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 000000000..20ce8f7d1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,92 @@ +######################## 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 .enums import ProbingState, MachineState +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCJPDistributionAnalysis +from .jpcntx import EUCJPContextAnalysis +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self): + super(EUCJPProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self): + super(EUCJPProber, self).reset() + self.context_analyzer.reset() + + @property + def charset_name(self): + return "EUC-JP" + + @property + def language(self): + return "Japanese" + + def feed(self, byte_str): + for i in range(len(byte_str)): + # PY3K: byte_str is a byte array, so byte_str[i] is an int, not a byte + coding_state = self.coding_sm.next_state(byte_str[i]) + 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 + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + 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): + 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/site-packages/pip/_vendor/chardet/euckrfreq.py b/venv/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 000000000..b68078cb9 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,195 @@ +######################## 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 , +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 +) + diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/euckrprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 000000000..345a060d0 --- /dev/null +++ b/venv/Lib/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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCKRDistributionAnalysis +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self): + super(EUCKRProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-KR" + + @property + def language(self): + return "Korean" diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py b/venv/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 000000000..ed7a995a3 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,387 @@ +######################## 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 + +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 +) + diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/euctwprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 000000000..35669cc4d --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,46 @@ +######################## 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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCTWDistributionAnalysis +from .mbcssm import EUCTW_SM_MODEL + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self): + super(EUCTWProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-TW" + + @property + def language(self): + return "Taiwan" diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py b/venv/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 000000000..697837bd9 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,283 @@ +######################## 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 + +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 +) + diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py b/venv/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 000000000..8446d2dd9 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,46 @@ +######################## 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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import GB2312DistributionAnalysis +from .mbcssm import GB2312_SM_MODEL + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self): + super(GB2312Prober, self).__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "GB2312" + + @property + def language(self): + return "Chinese" diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 000000000..b0e1bf492 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,292 @@ +######################## 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 .charsetprober import CharSetProber +from .enums import ProbingState + +# 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): + # 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): + super(HebrewProber, self).__init__() + self._final_char_logical_score = None + self._final_char_visual_score = None + self._prev = None + self._before_prev = None + self._logical_prober = None + self._visual_prober = None + self.reset() + + def reset(self): + 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._before_prev = ' ' + # These probers are owned by the group prober. + + def set_model_probers(self, logicalProber, visualProber): + self._logical_prober = logicalProber + self._visual_prober = visualProber + + def is_final(self, c): + return c in [self.FINAL_KAF, self.FINAL_MEM, self.FINAL_NUN, + self.FINAL_PE, self.FINAL_TSADI] + + def is_non_final(self, c): + # 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): + # 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 == ' ': + # We stand on a space - a word just ended + if self._before_prev != ' ': + # 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 == ' ') and + (self.is_final(self._prev)) and (cur != ' ')): + # 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): + # 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): + return 'Hebrew' + + @property + def state(self): + # 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/site-packages/pip/_vendor/chardet/jisfreq.py b/venv/Lib/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 000000000..83fc082b5 --- /dev/null +++ b/venv/Lib/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 + +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 +) + + diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/jpcntx.py b/venv/Lib/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 000000000..20044e4bc --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,233 @@ +######################## 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 ######################### + + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +jp2CharContext = ( +(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), +) + +class JapaneseContextAnalysis(object): + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self): + self._total_rel = None + self._rel_sample = None + self._need_to_skip_char_num = None + self._last_char_order = None + self._done = None + self.reset() + + def reset(self): + 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, num_bytes): + 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[jp2CharContext[self._last_char_order][order]] += 1 + self._last_char_order = order + + def got_enough_data(self): + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self): + # 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 + else: + return self.DONT_KNOW + + def get_order(self, byte_str): + return -1, 1 + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self): + super(SJISContextAnalysis, self).__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self): + return self._charset_name + + def get_order(self, byte_str): + 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): + 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/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/venv/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 000000000..e963a5097 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/site-packages/pip/_vendor/chardet/langgreekmodel.py b/venv/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 000000000..d99528ede --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4398 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/venv/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 000000000..484c652a4 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/venv/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 000000000..bbc5cda64 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/site-packages/pip/_vendor/chardet/langrussianmodel.py b/venv/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 000000000..5594452b5 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5718 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/site-packages/pip/_vendor/chardet/langthaimodel.py b/venv/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 000000000..9a37db573 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/site-packages/pip/_vendor/chardet/langturkishmodel.py b/venv/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 000000000..43f4230ae --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/site-packages/pip/_vendor/chardet/latin1prober.py b/venv/Lib/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 000000000..7d1e8c20f --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,145 @@ +######################## 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 .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 + +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 +) + + +class Latin1Prober(CharSetProber): + def __init__(self): + super(Latin1Prober, self).__init__() + self._last_char_class = None + self._freq_counter = None + self.reset() + + def reset(self): + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + CharSetProber.reset(self) + + @property + def charset_name(self): + return "ISO-8859-1" + + @property + def language(self): + return "" + + def feed(self, byte_str): + byte_str = self.filter_with_english_letters(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): + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + if total < 0.01: + confidence = 0.0 + else: + confidence = ((self._freq_counter[3] - self._freq_counter[1] * 20.0) + / total) + if confidence < 0.0: + confidence = 0.0 + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence = confidence * 0.73 + return confidence diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 000000000..6256ecfd1 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,91 @@ +######################## 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 .charsetprober import CharSetProber +from .enums import ProbingState, MachineState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter=None): + super(MultiByteCharSetProber, self).__init__(lang_filter=lang_filter) + self.distribution_analyzer = None + self.coding_sm = None + self._last_char = [0, 0] + + def reset(self): + super(MultiByteCharSetProber, self).reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = [0, 0] + + @property + def charset_name(self): + raise NotImplementedError + + @property + def language(self): + raise NotImplementedError + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + 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 + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + 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): + return self.distribution_analyzer.get_confidence() diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 000000000..530abe75e --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,54 @@ +######################## 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 .charsetgroupprober import CharSetGroupProber +from .utf8prober import UTF8Prober +from .sjisprober import SJISProber +from .eucjpprober import EUCJPProber +from .gb2312prober import GB2312Prober +from .euckrprober import EUCKRProber +from .cp949prober import CP949Prober +from .big5prober import Big5Prober +from .euctwprober import EUCTWProber + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter=None): + super(MBCSGroupProber, self).__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber() + ] + self.reset() diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/mbcssm.py b/venv/Lib/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 000000000..8360d0f28 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,572 @@ +######################## 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 .enums import MachineState + +# BIG5 + +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 +) + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL = {'class_table': BIG5_CLS, + 'class_factor': 5, + 'state_table': BIG5_ST, + 'char_len_table': BIG5_CHAR_LEN_TABLE, + 'name': 'Big5'} + +# CP949 + +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 +) + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL = {'class_table': CP949_CLS, + 'class_factor': 10, + 'state_table': CP949_ST, + 'char_len_table': CP949_CHAR_LEN_TABLE, + 'name': 'CP949'} + +# EUC-JP + +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 +) + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL = {'class_table': EUCJP_CLS, + 'class_factor': 6, + 'state_table': EUCJP_ST, + 'char_len_table': EUCJP_CHAR_LEN_TABLE, + 'name': 'EUC-JP'} + +# EUC-KR + +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 +) + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL = {'class_table': EUCKR_CLS, + 'class_factor': 4, + 'state_table': EUCKR_ST, + 'char_len_table': EUCKR_CHAR_LEN_TABLE, + 'name': 'EUC-KR'} + +# EUC-TW + +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 +) + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL = {'class_table': EUCTW_CLS, + 'class_factor': 7, + 'state_table': EUCTW_ST, + 'char_len_table': EUCTW_CHAR_LEN_TABLE, + 'name': 'x-euc-tw'} + +# GB2312 + +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 +) + +# 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 = {'class_table': GB2312_CLS, + 'class_factor': 7, + 'state_table': GB2312_ST, + 'char_len_table': GB2312_CHAR_LEN_TABLE, + 'name': 'GB2312'} + +# Shift_JIS + +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 +) + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL = {'class_table': SJIS_CLS, + 'class_factor': 6, + 'state_table': SJIS_ST, + 'char_len_table': SJIS_CHAR_LEN_TABLE, + 'name': 'Shift_JIS'} + +# UCS2-BE + +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 +) + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL = {'class_table': UCS2BE_CLS, + 'class_factor': 6, + 'state_table': UCS2BE_ST, + 'char_len_table': UCS2BE_CHAR_LEN_TABLE, + 'name': 'UTF-16BE'} + +# UCS2-LE + +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 +) + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL = {'class_table': UCS2LE_CLS, + 'class_factor': 6, + 'state_table': UCS2LE_ST, + 'char_len_table': UCS2LE_CHAR_LEN_TABLE, + 'name': 'UTF-16LE'} + +# UTF-8 + +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 +) + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL = {'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/site-packages/pip/_vendor/chardet/metadata/__init__.py b/venv/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7588e530856c709c9093126aced6f6d6d213309c GIT binary patch literal 209 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 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 threshhold %s', charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self): + r = 0.01 + if self._total_seqs > 0: + r = ((1.0 * self._seq_counters[SequenceLikelihood.POSITIVE]) / + self._total_seqs / self._model.typical_positive_ratio) + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 000000000..bdeef4e15 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,83 @@ +######################## 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): + super(SBCSGroupProber, self).__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber(WINDOWS_1255_HEBREW_MODEL, + False, 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, + True, 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/site-packages/pip/_vendor/chardet/sjisprober.py b/venv/Lib/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 000000000..9e29623bd --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,92 @@ +######################## 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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import SJISDistributionAnalysis +from .jpcntx import SJISContextAnalysis +from .mbcssm import SJIS_SM_MODEL +from .enums import ProbingState, MachineState + + +class SJISProber(MultiByteCharSetProber): + def __init__(self): + super(SJISProber, self).__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self): + super(SJISProber, self).reset() + self.context_analyzer.reset() + + @property + def charset_name(self): + return self.context_analyzer.charset_name + + @property + def language(self): + return "Japanese" + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + 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 + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + 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): + 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/site-packages/pip/_vendor/chardet/universaldetector.py b/venv/Lib/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 000000000..055a8ac1b --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,286 @@ +######################## 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 .charsetgroupprober import CharSetGroupProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .mbcsgroupprober import MBCSGroupProber +from .sbcsgroupprober import SBCSGroupProber + + +class UniversalDetector(object): + """ + 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'} + + def __init__(self, lang_filter=LanguageFilter.ALL): + self._esc_charset_prober = None + self._charset_probers = [] + self.result = None + self.done = None + self._got_data = None + self._input_state = None + self._last_char = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = None + self.reset() + + def reset(self): + """ + 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() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str): + """ + 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 len(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 = {'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 = {'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:] + + # 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()) + 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): + """ + 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 + lower_charset_name = max_prober.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) + 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/site-packages/pip/_vendor/chardet/utf8prober.py b/venv/Lib/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 000000000..6c3196cc2 --- /dev/null +++ b/venv/Lib/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 .charsetprober import CharSetProber +from .enums import ProbingState, MachineState +from .codingstatemachine import CodingStateMachine +from .mbcssm import UTF8_SM_MODEL + + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self): + super(UTF8Prober, self).__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = None + self.reset() + + def reset(self): + super(UTF8Prober, self).reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self): + return "utf-8" + + @property + def language(self): + return "" + + def feed(self, byte_str): + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif 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): + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB ** self._num_mb_chars + return 1.0 - unlike + else: + return unlike diff --git a/venv/Lib/site-packages/pip/_vendor/chardet/version.py b/venv/Lib/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 000000000..70369b9d6 --- /dev/null +++ b/venv/Lib/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 setup.py and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "4.0.0" +VERSION = __version__.split('.') diff --git a/venv/Lib/site-packages/pip/_vendor/colorama/__init__.py b/venv/Lib/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 000000000..b149ed79b --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,6 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.4' diff --git a/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a83dcd8ab1360255a1f02bf76e6f155a2c821a77 GIT binary patch literal 452 zcmYjN%}N6?5Z>MHZhy9m*Ssk#R(~=v(z;7jwz2OG~zAz3048mC{sD zV%d|0vMZ&Ti!W*M;F5*iRm`Q6jW$a6Lzi7h!*A7+%j2Wxp)9RD{hzu z1-bzc10)_?O#L&Rg5Lya0kk2LLB^^_XsBT|E+b^iwBbq;@)qa=C7YA2Yqc+2D#&-n`bL2OWaUG$C_T=RP5C&^Oj g(ccb6gn$x4hV{<1PK7Er6*~h(20q^ldto>F0Yk8UcmMzZ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ab0702b794053d471c89128364661d12042305c GIT binary patch literal 3237 zcmc&$OK;mo5ayDUL{U#Gj@=|htG>{vZ6q`WdPs`EvaC326xpzBxM7sCjCNx)ktt=l zPHMve3OIkE=ruk1FYUFL@-O7nnWg2(FSPKbB=+MDXF0R;dF=n_irZYg#C_2Y7`TIK5QZ}#e@AC|X(xj$mm_o_p_QA4VRa$Oeoy%BR! zsJ*LSdj#Y0JCf=X@Y(pnxdEdABP;?4O^`ippUi?wXEoTo-jQVMK$k|N+mc2oc!fw4 zWgcie1s}Y7ws5Q03SfIdxap6=-g>LuTjs-OtS`b|W788)hN1^H;`0V&qrq@ziv^S#yiP_Zk9F8VCY;-+-~ zjc~{k?UZH6o3IQm+S6vi!b8h;^_#aVVA@i*A&vQF8%#?GUksSCECvf?$aKhrt2hN9 z$2xN`k5I=c#sBWoA33f$0AE53vFhb-q4N6Xfl7qs7GBc zPZqSt*I$!8@|IBYCkZW~?`eBvUw^F&182hA)Az}~L9`bZ9jBvPNl1hGT-u@VxCmeQ zVpFCznDB()G6k{1iAsrzAsZe0z;*dMHGF?)#$G| zTyzKE$kjOt9S-`JLG!B15$JLS)#nKGxgxb_TJ^apYSRq%Ihuu_l%%c9*yiDoM_BTG zjO6&jIjU2kIqCuAL=ULP39IvKuvC&@!ZcMP`r7grz&Wgq-Q0VP)wSgd=$nsI7G<7P zWiBkOcfOoZR+vzRybGvnoUbl*cWGt4zOqo6&=}{1a%lCCeF3El=PNbm>y7(gPiUO9 z5qW(K+4#cwQ3yW-LbY+IoVblcOOL~;tHx(^-jUmq+*8^s#$iN%m1O6nr;X*M?hOz( zj%t3w(ZK3d2>%S&XFqhsix*h@V_3(_2%jKe_&9o$qmdky@S6y#PTqs6m`{Q6IgAib z1s1XO_~!V&598Q{`8@|CTn0F*9IP1~s>OghG2tYTfZ9kp7EL*6YB@GdI~i&_S(hZmg^opLVG64cTqX`v794mpdk!XvaRDkGp>5pF3$pG3If2-7!0 zTO$YI5ke2)F~ZLXF2XMe9zf?{`h=@wV!jRWmc~kRK_(Vgn$3<(K5VwzOY72{Z?83F z>Op<6*;%biv+=Ork%{$tt<|PXtTemLRhetI7VoVp5pMG*nNcK&LL%lVkx1qhFBXk- z_VClSCQ=1O9jbcIMwLj#vXp8d&kW;tVBfbeLUfWv%#*iq{0+zT|4(@5;WQFm2lWxA zX!I2V=4tc|0w!xzMW`X5NfAY02u~3<5H=Bfgl7oP0Xn=1c&2yOfw2hVzj_DPpYI)P z0_P_`ByuwTQ+LG<9Ct8bc^)8|L4cukDyfr+n4Dk1T$08@>w!#mmR26r+cK@v%&oWE zXIh2kW3H>;>Nw^c-(vGXmE%WArd*c}`>xCJc+aucc?KbkfQK!P#~+S|51AZ3!4szX zd8$63vW25llyqrgi9&%uBxOQbDU%J=u+Q43w0?+x<9BqB5S9VVgi1%lg4;H1vzRI7 MiZgI0lLYU70E{(yP5=M^ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c6083e94803a797f70a0bfef7bad25d95000fab GIT binary patch literal 7703 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 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__init__.py b/venv/Lib/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 000000000..492c2c705 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2019 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.2' + +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/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..597e2044f928c1dddd613c067f7a406b0f29dca3 GIT binary patch literal 1065 zcmah|OHUL*5U!r-dF(FeipKZ@xa@(2=*<{I0z^qR8xju0$t0a&x?Kk5WzRr_c!R%S zyuy*c)K@Qh_U6f|9v&Msu_j$pHT88>_187Y;$k0AzJ2|XY&ihm$(ffBopoGIj!J@L zIYc0xh`j^pN`3*7E9cye+_ND@y&MW2aRz%(E^|=c=?(*W5betV(Sd?PAMyMHl+GF` zxC~Ty#iE|-UG^0}hbzXg$}Wt;pI8y5XWrWQ)%ayf&b%;m)^Rlps1!s@Lgd(uju~!d zO`B)?Tc1-^w^>zAN3IElD3d}7VfsQ8l|0VLUJ&BbagukDYtTMsv+8%T`8wV%Tcyk9 zAgh~rZ+jB&=;~0VZ4+-CB<+6H#%cFnk*dzC(?XSPe4@&ec#`eMP1dTFI!TX`nQG!X zt5*faWTjVS*WRiSS(&v$jO$a4$GPX)jbE& zxq!&+t|#KslRo;M42V=s7n;(>TOpgs+`!dvR1$XKnoTVW*N)+h%0C)ktF+Sco*x|` z)c6OswI#HF;exZJxqio8@c-3x54U!yX&N6E;i|~mrxbWZC5H1QD3ntBw?Z}@$sUKY zN%#W79?F(MPI+FXMPoj;T36Zx zHv?jNGu2Kohtjq&<5NPVO+S(H2J^3;O!%hzA>LAl&5#;%xHEJeHe?Izh1X|)0K|{u A)&Kwi literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b92831b4571042b57718262f3ad2f297408e37c8 GIT binary patch literal 32167 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 z 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

r- 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 z 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 VQct6N88y=Q-d;Rf*jw21e*u&Y#$^Bi literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09277216a861b641cd5a01d937b7eed4b1f32e24 GIT binary patch literal 17298 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 u{dRm3WIyp{sqaR0l)QIF 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..70eb9568b6011958d5ac5b76334b52e04e92c4cd GIT binary patch literal 38262 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66d1fc20c8e48f0fbaf2dbb86dacf4c6f13a324c GIT binary patch literal 4445 zcmb7H&vVvi34Ujr90D8Z=GIpuy65y(?d^t?WMl9Idpt!zqcSM`q!9&v=0x<-M4Rd-+SMC z!Qx`w!1K4i{ww(JvSIv_K4u>qA0MO10SGtR24~!iS)1v%**5jtYFpgmc5L@5?Fuu% zS7N7EZC874+r_tYm$hrW%H8`$yMEo^HD14O@Oro~vf2&4z#Hga3>Qa6yZO7tuz~jy zZ}LU%+-L1&Zr(ClOM~n6tw6|7c->TZ`EKZi$w4I2q!%W+*9*jcD5TemIwCzE2g%)j za5waL*o~5qdr{(TZESfTUA(kfe~gV7n~xc2i>ZdpMU>q2^P?=3EmKva#6N&!)yQZy zzZ9%$QIdxu6Jg$=iIazT3+*bJd;=sm3L|GDQ#1=hp5*KnzPb52PUOJAF6_-u1TZzl zr1^HIe4poG7N(J-yvxtw6(PS4SG++=083PQ#%@VS z9+A6^QNqpxUNQ7g|q2s%+miXN6=ac;2t0hl&Ki_$_UM=xC zUFVbh{!1lOSedcl)F}{r<~Y|M%quaQSKOQBa&i$MfGn;(WVaok(mo2Il3< z1M4z~`32frm!Gipfw_*?m4SKXva*7ND>D_!jFN$qq&d)}V`2W}se!4W>C^uQ7=QrN zAn-{6m_+b54-D}(ctGTz00u+r-royWm=ZR2&V+5u6F83D{*8cA{e|QF``pJHh{yy;z0uco}ak%E4len^Ma5~LAePg{W){BN*|7OLzQdweG4$edg zup*+RdQdTvX+k5)|CTGr^EEcBgPHhX@28)89huR zr*bD~)T$|4hH+Qfz$2lm-$O23w>YJeZQCTeoTDB_wV(C zc>GJ%_j%g!eeovN614P;I>$OuLhwB_od>zht~l(4e_uOGg2r~xrVpi=)Tw>w4`3** zyl)KQOF8@o3DtX)SnZj6)`$(^UEu7YnYi2@GF};)T0yu8z;=(JndDMK;w(~y zoBNiyL@v%P2qw3!jM%r0AJZ5FDCB_y_nchS|Ehu6vQn{*-_F>RrLV*FDy~n`%%JYZb+vpD@dAqLGE|^af~cb zkNhQVh3?N_r*Ks+JIw|kAY%?-i~hv(*5kAj#PZ7O3k0ZUG%mN2KAtp5_gBW!XAej<$DI>38xZJEq_>)?x*NzK$7NXfL41Ubiywg~n>+^rNGf+S zT2&_-`qqp0QJtvolv;}mB#ul@d;-$4#fQYN5%~!bowPk27u3=-*LM>GCFM5;bE^~; z>ZZ+X%VZ|<`eW~O!6VcE+Gz?hil_2Rssm^h?U{cDGgzh~XT-M6A+X_&k$h;wcaE+x zAQUqOXMkvMgu?EcCCc0}ehUN~+F#g7y?kFZE*ga;x&?|xprZ|E>1rHA?_^ePnwi>h zwXUVCA^HcsF`liVu9y}Ns3)e?Ux`F(R4q=2!W(BLgok0LPnaNbR2_*R zis=-1kOzdgWf3@;1jwUY28GsPC(LLYf`YoB;#MtP+xYZnpWVFeU;WkQ?Tz2uR!%>I zm{8Tmn34*O4+vvUDYkv$x&4Tx9s0_H~R98$^B%q8yFmc?sDz?jbIHNN);A79jrlB`!PZ4i(cHjI`a0EfVu< pBBa5LR#TKi%~zu270N**A-3%j)VcuLWz#X;%JK#GO^2D_{|_Op0}}uM literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37e76878f652b3461546992961c56c53d0961907 GIT binary patch literal 26596 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 J0hvw2|1V?cl70XH literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..440f46a9ea09e2dd3e24b212798c7cfe9e4c265b GIT binary patch literal 11019 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ccb3465aeb4d6d7351c7b34f9f0202a7c9b0df4 GIT binary patch literal 52604 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 }(1_?sfT@MX0$az7`*mNW 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 e@^`8cH|I{et04})L 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

Hujl**cXd9yyKqPLDK#xW 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 RrP>(8o`JUhPb!nM{x2Ze{`LR> literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..048f4341eb263804e3191e924ea2eb0bdfc25971 GIT binary patch literal 27229 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py new file mode 100644 index 000000000..f7dbf4c9a --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py @@ -0,0 +1,6 @@ +"""Modules copied from Python 3 standard libraries, for internal use only. + +Individual classes and functions are found in d2._backport.misc. Intended +usage is to always import things missing from 3.1 from that module: the +built-in/stdlib objects will be used if found. +""" diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9639301764faa87b5c0a13057ada51d3650b4f96 GIT binary patch literal 492 zcmYjO%}OLO5YEg+Y4PF{)Kzf0S-r`!EUcFS6~TibfspQGoO07ild7JfA4GfxUumvh zynEY|)zh#Ts7n3k`zrSMxKMIlUq0-~OsV(L`F%wk z1WoGDJ6Pq^!rj2@6yXAhZFDv}2v}#E(bE~MQU;9dbF=|^@{nQ}%A#0ChZ}UgM4MoV zWTrI3s*eq0isEH2&Ar4hf;%rwZJWPc%3QWcO$o4+snK~?^kknrAOR<^VQU8hY{yFA zHO40bX&^Bsv=`-%$>6nRX!m?BrP3F5kAW8$D`F=MAl1*lVS+7&0JR^{3z*e}sw{3# zXS)MqTxyJYQ+Y1S+N*!tt4lqC%aPXDk$zZS>${xx!}K3{wN9*?>0UVBg*3E2vflW( x(brgOLiUSJ=n5~=9d?zGoJ+ZKNG#B*|I4V1!H8^3*$unHpA(&5;}3p{s4wKDpv3?H literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea1dc9a1a1c260315a50f25b9cf0d9961916a653 GIT binary patch literal 1112 zcmZWnUyIZ*5Kq$XZuieEC-?`{haxB}=&jEpqMm{W$0B$jmO^Qh>|WNkDM|LYF6)bT zUqO76JMqQO;y1{vFZvaH(Mfkj(Uh6aWM(omznOGvtB2scfA=l@;vw|aDSw{;l!rk2 z6EKD%#4sZ{j&SoQ5t$+8eZ-Ns+=d%J_ls84!ssO`ultC%>t`6bk8QCw>zv}K^$L~b zE?Ne>6LrAr7I+2q@x}|YAnz8vs0R^U);mQ}XXD@Fc;1it5OEbE2K9$cM4t`7tH1VQ z4QQI@X_kXD)x4yV@ex)80uHF-zYk!CoW2XBF9KU(6);@&7FQ-hTXC$vLM+ z$GeBA$)t(t`hSP~3(N*jYBm$*%LJYqv-St&qVdZVq@dBDN>AD78sT z%2gli@RBF9`JXnGi&E~5Ye2ez6gT>RiCjrdqWd8HPNaq_0JhP{2~oFJ=*%kEtp_IC zUe6wsTH8xAZrtQRHXJ~Qtq|qRb`R=`KUGR9>l+YlkR)YV@FZ~nx&WvB+q-M)29O>C zL%4^1pds;b@KZV42p^2LY$r*Wq)B3l)XGiB-M~oT#uG)=49@oV3b*!62@Qs}JAsVr zlKNEUIkfCnzL`byx*a|;Mu}`;)^2}Q*Q}x&j}7h@k}Y!npbeT1f%zoB0SP>Uw_!=P QTLcI2ACRF>p!xy+1ysijZ2$lO literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7928ea2c73e4d52404092376bc2e23ca04efc921 GIT binary patch literal 21686 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 Bl579~ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py new file mode 100644 index 000000000..cfb318d34 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Backports for individual classes and functions.""" + +import os +import sys + +__all__ = ['cache_from_source', 'callable', 'fsencode'] + + +try: + from imp import cache_from_source +except ImportError: + def cache_from_source(py_file, debug=__debug__): + ext = debug and 'c' or 'o' + return py_file + ext + + +try: + callable = callable +except NameError: + from collections import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode +except AttributeError: + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, str): + return filename.encode(sys.getfilesystemencoding()) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py new file mode 100644 index 000000000..10ed36253 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py @@ -0,0 +1,764 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Utility functions for copying and archiving files and directory trees. + +XXX The functions here don't copy the resource fork or other metadata on Mac. + +""" + +import os +import sys +import stat +from os.path import abspath +import fnmatch +try: + from collections.abc import Callable +except ImportError: + from collections import Callable +import errno +from . import tarfile + +try: + import bz2 + _BZ2_SUPPORTED = True +except ImportError: + _BZ2_SUPPORTED = False + +try: + from pwd import getpwnam +except ImportError: + getpwnam = None + +try: + from grp import getgrnam +except ImportError: + getgrnam = None + +__all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", + "copytree", "move", "rmtree", "Error", "SpecialFileError", + "ExecError", "make_archive", "get_archive_formats", + "register_archive_format", "unregister_archive_format", + "get_unpack_formats", "register_unpack_format", + "unregister_unpack_format", "unpack_archive", "ignore_patterns"] + +class Error(EnvironmentError): + pass + +class SpecialFileError(EnvironmentError): + """Raised when trying to do a kind of operation (e.g. copying) which is + not supported on a special file (e.g. a named pipe)""" + +class ExecError(EnvironmentError): + """Raised when a command could not be executed""" + +class ReadError(EnvironmentError): + """Raised when an archive cannot be read""" + +class RegistryError(Exception): + """Raised when a registry operation with the archiving + and unpacking registries fails""" + + +try: + WindowsError +except NameError: + WindowsError = None + +def copyfileobj(fsrc, fdst, length=16*1024): + """copy data from file-like object fsrc to file-like object fdst""" + while 1: + buf = fsrc.read(length) + if not buf: + break + fdst.write(buf) + +def _samefile(src, dst): + # Macintosh, Unix. + if hasattr(os.path, 'samefile'): + try: + return os.path.samefile(src, dst) + except OSError: + return False + + # All other platforms: check for same pathname. + return (os.path.normcase(os.path.abspath(src)) == + os.path.normcase(os.path.abspath(dst))) + +def copyfile(src, dst): + """Copy data from src to dst""" + if _samefile(src, dst): + raise Error("`%s` and `%s` are the same file" % (src, dst)) + + for fn in [src, dst]: + try: + st = os.stat(fn) + except OSError: + # File most likely does not exist + pass + else: + # XXX What about other special files? (sockets, devices...) + if stat.S_ISFIFO(st.st_mode): + raise SpecialFileError("`%s` is a named pipe" % fn) + + with open(src, 'rb') as fsrc: + with open(dst, 'wb') as fdst: + copyfileobj(fsrc, fdst) + +def copymode(src, dst): + """Copy mode bits from src to dst""" + if hasattr(os, 'chmod'): + st = os.stat(src) + mode = stat.S_IMODE(st.st_mode) + os.chmod(dst, mode) + +def copystat(src, dst): + """Copy all stat info (mode bits, atime, mtime, flags) from src to dst""" + st = os.stat(src) + mode = stat.S_IMODE(st.st_mode) + if hasattr(os, 'utime'): + os.utime(dst, (st.st_atime, st.st_mtime)) + if hasattr(os, 'chmod'): + os.chmod(dst, mode) + if hasattr(os, 'chflags') and hasattr(st, 'st_flags'): + try: + os.chflags(dst, st.st_flags) + except OSError as why: + if (not hasattr(errno, 'EOPNOTSUPP') or + why.errno != errno.EOPNOTSUPP): + raise + +def copy(src, dst): + """Copy data and mode bits ("cp src dst"). + + The destination may be a directory. + + """ + if os.path.isdir(dst): + dst = os.path.join(dst, os.path.basename(src)) + copyfile(src, dst) + copymode(src, dst) + +def copy2(src, dst): + """Copy data and all stat info ("cp -p src dst"). + + The destination may be a directory. + + """ + if os.path.isdir(dst): + dst = os.path.join(dst, os.path.basename(src)) + copyfile(src, dst) + copystat(src, dst) + +def ignore_patterns(*patterns): + """Function that can be used as copytree() ignore parameter. + + Patterns is a sequence of glob-style patterns + that are used to exclude files""" + def _ignore_patterns(path, names): + ignored_names = [] + for pattern in patterns: + ignored_names.extend(fnmatch.filter(names, pattern)) + return set(ignored_names) + return _ignore_patterns + +def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, + ignore_dangling_symlinks=False): + """Recursively copy a directory tree. + + The destination directory must not already exist. + If exception(s) occur, an Error is raised with a list of reasons. + + If the optional symlinks flag is true, symbolic links in the + source tree result in symbolic links in the destination tree; if + it is false, the contents of the files pointed to by symbolic + links are copied. If the file pointed by the symlink doesn't + exist, an exception will be added in the list of errors raised in + an Error exception at the end of the copy process. + + You can set the optional ignore_dangling_symlinks flag to true if you + want to silence this exception. Notice that this has no effect on + platforms that don't support os.symlink. + + The optional ignore argument is a callable. If given, it + is called with the `src` parameter, which is the directory + being visited by copytree(), and `names` which is the list of + `src` contents, as returned by os.listdir(): + + callable(src, names) -> ignored_names + + Since copytree() is called recursively, the callable will be + called once for each directory that is copied. It returns a + list of names relative to the `src` directory that should + not be copied. + + The optional copy_function argument is a callable that will be used + to copy each file. It will be called with the source path and the + destination path as arguments. By default, copy2() is used, but any + function that supports the same signature (like copy()) can be used. + + """ + names = os.listdir(src) + if ignore is not None: + ignored_names = ignore(src, names) + else: + ignored_names = set() + + os.makedirs(dst) + errors = [] + for name in names: + if name in ignored_names: + continue + srcname = os.path.join(src, name) + dstname = os.path.join(dst, name) + try: + if os.path.islink(srcname): + linkto = os.readlink(srcname) + if symlinks: + os.symlink(linkto, dstname) + else: + # ignore dangling symlink if the flag is on + if not os.path.exists(linkto) and ignore_dangling_symlinks: + continue + # otherwise let the copy occurs. copy2 will raise an error + copy_function(srcname, dstname) + elif os.path.isdir(srcname): + copytree(srcname, dstname, symlinks, ignore, copy_function) + else: + # Will raise a SpecialFileError for unsupported file types + copy_function(srcname, dstname) + # catch the Error from the recursive copytree so that we can + # continue with other files + except Error as err: + errors.extend(err.args[0]) + except EnvironmentError as why: + errors.append((srcname, dstname, str(why))) + try: + copystat(src, dst) + except OSError as why: + if WindowsError is not None and isinstance(why, WindowsError): + # Copying file access times may fail on Windows + pass + else: + errors.extend((src, dst, str(why))) + if errors: + raise Error(errors) + +def rmtree(path, ignore_errors=False, onerror=None): + """Recursively delete a directory tree. + + If ignore_errors is set, errors are ignored; otherwise, if onerror + is set, it is called to handle the error with arguments (func, + path, exc_info) where func is os.listdir, os.remove, or os.rmdir; + path is the argument to that function that caused it to fail; and + exc_info is a tuple returned by sys.exc_info(). If ignore_errors + is false and onerror is None, an exception is raised. + + """ + if ignore_errors: + def onerror(*args): + pass + elif onerror is None: + def onerror(*args): + raise + try: + if os.path.islink(path): + # symlinks to directories are forbidden, see bug #1669 + raise OSError("Cannot call rmtree on a symbolic link") + except OSError: + onerror(os.path.islink, path, sys.exc_info()) + # can't continue even if onerror hook returns + return + names = [] + try: + names = os.listdir(path) + except os.error: + onerror(os.listdir, path, sys.exc_info()) + for name in names: + fullname = os.path.join(path, name) + try: + mode = os.lstat(fullname).st_mode + except os.error: + mode = 0 + if stat.S_ISDIR(mode): + rmtree(fullname, ignore_errors, onerror) + else: + try: + os.remove(fullname) + except os.error: + onerror(os.remove, fullname, sys.exc_info()) + try: + os.rmdir(path) + except os.error: + onerror(os.rmdir, path, sys.exc_info()) + + +def _basename(path): + # A basename() variant which first strips the trailing slash, if present. + # Thus we always get the last component of the path, even for directories. + return os.path.basename(path.rstrip(os.path.sep)) + +def move(src, dst): + """Recursively move a file or directory to another location. This is + similar to the Unix "mv" command. + + If the destination is a directory or a symlink to a directory, the source + is moved inside the directory. The destination path must not already + exist. + + If the destination already exists but is not a directory, it may be + overwritten depending on os.rename() semantics. + + If the destination is on our current filesystem, then rename() is used. + Otherwise, src is copied to the destination and then removed. + A lot more could be done here... A look at a mv.c shows a lot of + the issues this implementation glosses over. + + """ + real_dst = dst + if os.path.isdir(dst): + if _samefile(src, dst): + # We might be on a case insensitive filesystem, + # perform the rename anyway. + os.rename(src, dst) + return + + real_dst = os.path.join(dst, _basename(src)) + if os.path.exists(real_dst): + raise Error("Destination path '%s' already exists" % real_dst) + try: + os.rename(src, real_dst) + except OSError: + if os.path.isdir(src): + if _destinsrc(src, dst): + raise Error("Cannot move a directory '%s' into itself '%s'." % (src, dst)) + copytree(src, real_dst, symlinks=True) + rmtree(src) + else: + copy2(src, real_dst) + os.unlink(src) + +def _destinsrc(src, dst): + src = abspath(src) + dst = abspath(dst) + if not src.endswith(os.path.sep): + src += os.path.sep + if not dst.endswith(os.path.sep): + dst += os.path.sep + return dst.startswith(src) + +def _get_gid(name): + """Returns a gid, given a group name.""" + if getgrnam is None or name is None: + return None + try: + result = getgrnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + +def _get_uid(name): + """Returns an uid, given a user name.""" + if getpwnam is None or name is None: + return None + try: + result = getpwnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + +def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, + owner=None, group=None, logger=None): + """Create a (possibly compressed) tar file from all the files under + 'base_dir'. + + 'compress' must be "gzip" (the default), "bzip2", or None. + + 'owner' and 'group' can be used to define an owner and a group for the + archive that is being built. If not provided, the current owner and group + will be used. + + The output tar file will be named 'base_name' + ".tar", possibly plus + the appropriate compression extension (".gz", or ".bz2"). + + Returns the output filename. + """ + tar_compression = {'gzip': 'gz', None: ''} + compress_ext = {'gzip': '.gz'} + + if _BZ2_SUPPORTED: + tar_compression['bzip2'] = 'bz2' + compress_ext['bzip2'] = '.bz2' + + # flags for compression program, each element of list will be an argument + if compress is not None and compress not in compress_ext: + raise ValueError("bad value for 'compress', or compression format not " + "supported : {0}".format(compress)) + + archive_name = base_name + '.tar' + compress_ext.get(compress, '') + archive_dir = os.path.dirname(archive_name) + + if not os.path.exists(archive_dir): + if logger is not None: + logger.info("creating %s", archive_dir) + if not dry_run: + os.makedirs(archive_dir) + + # creating the tarball + if logger is not None: + logger.info('Creating tar archive') + + uid = _get_uid(owner) + gid = _get_gid(group) + + def _set_uid_gid(tarinfo): + if gid is not None: + tarinfo.gid = gid + tarinfo.gname = group + if uid is not None: + tarinfo.uid = uid + tarinfo.uname = owner + return tarinfo + + if not dry_run: + tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress]) + try: + tar.add(base_dir, filter=_set_uid_gid) + finally: + tar.close() + + return archive_name + +def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False): + # XXX see if we want to keep an external call here + if verbose: + zipoptions = "-r" + else: + zipoptions = "-rq" + from distutils.errors import DistutilsExecError + from distutils.spawn import spawn + try: + spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run) + except DistutilsExecError: + # XXX really should distinguish between "couldn't find + # external 'zip' command" and "zip failed". + raise ExecError("unable to create zip file '%s': " + "could neither import the 'zipfile' module nor " + "find a standalone zip utility") % zip_filename + +def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): + """Create a zip file from all the files under 'base_dir'. + + The output zip file will be named 'base_name' + ".zip". Uses either the + "zipfile" Python module (if available) or the InfoZIP "zip" utility + (if installed and found on the default search path). If neither tool is + available, raises ExecError. Returns the name of the output zip + file. + """ + zip_filename = base_name + ".zip" + archive_dir = os.path.dirname(base_name) + + if not os.path.exists(archive_dir): + if logger is not None: + logger.info("creating %s", archive_dir) + if not dry_run: + os.makedirs(archive_dir) + + # If zipfile module is not available, try spawning an external 'zip' + # command. + try: + import zipfile + except ImportError: + zipfile = None + + if zipfile is None: + _call_external_zip(base_dir, zip_filename, verbose, dry_run) + else: + if logger is not None: + logger.info("creating '%s' and adding '%s' to it", + zip_filename, base_dir) + + if not dry_run: + zip = zipfile.ZipFile(zip_filename, "w", + compression=zipfile.ZIP_DEFLATED) + + for dirpath, dirnames, filenames in os.walk(base_dir): + for name in filenames: + path = os.path.normpath(os.path.join(dirpath, name)) + if os.path.isfile(path): + zip.write(path, path) + if logger is not None: + logger.info("adding '%s'", path) + zip.close() + + return zip_filename + +_ARCHIVE_FORMATS = { + 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"), + 'bztar': (_make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"), + 'tar': (_make_tarball, [('compress', None)], "uncompressed tar file"), + 'zip': (_make_zipfile, [], "ZIP file"), + } + +if _BZ2_SUPPORTED: + _ARCHIVE_FORMATS['bztar'] = (_make_tarball, [('compress', 'bzip2')], + "bzip2'ed tar-file") + +def get_archive_formats(): + """Returns a list of supported formats for archiving and unarchiving. + + Each element of the returned sequence is a tuple (name, description) + """ + formats = [(name, registry[2]) for name, registry in + _ARCHIVE_FORMATS.items()] + formats.sort() + return formats + +def register_archive_format(name, function, extra_args=None, description=''): + """Registers an archive format. + + name is the name of the format. function is the callable that will be + used to create archives. If provided, extra_args is a sequence of + (name, value) tuples that will be passed as arguments to the callable. + description can be provided to describe the format, and will be returned + by the get_archive_formats() function. + """ + if extra_args is None: + extra_args = [] + if not isinstance(function, Callable): + raise TypeError('The %s object is not callable' % function) + if not isinstance(extra_args, (tuple, list)): + raise TypeError('extra_args needs to be a sequence') + for element in extra_args: + if not isinstance(element, (tuple, list)) or len(element) !=2: + raise TypeError('extra_args elements are : (arg_name, value)') + + _ARCHIVE_FORMATS[name] = (function, extra_args, description) + +def unregister_archive_format(name): + del _ARCHIVE_FORMATS[name] + +def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, + dry_run=0, owner=None, group=None, logger=None): + """Create an archive file (eg. zip or tar). + + 'base_name' is the name of the file to create, minus any format-specific + extension; 'format' is the archive format: one of "zip", "tar", "bztar" + or "gztar". + + 'root_dir' is a directory that will be the root directory of the + archive; ie. we typically chdir into 'root_dir' before creating the + archive. 'base_dir' is the directory where we start archiving from; + ie. 'base_dir' will be the common prefix of all files and + directories in the archive. 'root_dir' and 'base_dir' both default + to the current directory. Returns the name of the archive file. + + 'owner' and 'group' are used when creating a tar archive. By default, + uses the current owner and group. + """ + save_cwd = os.getcwd() + if root_dir is not None: + if logger is not None: + logger.debug("changing into '%s'", root_dir) + base_name = os.path.abspath(base_name) + if not dry_run: + os.chdir(root_dir) + + if base_dir is None: + base_dir = os.curdir + + kwargs = {'dry_run': dry_run, 'logger': logger} + + try: + format_info = _ARCHIVE_FORMATS[format] + except KeyError: + raise ValueError("unknown archive format '%s'" % format) + + func = format_info[0] + for arg, val in format_info[1]: + kwargs[arg] = val + + if format != 'zip': + kwargs['owner'] = owner + kwargs['group'] = group + + try: + filename = func(base_name, base_dir, **kwargs) + finally: + if root_dir is not None: + if logger is not None: + logger.debug("changing back to '%s'", save_cwd) + os.chdir(save_cwd) + + return filename + + +def get_unpack_formats(): + """Returns a list of supported formats for unpacking. + + Each element of the returned sequence is a tuple + (name, extensions, description) + """ + formats = [(name, info[0], info[3]) for name, info in + _UNPACK_FORMATS.items()] + formats.sort() + return formats + +def _check_unpack_options(extensions, function, extra_args): + """Checks what gets registered as an unpacker.""" + # first make sure no other unpacker is registered for this extension + existing_extensions = {} + for name, info in _UNPACK_FORMATS.items(): + for ext in info[0]: + existing_extensions[ext] = name + + for extension in extensions: + if extension in existing_extensions: + msg = '%s is already registered for "%s"' + raise RegistryError(msg % (extension, + existing_extensions[extension])) + + if not isinstance(function, Callable): + raise TypeError('The registered function must be a callable') + + +def register_unpack_format(name, extensions, function, extra_args=None, + description=''): + """Registers an unpack format. + + `name` is the name of the format. `extensions` is a list of extensions + corresponding to the format. + + `function` is the callable that will be + used to unpack archives. The callable will receive archives to unpack. + If it's unable to handle an archive, it needs to raise a ReadError + exception. + + If provided, `extra_args` is a sequence of + (name, value) tuples that will be passed as arguments to the callable. + description can be provided to describe the format, and will be returned + by the get_unpack_formats() function. + """ + if extra_args is None: + extra_args = [] + _check_unpack_options(extensions, function, extra_args) + _UNPACK_FORMATS[name] = extensions, function, extra_args, description + +def unregister_unpack_format(name): + """Removes the pack format from the registry.""" + del _UNPACK_FORMATS[name] + +def _ensure_directory(path): + """Ensure that the parent directory of `path` exists""" + dirname = os.path.dirname(path) + if not os.path.isdir(dirname): + os.makedirs(dirname) + +def _unpack_zipfile(filename, extract_dir): + """Unpack zip `filename` to `extract_dir` + """ + try: + import zipfile + except ImportError: + raise ReadError('zlib not supported, cannot unpack this archive.') + + if not zipfile.is_zipfile(filename): + raise ReadError("%s is not a zip file" % filename) + + zip = zipfile.ZipFile(filename) + try: + for info in zip.infolist(): + name = info.filename + + # don't extract absolute paths or ones with .. in them + if name.startswith('/') or '..' in name: + continue + + target = os.path.join(extract_dir, *name.split('/')) + if not target: + continue + + _ensure_directory(target) + if not name.endswith('/'): + # file + data = zip.read(info.filename) + f = open(target, 'wb') + try: + f.write(data) + finally: + f.close() + del data + finally: + zip.close() + +def _unpack_tarfile(filename, extract_dir): + """Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir` + """ + try: + tarobj = tarfile.open(filename) + except tarfile.TarError: + raise ReadError( + "%s is not a compressed or uncompressed tar file" % filename) + try: + tarobj.extractall(extract_dir) + finally: + tarobj.close() + +_UNPACK_FORMATS = { + 'gztar': (['.tar.gz', '.tgz'], _unpack_tarfile, [], "gzip'ed tar-file"), + 'tar': (['.tar'], _unpack_tarfile, [], "uncompressed tar file"), + 'zip': (['.zip'], _unpack_zipfile, [], "ZIP file") + } + +if _BZ2_SUPPORTED: + _UNPACK_FORMATS['bztar'] = (['.bz2'], _unpack_tarfile, [], + "bzip2'ed tar-file") + +def _find_unpack_format(filename): + for name, info in _UNPACK_FORMATS.items(): + for extension in info[0]: + if filename.endswith(extension): + return name + return None + +def unpack_archive(filename, extract_dir=None, format=None): + """Unpack an archive. + + `filename` is the name of the archive. + + `extract_dir` is the name of the target directory, where the archive + is unpacked. If not provided, the current working directory is used. + + `format` is the archive format: one of "zip", "tar", or "gztar". Or any + other registered format. If not provided, unpack_archive will use the + filename extension and see if an unpacker was registered for that + extension. + + In case none is found, a ValueError is raised. + """ + if extract_dir is None: + extract_dir = os.getcwd() + + if format is not None: + try: + format_info = _UNPACK_FORMATS[format] + except KeyError: + raise ValueError("Unknown unpack format '{0}'".format(format)) + + func = format_info[1] + func(filename, extract_dir, **dict(format_info[2])) + else: + # we need to look at the registered unpackers supported extensions + format = _find_unpack_format(filename) + if format is None: + raise ReadError("Unknown archive format '{0}'".format(filename)) + + func = _UNPACK_FORMATS[format][1] + kwargs = dict(_UNPACK_FORMATS[format][2]) + func(filename, extract_dir, **kwargs) diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg new file mode 100644 index 000000000..1746bd01c --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg @@ -0,0 +1,84 @@ +[posix_prefix] +# Configuration directories. Some of these come straight out of the +# configure script. They are for implementing the other variables, not to +# be used directly in [resource_locations]. +confdir = /etc +datadir = /usr/share +libdir = /usr/lib +statedir = /var +# User resource directory +local = ~/.local/{distribution.name} + +stdlib = {base}/lib/python{py_version_short} +platstdlib = {platbase}/lib/python{py_version_short} +purelib = {base}/lib/python{py_version_short}/site-packages +platlib = {platbase}/lib/python{py_version_short}/site-packages +include = {base}/include/python{py_version_short}{abiflags} +platinclude = {platbase}/include/python{py_version_short}{abiflags} +data = {base} + +[posix_home] +stdlib = {base}/lib/python +platstdlib = {base}/lib/python +purelib = {base}/lib/python +platlib = {base}/lib/python +include = {base}/include/python +platinclude = {base}/include/python +scripts = {base}/bin +data = {base} + +[nt] +stdlib = {base}/Lib +platstdlib = {base}/Lib +purelib = {base}/Lib/site-packages +platlib = {base}/Lib/site-packages +include = {base}/Include +platinclude = {base}/Include +scripts = {base}/Scripts +data = {base} + +[os2] +stdlib = {base}/Lib +platstdlib = {base}/Lib +purelib = {base}/Lib/site-packages +platlib = {base}/Lib/site-packages +include = {base}/Include +platinclude = {base}/Include +scripts = {base}/Scripts +data = {base} + +[os2_home] +stdlib = {userbase}/lib/python{py_version_short} +platstdlib = {userbase}/lib/python{py_version_short} +purelib = {userbase}/lib/python{py_version_short}/site-packages +platlib = {userbase}/lib/python{py_version_short}/site-packages +include = {userbase}/include/python{py_version_short} +scripts = {userbase}/bin +data = {userbase} + +[nt_user] +stdlib = {userbase}/Python{py_version_nodot} +platstdlib = {userbase}/Python{py_version_nodot} +purelib = {userbase}/Python{py_version_nodot}/site-packages +platlib = {userbase}/Python{py_version_nodot}/site-packages +include = {userbase}/Python{py_version_nodot}/Include +scripts = {userbase}/Scripts +data = {userbase} + +[posix_user] +stdlib = {userbase}/lib/python{py_version_short} +platstdlib = {userbase}/lib/python{py_version_short} +purelib = {userbase}/lib/python{py_version_short}/site-packages +platlib = {userbase}/lib/python{py_version_short}/site-packages +include = {userbase}/include/python{py_version_short} +scripts = {userbase}/bin +data = {userbase} + +[osx_framework_user] +stdlib = {userbase}/lib/python +platstdlib = {userbase}/lib/python +purelib = {userbase}/lib/python/site-packages +platlib = {userbase}/lib/python/site-packages +include = {userbase}/include +scripts = {userbase}/bin +data = {userbase} diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py new file mode 100644 index 000000000..b470a373c --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py @@ -0,0 +1,786 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Access to Python's configuration information.""" + +import codecs +import os +import re +import sys +from os.path import pardir, realpath +try: + import configparser +except ImportError: + import ConfigParser as configparser + + +__all__ = [ + 'get_config_h_filename', + 'get_config_var', + 'get_config_vars', + 'get_makefile_filename', + 'get_path', + 'get_path_names', + 'get_paths', + 'get_platform', + 'get_python_version', + 'get_scheme_names', + 'parse_config_h', +] + + +def _safe_realpath(path): + try: + return realpath(path) + except OSError: + return path + + +if sys.executable: + _PROJECT_BASE = os.path.dirname(_safe_realpath(sys.executable)) +else: + # sys.executable can be empty if argv[0] has been changed and Python is + # unable to retrieve the real program name + _PROJECT_BASE = _safe_realpath(os.getcwd()) + +if os.name == "nt" and "pcbuild" in _PROJECT_BASE[-8:].lower(): + _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir)) +# PC/VS7.1 +if os.name == "nt" and "\\pc\\v" in _PROJECT_BASE[-10:].lower(): + _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir)) +# PC/AMD64 +if os.name == "nt" and "\\pcbuild\\amd64" in _PROJECT_BASE[-14:].lower(): + _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir)) + + +def is_python_build(): + for fn in ("Setup.dist", "Setup.local"): + if os.path.isfile(os.path.join(_PROJECT_BASE, "Modules", fn)): + return True + return False + +_PYTHON_BUILD = is_python_build() + +_cfg_read = False + +def _ensure_cfg_read(): + global _cfg_read + if not _cfg_read: + from ..resources import finder + backport_package = __name__.rsplit('.', 1)[0] + _finder = finder(backport_package) + _cfgfile = _finder.find('sysconfig.cfg') + assert _cfgfile, 'sysconfig.cfg exists' + with _cfgfile.as_stream() as s: + _SCHEMES.readfp(s) + if _PYTHON_BUILD: + for scheme in ('posix_prefix', 'posix_home'): + _SCHEMES.set(scheme, 'include', '{srcdir}/Include') + _SCHEMES.set(scheme, 'platinclude', '{projectbase}/.') + + _cfg_read = True + + +_SCHEMES = configparser.RawConfigParser() +_VAR_REPL = re.compile(r'\{([^{]*?)\}') + +def _expand_globals(config): + _ensure_cfg_read() + if config.has_section('globals'): + globals = config.items('globals') + else: + globals = tuple() + + sections = config.sections() + for section in sections: + if section == 'globals': + continue + for option, value in globals: + if config.has_option(section, option): + continue + config.set(section, option, value) + config.remove_section('globals') + + # now expanding local variables defined in the cfg file + # + for section in config.sections(): + variables = dict(config.items(section)) + + def _replacer(matchobj): + name = matchobj.group(1) + if name in variables: + return variables[name] + return matchobj.group(0) + + for option, value in config.items(section): + config.set(section, option, _VAR_REPL.sub(_replacer, value)) + +#_expand_globals(_SCHEMES) + +_PY_VERSION = '%s.%s.%s' % sys.version_info[:3] +_PY_VERSION_SHORT = '%s.%s' % sys.version_info[:2] +_PY_VERSION_SHORT_NO_DOT = '%s%s' % sys.version_info[:2] +_PREFIX = os.path.normpath(sys.prefix) +_EXEC_PREFIX = os.path.normpath(sys.exec_prefix) +_CONFIG_VARS = None +_USER_BASE = None + + +def _subst_vars(path, local_vars): + """In the string `path`, replace tokens like {some.thing} with the + corresponding value from the map `local_vars`. + + If there is no corresponding value, leave the token unchanged. + """ + def _replacer(matchobj): + name = matchobj.group(1) + if name in local_vars: + return local_vars[name] + elif name in os.environ: + return os.environ[name] + return matchobj.group(0) + return _VAR_REPL.sub(_replacer, path) + + +def _extend_dict(target_dict, other_dict): + target_keys = target_dict.keys() + for key, value in other_dict.items(): + if key in target_keys: + continue + target_dict[key] = value + + +def _expand_vars(scheme, vars): + res = {} + if vars is None: + vars = {} + _extend_dict(vars, get_config_vars()) + + for key, value in _SCHEMES.items(scheme): + if os.name in ('posix', 'nt'): + value = os.path.expanduser(value) + res[key] = os.path.normpath(_subst_vars(value, vars)) + return res + + +def format_value(value, vars): + def _replacer(matchobj): + name = matchobj.group(1) + if name in vars: + return vars[name] + return matchobj.group(0) + return _VAR_REPL.sub(_replacer, value) + + +def _get_default_scheme(): + if os.name == 'posix': + # the default scheme for posix is posix_prefix + return 'posix_prefix' + return os.name + + +def _getuserbase(): + env_base = os.environ.get("PYTHONUSERBASE", None) + + def joinuser(*args): + return os.path.expanduser(os.path.join(*args)) + + # what about 'os2emx', 'riscos' ? + if os.name == "nt": + base = os.environ.get("APPDATA") or "~" + if env_base: + return env_base + else: + return joinuser(base, "Python") + + if sys.platform == "darwin": + framework = get_config_var("PYTHONFRAMEWORK") + if framework: + if env_base: + return env_base + else: + return joinuser("~", "Library", framework, "%d.%d" % + sys.version_info[:2]) + + if env_base: + return env_base + else: + return joinuser("~", ".local") + + +def _parse_makefile(filename, vars=None): + """Parse a Makefile-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + # Regexes needed for parsing Makefile (and similar syntaxes, + # like old-style Setup files). + _variable_rx = re.compile(r"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") + _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") + _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") + + if vars is None: + vars = {} + done = {} + notdone = {} + + with codecs.open(filename, encoding='utf-8', errors="surrogateescape") as f: + lines = f.readlines() + + for line in lines: + if line.startswith('#') or line.strip() == '': + continue + m = _variable_rx.match(line) + if m: + n, v = m.group(1, 2) + v = v.strip() + # `$$' is a literal `$' in make + tmpv = v.replace('$$', '') + + if "$" in tmpv: + notdone[n] = v + else: + try: + v = int(v) + except ValueError: + # insert literal `$' + done[n] = v.replace('$$', '$') + else: + done[n] = v + + # do variable interpolation here + variables = list(notdone.keys()) + + # Variables with a 'PY_' prefix in the makefile. These need to + # be made available without that prefix through sysconfig. + # Special care is needed to ensure that variable expansion works, even + # if the expansion uses the name without a prefix. + renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS') + + while len(variables) > 0: + for name in tuple(variables): + value = notdone[name] + m = _findvar1_rx.search(value) or _findvar2_rx.search(value) + if m is not None: + n = m.group(1) + found = True + if n in done: + item = str(done[n]) + elif n in notdone: + # get it on a subsequent round + found = False + elif n in os.environ: + # do it like make: fall back to environment + item = os.environ[n] + + elif n in renamed_variables: + if (name.startswith('PY_') and + name[3:] in renamed_variables): + item = "" + + elif 'PY_' + n in notdone: + found = False + + else: + item = str(done['PY_' + n]) + + else: + done[n] = item = "" + + if found: + after = value[m.end():] + value = value[:m.start()] + item + after + if "$" in after: + notdone[name] = value + else: + try: + value = int(value) + except ValueError: + done[name] = value.strip() + else: + done[name] = value + variables.remove(name) + + if (name.startswith('PY_') and + name[3:] in renamed_variables): + + name = name[3:] + if name not in done: + done[name] = value + + else: + # bogus variable reference (e.g. "prefix=$/opt/python"); + # just drop it since we can't deal + done[name] = value + variables.remove(name) + + # strip spurious spaces + for k, v in done.items(): + if isinstance(v, str): + done[k] = v.strip() + + # save the results in the global dictionary + vars.update(done) + return vars + + +def get_makefile_filename(): + """Return the path of the Makefile.""" + if _PYTHON_BUILD: + return os.path.join(_PROJECT_BASE, "Makefile") + if hasattr(sys, 'abiflags'): + config_dir_name = 'config-%s%s' % (_PY_VERSION_SHORT, sys.abiflags) + else: + config_dir_name = 'config' + return os.path.join(get_path('stdlib'), config_dir_name, 'Makefile') + + +def _init_posix(vars): + """Initialize the module as appropriate for POSIX systems.""" + # load the installed Makefile: + makefile = get_makefile_filename() + try: + _parse_makefile(makefile, vars) + except IOError as e: + msg = "invalid Python installation: unable to open %s" % makefile + if hasattr(e, "strerror"): + msg = msg + " (%s)" % e.strerror + raise IOError(msg) + # load the installed pyconfig.h: + config_h = get_config_h_filename() + try: + with open(config_h) as f: + parse_config_h(f, vars) + except IOError as e: + msg = "invalid Python installation: unable to open %s" % config_h + if hasattr(e, "strerror"): + msg = msg + " (%s)" % e.strerror + raise IOError(msg) + # On AIX, there are wrong paths to the linker scripts in the Makefile + # -- these paths are relative to the Python source, but when installed + # the scripts are in another directory. + if _PYTHON_BUILD: + vars['LDSHARED'] = vars['BLDSHARED'] + + +def _init_non_posix(vars): + """Initialize the module as appropriate for NT""" + # set basic install directories + vars['LIBDEST'] = get_path('stdlib') + vars['BINLIBDEST'] = get_path('platstdlib') + vars['INCLUDEPY'] = get_path('include') + vars['SO'] = '.pyd' + vars['EXE'] = '.exe' + vars['VERSION'] = _PY_VERSION_SHORT_NO_DOT + vars['BINDIR'] = os.path.dirname(_safe_realpath(sys.executable)) + +# +# public APIs +# + + +def parse_config_h(fp, vars=None): + """Parse a config.h-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + if vars is None: + vars = {} + define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n") + undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n") + + while True: + line = fp.readline() + if not line: + break + m = define_rx.match(line) + if m: + n, v = m.group(1, 2) + try: + v = int(v) + except ValueError: + pass + vars[n] = v + else: + m = undef_rx.match(line) + if m: + vars[m.group(1)] = 0 + return vars + + +def get_config_h_filename(): + """Return the path of pyconfig.h.""" + if _PYTHON_BUILD: + if os.name == "nt": + inc_dir = os.path.join(_PROJECT_BASE, "PC") + else: + inc_dir = _PROJECT_BASE + else: + inc_dir = get_path('platinclude') + return os.path.join(inc_dir, 'pyconfig.h') + + +def get_scheme_names(): + """Return a tuple containing the schemes names.""" + return tuple(sorted(_SCHEMES.sections())) + + +def get_path_names(): + """Return a tuple containing the paths names.""" + # xxx see if we want a static list + return _SCHEMES.options('posix_prefix') + + +def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): + """Return a mapping containing an install scheme. + + ``scheme`` is the install scheme name. If not provided, it will + return the default scheme for the current platform. + """ + _ensure_cfg_read() + if expand: + return _expand_vars(scheme, vars) + else: + return dict(_SCHEMES.items(scheme)) + + +def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): + """Return a path corresponding to the scheme. + + ``scheme`` is the install scheme name. + """ + return get_paths(scheme, vars, expand)[name] + + +def get_config_vars(*args): + """With no arguments, return a dictionary of all configuration + variables relevant for the current platform. + + On Unix, this means every variable defined in Python's installed Makefile; + On Windows and Mac OS it's a much smaller set. + + With arguments, return a list of values that result from looking up + each argument in the configuration variable dictionary. + """ + global _CONFIG_VARS + if _CONFIG_VARS is None: + _CONFIG_VARS = {} + # Normalized versions of prefix and exec_prefix are handy to have; + # in fact, these are the standard versions used most places in the + # distutils2 module. + _CONFIG_VARS['prefix'] = _PREFIX + _CONFIG_VARS['exec_prefix'] = _EXEC_PREFIX + _CONFIG_VARS['py_version'] = _PY_VERSION + _CONFIG_VARS['py_version_short'] = _PY_VERSION_SHORT + _CONFIG_VARS['py_version_nodot'] = _PY_VERSION[0] + _PY_VERSION[2] + _CONFIG_VARS['base'] = _PREFIX + _CONFIG_VARS['platbase'] = _EXEC_PREFIX + _CONFIG_VARS['projectbase'] = _PROJECT_BASE + try: + _CONFIG_VARS['abiflags'] = sys.abiflags + except AttributeError: + # sys.abiflags may not be defined on all platforms. + _CONFIG_VARS['abiflags'] = '' + + if os.name in ('nt', 'os2'): + _init_non_posix(_CONFIG_VARS) + if os.name == 'posix': + _init_posix(_CONFIG_VARS) + # Setting 'userbase' is done below the call to the + # init function to enable using 'get_config_var' in + # the init-function. + if sys.version >= '2.6': + _CONFIG_VARS['userbase'] = _getuserbase() + + if 'srcdir' not in _CONFIG_VARS: + _CONFIG_VARS['srcdir'] = _PROJECT_BASE + else: + _CONFIG_VARS['srcdir'] = _safe_realpath(_CONFIG_VARS['srcdir']) + + # Convert srcdir into an absolute path if it appears necessary. + # Normally it is relative to the build directory. However, during + # testing, for example, we might be running a non-installed python + # from a different directory. + if _PYTHON_BUILD and os.name == "posix": + base = _PROJECT_BASE + try: + cwd = os.getcwd() + except OSError: + cwd = None + if (not os.path.isabs(_CONFIG_VARS['srcdir']) and + base != cwd): + # srcdir is relative and we are not in the same directory + # as the executable. Assume executable is in the build + # directory and make srcdir absolute. + srcdir = os.path.join(base, _CONFIG_VARS['srcdir']) + _CONFIG_VARS['srcdir'] = os.path.normpath(srcdir) + + if sys.platform == 'darwin': + kernel_version = os.uname()[2] # Kernel version (8.4.3) + major_version = int(kernel_version.split('.')[0]) + + if major_version < 8: + # On Mac OS X before 10.4, check if -arch and -isysroot + # are in CFLAGS or LDFLAGS and remove them if they are. + # This is needed when building extensions on a 10.3 system + # using a universal build of python. + for key in ('LDFLAGS', 'BASECFLAGS', + # a number of derived variables. These need to be + # patched up as well. + 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): + flags = _CONFIG_VARS[key] + flags = re.sub(r'-arch\s+\w+\s', ' ', flags) + flags = re.sub('-isysroot [^ \t]*', ' ', flags) + _CONFIG_VARS[key] = flags + else: + # Allow the user to override the architecture flags using + # an environment variable. + # NOTE: This name was introduced by Apple in OSX 10.5 and + # is used by several scripting languages distributed with + # that OS release. + if 'ARCHFLAGS' in os.environ: + arch = os.environ['ARCHFLAGS'] + for key in ('LDFLAGS', 'BASECFLAGS', + # a number of derived variables. These need to be + # patched up as well. + 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): + + flags = _CONFIG_VARS[key] + flags = re.sub(r'-arch\s+\w+\s', ' ', flags) + flags = flags + ' ' + arch + _CONFIG_VARS[key] = flags + + # If we're on OSX 10.5 or later and the user tries to + # compiles an extension using an SDK that is not present + # on the current machine it is better to not use an SDK + # than to fail. + # + # The major usecase for this is users using a Python.org + # binary installer on OSX 10.6: that installer uses + # the 10.4u SDK, but that SDK is not installed by default + # when you install Xcode. + # + CFLAGS = _CONFIG_VARS.get('CFLAGS', '') + m = re.search(r'-isysroot\s+(\S+)', CFLAGS) + if m is not None: + sdk = m.group(1) + if not os.path.exists(sdk): + for key in ('LDFLAGS', 'BASECFLAGS', + # a number of derived variables. These need to be + # patched up as well. + 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): + + flags = _CONFIG_VARS[key] + flags = re.sub(r'-isysroot\s+\S+(\s|$)', ' ', flags) + _CONFIG_VARS[key] = flags + + if args: + vals = [] + for name in args: + vals.append(_CONFIG_VARS.get(name)) + return vals + else: + return _CONFIG_VARS + + +def get_config_var(name): + """Return the value of a single variable using the dictionary returned by + 'get_config_vars()'. + + Equivalent to get_config_vars().get(name) + """ + return get_config_vars().get(name) + + +def get_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. for IRIX + the architecture isn't particularly important (IRIX only runs on SGI + hardware), but for Linux the kernel version isn't particularly + important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + irix-5.3 + irix64-6.2 + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win-ia64 (64bit Windows on Itanium) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + """ + if os.name == 'nt': + # sniff sys.version for architecture. + prefix = " bit (" + i = sys.version.find(prefix) + if i == -1: + return sys.platform + j = sys.version.find(")", i) + look = sys.version[i+len(prefix):j].lower() + if look == 'amd64': + return 'win-amd64' + if look == 'itanium': + return 'win-ia64' + return sys.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 + # (to accommodate BSD/OS), and translate spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_') + machine = machine.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:]) + # fall through to standard osname-release-machine representation + elif osname[:4] == "irix": # could be "irix64"! + return "%s-%s" % (osname, release) + elif osname[:3] == "aix": + return "%s-%s.%s" % (osname, version, release) + elif osname[:6] == "cygwin": + osname = "cygwin" + rel_re = re.compile(r'[\d.]+') + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == "darwin": + # + # For our purposes, we'll assume that the system version from + # distutils' perspective is what MACOSX_DEPLOYMENT_TARGET is set + # to. This makes the compatibility story a bit more sane because the + # machine is going to compile and link as if it were + # MACOSX_DEPLOYMENT_TARGET. + cfgvars = get_config_vars() + macver = cfgvars.get('MACOSX_DEPLOYMENT_TARGET') + + if True: + # Always calculate the release of the running machine, + # needed to determine if we can build fat binaries or not. + + macrelease = macver + # Get the system version. Reading this plist is a documented + # way to get the system version (see the documentation for + # the Gestalt Manager) + try: + f = open('/System/Library/CoreServices/SystemVersion.plist') + except IOError: + # We're on a plain darwin box, fall back to the default + # behaviour. + pass + else: + try: + m = re.search(r'ProductUserVisibleVersion\s*' + r'(.*?)', f.read()) + finally: + f.close() + if m is not None: + macrelease = '.'.join(m.group(1).split('.')[:2]) + # else: fall back to the default behaviour + + if not macver: + macver = macrelease + + if macver: + release = macver + osname = "macosx" + + if ((macrelease + '.') >= '10.4.' and + '-arch' in get_config_vars().get('CFLAGS', '').strip()): + # The universal build will build fat binaries, but not on + # systems before 10.4 + # + # Try to detect 4-way universal builds, those have machine-type + # 'universal' instead of 'fat'. + + machine = 'fat' + cflags = get_config_vars().get('CFLAGS') + + archs = re.findall(r'-arch\s+(\S+)', cflags) + archs = tuple(sorted(set(archs))) + + if len(archs) == 1: + machine = archs[0] + elif archs == ('i386', 'ppc'): + machine = 'fat' + elif archs == ('i386', 'x86_64'): + machine = 'intel' + elif archs == ('i386', 'ppc', 'x86_64'): + machine = 'fat3' + elif archs == ('ppc64', 'x86_64'): + machine = 'fat64' + elif archs == ('i386', 'ppc', 'ppc64', 'x86_64'): + machine = 'universal' + else: + raise ValueError( + "Don't know machine value for archs=%r" % (archs,)) + + elif machine == 'i386': + # On OSX the machine type returned by uname is always the + # 32-bit variant, even if the executable architecture is + # the 64-bit variant + if sys.maxsize >= 2**32: + machine = 'x86_64' + + elif machine in ('PowerPC', 'Power_Macintosh'): + # Pick a sane name for the PPC architecture. + # See 'i386' case + if sys.maxsize >= 2**32: + machine = 'ppc64' + else: + machine = 'ppc' + + return "%s-%s-%s" % (osname, release, machine) + + +def get_python_version(): + return _PY_VERSION_SHORT + + +def _print_dict(title, data): + for index, (key, value) in enumerate(sorted(data.items())): + if index == 0: + print('%s: ' % (title)) + print('\t%s = "%s"' % (key, value)) + + +def _main(): + """Display all information sysconfig detains.""" + print('Platform: "%s"' % get_platform()) + print('Python version: "%s"' % get_python_version()) + print('Current installation scheme: "%s"' % _get_default_scheme()) + print() + _print_dict('Paths', get_paths()) + print() + _print_dict('Variables', get_config_vars()) + + +if __name__ == '__main__': + _main() diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py new file mode 100644 index 000000000..d66d85663 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py @@ -0,0 +1,2607 @@ +#------------------------------------------------------------------- +# tarfile.py +#------------------------------------------------------------------- +# Copyright (C) 2002 Lars Gustaebel +# All rights reserved. +# +# 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. +# +from __future__ import print_function + +"""Read from and write to tar format archives. +""" + +__version__ = "$Revision$" + +version = "0.9.0" +__author__ = "Lars Gust\u00e4bel (lars@gustaebel.de)" +__date__ = "$Date: 2011-02-25 17:42:01 +0200 (Fri, 25 Feb 2011) $" +__cvsid__ = "$Id: tarfile.py 88586 2011-02-25 15:42:01Z marc-andre.lemburg $" +__credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend." + +#--------- +# Imports +#--------- +import sys +import os +import stat +import errno +import time +import struct +import copy +import re + +try: + import grp, pwd +except ImportError: + grp = pwd = None + +# os.symlink on Windows prior to 6.0 raises NotImplementedError +symlink_exception = (AttributeError, NotImplementedError) +try: + # WindowsError (1314) will be raised if the caller does not hold the + # SeCreateSymbolicLinkPrivilege privilege + symlink_exception += (WindowsError,) +except NameError: + pass + +# from tarfile import * +__all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] + +if sys.version_info[0] < 3: + import __builtin__ as builtins +else: + import builtins + +_open = builtins.open # Since 'open' is TarFile.open + +#--------------------------------------------------------- +# tar constants +#--------------------------------------------------------- +NUL = b"\0" # the null character +BLOCKSIZE = 512 # length of processing blocks +RECORDSIZE = BLOCKSIZE * 20 # length of records +GNU_MAGIC = b"ustar \0" # magic gnu tar string +POSIX_MAGIC = b"ustar\x0000" # magic posix tar string + +LENGTH_NAME = 100 # maximum length of a filename +LENGTH_LINK = 100 # maximum length of a linkname +LENGTH_PREFIX = 155 # maximum length of the prefix field + +REGTYPE = b"0" # regular file +AREGTYPE = b"\0" # regular file +LNKTYPE = b"1" # link (inside tarfile) +SYMTYPE = b"2" # symbolic link +CHRTYPE = b"3" # character special device +BLKTYPE = b"4" # block special device +DIRTYPE = b"5" # directory +FIFOTYPE = b"6" # fifo special device +CONTTYPE = b"7" # contiguous file + +GNUTYPE_LONGNAME = b"L" # GNU tar longname +GNUTYPE_LONGLINK = b"K" # GNU tar longlink +GNUTYPE_SPARSE = b"S" # GNU tar sparse file + +XHDTYPE = b"x" # POSIX.1-2001 extended header +XGLTYPE = b"g" # POSIX.1-2001 global header +SOLARIS_XHDTYPE = b"X" # Solaris extended header + +USTAR_FORMAT = 0 # POSIX.1-1988 (ustar) format +GNU_FORMAT = 1 # GNU tar format +PAX_FORMAT = 2 # POSIX.1-2001 (pax) format +DEFAULT_FORMAT = GNU_FORMAT + +#--------------------------------------------------------- +# tarfile constants +#--------------------------------------------------------- +# File types that tarfile supports: +SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, + SYMTYPE, DIRTYPE, FIFOTYPE, + CONTTYPE, CHRTYPE, BLKTYPE, + GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, + GNUTYPE_SPARSE) + +# File types that will be treated as a regular file. +REGULAR_TYPES = (REGTYPE, AREGTYPE, + CONTTYPE, GNUTYPE_SPARSE) + +# File types that are part of the GNU tar format. +GNU_TYPES = (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, + GNUTYPE_SPARSE) + +# Fields from a pax header that override a TarInfo attribute. +PAX_FIELDS = ("path", "linkpath", "size", "mtime", + "uid", "gid", "uname", "gname") + +# Fields from a pax header that are affected by hdrcharset. +PAX_NAME_FIELDS = set(("path", "linkpath", "uname", "gname")) + +# Fields in a pax header that are numbers, all other fields +# are treated as strings. +PAX_NUMBER_FIELDS = { + "atime": float, + "ctime": float, + "mtime": float, + "uid": int, + "gid": int, + "size": int +} + +#--------------------------------------------------------- +# Bits used in the mode field, values in octal. +#--------------------------------------------------------- +S_IFLNK = 0o120000 # symbolic link +S_IFREG = 0o100000 # regular file +S_IFBLK = 0o060000 # block device +S_IFDIR = 0o040000 # directory +S_IFCHR = 0o020000 # character device +S_IFIFO = 0o010000 # fifo + +TSUID = 0o4000 # set UID on execution +TSGID = 0o2000 # set GID on execution +TSVTX = 0o1000 # reserved + +TUREAD = 0o400 # read by owner +TUWRITE = 0o200 # write by owner +TUEXEC = 0o100 # execute/search by owner +TGREAD = 0o040 # read by group +TGWRITE = 0o020 # write by group +TGEXEC = 0o010 # execute/search by group +TOREAD = 0o004 # read by other +TOWRITE = 0o002 # write by other +TOEXEC = 0o001 # execute/search by other + +#--------------------------------------------------------- +# initialization +#--------------------------------------------------------- +if os.name in ("nt", "ce"): + ENCODING = "utf-8" +else: + ENCODING = sys.getfilesystemencoding() + +#--------------------------------------------------------- +# Some useful functions +#--------------------------------------------------------- + +def stn(s, length, encoding, errors): + """Convert a string to a null-terminated bytes object. + """ + s = s.encode(encoding, errors) + return s[:length] + (length - len(s)) * NUL + +def nts(s, encoding, errors): + """Convert a null-terminated bytes object to a string. + """ + p = s.find(b"\0") + if p != -1: + s = s[:p] + return s.decode(encoding, errors) + +def nti(s): + """Convert a number field to a python number. + """ + # There are two possible encodings for a number field, see + # itn() below. + if s[0] != chr(0o200): + try: + n = int(nts(s, "ascii", "strict") or "0", 8) + except ValueError: + raise InvalidHeaderError("invalid header") + else: + n = 0 + for i in range(len(s) - 1): + n <<= 8 + n += ord(s[i + 1]) + return n + +def itn(n, digits=8, format=DEFAULT_FORMAT): + """Convert a python number to a number field. + """ + # POSIX 1003.1-1988 requires numbers to be encoded as a string of + # octal digits followed by a null-byte, this allows values up to + # (8**(digits-1))-1. GNU tar allows storing numbers greater than + # that if necessary. A leading 0o200 byte indicates this particular + # encoding, the following digits-1 bytes are a big-endian + # representation. This allows values up to (256**(digits-1))-1. + if 0 <= n < 8 ** (digits - 1): + s = ("%0*o" % (digits - 1, n)).encode("ascii") + NUL + else: + if format != GNU_FORMAT or n >= 256 ** (digits - 1): + raise ValueError("overflow in number field") + + if n < 0: + # XXX We mimic GNU tar's behaviour with negative numbers, + # this could raise OverflowError. + n = struct.unpack("L", struct.pack("l", n))[0] + + s = bytearray() + for i in range(digits - 1): + s.insert(0, n & 0o377) + n >>= 8 + s.insert(0, 0o200) + return s + +def calc_chksums(buf): + """Calculate the checksum for a member's header by summing up all + characters except for the chksum field which is treated as if + it was filled with spaces. According to the GNU tar sources, + some tars (Sun and NeXT) calculate chksum with signed char, + which will be different if there are chars in the buffer with + the high bit set. So we calculate two checksums, unsigned and + signed. + """ + unsigned_chksum = 256 + sum(struct.unpack("148B", buf[:148]) + struct.unpack("356B", buf[156:512])) + signed_chksum = 256 + sum(struct.unpack("148b", buf[:148]) + struct.unpack("356b", buf[156:512])) + return unsigned_chksum, signed_chksum + +def copyfileobj(src, dst, length=None): + """Copy length bytes from fileobj src to fileobj dst. + If length is None, copy the entire content. + """ + if length == 0: + return + if length is None: + while True: + buf = src.read(16*1024) + if not buf: + break + dst.write(buf) + return + + BUFSIZE = 16 * 1024 + blocks, remainder = divmod(length, BUFSIZE) + for b in range(blocks): + buf = src.read(BUFSIZE) + if len(buf) < BUFSIZE: + raise IOError("end of file reached") + dst.write(buf) + + if remainder != 0: + buf = src.read(remainder) + if len(buf) < remainder: + raise IOError("end of file reached") + dst.write(buf) + return + +filemode_table = ( + ((S_IFLNK, "l"), + (S_IFREG, "-"), + (S_IFBLK, "b"), + (S_IFDIR, "d"), + (S_IFCHR, "c"), + (S_IFIFO, "p")), + + ((TUREAD, "r"),), + ((TUWRITE, "w"),), + ((TUEXEC|TSUID, "s"), + (TSUID, "S"), + (TUEXEC, "x")), + + ((TGREAD, "r"),), + ((TGWRITE, "w"),), + ((TGEXEC|TSGID, "s"), + (TSGID, "S"), + (TGEXEC, "x")), + + ((TOREAD, "r"),), + ((TOWRITE, "w"),), + ((TOEXEC|TSVTX, "t"), + (TSVTX, "T"), + (TOEXEC, "x")) +) + +def filemode(mode): + """Convert a file's mode to a string of the form + -rwxrwxrwx. + Used by TarFile.list() + """ + perm = [] + for table in filemode_table: + for bit, char in table: + if mode & bit == bit: + perm.append(char) + break + else: + perm.append("-") + return "".join(perm) + +class TarError(Exception): + """Base exception.""" + pass +class ExtractError(TarError): + """General exception for extract errors.""" + pass +class ReadError(TarError): + """Exception for unreadable tar archives.""" + pass +class CompressionError(TarError): + """Exception for unavailable compression methods.""" + pass +class StreamError(TarError): + """Exception for unsupported operations on stream-like TarFiles.""" + pass +class HeaderError(TarError): + """Base exception for header errors.""" + pass +class EmptyHeaderError(HeaderError): + """Exception for empty headers.""" + pass +class TruncatedHeaderError(HeaderError): + """Exception for truncated headers.""" + pass +class EOFHeaderError(HeaderError): + """Exception for end of file headers.""" + pass +class InvalidHeaderError(HeaderError): + """Exception for invalid headers.""" + pass +class SubsequentHeaderError(HeaderError): + """Exception for missing and invalid extended headers.""" + pass + +#--------------------------- +# internal stream interface +#--------------------------- +class _LowLevelFile(object): + """Low-level file object. Supports reading and writing. + It is used instead of a regular file object for streaming + access. + """ + + def __init__(self, name, mode): + mode = { + "r": os.O_RDONLY, + "w": os.O_WRONLY | os.O_CREAT | os.O_TRUNC, + }[mode] + if hasattr(os, "O_BINARY"): + mode |= os.O_BINARY + self.fd = os.open(name, mode, 0o666) + + def close(self): + os.close(self.fd) + + def read(self, size): + return os.read(self.fd, size) + + def write(self, s): + os.write(self.fd, s) + +class _Stream(object): + """Class that serves as an adapter between TarFile and + a stream-like object. The stream-like object only + needs to have a read() or write() method and is accessed + blockwise. Use of gzip or bzip2 compression is possible. + A stream-like object could be for example: sys.stdin, + sys.stdout, a socket, a tape device etc. + + _Stream is intended to be used only internally. + """ + + def __init__(self, name, mode, comptype, fileobj, bufsize): + """Construct a _Stream object. + """ + self._extfileobj = True + if fileobj is None: + fileobj = _LowLevelFile(name, mode) + self._extfileobj = False + + if comptype == '*': + # Enable transparent compression detection for the + # stream interface + fileobj = _StreamProxy(fileobj) + comptype = fileobj.getcomptype() + + self.name = name or "" + self.mode = mode + self.comptype = comptype + self.fileobj = fileobj + self.bufsize = bufsize + self.buf = b"" + self.pos = 0 + self.closed = False + + try: + if comptype == "gz": + try: + import zlib + except ImportError: + raise CompressionError("zlib module is not available") + self.zlib = zlib + self.crc = zlib.crc32(b"") + if mode == "r": + self._init_read_gz() + else: + self._init_write_gz() + + if comptype == "bz2": + try: + import bz2 + except ImportError: + raise CompressionError("bz2 module is not available") + if mode == "r": + self.dbuf = b"" + self.cmp = bz2.BZ2Decompressor() + else: + self.cmp = bz2.BZ2Compressor() + except: + if not self._extfileobj: + self.fileobj.close() + self.closed = True + raise + + def __del__(self): + if hasattr(self, "closed") and not self.closed: + self.close() + + def _init_write_gz(self): + """Initialize for writing with gzip compression. + """ + self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, + -self.zlib.MAX_WBITS, + self.zlib.DEF_MEM_LEVEL, + 0) + timestamp = struct.pack(" self.bufsize: + self.fileobj.write(self.buf[:self.bufsize]) + self.buf = self.buf[self.bufsize:] + + def close(self): + """Close the _Stream object. No operation should be + done on it afterwards. + """ + if self.closed: + return + + if self.mode == "w" and self.comptype != "tar": + self.buf += self.cmp.flush() + + if self.mode == "w" and self.buf: + self.fileobj.write(self.buf) + self.buf = b"" + if self.comptype == "gz": + # The native zlib crc is an unsigned 32-bit integer, but + # the Python wrapper implicitly casts that to a signed C + # long. So, on a 32-bit box self.crc may "look negative", + # while the same crc on a 64-bit box may "look positive". + # To avoid irksome warnings from the `struct` module, force + # it to look positive on all boxes. + self.fileobj.write(struct.pack("= 0: + blocks, remainder = divmod(pos - self.pos, self.bufsize) + for i in range(blocks): + self.read(self.bufsize) + self.read(remainder) + else: + raise StreamError("seeking backwards is not allowed") + return self.pos + + def read(self, size=None): + """Return the next size number of bytes from the stream. + If size is not defined, return all bytes of the stream + up to EOF. + """ + if size is None: + t = [] + while True: + buf = self._read(self.bufsize) + if not buf: + break + t.append(buf) + buf = "".join(t) + else: + buf = self._read(size) + self.pos += len(buf) + return buf + + def _read(self, size): + """Return size bytes from the stream. + """ + if self.comptype == "tar": + return self.__read(size) + + c = len(self.dbuf) + while c < size: + buf = self.__read(self.bufsize) + if not buf: + break + try: + buf = self.cmp.decompress(buf) + except IOError: + raise ReadError("invalid compressed data") + self.dbuf += buf + c += len(buf) + buf = self.dbuf[:size] + self.dbuf = self.dbuf[size:] + return buf + + def __read(self, size): + """Return size bytes from stream. If internal buffer is empty, + read another block from the stream. + """ + c = len(self.buf) + while c < size: + buf = self.fileobj.read(self.bufsize) + if not buf: + break + self.buf += buf + c += len(buf) + buf = self.buf[:size] + self.buf = self.buf[size:] + return buf +# class _Stream + +class _StreamProxy(object): + """Small proxy class that enables transparent compression + detection for the Stream interface (mode 'r|*'). + """ + + def __init__(self, fileobj): + self.fileobj = fileobj + self.buf = self.fileobj.read(BLOCKSIZE) + + def read(self, size): + self.read = self.fileobj.read + return self.buf + + def getcomptype(self): + if self.buf.startswith(b"\037\213\010"): + return "gz" + if self.buf.startswith(b"BZh91"): + return "bz2" + return "tar" + + def close(self): + self.fileobj.close() +# class StreamProxy + +class _BZ2Proxy(object): + """Small proxy class that enables external file object + support for "r:bz2" and "w:bz2" modes. This is actually + a workaround for a limitation in bz2 module's BZ2File + class which (unlike gzip.GzipFile) has no support for + a file object argument. + """ + + blocksize = 16 * 1024 + + def __init__(self, fileobj, mode): + self.fileobj = fileobj + self.mode = mode + self.name = getattr(self.fileobj, "name", None) + self.init() + + def init(self): + import bz2 + self.pos = 0 + if self.mode == "r": + self.bz2obj = bz2.BZ2Decompressor() + self.fileobj.seek(0) + self.buf = b"" + else: + self.bz2obj = bz2.BZ2Compressor() + + def read(self, size): + x = len(self.buf) + while x < size: + raw = self.fileobj.read(self.blocksize) + if not raw: + break + data = self.bz2obj.decompress(raw) + self.buf += data + x += len(data) + + buf = self.buf[:size] + self.buf = self.buf[size:] + self.pos += len(buf) + return buf + + def seek(self, pos): + if pos < self.pos: + self.init() + self.read(pos - self.pos) + + def tell(self): + return self.pos + + def write(self, data): + self.pos += len(data) + raw = self.bz2obj.compress(data) + self.fileobj.write(raw) + + def close(self): + if self.mode == "w": + raw = self.bz2obj.flush() + self.fileobj.write(raw) +# class _BZ2Proxy + +#------------------------ +# Extraction file object +#------------------------ +class _FileInFile(object): + """A thin wrapper around an existing file object that + provides a part of its data as an individual file + object. + """ + + def __init__(self, fileobj, offset, size, blockinfo=None): + self.fileobj = fileobj + self.offset = offset + self.size = size + self.position = 0 + + if blockinfo is None: + blockinfo = [(0, size)] + + # Construct a map with data and zero blocks. + self.map_index = 0 + self.map = [] + lastpos = 0 + realpos = self.offset + for offset, size in blockinfo: + if offset > lastpos: + self.map.append((False, lastpos, offset, None)) + self.map.append((True, offset, offset + size, realpos)) + realpos += size + lastpos = offset + size + if lastpos < self.size: + self.map.append((False, lastpos, self.size, None)) + + def seekable(self): + if not hasattr(self.fileobj, "seekable"): + # XXX gzip.GzipFile and bz2.BZ2File + return True + return self.fileobj.seekable() + + def tell(self): + """Return the current file position. + """ + return self.position + + def seek(self, position): + """Seek to a position in the file. + """ + self.position = position + + def read(self, size=None): + """Read data from the file. + """ + if size is None: + size = self.size - self.position + else: + size = min(size, self.size - self.position) + + buf = b"" + while size > 0: + while True: + data, start, stop, offset = self.map[self.map_index] + if start <= self.position < stop: + break + else: + self.map_index += 1 + if self.map_index == len(self.map): + self.map_index = 0 + length = min(size, stop - self.position) + if data: + self.fileobj.seek(offset + (self.position - start)) + buf += self.fileobj.read(length) + else: + buf += NUL * length + size -= length + self.position += length + return buf +#class _FileInFile + + +class ExFileObject(object): + """File-like object for reading an archive member. + Is returned by TarFile.extractfile(). + """ + blocksize = 1024 + + def __init__(self, tarfile, tarinfo): + self.fileobj = _FileInFile(tarfile.fileobj, + tarinfo.offset_data, + tarinfo.size, + tarinfo.sparse) + self.name = tarinfo.name + self.mode = "r" + self.closed = False + self.size = tarinfo.size + + self.position = 0 + self.buffer = b"" + + def readable(self): + return True + + def writable(self): + return False + + def seekable(self): + return self.fileobj.seekable() + + def read(self, size=None): + """Read at most size bytes from the file. If size is not + present or None, read all data until EOF is reached. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + buf = b"" + if self.buffer: + if size is None: + buf = self.buffer + self.buffer = b"" + else: + buf = self.buffer[:size] + self.buffer = self.buffer[size:] + + if size is None: + buf += self.fileobj.read() + else: + buf += self.fileobj.read(size - len(buf)) + + self.position += len(buf) + return buf + + # XXX TextIOWrapper uses the read1() method. + read1 = read + + def readline(self, size=-1): + """Read one entire line from the file. If size is present + and non-negative, return a string with at most that + size, which may be an incomplete line. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + pos = self.buffer.find(b"\n") + 1 + if pos == 0: + # no newline found. + while True: + buf = self.fileobj.read(self.blocksize) + self.buffer += buf + if not buf or b"\n" in buf: + pos = self.buffer.find(b"\n") + 1 + if pos == 0: + # no newline found. + pos = len(self.buffer) + break + + if size != -1: + pos = min(size, pos) + + buf = self.buffer[:pos] + self.buffer = self.buffer[pos:] + self.position += len(buf) + return buf + + def readlines(self): + """Return a list with all remaining lines. + """ + result = [] + while True: + line = self.readline() + if not line: break + result.append(line) + return result + + def tell(self): + """Return the current file position. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + return self.position + + def seek(self, pos, whence=os.SEEK_SET): + """Seek to a position in the file. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + if whence == os.SEEK_SET: + self.position = min(max(pos, 0), self.size) + elif whence == os.SEEK_CUR: + if pos < 0: + self.position = max(self.position + pos, 0) + else: + self.position = min(self.position + pos, self.size) + elif whence == os.SEEK_END: + self.position = max(min(self.size + pos, self.size), 0) + else: + raise ValueError("Invalid argument") + + self.buffer = b"" + self.fileobj.seek(self.position) + + def close(self): + """Close the file object. + """ + self.closed = True + + def __iter__(self): + """Get an iterator over the file's lines. + """ + while True: + line = self.readline() + if not line: + break + yield line +#class ExFileObject + +#------------------ +# Exported Classes +#------------------ +class TarInfo(object): + """Informational class which holds the details about an + archive member given by a tar header block. + TarInfo objects are returned by TarFile.getmember(), + TarFile.getmembers() and TarFile.gettarinfo() and are + usually created internally. + """ + + __slots__ = ("name", "mode", "uid", "gid", "size", "mtime", + "chksum", "type", "linkname", "uname", "gname", + "devmajor", "devminor", + "offset", "offset_data", "pax_headers", "sparse", + "tarfile", "_sparse_structs", "_link_target") + + def __init__(self, name=""): + """Construct a TarInfo object. name is the optional name + of the member. + """ + self.name = name # member name + self.mode = 0o644 # file permissions + self.uid = 0 # user id + self.gid = 0 # group id + self.size = 0 # file size + self.mtime = 0 # modification time + self.chksum = 0 # header checksum + self.type = REGTYPE # member type + self.linkname = "" # link name + self.uname = "" # user name + self.gname = "" # group name + self.devmajor = 0 # device major number + self.devminor = 0 # device minor number + + self.offset = 0 # the tar header starts here + self.offset_data = 0 # the file's data starts here + + self.sparse = None # sparse member information + self.pax_headers = {} # pax header information + + # In pax headers the "name" and "linkname" field are called + # "path" and "linkpath". + def _getpath(self): + return self.name + def _setpath(self, name): + self.name = name + path = property(_getpath, _setpath) + + def _getlinkpath(self): + return self.linkname + def _setlinkpath(self, linkname): + self.linkname = linkname + linkpath = property(_getlinkpath, _setlinkpath) + + def __repr__(self): + return "<%s %r at %#x>" % (self.__class__.__name__,self.name,id(self)) + + def get_info(self): + """Return the TarInfo's attributes as a dictionary. + """ + info = { + "name": self.name, + "mode": self.mode & 0o7777, + "uid": self.uid, + "gid": self.gid, + "size": self.size, + "mtime": self.mtime, + "chksum": self.chksum, + "type": self.type, + "linkname": self.linkname, + "uname": self.uname, + "gname": self.gname, + "devmajor": self.devmajor, + "devminor": self.devminor + } + + if info["type"] == DIRTYPE and not info["name"].endswith("/"): + info["name"] += "/" + + return info + + def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surrogateescape"): + """Return a tar header as a string of 512 byte blocks. + """ + info = self.get_info() + + if format == USTAR_FORMAT: + return self.create_ustar_header(info, encoding, errors) + elif format == GNU_FORMAT: + return self.create_gnu_header(info, encoding, errors) + elif format == PAX_FORMAT: + return self.create_pax_header(info, encoding) + else: + raise ValueError("invalid format") + + def create_ustar_header(self, info, encoding, errors): + """Return the object as a ustar header block. + """ + info["magic"] = POSIX_MAGIC + + if len(info["linkname"]) > LENGTH_LINK: + raise ValueError("linkname is too long") + + if len(info["name"]) > LENGTH_NAME: + info["prefix"], info["name"] = self._posix_split_name(info["name"]) + + return self._create_header(info, USTAR_FORMAT, encoding, errors) + + def create_gnu_header(self, info, encoding, errors): + """Return the object as a GNU header block sequence. + """ + info["magic"] = GNU_MAGIC + + buf = b"" + if len(info["linkname"]) > LENGTH_LINK: + buf += self._create_gnu_long_header(info["linkname"], GNUTYPE_LONGLINK, encoding, errors) + + if len(info["name"]) > LENGTH_NAME: + buf += self._create_gnu_long_header(info["name"], GNUTYPE_LONGNAME, encoding, errors) + + return buf + self._create_header(info, GNU_FORMAT, encoding, errors) + + def create_pax_header(self, info, encoding): + """Return the object as a ustar header block. If it cannot be + represented this way, prepend a pax extended header sequence + with supplement information. + """ + info["magic"] = POSIX_MAGIC + pax_headers = self.pax_headers.copy() + + # Test string fields for values that exceed the field length or cannot + # be represented in ASCII encoding. + for name, hname, length in ( + ("name", "path", LENGTH_NAME), ("linkname", "linkpath", LENGTH_LINK), + ("uname", "uname", 32), ("gname", "gname", 32)): + + if hname in pax_headers: + # The pax header has priority. + continue + + # Try to encode the string as ASCII. + try: + info[name].encode("ascii", "strict") + except UnicodeEncodeError: + pax_headers[hname] = info[name] + continue + + if len(info[name]) > length: + pax_headers[hname] = info[name] + + # Test number fields for values that exceed the field limit or values + # that like to be stored as float. + for name, digits in (("uid", 8), ("gid", 8), ("size", 12), ("mtime", 12)): + if name in pax_headers: + # The pax header has priority. Avoid overflow. + info[name] = 0 + continue + + val = info[name] + if not 0 <= val < 8 ** (digits - 1) or isinstance(val, float): + pax_headers[name] = str(val) + info[name] = 0 + + # Create a pax extended header if necessary. + if pax_headers: + buf = self._create_pax_generic_header(pax_headers, XHDTYPE, encoding) + else: + buf = b"" + + return buf + self._create_header(info, USTAR_FORMAT, "ascii", "replace") + + @classmethod + def create_pax_global_header(cls, pax_headers): + """Return the object as a pax global header block sequence. + """ + return cls._create_pax_generic_header(pax_headers, XGLTYPE, "utf8") + + def _posix_split_name(self, name): + """Split a name longer than 100 chars into a prefix + and a name part. + """ + prefix = name[:LENGTH_PREFIX + 1] + while prefix and prefix[-1] != "/": + prefix = prefix[:-1] + + name = name[len(prefix):] + prefix = prefix[:-1] + + if not prefix or len(name) > LENGTH_NAME: + raise ValueError("name is too long") + return prefix, name + + @staticmethod + def _create_header(info, format, encoding, errors): + """Return a header block. info is a dictionary with file + information, format must be one of the *_FORMAT constants. + """ + parts = [ + stn(info.get("name", ""), 100, encoding, errors), + itn(info.get("mode", 0) & 0o7777, 8, format), + itn(info.get("uid", 0), 8, format), + itn(info.get("gid", 0), 8, format), + itn(info.get("size", 0), 12, format), + itn(info.get("mtime", 0), 12, format), + b" ", # checksum field + info.get("type", REGTYPE), + stn(info.get("linkname", ""), 100, encoding, errors), + info.get("magic", POSIX_MAGIC), + stn(info.get("uname", ""), 32, encoding, errors), + stn(info.get("gname", ""), 32, encoding, errors), + itn(info.get("devmajor", 0), 8, format), + itn(info.get("devminor", 0), 8, format), + stn(info.get("prefix", ""), 155, encoding, errors) + ] + + buf = struct.pack("%ds" % BLOCKSIZE, b"".join(parts)) + chksum = calc_chksums(buf[-BLOCKSIZE:])[0] + buf = buf[:-364] + ("%06o\0" % chksum).encode("ascii") + buf[-357:] + return buf + + @staticmethod + def _create_payload(payload): + """Return the string payload filled with zero bytes + up to the next 512 byte border. + """ + blocks, remainder = divmod(len(payload), BLOCKSIZE) + if remainder > 0: + payload += (BLOCKSIZE - remainder) * NUL + return payload + + @classmethod + def _create_gnu_long_header(cls, name, type, encoding, errors): + """Return a GNUTYPE_LONGNAME or GNUTYPE_LONGLINK sequence + for name. + """ + name = name.encode(encoding, errors) + NUL + + info = {} + info["name"] = "././@LongLink" + info["type"] = type + info["size"] = len(name) + info["magic"] = GNU_MAGIC + + # create extended header + name blocks. + return cls._create_header(info, USTAR_FORMAT, encoding, errors) + \ + cls._create_payload(name) + + @classmethod + def _create_pax_generic_header(cls, pax_headers, type, encoding): + """Return a POSIX.1-2008 extended or global header sequence + that contains a list of keyword, value pairs. The values + must be strings. + """ + # Check if one of the fields contains surrogate characters and thereby + # forces hdrcharset=BINARY, see _proc_pax() for more information. + binary = False + for keyword, value in pax_headers.items(): + try: + value.encode("utf8", "strict") + except UnicodeEncodeError: + binary = True + break + + records = b"" + if binary: + # Put the hdrcharset field at the beginning of the header. + records += b"21 hdrcharset=BINARY\n" + + for keyword, value in pax_headers.items(): + keyword = keyword.encode("utf8") + if binary: + # Try to restore the original byte representation of `value'. + # Needless to say, that the encoding must match the string. + value = value.encode(encoding, "surrogateescape") + else: + value = value.encode("utf8") + + l = len(keyword) + len(value) + 3 # ' ' + '=' + '\n' + n = p = 0 + while True: + n = l + len(str(p)) + if n == p: + break + p = n + records += bytes(str(p), "ascii") + b" " + keyword + b"=" + value + b"\n" + + # We use a hardcoded "././@PaxHeader" name like star does + # instead of the one that POSIX recommends. + info = {} + info["name"] = "././@PaxHeader" + info["type"] = type + info["size"] = len(records) + info["magic"] = POSIX_MAGIC + + # Create pax header + record blocks. + return cls._create_header(info, USTAR_FORMAT, "ascii", "replace") + \ + cls._create_payload(records) + + @classmethod + def frombuf(cls, buf, encoding, errors): + """Construct a TarInfo object from a 512 byte bytes object. + """ + if len(buf) == 0: + raise EmptyHeaderError("empty header") + if len(buf) != BLOCKSIZE: + raise TruncatedHeaderError("truncated header") + if buf.count(NUL) == BLOCKSIZE: + raise EOFHeaderError("end of file header") + + chksum = nti(buf[148:156]) + if chksum not in calc_chksums(buf): + raise InvalidHeaderError("bad checksum") + + obj = cls() + obj.name = nts(buf[0:100], encoding, errors) + obj.mode = nti(buf[100:108]) + obj.uid = nti(buf[108:116]) + obj.gid = nti(buf[116:124]) + obj.size = nti(buf[124:136]) + obj.mtime = nti(buf[136:148]) + obj.chksum = chksum + obj.type = buf[156:157] + obj.linkname = nts(buf[157:257], encoding, errors) + obj.uname = nts(buf[265:297], encoding, errors) + obj.gname = nts(buf[297:329], encoding, errors) + obj.devmajor = nti(buf[329:337]) + obj.devminor = nti(buf[337:345]) + prefix = nts(buf[345:500], encoding, errors) + + # Old V7 tar format represents a directory as a regular + # file with a trailing slash. + if obj.type == AREGTYPE and obj.name.endswith("/"): + obj.type = DIRTYPE + + # The old GNU sparse format occupies some of the unused + # space in the buffer for up to 4 sparse structures. + # Save the them for later processing in _proc_sparse(). + if obj.type == GNUTYPE_SPARSE: + pos = 386 + structs = [] + for i in range(4): + try: + offset = nti(buf[pos:pos + 12]) + numbytes = nti(buf[pos + 12:pos + 24]) + except ValueError: + break + structs.append((offset, numbytes)) + pos += 24 + isextended = bool(buf[482]) + origsize = nti(buf[483:495]) + obj._sparse_structs = (structs, isextended, origsize) + + # Remove redundant slashes from directories. + if obj.isdir(): + obj.name = obj.name.rstrip("/") + + # Reconstruct a ustar longname. + if prefix and obj.type not in GNU_TYPES: + obj.name = prefix + "/" + obj.name + return obj + + @classmethod + def fromtarfile(cls, tarfile): + """Return the next TarInfo object from TarFile object + tarfile. + """ + buf = tarfile.fileobj.read(BLOCKSIZE) + obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors) + obj.offset = tarfile.fileobj.tell() - BLOCKSIZE + return obj._proc_member(tarfile) + + #-------------------------------------------------------------------------- + # The following are methods that are called depending on the type of a + # member. The entry point is _proc_member() which can be overridden in a + # subclass to add custom _proc_*() methods. A _proc_*() method MUST + # implement the following + # operations: + # 1. Set self.offset_data to the position where the data blocks begin, + # if there is data that follows. + # 2. Set tarfile.offset to the position where the next member's header will + # begin. + # 3. Return self or another valid TarInfo object. + def _proc_member(self, tarfile): + """Choose the right processing method depending on + the type and call it. + """ + if self.type in (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK): + return self._proc_gnulong(tarfile) + elif self.type == GNUTYPE_SPARSE: + return self._proc_sparse(tarfile) + elif self.type in (XHDTYPE, XGLTYPE, SOLARIS_XHDTYPE): + return self._proc_pax(tarfile) + else: + return self._proc_builtin(tarfile) + + def _proc_builtin(self, tarfile): + """Process a builtin type or an unknown type which + will be treated as a regular file. + """ + self.offset_data = tarfile.fileobj.tell() + offset = self.offset_data + if self.isreg() or self.type not in SUPPORTED_TYPES: + # Skip the following data blocks. + offset += self._block(self.size) + tarfile.offset = offset + + # Patch the TarInfo object with saved global + # header information. + self._apply_pax_info(tarfile.pax_headers, tarfile.encoding, tarfile.errors) + + return self + + def _proc_gnulong(self, tarfile): + """Process the blocks that hold a GNU longname + or longlink member. + """ + buf = tarfile.fileobj.read(self._block(self.size)) + + # Fetch the next header and process it. + try: + next = self.fromtarfile(tarfile) + except HeaderError: + raise SubsequentHeaderError("missing or bad subsequent header") + + # Patch the TarInfo object from the next header with + # the longname information. + next.offset = self.offset + if self.type == GNUTYPE_LONGNAME: + next.name = nts(buf, tarfile.encoding, tarfile.errors) + elif self.type == GNUTYPE_LONGLINK: + next.linkname = nts(buf, tarfile.encoding, tarfile.errors) + + return next + + def _proc_sparse(self, tarfile): + """Process a GNU sparse header plus extra headers. + """ + # We already collected some sparse structures in frombuf(). + structs, isextended, origsize = self._sparse_structs + del self._sparse_structs + + # Collect sparse structures from extended header blocks. + while isextended: + buf = tarfile.fileobj.read(BLOCKSIZE) + pos = 0 + for i in range(21): + try: + offset = nti(buf[pos:pos + 12]) + numbytes = nti(buf[pos + 12:pos + 24]) + except ValueError: + break + if offset and numbytes: + structs.append((offset, numbytes)) + pos += 24 + isextended = bool(buf[504]) + self.sparse = structs + + self.offset_data = tarfile.fileobj.tell() + tarfile.offset = self.offset_data + self._block(self.size) + self.size = origsize + return self + + def _proc_pax(self, tarfile): + """Process an extended or global header as described in + POSIX.1-2008. + """ + # Read the header information. + buf = tarfile.fileobj.read(self._block(self.size)) + + # A pax header stores supplemental information for either + # the following file (extended) or all following files + # (global). + if self.type == XGLTYPE: + pax_headers = tarfile.pax_headers + else: + pax_headers = tarfile.pax_headers.copy() + + # Check if the pax header contains a hdrcharset field. This tells us + # the encoding of the path, linkpath, uname and gname fields. Normally, + # these fields are UTF-8 encoded but since POSIX.1-2008 tar + # implementations are allowed to store them as raw binary strings if + # the translation to UTF-8 fails. + match = re.search(br"\d+ hdrcharset=([^\n]+)\n", buf) + if match is not None: + pax_headers["hdrcharset"] = match.group(1).decode("utf8") + + # For the time being, we don't care about anything other than "BINARY". + # The only other value that is currently allowed by the standard is + # "ISO-IR 10646 2000 UTF-8" in other words UTF-8. + hdrcharset = pax_headers.get("hdrcharset") + if hdrcharset == "BINARY": + encoding = tarfile.encoding + else: + encoding = "utf8" + + # Parse pax header information. A record looks like that: + # "%d %s=%s\n" % (length, keyword, value). length is the size + # of the complete record including the length field itself and + # the newline. keyword and value are both UTF-8 encoded strings. + regex = re.compile(br"(\d+) ([^=]+)=") + pos = 0 + while True: + match = regex.match(buf, pos) + if not match: + break + + length, keyword = match.groups() + length = int(length) + value = buf[match.end(2) + 1:match.start(1) + length - 1] + + # Normally, we could just use "utf8" as the encoding and "strict" + # as the error handler, but we better not take the risk. For + # example, GNU tar <= 1.23 is known to store filenames it cannot + # translate to UTF-8 as raw strings (unfortunately without a + # hdrcharset=BINARY header). + # We first try the strict standard encoding, and if that fails we + # fall back on the user's encoding and error handler. + keyword = self._decode_pax_field(keyword, "utf8", "utf8", + tarfile.errors) + if keyword in PAX_NAME_FIELDS: + value = self._decode_pax_field(value, encoding, tarfile.encoding, + tarfile.errors) + else: + value = self._decode_pax_field(value, "utf8", "utf8", + tarfile.errors) + + pax_headers[keyword] = value + pos += length + + # Fetch the next header. + try: + next = self.fromtarfile(tarfile) + except HeaderError: + raise SubsequentHeaderError("missing or bad subsequent header") + + # Process GNU sparse information. + if "GNU.sparse.map" in pax_headers: + # GNU extended sparse format version 0.1. + self._proc_gnusparse_01(next, pax_headers) + + elif "GNU.sparse.size" in pax_headers: + # GNU extended sparse format version 0.0. + self._proc_gnusparse_00(next, pax_headers, buf) + + elif pax_headers.get("GNU.sparse.major") == "1" and pax_headers.get("GNU.sparse.minor") == "0": + # GNU extended sparse format version 1.0. + self._proc_gnusparse_10(next, pax_headers, tarfile) + + if self.type in (XHDTYPE, SOLARIS_XHDTYPE): + # Patch the TarInfo object with the extended header info. + next._apply_pax_info(pax_headers, tarfile.encoding, tarfile.errors) + next.offset = self.offset + + if "size" in pax_headers: + # If the extended header replaces the size field, + # we need to recalculate the offset where the next + # header starts. + offset = next.offset_data + if next.isreg() or next.type not in SUPPORTED_TYPES: + offset += next._block(next.size) + tarfile.offset = offset + + return next + + def _proc_gnusparse_00(self, next, pax_headers, buf): + """Process a GNU tar extended sparse header, version 0.0. + """ + offsets = [] + for match in re.finditer(br"\d+ GNU.sparse.offset=(\d+)\n", buf): + offsets.append(int(match.group(1))) + numbytes = [] + for match in re.finditer(br"\d+ GNU.sparse.numbytes=(\d+)\n", buf): + numbytes.append(int(match.group(1))) + next.sparse = list(zip(offsets, numbytes)) + + def _proc_gnusparse_01(self, next, pax_headers): + """Process a GNU tar extended sparse header, version 0.1. + """ + sparse = [int(x) for x in pax_headers["GNU.sparse.map"].split(",")] + next.sparse = list(zip(sparse[::2], sparse[1::2])) + + def _proc_gnusparse_10(self, next, pax_headers, tarfile): + """Process a GNU tar extended sparse header, version 1.0. + """ + fields = None + sparse = [] + buf = tarfile.fileobj.read(BLOCKSIZE) + fields, buf = buf.split(b"\n", 1) + fields = int(fields) + while len(sparse) < fields * 2: + if b"\n" not in buf: + buf += tarfile.fileobj.read(BLOCKSIZE) + number, buf = buf.split(b"\n", 1) + sparse.append(int(number)) + next.offset_data = tarfile.fileobj.tell() + next.sparse = list(zip(sparse[::2], sparse[1::2])) + + def _apply_pax_info(self, pax_headers, encoding, errors): + """Replace fields with supplemental information from a previous + pax extended or global header. + """ + for keyword, value in pax_headers.items(): + if keyword == "GNU.sparse.name": + setattr(self, "path", value) + elif keyword == "GNU.sparse.size": + setattr(self, "size", int(value)) + elif keyword == "GNU.sparse.realsize": + setattr(self, "size", int(value)) + elif keyword in PAX_FIELDS: + if keyword in PAX_NUMBER_FIELDS: + try: + value = PAX_NUMBER_FIELDS[keyword](value) + except ValueError: + value = 0 + if keyword == "path": + value = value.rstrip("/") + setattr(self, keyword, value) + + self.pax_headers = pax_headers.copy() + + def _decode_pax_field(self, value, encoding, fallback_encoding, fallback_errors): + """Decode a single field from a pax record. + """ + try: + return value.decode(encoding, "strict") + except UnicodeDecodeError: + return value.decode(fallback_encoding, fallback_errors) + + def _block(self, count): + """Round up a byte count by BLOCKSIZE and return it, + e.g. _block(834) => 1024. + """ + blocks, remainder = divmod(count, BLOCKSIZE) + if remainder: + blocks += 1 + return blocks * BLOCKSIZE + + def isreg(self): + return self.type in REGULAR_TYPES + def isfile(self): + return self.isreg() + def isdir(self): + return self.type == DIRTYPE + def issym(self): + return self.type == SYMTYPE + def islnk(self): + return self.type == LNKTYPE + def ischr(self): + return self.type == CHRTYPE + def isblk(self): + return self.type == BLKTYPE + def isfifo(self): + return self.type == FIFOTYPE + def issparse(self): + return self.sparse is not None + def isdev(self): + return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) +# class TarInfo + +class TarFile(object): + """The TarFile Class provides an interface to tar archives. + """ + + debug = 0 # May be set from 0 (no msgs) to 3 (all msgs) + + dereference = False # If true, add content of linked file to the + # tar file, else the link. + + ignore_zeros = False # If true, skips empty or invalid blocks and + # continues processing. + + errorlevel = 1 # If 0, fatal errors only appear in debug + # messages (if debug >= 0). If > 0, errors + # are passed to the caller as exceptions. + + format = DEFAULT_FORMAT # The format to use when creating an archive. + + encoding = ENCODING # Encoding for 8-bit character strings. + + errors = None # Error handler for unicode conversion. + + tarinfo = TarInfo # The default TarInfo class to use. + + fileobject = ExFileObject # The default ExFileObject class to use. + + def __init__(self, name=None, mode="r", fileobj=None, format=None, + tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, + errors="surrogateescape", pax_headers=None, debug=None, errorlevel=None): + """Open an (uncompressed) tar archive `name'. `mode' is either 'r' to + read from an existing archive, 'a' to append data to an existing + file or 'w' to create a new file overwriting an existing one. `mode' + defaults to 'r'. + If `fileobj' is given, it is used for reading or writing data. If it + can be determined, `mode' is overridden by `fileobj's mode. + `fileobj' is not closed, when TarFile is closed. + """ + if len(mode) > 1 or mode not in "raw": + raise ValueError("mode must be 'r', 'a' or 'w'") + self.mode = mode + self._mode = {"r": "rb", "a": "r+b", "w": "wb"}[mode] + + if not fileobj: + if self.mode == "a" and not os.path.exists(name): + # Create nonexistent files in append mode. + self.mode = "w" + self._mode = "wb" + fileobj = bltn_open(name, self._mode) + self._extfileobj = False + else: + if name is None and hasattr(fileobj, "name"): + name = fileobj.name + if hasattr(fileobj, "mode"): + self._mode = fileobj.mode + self._extfileobj = True + self.name = os.path.abspath(name) if name else None + self.fileobj = fileobj + + # Init attributes. + if format is not None: + self.format = format + if tarinfo is not None: + self.tarinfo = tarinfo + if dereference is not None: + self.dereference = dereference + if ignore_zeros is not None: + self.ignore_zeros = ignore_zeros + if encoding is not None: + self.encoding = encoding + self.errors = errors + + if pax_headers is not None and self.format == PAX_FORMAT: + self.pax_headers = pax_headers + else: + self.pax_headers = {} + + if debug is not None: + self.debug = debug + if errorlevel is not None: + self.errorlevel = errorlevel + + # Init datastructures. + self.closed = False + self.members = [] # list of members as TarInfo objects + self._loaded = False # flag if all members have been read + self.offset = self.fileobj.tell() + # current position in the archive file + self.inodes = {} # dictionary caching the inodes of + # archive members already added + + try: + if self.mode == "r": + self.firstmember = None + self.firstmember = self.next() + + if self.mode == "a": + # Move to the end of the archive, + # before the first empty block. + while True: + self.fileobj.seek(self.offset) + try: + tarinfo = self.tarinfo.fromtarfile(self) + self.members.append(tarinfo) + except EOFHeaderError: + self.fileobj.seek(self.offset) + break + except HeaderError as e: + raise ReadError(str(e)) + + if self.mode in "aw": + self._loaded = True + + if self.pax_headers: + buf = self.tarinfo.create_pax_global_header(self.pax_headers.copy()) + self.fileobj.write(buf) + self.offset += len(buf) + except: + if not self._extfileobj: + self.fileobj.close() + self.closed = True + raise + + #-------------------------------------------------------------------------- + # Below are the classmethods which act as alternate constructors to the + # TarFile class. The open() method is the only one that is needed for + # public use; it is the "super"-constructor and is able to select an + # adequate "sub"-constructor for a particular compression using the mapping + # from OPEN_METH. + # + # This concept allows one to subclass TarFile without losing the comfort of + # the super-constructor. A sub-constructor is registered and made available + # by adding it to the mapping in OPEN_METH. + + @classmethod + def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): + """Open a tar archive for reading, writing or appending. Return + an appropriate TarFile class. + + mode: + 'r' or 'r:*' open for reading with transparent compression + 'r:' open for reading exclusively uncompressed + 'r:gz' open for reading with gzip compression + 'r:bz2' open for reading with bzip2 compression + 'a' or 'a:' open for appending, creating the file if necessary + 'w' or 'w:' open for writing without compression + 'w:gz' open for writing with gzip compression + 'w:bz2' open for writing with bzip2 compression + + 'r|*' open a stream of tar blocks with transparent compression + 'r|' open an uncompressed stream of tar blocks for reading + 'r|gz' open a gzip compressed stream of tar blocks + 'r|bz2' open a bzip2 compressed stream of tar blocks + 'w|' open an uncompressed stream for writing + 'w|gz' open a gzip compressed stream for writing + 'w|bz2' open a bzip2 compressed stream for writing + """ + + if not name and not fileobj: + raise ValueError("nothing to open") + + if mode in ("r", "r:*"): + # Find out which *open() is appropriate for opening the file. + for comptype in cls.OPEN_METH: + func = getattr(cls, cls.OPEN_METH[comptype]) + if fileobj is not None: + saved_pos = fileobj.tell() + try: + return func(name, "r", fileobj, **kwargs) + except (ReadError, CompressionError) as e: + if fileobj is not None: + fileobj.seek(saved_pos) + continue + raise ReadError("file could not be opened successfully") + + elif ":" in mode: + filemode, comptype = mode.split(":", 1) + filemode = filemode or "r" + comptype = comptype or "tar" + + # Select the *open() function according to + # given compression. + if comptype in cls.OPEN_METH: + func = getattr(cls, cls.OPEN_METH[comptype]) + else: + raise CompressionError("unknown compression type %r" % comptype) + return func(name, filemode, fileobj, **kwargs) + + elif "|" in mode: + filemode, comptype = mode.split("|", 1) + filemode = filemode or "r" + comptype = comptype or "tar" + + if filemode not in "rw": + raise ValueError("mode must be 'r' or 'w'") + + stream = _Stream(name, filemode, comptype, fileobj, bufsize) + try: + t = cls(name, filemode, stream, **kwargs) + except: + stream.close() + raise + t._extfileobj = False + return t + + elif mode in "aw": + return cls.taropen(name, mode, fileobj, **kwargs) + + raise ValueError("undiscernible mode") + + @classmethod + def taropen(cls, name, mode="r", fileobj=None, **kwargs): + """Open uncompressed tar archive name for reading or writing. + """ + if len(mode) > 1 or mode not in "raw": + raise ValueError("mode must be 'r', 'a' or 'w'") + return cls(name, mode, fileobj, **kwargs) + + @classmethod + def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): + """Open gzip compressed tar archive name for reading or writing. + Appending is not allowed. + """ + if len(mode) > 1 or mode not in "rw": + raise ValueError("mode must be 'r' or 'w'") + + try: + import gzip + gzip.GzipFile + except (ImportError, AttributeError): + raise CompressionError("gzip module is not available") + + extfileobj = fileobj is not None + try: + fileobj = gzip.GzipFile(name, mode + "b", compresslevel, fileobj) + t = cls.taropen(name, mode, fileobj, **kwargs) + except IOError: + if not extfileobj and fileobj is not None: + fileobj.close() + if fileobj is None: + raise + raise ReadError("not a gzip file") + except: + if not extfileobj and fileobj is not None: + fileobj.close() + raise + t._extfileobj = extfileobj + return t + + @classmethod + def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): + """Open bzip2 compressed tar archive name for reading or writing. + Appending is not allowed. + """ + if len(mode) > 1 or mode not in "rw": + raise ValueError("mode must be 'r' or 'w'.") + + try: + import bz2 + except ImportError: + raise CompressionError("bz2 module is not available") + + if fileobj is not None: + fileobj = _BZ2Proxy(fileobj, mode) + else: + fileobj = bz2.BZ2File(name, mode, compresslevel=compresslevel) + + try: + t = cls.taropen(name, mode, fileobj, **kwargs) + except (IOError, EOFError): + fileobj.close() + raise ReadError("not a bzip2 file") + t._extfileobj = False + return t + + # All *open() methods are registered here. + OPEN_METH = { + "tar": "taropen", # uncompressed tar + "gz": "gzopen", # gzip compressed tar + "bz2": "bz2open" # bzip2 compressed tar + } + + #-------------------------------------------------------------------------- + # The public methods which TarFile provides: + + def close(self): + """Close the TarFile. In write-mode, two finishing zero blocks are + appended to the archive. + """ + if self.closed: + return + + if self.mode in "aw": + self.fileobj.write(NUL * (BLOCKSIZE * 2)) + self.offset += (BLOCKSIZE * 2) + # fill up the end with zero-blocks + # (like option -b20 for tar does) + blocks, remainder = divmod(self.offset, RECORDSIZE) + if remainder > 0: + self.fileobj.write(NUL * (RECORDSIZE - remainder)) + + if not self._extfileobj: + self.fileobj.close() + self.closed = True + + def getmember(self, name): + """Return a TarInfo object for member `name'. If `name' can not be + found in the archive, KeyError is raised. If a member occurs more + than once in the archive, its last occurrence is assumed to be the + most up-to-date version. + """ + tarinfo = self._getmember(name) + if tarinfo is None: + raise KeyError("filename %r not found" % name) + return tarinfo + + def getmembers(self): + """Return the members of the archive as a list of TarInfo objects. The + list has the same order as the members in the archive. + """ + self._check() + if not self._loaded: # if we want to obtain a list of + self._load() # all members, we first have to + # scan the whole archive. + return self.members + + def getnames(self): + """Return the members of the archive as a list of their names. It has + the same order as the list returned by getmembers(). + """ + return [tarinfo.name for tarinfo in self.getmembers()] + + def gettarinfo(self, name=None, arcname=None, fileobj=None): + """Create a TarInfo object for either the file `name' or the file + object `fileobj' (using os.fstat on its file descriptor). You can + modify some of the TarInfo's attributes before you add it using + addfile(). If given, `arcname' specifies an alternative name for the + file in the archive. + """ + self._check("aw") + + # When fileobj is given, replace name by + # fileobj's real name. + if fileobj is not None: + name = fileobj.name + + # Building the name of the member in the archive. + # Backward slashes are converted to forward slashes, + # Absolute paths are turned to relative paths. + if arcname is None: + arcname = name + drv, arcname = os.path.splitdrive(arcname) + arcname = arcname.replace(os.sep, "/") + arcname = arcname.lstrip("/") + + # Now, fill the TarInfo object with + # information specific for the file. + tarinfo = self.tarinfo() + tarinfo.tarfile = self + + # Use os.stat or os.lstat, depending on platform + # and if symlinks shall be resolved. + if fileobj is None: + if hasattr(os, "lstat") and not self.dereference: + statres = os.lstat(name) + else: + statres = os.stat(name) + else: + statres = os.fstat(fileobj.fileno()) + linkname = "" + + stmd = statres.st_mode + if stat.S_ISREG(stmd): + inode = (statres.st_ino, statres.st_dev) + if not self.dereference and statres.st_nlink > 1 and \ + inode in self.inodes and arcname != self.inodes[inode]: + # Is it a hardlink to an already + # archived file? + type = LNKTYPE + linkname = self.inodes[inode] + else: + # The inode is added only if its valid. + # For win32 it is always 0. + type = REGTYPE + if inode[0]: + self.inodes[inode] = arcname + elif stat.S_ISDIR(stmd): + type = DIRTYPE + elif stat.S_ISFIFO(stmd): + type = FIFOTYPE + elif stat.S_ISLNK(stmd): + type = SYMTYPE + linkname = os.readlink(name) + elif stat.S_ISCHR(stmd): + type = CHRTYPE + elif stat.S_ISBLK(stmd): + type = BLKTYPE + else: + return None + + # Fill the TarInfo object with all + # information we can get. + tarinfo.name = arcname + tarinfo.mode = stmd + tarinfo.uid = statres.st_uid + tarinfo.gid = statres.st_gid + if type == REGTYPE: + tarinfo.size = statres.st_size + else: + tarinfo.size = 0 + tarinfo.mtime = statres.st_mtime + tarinfo.type = type + tarinfo.linkname = linkname + if pwd: + try: + tarinfo.uname = pwd.getpwuid(tarinfo.uid)[0] + except KeyError: + pass + if grp: + try: + tarinfo.gname = grp.getgrgid(tarinfo.gid)[0] + except KeyError: + pass + + if type in (CHRTYPE, BLKTYPE): + if hasattr(os, "major") and hasattr(os, "minor"): + tarinfo.devmajor = os.major(statres.st_rdev) + tarinfo.devminor = os.minor(statres.st_rdev) + return tarinfo + + def list(self, verbose=True): + """Print a table of contents to sys.stdout. If `verbose' is False, only + the names of the members are printed. If it is True, an `ls -l'-like + output is produced. + """ + self._check() + + for tarinfo in self: + if verbose: + print(filemode(tarinfo.mode), end=' ') + print("%s/%s" % (tarinfo.uname or tarinfo.uid, + tarinfo.gname or tarinfo.gid), end=' ') + if tarinfo.ischr() or tarinfo.isblk(): + print("%10s" % ("%d,%d" \ + % (tarinfo.devmajor, tarinfo.devminor)), end=' ') + else: + print("%10d" % tarinfo.size, end=' ') + print("%d-%02d-%02d %02d:%02d:%02d" \ + % time.localtime(tarinfo.mtime)[:6], end=' ') + + print(tarinfo.name + ("/" if tarinfo.isdir() else ""), end=' ') + + if verbose: + if tarinfo.issym(): + print("->", tarinfo.linkname, end=' ') + if tarinfo.islnk(): + print("link to", tarinfo.linkname, end=' ') + print() + + def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): + """Add the file `name' to the archive. `name' may be any type of file + (directory, fifo, symbolic link, etc.). If given, `arcname' + specifies an alternative name for the file in the archive. + Directories are added recursively by default. This can be avoided by + setting `recursive' to False. `exclude' is a function that should + return True for each filename to be excluded. `filter' is a function + that expects a TarInfo object argument and returns the changed + TarInfo object, if it returns None the TarInfo object will be + excluded from the archive. + """ + self._check("aw") + + if arcname is None: + arcname = name + + # Exclude pathnames. + if exclude is not None: + import warnings + warnings.warn("use the filter argument instead", + DeprecationWarning, 2) + if exclude(name): + self._dbg(2, "tarfile: Excluded %r" % name) + return + + # Skip if somebody tries to archive the archive... + if self.name is not None and os.path.abspath(name) == self.name: + self._dbg(2, "tarfile: Skipped %r" % name) + return + + self._dbg(1, name) + + # Create a TarInfo object from the file. + tarinfo = self.gettarinfo(name, arcname) + + if tarinfo is None: + self._dbg(1, "tarfile: Unsupported type %r" % name) + return + + # Change or exclude the TarInfo object. + if filter is not None: + tarinfo = filter(tarinfo) + if tarinfo is None: + self._dbg(2, "tarfile: Excluded %r" % name) + return + + # Append the tar header and data to the archive. + if tarinfo.isreg(): + f = bltn_open(name, "rb") + self.addfile(tarinfo, f) + f.close() + + elif tarinfo.isdir(): + self.addfile(tarinfo) + if recursive: + for f in os.listdir(name): + self.add(os.path.join(name, f), os.path.join(arcname, f), + recursive, exclude, filter=filter) + + else: + self.addfile(tarinfo) + + def addfile(self, tarinfo, fileobj=None): + """Add the TarInfo object `tarinfo' to the archive. If `fileobj' is + given, tarinfo.size bytes are read from it and added to the archive. + You can create TarInfo objects using gettarinfo(). + On Windows platforms, `fileobj' should always be opened with mode + 'rb' to avoid irritation about the file size. + """ + self._check("aw") + + tarinfo = copy.copy(tarinfo) + + buf = tarinfo.tobuf(self.format, self.encoding, self.errors) + self.fileobj.write(buf) + self.offset += len(buf) + + # If there's data to follow, append it. + if fileobj is not None: + copyfileobj(fileobj, self.fileobj, tarinfo.size) + blocks, remainder = divmod(tarinfo.size, BLOCKSIZE) + if remainder > 0: + self.fileobj.write(NUL * (BLOCKSIZE - remainder)) + blocks += 1 + self.offset += blocks * BLOCKSIZE + + self.members.append(tarinfo) + + def extractall(self, path=".", members=None): + """Extract all members from the archive to the current working + directory and set owner, modification time and permissions on + directories afterwards. `path' specifies a different directory + to extract to. `members' is optional and must be a subset of the + list returned by getmembers(). + """ + directories = [] + + if members is None: + members = self + + for tarinfo in members: + if tarinfo.isdir(): + # Extract directories with a safe mode. + directories.append(tarinfo) + tarinfo = copy.copy(tarinfo) + tarinfo.mode = 0o700 + # Do not set_attrs directories, as we will do that further down + self.extract(tarinfo, path, set_attrs=not tarinfo.isdir()) + + # Reverse sort directories. + directories.sort(key=lambda a: a.name) + directories.reverse() + + # Set correct owner, mtime and filemode on directories. + for tarinfo in directories: + dirpath = os.path.join(path, tarinfo.name) + try: + self.chown(tarinfo, dirpath) + self.utime(tarinfo, dirpath) + self.chmod(tarinfo, dirpath) + except ExtractError as e: + if self.errorlevel > 1: + raise + else: + self._dbg(1, "tarfile: %s" % e) + + def extract(self, member, path="", set_attrs=True): + """Extract a member from the archive to the current working directory, + using its full name. Its file information is extracted as accurately + as possible. `member' may be a filename or a TarInfo object. You can + specify a different directory using `path'. File attributes (owner, + mtime, mode) are set unless `set_attrs' is False. + """ + self._check("r") + + if isinstance(member, str): + tarinfo = self.getmember(member) + else: + tarinfo = member + + # Prepare the link target for makelink(). + if tarinfo.islnk(): + tarinfo._link_target = os.path.join(path, tarinfo.linkname) + + try: + self._extract_member(tarinfo, os.path.join(path, tarinfo.name), + set_attrs=set_attrs) + except EnvironmentError as e: + if self.errorlevel > 0: + raise + else: + if e.filename is None: + self._dbg(1, "tarfile: %s" % e.strerror) + else: + self._dbg(1, "tarfile: %s %r" % (e.strerror, e.filename)) + except ExtractError as e: + if self.errorlevel > 1: + raise + else: + self._dbg(1, "tarfile: %s" % e) + + def extractfile(self, member): + """Extract a member from the archive as a file object. `member' may be + a filename or a TarInfo object. If `member' is a regular file, a + file-like object is returned. If `member' is a link, a file-like + object is constructed from the link's target. If `member' is none of + the above, None is returned. + The file-like object is read-only and provides the following + methods: read(), readline(), readlines(), seek() and tell() + """ + self._check("r") + + if isinstance(member, str): + tarinfo = self.getmember(member) + else: + tarinfo = member + + if tarinfo.isreg(): + return self.fileobject(self, tarinfo) + + elif tarinfo.type not in SUPPORTED_TYPES: + # If a member's type is unknown, it is treated as a + # regular file. + return self.fileobject(self, tarinfo) + + elif tarinfo.islnk() or tarinfo.issym(): + if isinstance(self.fileobj, _Stream): + # A small but ugly workaround for the case that someone tries + # to extract a (sym)link as a file-object from a non-seekable + # stream of tar blocks. + raise StreamError("cannot extract (sym)link as file object") + else: + # A (sym)link's file object is its target's file object. + return self.extractfile(self._find_link_target(tarinfo)) + else: + # If there's no data associated with the member (directory, chrdev, + # blkdev, etc.), return None instead of a file object. + return None + + def _extract_member(self, tarinfo, targetpath, set_attrs=True): + """Extract the TarInfo object tarinfo to a physical + file called targetpath. + """ + # Fetch the TarInfo object for the given name + # and build the destination pathname, replacing + # forward slashes to platform specific separators. + targetpath = targetpath.rstrip("/") + targetpath = targetpath.replace("/", os.sep) + + # Create all upper directories. + upperdirs = os.path.dirname(targetpath) + if upperdirs and not os.path.exists(upperdirs): + # Create directories that are not part of the archive with + # default permissions. + os.makedirs(upperdirs) + + if tarinfo.islnk() or tarinfo.issym(): + self._dbg(1, "%s -> %s" % (tarinfo.name, tarinfo.linkname)) + else: + self._dbg(1, tarinfo.name) + + if tarinfo.isreg(): + self.makefile(tarinfo, targetpath) + elif tarinfo.isdir(): + self.makedir(tarinfo, targetpath) + elif tarinfo.isfifo(): + self.makefifo(tarinfo, targetpath) + elif tarinfo.ischr() or tarinfo.isblk(): + self.makedev(tarinfo, targetpath) + elif tarinfo.islnk() or tarinfo.issym(): + self.makelink(tarinfo, targetpath) + elif tarinfo.type not in SUPPORTED_TYPES: + self.makeunknown(tarinfo, targetpath) + else: + self.makefile(tarinfo, targetpath) + + if set_attrs: + self.chown(tarinfo, targetpath) + if not tarinfo.issym(): + self.chmod(tarinfo, targetpath) + self.utime(tarinfo, targetpath) + + #-------------------------------------------------------------------------- + # Below are the different file methods. They are called via + # _extract_member() when extract() is called. They can be replaced in a + # subclass to implement other functionality. + + def makedir(self, tarinfo, targetpath): + """Make a directory called targetpath. + """ + try: + # Use a safe mode for the directory, the real mode is set + # later in _extract_member(). + os.mkdir(targetpath, 0o700) + except EnvironmentError as e: + if e.errno != errno.EEXIST: + raise + + def makefile(self, tarinfo, targetpath): + """Make a file called targetpath. + """ + source = self.fileobj + source.seek(tarinfo.offset_data) + target = bltn_open(targetpath, "wb") + if tarinfo.sparse is not None: + for offset, size in tarinfo.sparse: + target.seek(offset) + copyfileobj(source, target, size) + else: + copyfileobj(source, target, tarinfo.size) + target.seek(tarinfo.size) + target.truncate() + target.close() + + def makeunknown(self, tarinfo, targetpath): + """Make a file from a TarInfo object with an unknown type + at targetpath. + """ + self.makefile(tarinfo, targetpath) + self._dbg(1, "tarfile: Unknown file type %r, " \ + "extracted as regular file." % tarinfo.type) + + def makefifo(self, tarinfo, targetpath): + """Make a fifo called targetpath. + """ + if hasattr(os, "mkfifo"): + os.mkfifo(targetpath) + else: + raise ExtractError("fifo not supported by system") + + def makedev(self, tarinfo, targetpath): + """Make a character or block device called targetpath. + """ + if not hasattr(os, "mknod") or not hasattr(os, "makedev"): + raise ExtractError("special devices not supported by system") + + mode = tarinfo.mode + if tarinfo.isblk(): + mode |= stat.S_IFBLK + else: + mode |= stat.S_IFCHR + + os.mknod(targetpath, mode, + os.makedev(tarinfo.devmajor, tarinfo.devminor)) + + def makelink(self, tarinfo, targetpath): + """Make a (symbolic) link called targetpath. If it cannot be created + (platform limitation), we try to make a copy of the referenced file + instead of a link. + """ + try: + # For systems that support symbolic and hard links. + if tarinfo.issym(): + os.symlink(tarinfo.linkname, targetpath) + else: + # See extract(). + if os.path.exists(tarinfo._link_target): + os.link(tarinfo._link_target, targetpath) + else: + self._extract_member(self._find_link_target(tarinfo), + targetpath) + except symlink_exception: + if tarinfo.issym(): + linkpath = os.path.join(os.path.dirname(tarinfo.name), + tarinfo.linkname) + else: + linkpath = tarinfo.linkname + else: + try: + self._extract_member(self._find_link_target(tarinfo), + targetpath) + except KeyError: + raise ExtractError("unable to resolve link inside archive") + + def chown(self, tarinfo, targetpath): + """Set owner of targetpath according to tarinfo. + """ + if pwd and hasattr(os, "geteuid") and os.geteuid() == 0: + # We have to be root to do so. + try: + g = grp.getgrnam(tarinfo.gname)[2] + except KeyError: + g = tarinfo.gid + try: + u = pwd.getpwnam(tarinfo.uname)[2] + except KeyError: + u = tarinfo.uid + try: + if tarinfo.issym() and hasattr(os, "lchown"): + os.lchown(targetpath, u, g) + else: + if sys.platform != "os2emx": + os.chown(targetpath, u, g) + except EnvironmentError as e: + raise ExtractError("could not change owner") + + def chmod(self, tarinfo, targetpath): + """Set file permissions of targetpath according to tarinfo. + """ + if hasattr(os, 'chmod'): + try: + os.chmod(targetpath, tarinfo.mode) + except EnvironmentError as e: + raise ExtractError("could not change mode") + + def utime(self, tarinfo, targetpath): + """Set modification time of targetpath according to tarinfo. + """ + if not hasattr(os, 'utime'): + return + try: + os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime)) + except EnvironmentError as e: + raise ExtractError("could not change modification time") + + #-------------------------------------------------------------------------- + def next(self): + """Return the next member of the archive as a TarInfo object, when + TarFile is opened for reading. Return None if there is no more + available. + """ + self._check("ra") + if self.firstmember is not None: + m = self.firstmember + self.firstmember = None + return m + + # Read the next block. + self.fileobj.seek(self.offset) + tarinfo = None + while True: + try: + tarinfo = self.tarinfo.fromtarfile(self) + except EOFHeaderError as e: + if self.ignore_zeros: + self._dbg(2, "0x%X: %s" % (self.offset, e)) + self.offset += BLOCKSIZE + continue + except InvalidHeaderError as e: + if self.ignore_zeros: + self._dbg(2, "0x%X: %s" % (self.offset, e)) + self.offset += BLOCKSIZE + continue + elif self.offset == 0: + raise ReadError(str(e)) + except EmptyHeaderError: + if self.offset == 0: + raise ReadError("empty file") + except TruncatedHeaderError as e: + if self.offset == 0: + raise ReadError(str(e)) + except SubsequentHeaderError as e: + raise ReadError(str(e)) + break + + if tarinfo is not None: + self.members.append(tarinfo) + else: + self._loaded = True + + return tarinfo + + #-------------------------------------------------------------------------- + # Little helper methods: + + def _getmember(self, name, tarinfo=None, normalize=False): + """Find an archive member by name from bottom to top. + If tarinfo is given, it is used as the starting point. + """ + # Ensure that all members have been loaded. + members = self.getmembers() + + # Limit the member search list up to tarinfo. + if tarinfo is not None: + members = members[:members.index(tarinfo)] + + if normalize: + name = os.path.normpath(name) + + for member in reversed(members): + if normalize: + member_name = os.path.normpath(member.name) + else: + member_name = member.name + + if name == member_name: + return member + + def _load(self): + """Read through the entire archive file and look for readable + members. + """ + while True: + tarinfo = self.next() + if tarinfo is None: + break + self._loaded = True + + def _check(self, mode=None): + """Check if TarFile is still open, and if the operation's mode + corresponds to TarFile's mode. + """ + if self.closed: + raise IOError("%s is closed" % self.__class__.__name__) + if mode is not None and self.mode not in mode: + raise IOError("bad operation for mode %r" % self.mode) + + def _find_link_target(self, tarinfo): + """Find the target member of a symlink or hardlink member in the + archive. + """ + if tarinfo.issym(): + # Always search the entire archive. + linkname = os.path.dirname(tarinfo.name) + "/" + tarinfo.linkname + limit = None + else: + # Search the archive before the link, because a hard link is + # just a reference to an already archived file. + linkname = tarinfo.linkname + limit = tarinfo + + member = self._getmember(linkname, tarinfo=limit, normalize=True) + if member is None: + raise KeyError("linkname %r not found" % linkname) + return member + + def __iter__(self): + """Provide an iterator object. + """ + if self._loaded: + return iter(self.members) + else: + return TarIter(self) + + def _dbg(self, level, msg): + """Write debugging output to sys.stderr. + """ + if level <= self.debug: + print(msg, file=sys.stderr) + + def __enter__(self): + self._check() + return self + + def __exit__(self, type, value, traceback): + if type is None: + self.close() + else: + # An exception occurred. We must not call close() because + # it would try to write end-of-archive blocks and padding. + if not self._extfileobj: + self.fileobj.close() + self.closed = True +# class TarFile + +class TarIter(object): + """Iterator Class. + + for tarinfo in TarFile(...): + suite... + """ + + def __init__(self, tarfile): + """Construct a TarIter object. + """ + self.tarfile = tarfile + self.index = 0 + def __iter__(self): + """Return iterator object. + """ + return self + + def __next__(self): + """Return the next item using TarFile's next() method. + When all members have been read, set TarFile as _loaded. + """ + # Fix for SF #1100429: Under rare circumstances it can + # happen that getmembers() is called during iteration, + # which will cause TarIter to stop prematurely. + if not self.tarfile._loaded: + tarinfo = self.tarfile.next() + if not tarinfo: + self.tarfile._loaded = True + raise StopIteration + else: + try: + tarinfo = self.tarfile.members[self.index] + except IndexError: + raise StopIteration + self.index += 1 + return tarinfo + + next = __next__ # for Python 2.x + +#-------------------- +# exported functions +#-------------------- +def is_tarfile(name): + """Return True if name points to a tar archive that we + are able to handle, else return False. + """ + try: + t = open(name) + t.close() + return True + except TarError: + return False + +bltn_open = open +open = TarFile.open diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/compat.py b/venv/Lib/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 000000000..c316fd973 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1120 @@ +# -*- 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 ._backport import shutil + 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 + + _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, splituser, 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' + +try: + import sysconfig +except ImportError: # pragma: no cover + from ._backport 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 + try: + from imp import cache_from_source + 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/site-packages/pip/_vendor/distlib/database.py b/venv/Lib/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 000000000..0a90c300b --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1339 @@ +# -*- 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 + 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) + + 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 + logger.debug('Getting requirements from metadata %r', md.todict()) + reqts = getattr(md, req_attr) + 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 + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = [] # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop()[0] + req.append(d) + for pred in graph.adjacency_list[d]: + if pred not in req: + 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/site-packages/pip/_vendor/distlib/index.py b/venv/Lib/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 000000000..b1fbbf8e8 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,509 @@ +# -*- 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: + 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): + """ + 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): + """ + 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): + """ + 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): + """ + 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): + 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/site-packages/pip/_vendor/distlib/locators.py b/venv/Lib/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 000000000..0c7d63914 --- /dev/null +++ b/venv/Lib/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.setDaemon(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 426 / PEP 440. +default_locator = AggregatingLocator( + JSONLocator(), + 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/site-packages/pip/_vendor/distlib/manifest.py b/venv/Lib/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 000000000..ca0fe442d --- /dev/null +++ b/venv/Lib/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) + result = self.operations[op](lhs, rhs) + return result + +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 = '' + + 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': platform.python_version(), + 'python_version': platform.python_version()[:3], + '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/site-packages/pip/_vendor/distlib/metadata.py b/venv/Lib/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 000000000..6a26b0ab2 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1058 @@ +# -*- 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 withdrawn 2.0). +""" +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',) + +_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) + +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': + return _426_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.0', '2.1'] + + # 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 _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) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_0) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.0/2.1 fields') + + # we have the choice, 1.0, or 1.2, or 2.0 + # - 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.0 adds more features and is very new + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_0: + # 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' + + return '2.0' + +# 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') +_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.0 (JSON) + 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) + + 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',)), + } + + __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/site-packages/pip/_vendor/distlib/resources.py b/venv/Lib/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 000000000..fef52aa10 --- /dev/null +++ b/venv/Lib/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/site-packages/pip/_vendor/distlib/scripts.py b/venv/Lib/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 000000000..1ac01dde5 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,423 @@ +# -*- 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 + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, 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 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: + 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' + name = '%s%s.exe' % (kind, bits) + # 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/site-packages/pip/_vendor/distlib/t32.exe b/venv/Lib/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..8932a18e4596952373a38c60b81b7116d4ef9ee8 GIT binary patch literal 96768 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 F{{j_Hb~FG0 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/t64.exe b/venv/Lib/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..325b8057c08cf7113d4fd889991fa5638d443793 GIT binary patch literal 105984 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

^h^N4aZyJe%k(7BL*-gn=9``8`j0CuR45%cHI z_uuQ8!-|TEvJ}r=zF@%uKc8U@W1eNxUymJ(e45Tb6KDNieQcKe?L-gR8zZj^wFmi= z{5sAxrfP3BOZz~T$3h=Gi%jFg1%D>!6t*l^`zH2G#1PiYtvOBSI#q&y?8qN57P^LA zq9U)rQU+*y!XEgsGMCJM7yWOS+9lW~^axz>9gyv{Pu^qsBg%ZkfzkaN`$zV#>=oFn zwANnf4&g*eu~pAMC~1dl8FZ-^aeQgZ7=osPU=58@oke z55pen;eU@Z`iL!`$;1-VA&$VF4gN7ttU>relx5d-_x=|95B47HeeiYJZ$$38(ddJH zcrW3>{OR2@KF^H}gAbdZDX=AzyZHSizB_(9`v&$-69)D4WBjSaY@YVD`kl8;nl#Cu z5h1U}Tp}-l|Nde9w|3Pc@Aps8-X~fh_EGq!b-~*$a&nv>05-_n;)z{t+vW|PpX{Oj zKE#i|Gsq9Jhpor%Fqiu6y5}jjnz?*$b)h|UO;3NGd-k|9?ZqeVXL!9~vaIO0E8bVb zejzv5ZG0}~1A7{a3!hob11v4ihxvzh!S5>3I?4E~N9+^m8@sHve^M+wb{f3t2VUsD z*C*C&;z_`=&t~mbE@mHC`k7cGl3rKU9U84p?fzGxTg1q z)-Ai@eQSs49?#VDZ(BQ5_sXt#*VAn)X1Lk5l>kvHP6SDZX>#ITM7@`jxR;sQ>OG+Pe$CuXbGOdj zGq+|zTtQMnhk{-O{R=KF7*}vZ!OVhr1xpLo6l^NkTCk^}W?@_*Z|>hH7&o`>+{q8j zm_Kv=-1+n7FPgt}{>u4l=C7T3KtbFEnHc+rVzeuEi5hE<2hHiD6S}>D5l co{tw5U0O7=?|={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() + 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() + + if not hasattr(ssl, 'SSLContext'): + # For 2.x + if self.ca_certs: + cert_reqs = ssl.CERT_REQUIRED + else: + cert_reqs = ssl.CERT_NONE + self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, + cert_reqs=cert_reqs, + ssl_version=ssl.PROTOCOL_SSLv23, + ca_certs=self.ca_certs) + else: # pragma: no cover + 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 +# + +_ver_info = sys.version_info[:2] + +if _ver_info == (2, 6): + class HTTP(httplib.HTTP): + def __init__(self, host='', port=None, **kwargs): + if port == 0: # 0 means use port 0, not the default port + port = None + self._setup(self._connection_class(host, port, **kwargs)) + + + if ssl: + class HTTPS(httplib.HTTPS): + def __init__(self, host='', port=None, **kwargs): + if port == 0: # 0 means use port 0, not the default port + port = None + self._setup(self._connection_class(host, port, **kwargs)) + + +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 _ver_info == (2, 6): + result = HTTP(h, timeout=self.timeout) + else: + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + result = self._connection[1] + return result + +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 _ver_info == (2, 6): + result = HTTPS(host, None, **kwargs) + else: + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection(h, None, + **kwargs) + result = self._connection[1] + return result + + +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/site-packages/pip/_vendor/distlib/version.py b/venv/Lib/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 000000000..86c069a7c --- /dev/null +++ b/venv/Lib/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]) + 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/site-packages/pip/_vendor/distlib/w32.exe b/venv/Lib/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..e6439e9e45897365d5ac6a85a46864c158a225fd GIT binary patch literal 90112 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�gPVRVBXt_FM7e4<}XM;HRH{62JZSn^<*L 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 OB+yBqlfeHwf&T)jA)JE% literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/distlib/w64.exe b/venv/Lib/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..46139dbf9400b7bc0b64e6756ce17b4eb5fd7436 GIT binary patch literal 99840 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

This is a doc

') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parse(doc, **kwargs) + + +def parseFragment(doc, container="div", treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML fragment as a string or file-like object into a tree + + :arg doc: the fragment to parse as a string or file-like object + + :arg container: the container context to parse the fragment in + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import parseFragment + >>> parseFragment('this is a fragment') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parseFragment(doc, container=container, **kwargs) + + +def method_decorator_metaclass(function): + class Decorated(type): + def __new__(meta, classname, bases, classDict): + for attributeName, attribute in classDict.items(): + if isinstance(attribute, types.FunctionType): + attribute = function(attribute) + + classDict[attributeName] = attribute + return type.__new__(meta, classname, bases, classDict) + return Decorated + + +class HTMLParser(object): + """HTML parser + + Generates a tree structure from a stream of (possibly malformed) HTML. + + """ + + def __init__(self, tree=None, strict=False, namespaceHTMLElements=True, debug=False): + """ + :arg tree: a treebuilder class controlling the type of tree that will be + returned. Built in treebuilders can be accessed through + html5lib.treebuilders.getTreeBuilder(treeType) + + :arg strict: raise an exception when a parse error is encountered + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :arg debug: whether or not to enable debug mode which logs things + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() # generates parser with etree builder + >>> parser = HTMLParser('lxml', strict=True) # generates parser with lxml builder which is strict + + """ + + # Raise an exception on the first error encountered + self.strict = strict + + if tree is None: + tree = treebuilders.getTreeBuilder("etree") + self.tree = tree(namespaceHTMLElements) + self.errors = [] + + self.phases = {name: cls(self, self.tree) for name, cls in + getPhases(debug).items()} + + def _parse(self, stream, innerHTML=False, container="div", scripting=False, **kwargs): + + self.innerHTMLMode = innerHTML + self.container = container + self.scripting = scripting + self.tokenizer = _tokenizer.HTMLTokenizer(stream, parser=self, **kwargs) + self.reset() + + try: + self.mainLoop() + except _ReparseException: + self.reset() + self.mainLoop() + + def reset(self): + self.tree.reset() + self.firstStartTag = False + self.errors = [] + self.log = [] # only used with debug mode + # "quirks" / "limited quirks" / "no quirks" + self.compatMode = "no quirks" + + if self.innerHTMLMode: + self.innerHTML = self.container.lower() + + if self.innerHTML in cdataElements: + self.tokenizer.state = self.tokenizer.rcdataState + elif self.innerHTML in rcdataElements: + self.tokenizer.state = self.tokenizer.rawtextState + elif self.innerHTML == 'plaintext': + self.tokenizer.state = self.tokenizer.plaintextState + else: + # state already is data state + # self.tokenizer.state = self.tokenizer.dataState + pass + self.phase = self.phases["beforeHtml"] + self.phase.insertHtmlElement() + self.resetInsertionMode() + else: + self.innerHTML = False # pylint:disable=redefined-variable-type + self.phase = self.phases["initial"] + + self.lastPhase = None + + self.beforeRCDataPhase = None + + self.framesetOK = True + + @property + def documentEncoding(self): + """Name of the character encoding that was used to decode the input stream, or + :obj:`None` if that is not determined yet + + """ + if not hasattr(self, 'tokenizer'): + return None + return self.tokenizer.stream.charEncoding[0].name + + def isHTMLIntegrationPoint(self, element): + if (element.name == "annotation-xml" and + element.namespace == namespaces["mathml"]): + return ("encoding" in element.attributes and + element.attributes["encoding"].translate( + asciiUpper2Lower) in + ("text/html", "application/xhtml+xml")) + else: + return (element.namespace, element.name) in htmlIntegrationPointElements + + def isMathMLTextIntegrationPoint(self, element): + return (element.namespace, element.name) in mathmlTextIntegrationPointElements + + def mainLoop(self): + CharactersToken = tokenTypes["Characters"] + SpaceCharactersToken = tokenTypes["SpaceCharacters"] + StartTagToken = tokenTypes["StartTag"] + EndTagToken = tokenTypes["EndTag"] + CommentToken = tokenTypes["Comment"] + DoctypeToken = tokenTypes["Doctype"] + ParseErrorToken = tokenTypes["ParseError"] + + for token in self.tokenizer: + prev_token = None + new_token = token + while new_token is not None: + prev_token = new_token + currentNode = self.tree.openElements[-1] if self.tree.openElements else None + currentNodeNamespace = currentNode.namespace if currentNode else None + currentNodeName = currentNode.name if currentNode else None + + type = new_token["type"] + + if type == ParseErrorToken: + self.parseError(new_token["data"], new_token.get("datavars", {})) + new_token = None + else: + if (len(self.tree.openElements) == 0 or + currentNodeNamespace == self.tree.defaultNamespace or + (self.isMathMLTextIntegrationPoint(currentNode) and + ((type == StartTagToken and + token["name"] not in frozenset(["mglyph", "malignmark"])) or + type in (CharactersToken, SpaceCharactersToken))) or + (currentNodeNamespace == namespaces["mathml"] and + currentNodeName == "annotation-xml" and + type == StartTagToken and + token["name"] == "svg") or + (self.isHTMLIntegrationPoint(currentNode) and + type in (StartTagToken, CharactersToken, SpaceCharactersToken))): + phase = self.phase + else: + phase = self.phases["inForeignContent"] + + if type == CharactersToken: + new_token = phase.processCharacters(new_token) + elif type == SpaceCharactersToken: + new_token = phase.processSpaceCharacters(new_token) + elif type == StartTagToken: + new_token = phase.processStartTag(new_token) + elif type == EndTagToken: + new_token = phase.processEndTag(new_token) + elif type == CommentToken: + new_token = phase.processComment(new_token) + elif type == DoctypeToken: + new_token = phase.processDoctype(new_token) + + if (type == StartTagToken and prev_token["selfClosing"] and + not prev_token["selfClosingAcknowledged"]): + self.parseError("non-void-element-with-trailing-solidus", + {"name": prev_token["name"]}) + + # When the loop finishes it's EOF + reprocess = True + phases = [] + while reprocess: + phases.append(self.phase) + reprocess = self.phase.processEOF() + if reprocess: + assert self.phase not in phases + + def parse(self, stream, *args, **kwargs): + """Parse a HTML document into a well-formed tree + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element). + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parse('

This is a doc

') + + + """ + self._parse(stream, False, None, *args, **kwargs) + return self.tree.getDocument() + + def parseFragment(self, stream, *args, **kwargs): + """Parse a HTML fragment into a well-formed tree fragment + + :arg container: name of the element we're setting the innerHTML + property if set to None, default to 'div' + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parseFragment('this is a fragment') + + + """ + self._parse(stream, True, *args, **kwargs) + return self.tree.getFragment() + + def parseError(self, errorcode="XXX-undefined-error", datavars=None): + # XXX The idea is to make errorcode mandatory. + if datavars is None: + datavars = {} + self.errors.append((self.tokenizer.stream.position(), errorcode, datavars)) + if self.strict: + raise ParseError(E[errorcode] % datavars) + + def adjustMathMLAttributes(self, token): + adjust_attributes(token, adjustMathMLAttributes) + + def adjustSVGAttributes(self, token): + adjust_attributes(token, adjustSVGAttributes) + + def adjustForeignAttributes(self, token): + adjust_attributes(token, adjustForeignAttributesMap) + + def reparseTokenNormal(self, token): + # pylint:disable=unused-argument + self.parser.phase() + + def resetInsertionMode(self): + # The name of this method is mostly historical. (It's also used in the + # specification.) + last = False + newModes = { + "select": "inSelect", + "td": "inCell", + "th": "inCell", + "tr": "inRow", + "tbody": "inTableBody", + "thead": "inTableBody", + "tfoot": "inTableBody", + "caption": "inCaption", + "colgroup": "inColumnGroup", + "table": "inTable", + "head": "inBody", + "body": "inBody", + "frameset": "inFrameset", + "html": "beforeHead" + } + for node in self.tree.openElements[::-1]: + nodeName = node.name + new_phase = None + if node == self.tree.openElements[0]: + assert self.innerHTML + last = True + nodeName = self.innerHTML + # Check for conditions that should only happen in the innerHTML + # case + if nodeName in ("select", "colgroup", "head", "html"): + assert self.innerHTML + + if not last and node.namespace != self.tree.defaultNamespace: + continue + + if nodeName in newModes: + new_phase = self.phases[newModes[nodeName]] + break + elif last: + new_phase = self.phases["inBody"] + break + + self.phase = new_phase + + def parseRCDataRawtext(self, token, contentType): + # Generic RCDATA/RAWTEXT Parsing algorithm + assert contentType in ("RAWTEXT", "RCDATA") + + self.tree.insertElement(token) + + if contentType == "RAWTEXT": + self.tokenizer.state = self.tokenizer.rawtextState + else: + self.tokenizer.state = self.tokenizer.rcdataState + + self.originalPhase = self.phase + + self.phase = self.phases["text"] + + +@_utils.memoize +def getPhases(debug): + def log(function): + """Logger that records which phase processes each token""" + type_names = {value: key for key, value in tokenTypes.items()} + + def wrapped(self, *args, **kwargs): + if function.__name__.startswith("process") and len(args) > 0: + token = args[0] + info = {"type": type_names[token['type']]} + if token['type'] in tagTokenTypes: + info["name"] = token['name'] + + self.parser.log.append((self.parser.tokenizer.state.__name__, + self.parser.phase.__class__.__name__, + self.__class__.__name__, + function.__name__, + info)) + return function(self, *args, **kwargs) + else: + return function(self, *args, **kwargs) + return wrapped + + def getMetaclass(use_metaclass, metaclass_func): + if use_metaclass: + return method_decorator_metaclass(metaclass_func) + else: + return type + + # pylint:disable=unused-argument + class Phase(with_metaclass(getMetaclass(debug, log))): + """Base class for helper object that implements each phase of processing + """ + __slots__ = ("parser", "tree", "__startTagCache", "__endTagCache") + + def __init__(self, parser, tree): + self.parser = parser + self.tree = tree + self.__startTagCache = {} + self.__endTagCache = {} + + def processEOF(self): + raise NotImplementedError + + def processComment(self, token): + # For most phases the following is correct. Where it's not it will be + # overridden. + self.tree.insertComment(token, self.tree.openElements[-1]) + + def processDoctype(self, token): + self.parser.parseError("unexpected-doctype") + + def processCharacters(self, token): + self.tree.insertText(token["data"]) + + def processSpaceCharacters(self, token): + self.tree.insertText(token["data"]) + + def processStartTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__startTagCache: + func = self.__startTagCache[name] + else: + func = self.__startTagCache[name] = self.startTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__startTagCache) > len(self.startTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__startTagCache.pop(next(iter(self.__startTagCache))) + return func(token) + + def startTagHtml(self, token): + if not self.parser.firstStartTag and token["name"] == "html": + self.parser.parseError("non-html-root") + # XXX Need a check here to see if the first start tag token emitted is + # this token... If it's not, invoke self.parser.parseError(). + for attr, value in token["data"].items(): + if attr not in self.tree.openElements[0].attributes: + self.tree.openElements[0].attributes[attr] = value + self.parser.firstStartTag = False + + def processEndTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__endTagCache: + func = self.__endTagCache[name] + else: + func = self.__endTagCache[name] = self.endTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__endTagCache) > len(self.endTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__endTagCache.pop(next(iter(self.__endTagCache))) + return func(token) + + class InitialPhase(Phase): + __slots__ = tuple() + + def processSpaceCharacters(self, token): + pass + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processDoctype(self, token): + name = token["name"] + publicId = token["publicId"] + systemId = token["systemId"] + correct = token["correct"] + + if (name != "html" or publicId is not None or + systemId is not None and systemId != "about:legacy-compat"): + self.parser.parseError("unknown-doctype") + + if publicId is None: + publicId = "" + + self.tree.insertDoctype(token) + + if publicId != "": + publicId = publicId.translate(asciiUpper2Lower) + + if (not correct or token["name"] != "html" or + publicId.startswith( + ("+//silmaril//dtd html pro v0r11 19970101//", + "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", + "-//as//dtd html 3.0 aswedit + extensions//", + "-//ietf//dtd html 2.0 level 1//", + "-//ietf//dtd html 2.0 level 2//", + "-//ietf//dtd html 2.0 strict level 1//", + "-//ietf//dtd html 2.0 strict level 2//", + "-//ietf//dtd html 2.0 strict//", + "-//ietf//dtd html 2.0//", + "-//ietf//dtd html 2.1e//", + "-//ietf//dtd html 3.0//", + "-//ietf//dtd html 3.2 final//", + "-//ietf//dtd html 3.2//", + "-//ietf//dtd html 3//", + "-//ietf//dtd html level 0//", + "-//ietf//dtd html level 1//", + "-//ietf//dtd html level 2//", + "-//ietf//dtd html level 3//", + "-//ietf//dtd html strict level 0//", + "-//ietf//dtd html strict level 1//", + "-//ietf//dtd html strict level 2//", + "-//ietf//dtd html strict level 3//", + "-//ietf//dtd html strict//", + "-//ietf//dtd html//", + "-//metrius//dtd metrius presentational//", + "-//microsoft//dtd internet explorer 2.0 html strict//", + "-//microsoft//dtd internet explorer 2.0 html//", + "-//microsoft//dtd internet explorer 2.0 tables//", + "-//microsoft//dtd internet explorer 3.0 html strict//", + "-//microsoft//dtd internet explorer 3.0 html//", + "-//microsoft//dtd internet explorer 3.0 tables//", + "-//netscape comm. corp.//dtd html//", + "-//netscape comm. corp.//dtd strict html//", + "-//o'reilly and associates//dtd html 2.0//", + "-//o'reilly and associates//dtd html extended 1.0//", + "-//o'reilly and associates//dtd html extended relaxed 1.0//", + "-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//", + "-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//", + "-//spyglass//dtd html 2.0 extended//", + "-//sq//dtd html 2.0 hotmetal + extensions//", + "-//sun microsystems corp.//dtd hotjava html//", + "-//sun microsystems corp.//dtd hotjava strict html//", + "-//w3c//dtd html 3 1995-03-24//", + "-//w3c//dtd html 3.2 draft//", + "-//w3c//dtd html 3.2 final//", + "-//w3c//dtd html 3.2//", + "-//w3c//dtd html 3.2s draft//", + "-//w3c//dtd html 4.0 frameset//", + "-//w3c//dtd html 4.0 transitional//", + "-//w3c//dtd html experimental 19960712//", + "-//w3c//dtd html experimental 970421//", + "-//w3c//dtd w3 html//", + "-//w3o//dtd w3 html 3.0//", + "-//webtechs//dtd mozilla html 2.0//", + "-//webtechs//dtd mozilla html//")) or + publicId in ("-//w3o//dtd w3 html strict 3.0//en//", + "-/w3c/dtd html 4.0 transitional/en", + "html") or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is None or + systemId and systemId.lower() == "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"): + self.parser.compatMode = "quirks" + elif (publicId.startswith( + ("-//w3c//dtd xhtml 1.0 frameset//", + "-//w3c//dtd xhtml 1.0 transitional//")) or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is not None): + self.parser.compatMode = "limited quirks" + + self.parser.phase = self.parser.phases["beforeHtml"] + + def anythingElse(self): + self.parser.compatMode = "quirks" + self.parser.phase = self.parser.phases["beforeHtml"] + + def processCharacters(self, token): + self.parser.parseError("expected-doctype-but-got-chars") + self.anythingElse() + return token + + def processStartTag(self, token): + self.parser.parseError("expected-doctype-but-got-start-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEndTag(self, token): + self.parser.parseError("expected-doctype-but-got-end-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEOF(self): + self.parser.parseError("expected-doctype-but-got-eof") + self.anythingElse() + return True + + class BeforeHtmlPhase(Phase): + __slots__ = tuple() + + # helper methods + def insertHtmlElement(self): + self.tree.insertRoot(impliedTagToken("html", "StartTag")) + self.parser.phase = self.parser.phases["beforeHead"] + + # other + def processEOF(self): + self.insertHtmlElement() + return True + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.insertHtmlElement() + return token + + def processStartTag(self, token): + if token["name"] == "html": + self.parser.firstStartTag = True + self.insertHtmlElement() + return token + + def processEndTag(self, token): + if token["name"] not in ("head", "body", "html", "br"): + self.parser.parseError("unexpected-end-tag-before-html", + {"name": token["name"]}) + else: + self.insertHtmlElement() + return token + + class BeforeHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.startTagHead(impliedTagToken("head", "StartTag")) + return True + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.tree.insertElement(token) + self.tree.headPointer = self.tree.openElements[-1] + self.parser.phase = self.parser.phases["inHead"] + + def startTagOther(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagImplyHead(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagOther(self, token): + self.parser.parseError("end-tag-after-implied-root", + {"name": token["name"]}) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + (("head", "body", "html", "br"), endTagImplyHead) + ]) + endTagHandler.default = endTagOther + + class InHeadPhase(Phase): + __slots__ = tuple() + + # the real thing + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.parser.parseError("two-heads-are-not-better-than-one") + + def startTagBaseLinkCommand(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + def startTagMeta(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + attributes = token["data"] + if self.parser.tokenizer.stream.charEncoding[1] == "tentative": + if "charset" in attributes: + self.parser.tokenizer.stream.changeEncoding(attributes["charset"]) + elif ("content" in attributes and + "http-equiv" in attributes and + attributes["http-equiv"].lower() == "content-type"): + # Encoding it as UTF-8 here is a hack, as really we should pass + # the abstract Unicode string, and just use the + # ContentAttrParser on that, but using UTF-8 allows all chars + # to be encoded and as a ASCII-superset works. + data = _inputstream.EncodingBytes(attributes["content"].encode("utf-8")) + parser = _inputstream.ContentAttrParser(data) + codec = parser.parse() + self.parser.tokenizer.stream.changeEncoding(codec) + + def startTagTitle(self, token): + self.parser.parseRCDataRawtext(token, "RCDATA") + + def startTagNoFramesStyle(self, token): + # Need to decide whether to implement the scripting-disabled case + self.parser.parseRCDataRawtext(token, "RAWTEXT") + + def startTagNoscript(self, token): + if self.parser.scripting: + self.parser.parseRCDataRawtext(token, "RAWTEXT") + else: + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inHeadNoscript"] + + def startTagScript(self, token): + self.tree.insertElement(token) + self.parser.tokenizer.state = self.parser.tokenizer.scriptDataState + self.parser.originalPhase = self.parser.phase + self.parser.phase = self.parser.phases["text"] + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHead(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "head", "Expected head got %s" % node.name + self.parser.phase = self.parser.phases["afterHead"] + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.endTagHead(impliedTagToken("head")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("title", startTagTitle), + (("noframes", "style"), startTagNoFramesStyle), + ("noscript", startTagNoscript), + ("script", startTagScript), + (("base", "basefont", "bgsound", "command", "link"), + startTagBaseLinkCommand), + ("meta", startTagMeta), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("head", endTagHead), + (("br", "html", "body"), endTagHtmlBodyBr) + ]) + endTagHandler.default = endTagOther + + class InHeadNoscriptPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.parser.parseError("eof-in-head-noscript") + self.anythingElse() + return True + + def processComment(self, token): + return self.parser.phases["inHead"].processComment(token) + + def processCharacters(self, token): + self.parser.parseError("char-in-head-noscript") + self.anythingElse() + return token + + def processSpaceCharacters(self, token): + return self.parser.phases["inHead"].processSpaceCharacters(token) + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBaseLinkCommand(self, token): + return self.parser.phases["inHead"].processStartTag(token) + + def startTagHeadNoscript(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagNoscript(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "noscript", "Expected noscript got %s" % node.name + self.parser.phase = self.parser.phases["inHead"] + + def endTagBr(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + # Caller must raise parse error first! + self.endTagNoscript(impliedTagToken("noscript")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + (("basefont", "bgsound", "link", "meta", "noframes", "style"), startTagBaseLinkCommand), + (("head", "noscript"), startTagHeadNoscript), + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("noscript", endTagNoscript), + ("br", endTagBr), + ]) + endTagHandler.default = endTagOther + + class AfterHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBody(self, token): + self.parser.framesetOK = False + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inBody"] + + def startTagFrameset(self, token): + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inFrameset"] + + def startTagFromHead(self, token): + self.parser.parseError("unexpected-start-tag-out-of-my-head", + {"name": token["name"]}) + self.tree.openElements.append(self.tree.headPointer) + self.parser.phases["inHead"].processStartTag(token) + for node in self.tree.openElements[::-1]: + if node.name == "head": + self.tree.openElements.remove(node) + break + + def startTagHead(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.tree.insertElement(impliedTagToken("body", "StartTag")) + self.parser.phase = self.parser.phases["inBody"] + self.parser.framesetOK = True + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("body", startTagBody), + ("frameset", startTagFrameset), + (("base", "basefont", "bgsound", "link", "meta", "noframes", "script", + "style", "title"), + startTagFromHead), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + endTagHandler = _utils.MethodDispatcher([(("body", "html", "br"), + endTagHtmlBodyBr)]) + endTagHandler.default = endTagOther + + class InBodyPhase(Phase): + # http://www.whatwg.org/specs/web-apps/current-work/#parsing-main-inbody + # the really-really-really-very crazy mode + __slots__ = ("processSpaceCharacters",) + + def __init__(self, *args, **kwargs): + super(InBodyPhase, self).__init__(*args, **kwargs) + # Set this to the default handler + self.processSpaceCharacters = self.processSpaceCharactersNonPre + + def isMatchingFormattingElement(self, node1, node2): + return (node1.name == node2.name and + node1.namespace == node2.namespace and + node1.attributes == node2.attributes) + + # helper + def addFormattingElement(self, token): + self.tree.insertElement(token) + element = self.tree.openElements[-1] + + matchingElements = [] + for node in self.tree.activeFormattingElements[::-1]: + if node is Marker: + break + elif self.isMatchingFormattingElement(node, element): + matchingElements.append(node) + + assert len(matchingElements) <= 3 + if len(matchingElements) == 3: + self.tree.activeFormattingElements.remove(matchingElements[-1]) + self.tree.activeFormattingElements.append(element) + + # the real deal + def processEOF(self): + allowed_elements = frozenset(("dd", "dt", "li", "p", "tbody", "td", + "tfoot", "th", "thead", "tr", "body", + "html")) + for node in self.tree.openElements[::-1]: + if node.name not in allowed_elements: + self.parser.parseError("expected-closing-tag-but-got-eof") + break + # Stop parsing + + def processSpaceCharactersDropNewline(self, token): + # Sometimes (start of
, , and 

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 10: + VER_SUFFIX = '%s_%s' % sys.version_info[:2] # PEP 641 (draft) + else: + 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 sysconfig.get_config_var('WITH_PYMALLOC'): + parts.append('m') + if sysconfig.get_config_var('Py_UNICODE_SIZE') == 4: + 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, '/') + + +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 = imp.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, base): + records = list(records) # make a copy, as mutated + p = to_posix(os.path.relpath(record_path, base)) + records.append((p, '', '')) + 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') + self.write_record(records, p, libdir) + ap = to_posix(os.path.join(info_dir, 'RECORD')) + 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 imp.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/site-packages/pip/_vendor/distro.py b/venv/Lib/site-packages/pip/_vendor/distro.py new file mode 100644 index 000000000..0611b62a3 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/distro.py @@ -0,0 +1,1230 @@ +# 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 will remove it altogether. +Its predecessor function :py:func:`platform.dist` was already +deprecated since Python 2.6 and will also be 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 os +import re +import sys +import json +import shlex +import logging +import argparse +import subprocess + + +_UNIXCONFDIR = os.environ.get('UNIXCONFDIR', '/etc') +_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 +} + +#: 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 ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + 'debian_version', + 'lsb-release', + 'oem-release', + _OS_RELEASE_BASENAME, + 'system-release', + 'plesk-release', +) + + +def linux_distribution(full_distribution_name=True): + """ + 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 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. + """ + return _distro.linux_distribution(full_distribution_name) + + +def id(): + """ + 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 + "amazon" Amazon Linux + "arch" Arch Linux + "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 + ============== ========================================= + + 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=False): + """ + 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=False, best=False): + """ + 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). + + 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=False): + """ + 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=False): + """ + 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=False): + """ + 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=False): + """ + 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(): + """ + 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(): + """ + 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=False, best=False): + """ + 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(): + """ + 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(): + """ + 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(): + """ + 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(): + """ + 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): + """ + 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): + """ + 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): + """ + 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): + """ + 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) + + +class cached_property(object): + """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): + self._fname = f.__name__ + self._f = f + + def __get__(self, obj, owner): + assert obj is not None, 'call {} on an instance'.format(self._fname) + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution(object): + """ + 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=True, + os_release_file='', + distro_release_file='', + include_uname=True): + """ + 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. + + 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. + + Raises: + + * :py:exc:`IOError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`subprocess.CalledProcessError`: The lsb_release command had + some issue (other than not being available in the program execution + path). + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.os_release_file = os_release_file or \ + os.path.join(_UNIXCONFDIR, _OS_RELEASE_BASENAME) + self.distro_release_file = distro_release_file or '' # updated later + self.include_lsb = include_lsb + self.include_uname = include_uname + + def __repr__(self): + """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}, " \ + "_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})".format( + self=self) + + def linux_distribution(self, full_distribution_name=True): + """ + 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.codename() + ) + + def id(self): + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + def normalize(distro_id, table): + 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=False): + """ + 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 = name + ' ' + version + return name or '' + + def version(self, pretty=False, best=False): + """ + 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') + ] + 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 = '{0} ({1})'.format(version, self.codename()) + return version + + def version_parts(self, best=False): + """ + 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=False): + """ + 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=False): + """ + 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=False): + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self): + """ + 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): + """ + 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=False, best=False): + """ + 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): + """ + 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): + """ + 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): + """ + 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): + """ + 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 os_release_attr(self, attribute): + """ + 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): + """ + 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): + """ + 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): + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_release_attr`. + """ + return self._uname_info.get(attribute, '') + + @cached_property + def _os_release_info(self): + """ + 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) as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines): + """ + 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 + + # The shlex module defines its `wordchars` variable using literals, + # making it dependent on the encoding of the Python source file. + # In Python 2.6 and 2.7, the shlex source file is encoded in + # 'iso-8859-1', and the `wordchars` variable is defined as a byte + # string. This causes a UnicodeDecodeError to be raised when the + # parsed content is a unicode object. The following fix resolves that + # (... but it should be fixed in shlex...): + if sys.version_info[0] == 2 and isinstance(lexer.wordchars, bytes): + lexer.wordchars = lexer.wordchars.decode('iso-8859-1') + + 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) + if '=' in token: + k, v = token.split('=', 1) + props[k.lower()] = v + else: + # Ignore any tokens that are not variable assignments + pass + + 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'] + elif 'version' in props: + # If there is no version_codename, parse it from the version + codename = re.search(r'(\(\D+\))|,(\s+)?\D+', props['version']) + if codename: + codename = codename.group() + codename = codename.strip('()') + codename = codename.strip(',') + codename = codename.strip() + # codename appears within paranthese. + props['codename'] = codename + + return props + + @cached_property + def _lsb_release_info(self): + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + with open(os.devnull, 'w') as devnull: + try: + cmd = ('lsb_release', '-a') + stdout = subprocess.check_output(cmd, stderr=devnull) + except OSError: # Command not found + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines): + """ + 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): + with open(os.devnull, 'w') as devnull: + try: + cmd = ('uname', '-rs') + stdout = subprocess.check_output(cmd, stderr=devnull) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @staticmethod + def _parse_uname_content(lines): + 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(text): + encoding = sys.getfilesystemencoding() + encoding = 'utf-8' if encoding == 'ascii' else encoding + + if sys.version_info[0] >= 3: + if isinstance(text, bytes): + return text.decode(encoding) + else: + if isinstance(text, unicode): # noqa + return text.encode(encoding) + + return text + + @cached_property + def _distro_release_info(self): + """ + 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) + if 'name' in distro_info \ + and 'cloudlinux' in distro_info['name'].lower(): + distro_info['id'] = 'cloudlinux' + elif match: + distro_info['id'] = match.group(1) + return distro_info + else: + try: + basenames = os.listdir(_UNIXCONFDIR) + # 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 = ['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', + 'sl-release', + 'slackware-version'] + for basename in basenames: + if basename in _DISTRO_RELEASE_IGNORE_BASENAMES: + continue + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match: + filepath = os.path.join(_UNIXCONFDIR, basename) + distro_info = self._parse_distro_release_file(filepath) + if 'name' in distro_info: + # The name is always present if the pattern matches + self.distro_release_file = filepath + distro_info['id'] = match.group(1) + if 'cloudlinux' in distro_info['name'].lower(): + distro_info['id'] = 'cloudlinux' + return distro_info + return {} + + def _parse_distro_release_file(self, filepath): + """ + 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) 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, IOError): + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/nir0s/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line): + """ + 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(): + 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") + args = parser.parse_args() + + if args.json: + logger.info(json.dumps(info(), indent=4, sort_keys=True)) + else: + logger.info('Name: %s', name(pretty=True)) + distribution_version = version(pretty=True) + logger.info('Version: %s', distribution_version) + distribution_codename = codename() + logger.info('Codename: %s', distribution_codename) + + +if __name__ == '__main__': + main() diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/__init__.py b/venv/Lib/site-packages/pip/_vendor/html5lib/__init__.py new file mode 100644 index 000000000..d1d82f157 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/__init__.py @@ -0,0 +1,35 @@ +""" +HTML parsing library based on the `WHATWG HTML specification +`_. The parser is designed to be compatible with +existing HTML found in the wild and implements well-defined error recovery that +is largely compatible with modern desktop web browsers. + +Example usage:: + + from pip._vendor import html5lib + with open("my_document.html", "rb") as f: + tree = html5lib.parse(f) + +For convenience, this module re-exports the following names: + +* :func:`~.html5parser.parse` +* :func:`~.html5parser.parseFragment` +* :class:`~.html5parser.HTMLParser` +* :func:`~.treebuilders.getTreeBuilder` +* :func:`~.treewalkers.getTreeWalker` +* :func:`~.serializer.serialize` +""" + +from __future__ import absolute_import, division, unicode_literals + +from .html5parser import HTMLParser, parse, parseFragment +from .treebuilders import getTreeBuilder +from .treewalkers import getTreeWalker +from .serializer import serialize + +__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder", + "getTreeWalker", "serialize"] + +# this has to be at the top level, see how setup.py parses this +#: Distribution version number. +__version__ = "1.1" diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69f4cbb654e2710aa8f65b393a9a0a5b2a372dfc GIT binary patch literal 1311 zcmaJ>%Wm5^6qO&b9Xd{1An2ONsxBHCU36n)is?N105U~^1_&Sspec!x+3+EdR2+9P z>-m9V_OmN6U!?79roS+&xunt{NrB4n6-iy4bM8xYHbW6ye}4Lx{xOWAfBfd=)rZZG z@V6^4MU+HEujq@O>?eIWNCtA440};AD28H3j*^iaCu2EDCgE&H>`IiNupWu2+)MVt zdMsvgKiTg^Ra8v=>LvGz-Q<3O-beE({Tm3;>(k#(a7~Tns=|V2hMFzTsAUD#3cEGK ztFzZHPS0N9;Av}?^OEP(ajnqt+PT^;7mLlBx=j^pQ!Um`isvg5<5PIo12coU#Rapx zQh@3-&KSzb)YhjL2_oi|=kMP~hijBLWb08mN9ZMR?JX~;1*d|4WG22|uFw}4i)cP*@6pU^(KtrBGPIL|UvLWz+1_sy&!N6V zaK{W4_DipOC-ixzyWI)-XlLQ}HR5@%-M_6HPG(mpokTd;y_Pc{nGrynu{RTMcD?Zv zZl+*94xYwO-_9SjW8!;(kQNbAHm)&@5aUPP47`C4LDWt|BLzL?4s5%3Gqr)Fo%*Az zEC$9FUF$M|-Lq05fOSfsXJNXvBII*q4m_tf|EXV==^F)EQg+R2o1VQnN#7a$f#uGo zKf?@V+NF7Shf%AA-uli+p(iiW6P~3OQhZd?{2T_wrZ63gtLX@z06!KBLb&3NkhtEq aljE*^pZki~eK5m^2mOQIp8xeHJO2ax$e`B% literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3c7684de9b8976dfb75f57d5d8bead2623862ff GIT binary patch literal 13780 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bd1313c4c62f895d980325aed29e07ef980dc22 GIT binary patch literal 39734 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 I#@y5Y1GP+1rvLx| literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3d579462d3682b6de97eeb77aa87d21a602a3f7 GIT binary patch literal 66349 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 z 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 GKlmRpWA%yv literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py b/venv/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py new file mode 100644 index 000000000..3ff803c19 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py @@ -0,0 +1,289 @@ +from __future__ import absolute_import, division, unicode_literals + +import re +import warnings + +from .constants import DataLossWarning + +baseChar = """ +[#x0041-#x005A] | [#x0061-#x007A] | [#x00C0-#x00D6] | [#x00D8-#x00F6] | +[#x00F8-#x00FF] | [#x0100-#x0131] | [#x0134-#x013E] | [#x0141-#x0148] | +[#x014A-#x017E] | [#x0180-#x01C3] | [#x01CD-#x01F0] | [#x01F4-#x01F5] | +[#x01FA-#x0217] | [#x0250-#x02A8] | [#x02BB-#x02C1] | #x0386 | +[#x0388-#x038A] | #x038C | [#x038E-#x03A1] | [#x03A3-#x03CE] | +[#x03D0-#x03D6] | #x03DA | #x03DC | #x03DE | #x03E0 | [#x03E2-#x03F3] | +[#x0401-#x040C] | [#x040E-#x044F] | [#x0451-#x045C] | [#x045E-#x0481] | +[#x0490-#x04C4] | [#x04C7-#x04C8] | [#x04CB-#x04CC] | [#x04D0-#x04EB] | +[#x04EE-#x04F5] | [#x04F8-#x04F9] | [#x0531-#x0556] | #x0559 | +[#x0561-#x0586] | [#x05D0-#x05EA] | [#x05F0-#x05F2] | [#x0621-#x063A] | +[#x0641-#x064A] | [#x0671-#x06B7] | [#x06BA-#x06BE] | [#x06C0-#x06CE] | +[#x06D0-#x06D3] | #x06D5 | [#x06E5-#x06E6] | [#x0905-#x0939] | #x093D | +[#x0958-#x0961] | [#x0985-#x098C] | [#x098F-#x0990] | [#x0993-#x09A8] | +[#x09AA-#x09B0] | #x09B2 | [#x09B6-#x09B9] | [#x09DC-#x09DD] | +[#x09DF-#x09E1] | [#x09F0-#x09F1] | [#x0A05-#x0A0A] | [#x0A0F-#x0A10] | +[#x0A13-#x0A28] | [#x0A2A-#x0A30] | [#x0A32-#x0A33] | [#x0A35-#x0A36] | +[#x0A38-#x0A39] | [#x0A59-#x0A5C] | #x0A5E | [#x0A72-#x0A74] | +[#x0A85-#x0A8B] | #x0A8D | [#x0A8F-#x0A91] | [#x0A93-#x0AA8] | +[#x0AAA-#x0AB0] | [#x0AB2-#x0AB3] | [#x0AB5-#x0AB9] | #x0ABD | #x0AE0 | +[#x0B05-#x0B0C] | [#x0B0F-#x0B10] | [#x0B13-#x0B28] | [#x0B2A-#x0B30] | +[#x0B32-#x0B33] | [#x0B36-#x0B39] | #x0B3D | [#x0B5C-#x0B5D] | +[#x0B5F-#x0B61] | [#x0B85-#x0B8A] | [#x0B8E-#x0B90] | [#x0B92-#x0B95] | +[#x0B99-#x0B9A] | #x0B9C | [#x0B9E-#x0B9F] | [#x0BA3-#x0BA4] | +[#x0BA8-#x0BAA] | [#x0BAE-#x0BB5] | [#x0BB7-#x0BB9] | [#x0C05-#x0C0C] | +[#x0C0E-#x0C10] | [#x0C12-#x0C28] | [#x0C2A-#x0C33] | [#x0C35-#x0C39] | +[#x0C60-#x0C61] | [#x0C85-#x0C8C] | [#x0C8E-#x0C90] | [#x0C92-#x0CA8] | +[#x0CAA-#x0CB3] | [#x0CB5-#x0CB9] | #x0CDE | [#x0CE0-#x0CE1] | +[#x0D05-#x0D0C] | [#x0D0E-#x0D10] | [#x0D12-#x0D28] | [#x0D2A-#x0D39] | +[#x0D60-#x0D61] | [#x0E01-#x0E2E] | #x0E30 | [#x0E32-#x0E33] | +[#x0E40-#x0E45] | [#x0E81-#x0E82] | #x0E84 | [#x0E87-#x0E88] | #x0E8A | +#x0E8D | [#x0E94-#x0E97] | [#x0E99-#x0E9F] | [#x0EA1-#x0EA3] | #x0EA5 | +#x0EA7 | [#x0EAA-#x0EAB] | [#x0EAD-#x0EAE] | #x0EB0 | [#x0EB2-#x0EB3] | +#x0EBD | [#x0EC0-#x0EC4] | [#x0F40-#x0F47] | [#x0F49-#x0F69] | +[#x10A0-#x10C5] | [#x10D0-#x10F6] | #x1100 | [#x1102-#x1103] | +[#x1105-#x1107] | #x1109 | [#x110B-#x110C] | [#x110E-#x1112] | #x113C | +#x113E | #x1140 | #x114C | #x114E | #x1150 | [#x1154-#x1155] | #x1159 | +[#x115F-#x1161] | #x1163 | #x1165 | #x1167 | #x1169 | [#x116D-#x116E] | +[#x1172-#x1173] | #x1175 | #x119E | #x11A8 | #x11AB | [#x11AE-#x11AF] | +[#x11B7-#x11B8] | #x11BA | [#x11BC-#x11C2] | #x11EB | #x11F0 | #x11F9 | +[#x1E00-#x1E9B] | [#x1EA0-#x1EF9] | [#x1F00-#x1F15] | [#x1F18-#x1F1D] | +[#x1F20-#x1F45] | [#x1F48-#x1F4D] | [#x1F50-#x1F57] | #x1F59 | #x1F5B | +#x1F5D | [#x1F5F-#x1F7D] | [#x1F80-#x1FB4] | [#x1FB6-#x1FBC] | #x1FBE | +[#x1FC2-#x1FC4] | [#x1FC6-#x1FCC] | [#x1FD0-#x1FD3] | [#x1FD6-#x1FDB] | +[#x1FE0-#x1FEC] | [#x1FF2-#x1FF4] | [#x1FF6-#x1FFC] | #x2126 | +[#x212A-#x212B] | #x212E | [#x2180-#x2182] | [#x3041-#x3094] | +[#x30A1-#x30FA] | [#x3105-#x312C] | [#xAC00-#xD7A3]""" + +ideographic = """[#x4E00-#x9FA5] | #x3007 | [#x3021-#x3029]""" + +combiningCharacter = """ +[#x0300-#x0345] | [#x0360-#x0361] | [#x0483-#x0486] | [#x0591-#x05A1] | +[#x05A3-#x05B9] | [#x05BB-#x05BD] | #x05BF | [#x05C1-#x05C2] | #x05C4 | +[#x064B-#x0652] | #x0670 | [#x06D6-#x06DC] | [#x06DD-#x06DF] | +[#x06E0-#x06E4] | [#x06E7-#x06E8] | [#x06EA-#x06ED] | [#x0901-#x0903] | +#x093C | [#x093E-#x094C] | #x094D | [#x0951-#x0954] | [#x0962-#x0963] | +[#x0981-#x0983] | #x09BC | #x09BE | #x09BF | [#x09C0-#x09C4] | +[#x09C7-#x09C8] | [#x09CB-#x09CD] | #x09D7 | [#x09E2-#x09E3] | #x0A02 | +#x0A3C | #x0A3E | #x0A3F | [#x0A40-#x0A42] | [#x0A47-#x0A48] | +[#x0A4B-#x0A4D] | [#x0A70-#x0A71] | [#x0A81-#x0A83] | #x0ABC | +[#x0ABE-#x0AC5] | [#x0AC7-#x0AC9] | [#x0ACB-#x0ACD] | [#x0B01-#x0B03] | +#x0B3C | [#x0B3E-#x0B43] | [#x0B47-#x0B48] | [#x0B4B-#x0B4D] | +[#x0B56-#x0B57] | [#x0B82-#x0B83] | [#x0BBE-#x0BC2] | [#x0BC6-#x0BC8] | +[#x0BCA-#x0BCD] | #x0BD7 | [#x0C01-#x0C03] | [#x0C3E-#x0C44] | +[#x0C46-#x0C48] | [#x0C4A-#x0C4D] | [#x0C55-#x0C56] | [#x0C82-#x0C83] | +[#x0CBE-#x0CC4] | [#x0CC6-#x0CC8] | [#x0CCA-#x0CCD] | [#x0CD5-#x0CD6] | +[#x0D02-#x0D03] | [#x0D3E-#x0D43] | [#x0D46-#x0D48] | [#x0D4A-#x0D4D] | +#x0D57 | #x0E31 | [#x0E34-#x0E3A] | [#x0E47-#x0E4E] | #x0EB1 | +[#x0EB4-#x0EB9] | [#x0EBB-#x0EBC] | [#x0EC8-#x0ECD] | [#x0F18-#x0F19] | +#x0F35 | #x0F37 | #x0F39 | #x0F3E | #x0F3F | [#x0F71-#x0F84] | +[#x0F86-#x0F8B] | [#x0F90-#x0F95] | #x0F97 | [#x0F99-#x0FAD] | +[#x0FB1-#x0FB7] | #x0FB9 | [#x20D0-#x20DC] | #x20E1 | [#x302A-#x302F] | +#x3099 | #x309A""" + +digit = """ +[#x0030-#x0039] | [#x0660-#x0669] | [#x06F0-#x06F9] | [#x0966-#x096F] | +[#x09E6-#x09EF] | [#x0A66-#x0A6F] | [#x0AE6-#x0AEF] | [#x0B66-#x0B6F] | +[#x0BE7-#x0BEF] | [#x0C66-#x0C6F] | [#x0CE6-#x0CEF] | [#x0D66-#x0D6F] | +[#x0E50-#x0E59] | [#x0ED0-#x0ED9] | [#x0F20-#x0F29]""" + +extender = """ +#x00B7 | #x02D0 | #x02D1 | #x0387 | #x0640 | #x0E46 | #x0EC6 | #x3005 | +#[#x3031-#x3035] | [#x309D-#x309E] | [#x30FC-#x30FE]""" + +letter = " | ".join([baseChar, ideographic]) + +# Without the +name = " | ".join([letter, digit, ".", "-", "_", combiningCharacter, + extender]) +nameFirst = " | ".join([letter, "_"]) + +reChar = re.compile(r"#x([\d|A-F]{4,4})") +reCharRange = re.compile(r"\[#x([\d|A-F]{4,4})-#x([\d|A-F]{4,4})\]") + + +def charStringToList(chars): + charRanges = [item.strip() for item in chars.split(" | ")] + rv = [] + for item in charRanges: + foundMatch = False + for regexp in (reChar, reCharRange): + match = regexp.match(item) + if match is not None: + rv.append([hexToInt(item) for item in match.groups()]) + if len(rv[-1]) == 1: + rv[-1] = rv[-1] * 2 + foundMatch = True + break + if not foundMatch: + assert len(item) == 1 + + rv.append([ord(item)] * 2) + rv = normaliseCharList(rv) + return rv + + +def normaliseCharList(charList): + charList = sorted(charList) + for item in charList: + assert item[1] >= item[0] + rv = [] + i = 0 + while i < len(charList): + j = 1 + rv.append(charList[i]) + while i + j < len(charList) and charList[i + j][0] <= rv[-1][1] + 1: + rv[-1][1] = charList[i + j][1] + j += 1 + i += j + return rv + + +# We don't really support characters above the BMP :( +max_unicode = int("FFFF", 16) + + +def missingRanges(charList): + rv = [] + if charList[0] != 0: + rv.append([0, charList[0][0] - 1]) + for i, item in enumerate(charList[:-1]): + rv.append([item[1] + 1, charList[i + 1][0] - 1]) + if charList[-1][1] != max_unicode: + rv.append([charList[-1][1] + 1, max_unicode]) + return rv + + +def listToRegexpStr(charList): + rv = [] + for item in charList: + if item[0] == item[1]: + rv.append(escapeRegexp(chr(item[0]))) + else: + rv.append(escapeRegexp(chr(item[0])) + "-" + + escapeRegexp(chr(item[1]))) + return "[%s]" % "".join(rv) + + +def hexToInt(hex_str): + return int(hex_str, 16) + + +def escapeRegexp(string): + specialCharacters = (".", "^", "$", "*", "+", "?", "{", "}", + "[", "]", "|", "(", ")", "-") + for char in specialCharacters: + string = string.replace(char, "\\" + char) + + return string + +# output from the above +nonXmlNameBMPRegexp = re.compile('[\x00-,/:-@\\[-\\^`\\{-\xb6\xb8-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u02cf\u02d2-\u02ff\u0346-\u035f\u0362-\u0385\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482\u0487-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u0590\u05a2\u05ba\u05be\u05c0\u05c3\u05c5-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u063f\u0653-\u065f\u066a-\u066f\u06b8-\u06b9\u06bf\u06cf\u06d4\u06e9\u06ee-\u06ef\u06fa-\u0900\u0904\u093a-\u093b\u094e-\u0950\u0955-\u0957\u0964-\u0965\u0970-\u0980\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09bb\u09bd\u09c5-\u09c6\u09c9-\u09ca\u09ce-\u09d6\u09d8-\u09db\u09de\u09e4-\u09e5\u09f2-\u0a01\u0a03-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a3b\u0a3d\u0a43-\u0a46\u0a49-\u0a4a\u0a4e-\u0a58\u0a5d\u0a5f-\u0a65\u0a75-\u0a80\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abb\u0ac6\u0aca\u0ace-\u0adf\u0ae1-\u0ae5\u0af0-\u0b00\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3b\u0b44-\u0b46\u0b49-\u0b4a\u0b4e-\u0b55\u0b58-\u0b5b\u0b5e\u0b62-\u0b65\u0b70-\u0b81\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0bbd\u0bc3-\u0bc5\u0bc9\u0bce-\u0bd6\u0bd8-\u0be6\u0bf0-\u0c00\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c3d\u0c45\u0c49\u0c4e-\u0c54\u0c57-\u0c5f\u0c62-\u0c65\u0c70-\u0c81\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cbd\u0cc5\u0cc9\u0cce-\u0cd4\u0cd7-\u0cdd\u0cdf\u0ce2-\u0ce5\u0cf0-\u0d01\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d3d\u0d44-\u0d45\u0d49\u0d4e-\u0d56\u0d58-\u0d5f\u0d62-\u0d65\u0d70-\u0e00\u0e2f\u0e3b-\u0e3f\u0e4f\u0e5a-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eba\u0ebe-\u0ebf\u0ec5\u0ec7\u0ece-\u0ecf\u0eda-\u0f17\u0f1a-\u0f1f\u0f2a-\u0f34\u0f36\u0f38\u0f3a-\u0f3d\u0f48\u0f6a-\u0f70\u0f85\u0f8c-\u0f8f\u0f96\u0f98\u0fae-\u0fb0\u0fb8\u0fba-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u20cf\u20dd-\u20e0\u20e2-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3004\u3006\u3008-\u3020\u3030\u3036-\u3040\u3095-\u3098\u309b-\u309c\u309f-\u30a0\u30fb\u30ff-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +nonXmlNameFirstBMPRegexp = re.compile('[\x00-@\\[-\\^`\\{-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u0385\u0387\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u0640\u064b-\u0670\u06b8-\u06b9\u06bf\u06cf\u06d4\u06d6-\u06e4\u06e7-\u0904\u093a-\u093c\u093e-\u0957\u0962-\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09db\u09de\u09e2-\u09ef\u09f2-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a58\u0a5d\u0a5f-\u0a71\u0a75-\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abc\u0abe-\u0adf\u0ae1-\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3c\u0b3e-\u0b5b\u0b5e\u0b62-\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c5f\u0c62-\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cdd\u0cdf\u0ce2-\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d5f\u0d62-\u0e00\u0e2f\u0e31\u0e34-\u0e3f\u0e46-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eb1\u0eb4-\u0ebc\u0ebe-\u0ebf\u0ec5-\u0f3f\u0f48\u0f6a-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3006\u3008-\u3020\u302a-\u3040\u3095-\u30a0\u30fb-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +# Simpler things +nonPubidCharRegexp = re.compile("[^\x20\x0D\x0Aa-zA-Z0-9\\-'()+,./:=?;!*#@$_%]") + + +class InfosetFilter(object): + replacementRegexp = re.compile(r"U[\dA-F]{5,5}") + + def __init__(self, + dropXmlnsLocalName=False, + dropXmlnsAttrNs=False, + preventDoubleDashComments=False, + preventDashAtCommentEnd=False, + replaceFormFeedCharacters=True, + preventSingleQuotePubid=False): + + self.dropXmlnsLocalName = dropXmlnsLocalName + self.dropXmlnsAttrNs = dropXmlnsAttrNs + + self.preventDoubleDashComments = preventDoubleDashComments + self.preventDashAtCommentEnd = preventDashAtCommentEnd + + self.replaceFormFeedCharacters = replaceFormFeedCharacters + + self.preventSingleQuotePubid = preventSingleQuotePubid + + self.replaceCache = {} + + def coerceAttribute(self, name, namespace=None): + if self.dropXmlnsLocalName and name.startswith("xmlns:"): + warnings.warn("Attributes cannot begin with xmlns", DataLossWarning) + return None + elif (self.dropXmlnsAttrNs and + namespace == "http://www.w3.org/2000/xmlns/"): + warnings.warn("Attributes cannot be in the xml namespace", DataLossWarning) + return None + else: + return self.toXmlName(name) + + def coerceElement(self, name): + return self.toXmlName(name) + + def coerceComment(self, data): + if self.preventDoubleDashComments: + while "--" in data: + warnings.warn("Comments cannot contain adjacent dashes", DataLossWarning) + data = data.replace("--", "- -") + if data.endswith("-"): + warnings.warn("Comments cannot end in a dash", DataLossWarning) + data += " " + return data + + def coerceCharacters(self, data): + if self.replaceFormFeedCharacters: + for _ in range(data.count("\x0C")): + warnings.warn("Text cannot contain U+000C", DataLossWarning) + data = data.replace("\x0C", " ") + # Other non-xml characters + return data + + def coercePubid(self, data): + dataOutput = data + for char in nonPubidCharRegexp.findall(data): + warnings.warn("Coercing non-XML pubid", DataLossWarning) + replacement = self.getReplacementCharacter(char) + dataOutput = dataOutput.replace(char, replacement) + if self.preventSingleQuotePubid and dataOutput.find("'") >= 0: + warnings.warn("Pubid cannot contain single quote", DataLossWarning) + dataOutput = dataOutput.replace("'", self.getReplacementCharacter("'")) + return dataOutput + + def toXmlName(self, name): + nameFirst = name[0] + nameRest = name[1:] + m = nonXmlNameFirstBMPRegexp.match(nameFirst) + if m: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + nameFirstOutput = self.getReplacementCharacter(nameFirst) + else: + nameFirstOutput = nameFirst + + nameRestOutput = nameRest + replaceChars = set(nonXmlNameBMPRegexp.findall(nameRest)) + for char in replaceChars: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + replacement = self.getReplacementCharacter(char) + nameRestOutput = nameRestOutput.replace(char, replacement) + return nameFirstOutput + nameRestOutput + + def getReplacementCharacter(self, char): + if char in self.replaceCache: + replacement = self.replaceCache[char] + else: + replacement = self.escapeChar(char) + return replacement + + def fromXmlName(self, name): + for item in set(self.replacementRegexp.findall(name)): + name = name.replace(item, self.unescapeChar(item)) + return name + + def escapeChar(self, char): + replacement = "U%05X" % ord(char) + self.replaceCache[char] = replacement + return replacement + + def unescapeChar(self, charcode): + return chr(int(charcode[1:], 16)) diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_inputstream.py b/venv/Lib/site-packages/pip/_vendor/html5lib/_inputstream.py new file mode 100644 index 000000000..e0bb37602 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/_inputstream.py @@ -0,0 +1,918 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type +from pip._vendor.six.moves import http_client, urllib + +import codecs +import re +from io import BytesIO, StringIO + +from pip._vendor import webencodings + +from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase +from .constants import _ReparseException +from . import _utils + +# Non-unicode versions of constants for use in the pre-parser +spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters]) +asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters]) +asciiUppercaseBytes = frozenset([item.encode("ascii") for item in asciiUppercase]) +spacesAngleBrackets = spaceCharactersBytes | frozenset([b">", b"<"]) + + +invalid_unicode_no_surrogate = "[\u0001-\u0008\u000B\u000E-\u001F\u007F-\u009F\uFDD0-\uFDEF\uFFFE\uFFFF\U0001FFFE\U0001FFFF\U0002FFFE\U0002FFFF\U0003FFFE\U0003FFFF\U0004FFFE\U0004FFFF\U0005FFFE\U0005FFFF\U0006FFFE\U0006FFFF\U0007FFFE\U0007FFFF\U0008FFFE\U0008FFFF\U0009FFFE\U0009FFFF\U000AFFFE\U000AFFFF\U000BFFFE\U000BFFFF\U000CFFFE\U000CFFFF\U000DFFFE\U000DFFFF\U000EFFFE\U000EFFFF\U000FFFFE\U000FFFFF\U0010FFFE\U0010FFFF]" # noqa + +if _utils.supports_lone_surrogates: + # Use one extra step of indirection and create surrogates with + # eval. Not using this indirection would introduce an illegal + # unicode literal on platforms not supporting such lone + # surrogates. + assert invalid_unicode_no_surrogate[-1] == "]" and invalid_unicode_no_surrogate.count("]") == 1 + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate[:-1] + + eval('"\\uD800-\\uDFFF"') + # pylint:disable=eval-used + "]") +else: + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate) + +non_bmp_invalid_codepoints = {0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, + 0x6FFFE, 0x6FFFF, 0x7FFFE, 0x7FFFF, 0x8FFFE, + 0x8FFFF, 0x9FFFE, 0x9FFFF, 0xAFFFE, 0xAFFFF, + 0xBFFFE, 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, 0xFFFFF, + 0x10FFFE, 0x10FFFF} + +ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005C\u005B-\u0060\u007B-\u007E]") + +# Cache for charsUntil() +charsUntilRegEx = {} + + +class BufferedStream(object): + """Buffering for streams that do not have buffering of their own + + The buffer is implemented as a list of chunks on the assumption that + joining many strings will be slow since it is O(n**2) + """ + + def __init__(self, stream): + self.stream = stream + self.buffer = [] + self.position = [-1, 0] # chunk number, offset + + def tell(self): + pos = 0 + for chunk in self.buffer[:self.position[0]]: + pos += len(chunk) + pos += self.position[1] + return pos + + def seek(self, pos): + assert pos <= self._bufferedBytes() + offset = pos + i = 0 + while len(self.buffer[i]) < offset: + offset -= len(self.buffer[i]) + i += 1 + self.position = [i, offset] + + def read(self, bytes): + if not self.buffer: + return self._readStream(bytes) + elif (self.position[0] == len(self.buffer) and + self.position[1] == len(self.buffer[-1])): + return self._readStream(bytes) + else: + return self._readFromBuffer(bytes) + + def _bufferedBytes(self): + return sum([len(item) for item in self.buffer]) + + def _readStream(self, bytes): + data = self.stream.read(bytes) + self.buffer.append(data) + self.position[0] += 1 + self.position[1] = len(data) + return data + + def _readFromBuffer(self, bytes): + remainingBytes = bytes + rv = [] + bufferIndex = self.position[0] + bufferOffset = self.position[1] + while bufferIndex < len(self.buffer) and remainingBytes != 0: + assert remainingBytes > 0 + bufferedData = self.buffer[bufferIndex] + + if remainingBytes <= len(bufferedData) - bufferOffset: + bytesToRead = remainingBytes + self.position = [bufferIndex, bufferOffset + bytesToRead] + else: + bytesToRead = len(bufferedData) - bufferOffset + self.position = [bufferIndex, len(bufferedData)] + bufferIndex += 1 + rv.append(bufferedData[bufferOffset:bufferOffset + bytesToRead]) + remainingBytes -= bytesToRead + + bufferOffset = 0 + + if remainingBytes: + rv.append(self._readStream(remainingBytes)) + + return b"".join(rv) + + +def HTMLInputStream(source, **kwargs): + # Work around Python bug #20007: read(0) closes the connection. + # http://bugs.python.org/issue20007 + if (isinstance(source, http_client.HTTPResponse) or + # Also check for addinfourl wrapping HTTPResponse + (isinstance(source, urllib.response.addbase) and + isinstance(source.fp, http_client.HTTPResponse))): + isUnicode = False + elif hasattr(source, "read"): + isUnicode = isinstance(source.read(0), text_type) + else: + isUnicode = isinstance(source, text_type) + + if isUnicode: + encodings = [x for x in kwargs if x.endswith("_encoding")] + if encodings: + raise TypeError("Cannot set an encoding with a unicode input, set %r" % encodings) + + return HTMLUnicodeInputStream(source, **kwargs) + else: + return HTMLBinaryInputStream(source, **kwargs) + + +class HTMLUnicodeInputStream(object): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + _defaultChunkSize = 10240 + + def __init__(self, source): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + + if not _utils.supports_lone_surrogates: + # Such platforms will have already checked for such + # surrogate errors, so no need to do this checking. + self.reportCharacterErrors = None + elif len("\U0010FFFF") == 1: + self.reportCharacterErrors = self.characterErrorsUCS4 + else: + self.reportCharacterErrors = self.characterErrorsUCS2 + + # List of where new lines occur + self.newLines = [0] + + self.charEncoding = (lookupEncoding("utf-8"), "certain") + self.dataStream = self.openStream(source) + + self.reset() + + def reset(self): + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + self.errors = [] + + # number of (complete) lines in previous chunks + self.prevNumLines = 0 + # number of columns in the last line of the previous chunk + self.prevNumCols = 0 + + # Deal with CR LF and surrogates split over chunk boundaries + self._bufferedCharacter = None + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = StringIO(source) + + return stream + + def _position(self, offset): + chunk = self.chunk + nLines = chunk.count('\n', 0, offset) + positionLine = self.prevNumLines + nLines + lastLinePos = chunk.rfind('\n', 0, offset) + if lastLinePos == -1: + positionColumn = self.prevNumCols + offset + else: + positionColumn = offset - (lastLinePos + 1) + return (positionLine, positionColumn) + + def position(self): + """Returns (line, col) of the current position in the stream.""" + line, col = self._position(self.chunkOffset) + return (line + 1, col) + + def char(self): + """ Read one character from the stream or queue if available. Return + EOF when EOF is reached. + """ + # Read a new chunk from the input stream if necessary + if self.chunkOffset >= self.chunkSize: + if not self.readChunk(): + return EOF + + chunkOffset = self.chunkOffset + char = self.chunk[chunkOffset] + self.chunkOffset = chunkOffset + 1 + + return char + + def readChunk(self, chunkSize=None): + if chunkSize is None: + chunkSize = self._defaultChunkSize + + self.prevNumLines, self.prevNumCols = self._position(self.chunkSize) + + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + + data = self.dataStream.read(chunkSize) + + # Deal with CR LF and surrogates broken across chunks + if self._bufferedCharacter: + data = self._bufferedCharacter + data + self._bufferedCharacter = None + elif not data: + # We have no more data, bye-bye stream + return False + + if len(data) > 1: + lastv = ord(data[-1]) + if lastv == 0x0D or 0xD800 <= lastv <= 0xDBFF: + self._bufferedCharacter = data[-1] + data = data[:-1] + + if self.reportCharacterErrors: + self.reportCharacterErrors(data) + + # Replace invalid characters + data = data.replace("\r\n", "\n") + data = data.replace("\r", "\n") + + self.chunk = data + self.chunkSize = len(data) + + return True + + def characterErrorsUCS4(self, data): + for _ in range(len(invalid_unicode_re.findall(data))): + self.errors.append("invalid-codepoint") + + def characterErrorsUCS2(self, data): + # Someone picked the wrong compile option + # You lose + skip = False + for match in invalid_unicode_re.finditer(data): + if skip: + continue + codepoint = ord(match.group()) + pos = match.start() + # Pretty sure there should be endianness issues here + if _utils.isSurrogatePair(data[pos:pos + 2]): + # We have a surrogate pair! + char_val = _utils.surrogatePairToCodepoint(data[pos:pos + 2]) + if char_val in non_bmp_invalid_codepoints: + self.errors.append("invalid-codepoint") + skip = True + elif (codepoint >= 0xD800 and codepoint <= 0xDFFF and + pos == len(data) - 1): + self.errors.append("invalid-codepoint") + else: + skip = False + self.errors.append("invalid-codepoint") + + def charsUntil(self, characters, opposite=False): + """ Returns a string of characters from the stream up to but not + including any character in 'characters' or EOF. 'characters' must be + a container that supports the 'in' method and iteration over its + characters. + """ + + # Use a cache of regexps to find the required characters + try: + chars = charsUntilRegEx[(characters, opposite)] + except KeyError: + if __debug__: + for c in characters: + assert(ord(c) < 128) + regex = "".join(["\\x%02x" % ord(c) for c in characters]) + if not opposite: + regex = "^%s" % regex + chars = charsUntilRegEx[(characters, opposite)] = re.compile("[%s]+" % regex) + + rv = [] + + while True: + # Find the longest matching prefix + m = chars.match(self.chunk, self.chunkOffset) + if m is None: + # If nothing matched, and it wasn't because we ran out of chunk, + # then stop + if self.chunkOffset != self.chunkSize: + break + else: + end = m.end() + # If not the whole chunk matched, return everything + # up to the part that didn't match + if end != self.chunkSize: + rv.append(self.chunk[self.chunkOffset:end]) + self.chunkOffset = end + break + # If the whole remainder of the chunk matched, + # use it all and read the next chunk + rv.append(self.chunk[self.chunkOffset:]) + if not self.readChunk(): + # Reached EOF + break + + r = "".join(rv) + return r + + def unget(self, char): + # Only one character is allowed to be ungotten at once - it must + # be consumed again before any further call to unget + if char is not EOF: + if self.chunkOffset == 0: + # unget is called quite rarely, so it's a good idea to do + # more work here if it saves a bit of work in the frequently + # called char and charsUntil. + # So, just prepend the ungotten character onto the current + # chunk: + self.chunk = char + self.chunk + self.chunkSize += 1 + else: + self.chunkOffset -= 1 + assert self.chunk[self.chunkOffset] == char + + +class HTMLBinaryInputStream(HTMLUnicodeInputStream): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + def __init__(self, source, override_encoding=None, transport_encoding=None, + same_origin_parent_encoding=None, likely_encoding=None, + default_encoding="windows-1252", useChardet=True): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + # Raw Stream - for unicode objects this will encode to utf-8 and set + # self.charEncoding as appropriate + self.rawStream = self.openStream(source) + + HTMLUnicodeInputStream.__init__(self, self.rawStream) + + # Encoding Information + # Number of bytes to use when looking for a meta element with + # encoding information + self.numBytesMeta = 1024 + # Number of bytes to use when using detecting encoding using chardet + self.numBytesChardet = 100 + # Things from args + self.override_encoding = override_encoding + self.transport_encoding = transport_encoding + self.same_origin_parent_encoding = same_origin_parent_encoding + self.likely_encoding = likely_encoding + self.default_encoding = default_encoding + + # Determine encoding + self.charEncoding = self.determineEncoding(useChardet) + assert self.charEncoding[0] is not None + + # Call superclass + self.reset() + + def reset(self): + self.dataStream = self.charEncoding[0].codec_info.streamreader(self.rawStream, 'replace') + HTMLUnicodeInputStream.reset(self) + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = BytesIO(source) + + try: + stream.seek(stream.tell()) + except Exception: + stream = BufferedStream(stream) + + return stream + + def determineEncoding(self, chardet=True): + # BOMs take precedence over everything + # This will also read past the BOM if present + charEncoding = self.detectBOM(), "certain" + if charEncoding[0] is not None: + return charEncoding + + # If we've been overridden, we've been overridden + charEncoding = lookupEncoding(self.override_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Now check the transport layer + charEncoding = lookupEncoding(self.transport_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Look for meta elements with encoding information + charEncoding = self.detectEncodingMeta(), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Parent document encoding + charEncoding = lookupEncoding(self.same_origin_parent_encoding), "tentative" + if charEncoding[0] is not None and not charEncoding[0].name.startswith("utf-16"): + return charEncoding + + # "likely" encoding + charEncoding = lookupEncoding(self.likely_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Guess with chardet, if available + if chardet: + try: + from pip._vendor.chardet.universaldetector import UniversalDetector + except ImportError: + pass + else: + buffers = [] + detector = UniversalDetector() + while not detector.done: + buffer = self.rawStream.read(self.numBytesChardet) + assert isinstance(buffer, bytes) + if not buffer: + break + buffers.append(buffer) + detector.feed(buffer) + detector.close() + encoding = lookupEncoding(detector.result['encoding']) + self.rawStream.seek(0) + if encoding is not None: + return encoding, "tentative" + + # Try the default encoding + charEncoding = lookupEncoding(self.default_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Fallback to html5lib's default if even that hasn't worked + return lookupEncoding("windows-1252"), "tentative" + + def changeEncoding(self, newEncoding): + assert self.charEncoding[1] != "certain" + newEncoding = lookupEncoding(newEncoding) + if newEncoding is None: + return + if newEncoding.name in ("utf-16be", "utf-16le"): + newEncoding = lookupEncoding("utf-8") + assert newEncoding is not None + elif newEncoding == self.charEncoding[0]: + self.charEncoding = (self.charEncoding[0], "certain") + else: + self.rawStream.seek(0) + self.charEncoding = (newEncoding, "certain") + self.reset() + raise _ReparseException("Encoding changed from %s to %s" % (self.charEncoding[0], newEncoding)) + + def detectBOM(self): + """Attempts to detect at BOM at the start of the stream. If + an encoding can be determined from the BOM return the name of the + encoding otherwise return None""" + bomDict = { + codecs.BOM_UTF8: 'utf-8', + codecs.BOM_UTF16_LE: 'utf-16le', codecs.BOM_UTF16_BE: 'utf-16be', + codecs.BOM_UTF32_LE: 'utf-32le', codecs.BOM_UTF32_BE: 'utf-32be' + } + + # Go to beginning of file and read in 4 bytes + string = self.rawStream.read(4) + assert isinstance(string, bytes) + + # Try detecting the BOM using bytes from the string + encoding = bomDict.get(string[:3]) # UTF-8 + seek = 3 + if not encoding: + # Need to detect UTF-32 before UTF-16 + encoding = bomDict.get(string) # UTF-32 + seek = 4 + if not encoding: + encoding = bomDict.get(string[:2]) # UTF-16 + seek = 2 + + # Set the read position past the BOM if one was found, otherwise + # set it to the start of the stream + if encoding: + self.rawStream.seek(seek) + return lookupEncoding(encoding) + else: + self.rawStream.seek(0) + return None + + def detectEncodingMeta(self): + """Report the encoding declared by the meta element + """ + buffer = self.rawStream.read(self.numBytesMeta) + assert isinstance(buffer, bytes) + parser = EncodingParser(buffer) + self.rawStream.seek(0) + encoding = parser.getEncoding() + + if encoding is not None and encoding.name in ("utf-16be", "utf-16le"): + encoding = lookupEncoding("utf-8") + + return encoding + + +class EncodingBytes(bytes): + """String-like object with an associated position and various extra methods + If the position is ever greater than the string length then an exception is + raised""" + def __new__(self, value): + assert isinstance(value, bytes) + return bytes.__new__(self, value.lower()) + + def __init__(self, value): + # pylint:disable=unused-argument + self._position = -1 + + def __iter__(self): + return self + + def __next__(self): + p = self._position = self._position + 1 + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + return self[p:p + 1] + + def next(self): + # Py2 compat + return self.__next__() + + def previous(self): + p = self._position + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + self._position = p = p - 1 + return self[p:p + 1] + + def setPosition(self, position): + if self._position >= len(self): + raise StopIteration + self._position = position + + def getPosition(self): + if self._position >= len(self): + raise StopIteration + if self._position >= 0: + return self._position + else: + return None + + position = property(getPosition, setPosition) + + def getCurrentByte(self): + return self[self.position:self.position + 1] + + currentByte = property(getCurrentByte) + + def skip(self, chars=spaceCharactersBytes): + """Skip past a list of characters""" + p = self.position # use property for the error-checking + while p < len(self): + c = self[p:p + 1] + if c not in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def skipUntil(self, chars): + p = self.position + while p < len(self): + c = self[p:p + 1] + if c in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def matchBytes(self, bytes): + """Look for a sequence of bytes at the start of a string. If the bytes + are found return True and advance the position to the byte after the + match. Otherwise return False and leave the position alone""" + rv = self.startswith(bytes, self.position) + if rv: + self.position += len(bytes) + return rv + + def jumpTo(self, bytes): + """Look for the next sequence of bytes matching a given sequence. If + a match is found advance the position to the last byte of the match""" + try: + self._position = self.index(bytes, self.position) + len(bytes) - 1 + except ValueError: + raise StopIteration + return True + + +class EncodingParser(object): + """Mini parser for detecting character encoding from meta elements""" + + def __init__(self, data): + """string - the data to work on for encoding detection""" + self.data = EncodingBytes(data) + self.encoding = None + + def getEncoding(self): + if b"") + + def handleMeta(self): + if self.data.currentByte not in spaceCharactersBytes: + # if we have ") + + def getAttribute(self): + """Return a name,value pair for the next attribute in the stream, + if one is found, or None""" + data = self.data + # Step 1 (skip chars) + c = data.skip(spaceCharactersBytes | frozenset([b"/"])) + assert c is None or len(c) == 1 + # Step 2 + if c in (b">", None): + return None + # Step 3 + attrName = [] + attrValue = [] + # Step 4 attribute name + while True: + if c == b"=" and attrName: + break + elif c in spaceCharactersBytes: + # Step 6! + c = data.skip() + break + elif c in (b"/", b">"): + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrName.append(c.lower()) + elif c is None: + return None + else: + attrName.append(c) + # Step 5 + c = next(data) + # Step 7 + if c != b"=": + data.previous() + return b"".join(attrName), b"" + # Step 8 + next(data) + # Step 9 + c = data.skip() + # Step 10 + if c in (b"'", b'"'): + # 10.1 + quoteChar = c + while True: + # 10.2 + c = next(data) + # 10.3 + if c == quoteChar: + next(data) + return b"".join(attrName), b"".join(attrValue) + # 10.4 + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + # 10.5 + else: + attrValue.append(c) + elif c == b">": + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + # Step 11 + while True: + c = next(data) + if c in spacesAngleBrackets: + return b"".join(attrName), b"".join(attrValue) + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + + +class ContentAttrParser(object): + def __init__(self, data): + assert isinstance(data, bytes) + self.data = data + + def parse(self): + try: + # Check if the attr name is charset + # otherwise return + self.data.jumpTo(b"charset") + self.data.position += 1 + self.data.skip() + if not self.data.currentByte == b"=": + # If there is no = sign keep looking for attrs + return None + self.data.position += 1 + self.data.skip() + # Look for an encoding between matching quote marks + if self.data.currentByte in (b'"', b"'"): + quoteMark = self.data.currentByte + self.data.position += 1 + oldPosition = self.data.position + if self.data.jumpTo(quoteMark): + return self.data[oldPosition:self.data.position] + else: + return None + else: + # Unquoted value + oldPosition = self.data.position + try: + self.data.skipUntil(spaceCharactersBytes) + return self.data[oldPosition:self.data.position] + except StopIteration: + # Return the whole remaining value + return self.data[oldPosition:] + except StopIteration: + return None + + +def lookupEncoding(encoding): + """Return the python codec name corresponding to an encoding or None if the + string doesn't correspond to a valid encoding.""" + if isinstance(encoding, bytes): + try: + encoding = encoding.decode("ascii") + except UnicodeDecodeError: + return None + + if encoding is not None: + try: + return webencodings.lookup(encoding) + except AttributeError: + return None + else: + return None diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py b/venv/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py new file mode 100644 index 000000000..5f00253e2 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py @@ -0,0 +1,1735 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import unichr as chr + +from collections import deque, OrderedDict +from sys import version_info + +from .constants import spaceCharacters +from .constants import entities +from .constants import asciiLetters, asciiUpper2Lower +from .constants import digits, hexDigits, EOF +from .constants import tokenTypes, tagTokenTypes +from .constants import replacementCharacters + +from ._inputstream import HTMLInputStream + +from ._trie import Trie + +entitiesTrie = Trie(entities) + +if version_info >= (3, 7): + attributeMap = dict +else: + attributeMap = OrderedDict + + +class HTMLTokenizer(object): + """ This class takes care of tokenizing HTML. + + * self.currentToken + Holds the token that is currently being processed. + + * self.state + Holds a reference to the method to be invoked... XXX + + * self.stream + Points to HTMLInputStream object. + """ + + def __init__(self, stream, parser=None, **kwargs): + + self.stream = HTMLInputStream(stream, **kwargs) + self.parser = parser + + # Setup the initial tokenizer state + self.escapeFlag = False + self.lastFourChars = [] + self.state = self.dataState + self.escape = False + + # The current token being created + self.currentToken = None + super(HTMLTokenizer, self).__init__() + + def __iter__(self): + """ This is where the magic happens. + + We do our usually processing through the states and when we have a token + to return we yield the token which pauses processing until the next token + is requested. + """ + self.tokenQueue = deque([]) + # Start processing. When EOF is reached self.state will return False + # instead of True and the loop will terminate. + while self.state(): + while self.stream.errors: + yield {"type": tokenTypes["ParseError"], "data": self.stream.errors.pop(0)} + while self.tokenQueue: + yield self.tokenQueue.popleft() + + def consumeNumberEntity(self, isHex): + """This function returns either U+FFFD or the character based on the + decimal or hexadecimal representation. It also discards ";" if present. + If not present self.tokenQueue.append({"type": tokenTypes["ParseError"]}) is invoked. + """ + + allowed = digits + radix = 10 + if isHex: + allowed = hexDigits + radix = 16 + + charStack = [] + + # Consume all the characters that are in range while making sure we + # don't hit an EOF. + c = self.stream.char() + while c in allowed and c is not EOF: + charStack.append(c) + c = self.stream.char() + + # Convert the set of characters consumed to an int. + charAsInt = int("".join(charStack), radix) + + # Certain characters get replaced with others + if charAsInt in replacementCharacters: + char = replacementCharacters[charAsInt] + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + elif ((0xD800 <= charAsInt <= 0xDFFF) or + (charAsInt > 0x10FFFF)): + char = "\uFFFD" + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + else: + # Should speed up this check somehow (e.g. move the set to a constant) + if ((0x0001 <= charAsInt <= 0x0008) or + (0x000E <= charAsInt <= 0x001F) or + (0x007F <= charAsInt <= 0x009F) or + (0xFDD0 <= charAsInt <= 0xFDEF) or + charAsInt in frozenset([0x000B, 0xFFFE, 0xFFFF, 0x1FFFE, + 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, + 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE, + 0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, + 0x9FFFF, 0xAFFFE, 0xAFFFF, 0xBFFFE, + 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, + 0xFFFFF, 0x10FFFE, 0x10FFFF])): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + try: + # Try/except needed as UCS-2 Python builds' unichar only works + # within the BMP. + char = chr(charAsInt) + except ValueError: + v = charAsInt - 0x10000 + char = chr(0xD800 | (v >> 10)) + chr(0xDC00 | (v & 0x3FF)) + + # Discard the ; if present. Otherwise, put it back on the queue and + # invoke parseError on parser. + if c != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "numeric-entity-without-semicolon"}) + self.stream.unget(c) + + return char + + def consumeEntity(self, allowedChar=None, fromAttribute=False): + # Initialise to the default output for when no entity is matched + output = "&" + + charStack = [self.stream.char()] + if (charStack[0] in spaceCharacters or charStack[0] in (EOF, "<", "&") or + (allowedChar is not None and allowedChar == charStack[0])): + self.stream.unget(charStack[0]) + + elif charStack[0] == "#": + # Read the next character to see if it's hex or decimal + hex = False + charStack.append(self.stream.char()) + if charStack[-1] in ("x", "X"): + hex = True + charStack.append(self.stream.char()) + + # charStack[-1] should be the first digit + if (hex and charStack[-1] in hexDigits) \ + or (not hex and charStack[-1] in digits): + # At least one digit found, so consume the whole number + self.stream.unget(charStack[-1]) + output = self.consumeNumberEntity(hex) + else: + # No digits found + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "expected-numeric-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + else: + # At this point in the process might have named entity. Entities + # are stored in the global variable "entities". + # + # Consume characters and compare to these to a substring of the + # entity names in the list until the substring no longer matches. + while (charStack[-1] is not EOF): + if not entitiesTrie.has_keys_with_prefix("".join(charStack)): + break + charStack.append(self.stream.char()) + + # At this point we have a string that starts with some characters + # that may match an entity + # Try to find the longest entity the string will match to take care + # of ¬i for instance. + try: + entityName = entitiesTrie.longest_prefix("".join(charStack[:-1])) + entityLength = len(entityName) + except KeyError: + entityName = None + + if entityName is not None: + if entityName[-1] != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "named-entity-without-semicolon"}) + if (entityName[-1] != ";" and fromAttribute and + (charStack[entityLength] in asciiLetters or + charStack[entityLength] in digits or + charStack[entityLength] == "=")): + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + else: + output = entities[entityName] + self.stream.unget(charStack.pop()) + output += "".join(charStack[entityLength:]) + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-named-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + if fromAttribute: + self.currentToken["data"][-1][1] += output + else: + if output in spaceCharacters: + tokenType = "SpaceCharacters" + else: + tokenType = "Characters" + self.tokenQueue.append({"type": tokenTypes[tokenType], "data": output}) + + def processEntityInAttribute(self, allowedChar): + """This method replaces the need for "entityInAttributeValueState". + """ + self.consumeEntity(allowedChar=allowedChar, fromAttribute=True) + + def emitCurrentToken(self): + """This method is a generic handler for emitting the tags. It also sets + the state to "data" because that's what's needed after a token has been + emitted. + """ + token = self.currentToken + # Add token to the queue to be yielded + if (token["type"] in tagTokenTypes): + token["name"] = token["name"].translate(asciiUpper2Lower) + if token["type"] == tokenTypes["StartTag"]: + raw = token["data"] + data = attributeMap(raw) + if len(raw) > len(data): + # we had some duplicated attribute, fix so first wins + data.update(raw[::-1]) + token["data"] = data + + if token["type"] == tokenTypes["EndTag"]: + if token["data"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "attributes-in-end-tag"}) + if token["selfClosing"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "self-closing-flag-on-end-tag"}) + self.tokenQueue.append(token) + self.state = self.dataState + + # Below are the various tokenizer states worked out. + def dataState(self): + data = self.stream.char() + if data == "&": + self.state = self.entityDataState + elif data == "<": + self.state = self.tagOpenState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\u0000"}) + elif data is EOF: + # Tokenization ends. + return False + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def entityDataState(self): + self.consumeEntity() + self.state = self.dataState + return True + + def rcdataState(self): + data = self.stream.char() + if data == "&": + self.state = self.characterReferenceInRcdata + elif data == "<": + self.state = self.rcdataLessThanSignState + elif data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def characterReferenceInRcdata(self): + self.consumeEntity() + self.state = self.rcdataState + return True + + def rawtextState(self): + data = self.stream.char() + if data == "<": + self.state = self.rawtextLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def scriptDataState(self): + data = self.stream.char() + if data == "<": + self.state = self.scriptDataLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def plaintextState(self): + data = self.stream.char() + if data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + self.stream.charsUntil("\u0000")}) + return True + + def tagOpenState(self): + data = self.stream.char() + if data == "!": + self.state = self.markupDeclarationOpenState + elif data == "/": + self.state = self.closeTagOpenState + elif data in asciiLetters: + self.currentToken = {"type": tokenTypes["StartTag"], + "name": data, "data": [], + "selfClosing": False, + "selfClosingAcknowledged": False} + self.state = self.tagNameState + elif data == ">": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-right-bracket"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<>"}) + self.state = self.dataState + elif data == "?": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-question-mark"}) + self.stream.unget(data) + self.state = self.bogusCommentState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.dataState + return True + + def closeTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.currentToken = {"type": tokenTypes["EndTag"], "name": data, + "data": [], "selfClosing": False} + self.state = self.tagNameState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-right-bracket"}) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-eof"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "": + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-tag-name"}) + self.state = self.dataState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + else: + self.currentToken["name"] += data + # (Don't use charsUntil here, because tag names are + # very short and it's faster to not do anything fancy) + return True + + def rcdataLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.rcdataEndTagOpenState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.rcdataState + return True + + def rcdataEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer += data + self.state = self.rcdataEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataEscapedState + elif data == EOF: + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.scriptDataEscapedEndTagOpenState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<" + data}) + self.temporaryBuffer = data + self.state = self.scriptDataDoubleEscapeStartState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer = data + self.state = self.scriptDataEscapedEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": ""))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataDoubleEscapedState + else: + self.state = self.scriptDataEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataDoubleEscapedState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + return True + + def scriptDataDoubleEscapedDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedDashDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "/"}) + self.temporaryBuffer = "" + self.state = self.scriptDataDoubleEscapeEndState + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapeEndState(self): + data = self.stream.char() + if data in (spaceCharacters | frozenset(("/", ">"))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataEscapedState + else: + self.state = self.scriptDataDoubleEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def beforeAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data in ("'", '"', "=", "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-name-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def attributeNameState(self): + data = self.stream.char() + leavingThisState = True + emitToken = False + if data == "=": + self.state = self.beforeAttributeValueState + elif data in asciiLetters: + self.currentToken["data"][-1][0] += data +\ + self.stream.charsUntil(asciiLetters, True) + leavingThisState = False + elif data == ">": + # XXX If we emit here the attributes are converted to a dict + # without being checked and when the code below runs we error + # because data is a dict not a list + emitToken = True + elif data in spaceCharacters: + self.state = self.afterAttributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][0] += "\uFFFD" + leavingThisState = False + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"][-1][0] += data + leavingThisState = False + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-attribute-name"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][0] += data + leavingThisState = False + + if leavingThisState: + # Attributes are not dropped at this stage. That happens when the + # start tag token is emitted so values can still be safely appended + # to attributes, but we do want to report the parse error in time. + self.currentToken["data"][-1][0] = ( + self.currentToken["data"][-1][0].translate(asciiUpper2Lower)) + for name, _ in self.currentToken["data"][:-1]: + if self.currentToken["data"][-1][0] == name: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "duplicate-attribute"}) + break + # XXX Fix for above XXX + if emitToken: + self.emitCurrentToken() + return True + + def afterAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "=": + self.state = self.beforeAttributeValueState + elif data == ">": + self.emitCurrentToken() + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-after-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-end-of-tag-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def beforeAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "\"": + self.state = self.attributeValueDoubleQuotedState + elif data == "&": + self.state = self.attributeValueUnQuotedState + self.stream.unget(data) + elif data == "'": + self.state = self.attributeValueSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-right-bracket"}) + self.emitCurrentToken() + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + self.state = self.attributeValueUnQuotedState + elif data in ("=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "equals-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + return True + + def attributeValueDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute('"') + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-double-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("\"", "&", "\u0000")) + return True + + def attributeValueSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute("'") + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-single-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("'", "&", "\u0000")) + return True + + def attributeValueUnQuotedState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == "&": + self.processEntityInAttribute(">") + elif data == ">": + self.emitCurrentToken() + elif data in ('"', "'", "=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-no-quotes"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.stream.charsUntil( + frozenset(("&", ">", '"', "'", "=", "<", "`", "\u0000")) | spaceCharacters) + return True + + def afterAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-EOF-after-attribute-value"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-attribute-value"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def selfClosingStartTagState(self): + data = self.stream.char() + if data == ">": + self.currentToken["selfClosing"] = True + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "unexpected-EOF-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def bogusCommentState(self): + # Make a new comment token and give it as value all the characters + # until the first > or EOF (charsUntil checks for EOF automatically) + # and emit it. + data = self.stream.charsUntil(">") + data = data.replace("\u0000", "\uFFFD") + self.tokenQueue.append( + {"type": tokenTypes["Comment"], "data": data}) + + # Eat the character directly after the bogus comment which is either a + # ">" or an EOF. + self.stream.char() + self.state = self.dataState + return True + + def markupDeclarationOpenState(self): + charStack = [self.stream.char()] + if charStack[-1] == "-": + charStack.append(self.stream.char()) + if charStack[-1] == "-": + self.currentToken = {"type": tokenTypes["Comment"], "data": ""} + self.state = self.commentStartState + return True + elif charStack[-1] in ('d', 'D'): + matched = True + for expected in (('o', 'O'), ('c', 'C'), ('t', 'T'), + ('y', 'Y'), ('p', 'P'), ('e', 'E')): + charStack.append(self.stream.char()) + if charStack[-1] not in expected: + matched = False + break + if matched: + self.currentToken = {"type": tokenTypes["Doctype"], + "name": "", + "publicId": None, "systemId": None, + "correct": True} + self.state = self.doctypeState + return True + elif (charStack[-1] == "[" and + self.parser is not None and + self.parser.tree.openElements and + self.parser.tree.openElements[-1].namespace != self.parser.tree.defaultNamespace): + matched = True + for expected in ["C", "D", "A", "T", "A", "["]: + charStack.append(self.stream.char()) + if charStack[-1] != expected: + matched = False + break + if matched: + self.state = self.cdataSectionState + return True + + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-dashes-or-doctype"}) + + while charStack: + self.stream.unget(charStack.pop()) + self.state = self.bogusCommentState + return True + + def commentStartState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentStartDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + self.state = self.commentState + return True + + def commentStartDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + \ + self.stream.charsUntil(("-", "\u0000")) + return True + + def commentEndDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentEndState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--\uFFFD" + self.state = self.commentState + elif data == "!": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-bang-after-double-dash-in-comment"}) + self.state = self.commentEndBangState + elif data == "-": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-dash-after-double-dash-in-comment"}) + self.currentToken["data"] += data + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-double-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-comment"}) + self.currentToken["data"] += "--" + data + self.state = self.commentState + return True + + def commentEndBangState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "-": + self.currentToken["data"] += "--!" + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--!\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-bang-state"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "--!" + data + self.state = self.commentState + return True + + def doctypeState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "need-space-after-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeNameState + return True + + def beforeDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-right-bracket"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] = "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] = data + self.state = self.doctypeNameState + return True + + def doctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.state = self.afterDoctypeNameState + elif data == ">": + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype-name"}) + self.currentToken["correct"] = False + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] += data + return True + + def afterDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.currentToken["correct"] = False + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + if data in ("p", "P"): + matched = True + for expected in (("u", "U"), ("b", "B"), ("l", "L"), + ("i", "I"), ("c", "C")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypePublicKeywordState + return True + elif data in ("s", "S"): + matched = True + for expected in (("y", "Y"), ("s", "S"), ("t", "T"), + ("e", "E"), ("m", "M")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypeSystemKeywordState + return True + + # All the characters read before the current 'data' will be + # [a-zA-Z], so they're garbage in the bogus doctype and can be + # discarded; only the latest character might be '>' or EOF + # and needs to be ungetted + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-space-or-right-bracket-in-doctype", "datavars": + {"data": data}}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + + return True + + def afterDoctypePublicKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypePublicIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + return True + + def beforeDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypePublicIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def doctypePublicIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def afterDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.betweenDoctypePublicAndSystemIdentifiersState + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def betweenDoctypePublicAndSystemIdentifiersState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def afterDoctypeSystemKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeSystemIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + return True + + def beforeDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypeSystemIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def doctypeSystemIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def afterDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.state = self.bogusDoctypeState + return True + + def bogusDoctypeState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + # XXX EMIT + self.stream.unget(data) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + pass + return True + + def cdataSectionState(self): + data = [] + while True: + data.append(self.stream.charsUntil("]")) + data.append(self.stream.charsUntil(">")) + char = self.stream.char() + if char == EOF: + break + else: + assert char == ">" + if data[-1][-2:] == "]]": + data[-1] = data[-1][:-2] + break + else: + data.append(char) + + data = "".join(data) # pylint:disable=redefined-variable-type + # Deal with null here rather than in the parser + nullCount = data.count("\u0000") + if nullCount > 0: + for _ in range(nullCount): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + data = data.replace("\u0000", "\uFFFD") + if data: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": data}) + self.state = self.dataState + return True diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py new file mode 100644 index 000000000..07bad5d31 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py @@ -0,0 +1,5 @@ +from __future__ import absolute_import, division, unicode_literals + +from .py import Trie + +__all__ = ["Trie"] diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a8c6c27a11732ffd73aafbb8494153c66559ff6 GIT binary patch literal 361 zcmYjM%}N6?5Kgk&ABsf}zC?w(Codu*=%r9ZP!N{Dkln;KnruRnE$oAc&)_TN>czf- zCzE<{V7{4;`DXZr&F3?e;^Y0B=~TZm`5z>ao0R@60Y@Awq;ZWksfjM?0wYd%p-Mff zN2xD2xE}M-BU+62NsksqJZ6nIst*FBw#J1x<#H#zG+jLDJJ}j8K*=B+Q+|*04vyuM zlfsP?xnE4;4B({?y%PW~+i^vPGC?GEILP7zfGGv=iCq5Y06*dGlCHXRy7OCUJ$+uS z>4P(`q79zjZdqtdpzU8>a$%JjwCDoeiEc;NvY|ftT3Xh=v5oN5N?SpiapS6O(CR|T frh<^HRsgb-0pQ#YaeAc<@0GaD&-iTflpK*?qTXgw literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1dcc8b6f8dbfb8d2a6c891d565991e4f6b2cbbb5 GIT binary patch literal 1605 zcmZ`(&u<(x6n^&1?#^zKHYA}Xs0|SZ#2&iIg-aDhKm#bEL`aEL7;Rk{5ZJu)4|Jj?cfS}ItE1Si4Q<};gP8sSwjoA_hF zvI@@l1;2z-{v4As2EAszil4E4sPQn#&x4BZ0QGdey_n4`NQ*bHEMqYrVl{#a9xt7; zie12SxMbR|*l+yE--j1~S?L%XX={E??5N8f?`=Bv^aXRxQmbL|RJU-2e~)(V_jhwl zWNt=DY5I?LANIf3#ZM}>rvG3R*+F6Z@$`F7sxmE3GL_r@vC5D850gRPpbGcOD1H(h zD$_5Mazo&lEcC|6X6a{XGT0E5oDD%4>y;<2y=9b*i>%xxB7b9n$sNjW?}<7wy{)u} zQPu6<>#(lx8fIK7t(zF@d;5cue-d)plOe; zr-@yS%z22oPWQATL~dmi89_`0=_96^ypJPOh-{v92;yoD@olm1hJ1jlROqy0+`dAH z7J;Jk*cp@THu?{Ve2PTyEL40Be&wr35M$S7dpI6iB)4WU?u`9{u}G5dy(B+k+8a8` z50&#$mAl|ub@G+gg}%m_CI4r9BQ0=_u~%I05LeO!SipRKi!HGgK3T5$UXOf(DV?fX zoLkr+aYzu7rb0%mFeE|PUYF^+IDQRPE1fa_j2g?=cNA#q>=T@9>I(#=n0)XSV09Sn z)OLXod6X$3Tt|qkkmHov^Fkbrqx5Q|C4?+u^d&h}-=>NH>W{E;3s<&{RhnW59nNXB zLao}w_$6i1)cg-5C+_NIJRSrJ8QZtH04PX19vkn(iG1$UZAEI4Ps6A oh@0E3FV|W;H#ZYfFFAvuMpN51*qV~tCL`29Ryb#iXxAn0Kh%VE3;+NC literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..413a3452e4bc8a04577e8fde7a4938838f122405 GIT binary patch literal 2266 zcmb7F&2L*p5Z~SR;b+H5-BQwqj}ky24AkL5kx&%1q!blJ5fTwdmeK0jyNO@=KHS}P zNTTNp&cA@Tq2`z?f6iXH&=Uu4oS4~Xr%9-Uc$R1OV|HftHy;}>E;a~!zx@11{AWnW z?>M>m`7pT;f4v1n5J6Lt(Jswcmt|hpqqxRWKMT5n8+&P()w(qp`yxoAtln)<@)Z%G zsGSf|lZ~m@t&8Ye(yl)Tjil|_YjIx}>DWk~WTQeE8;Rr~(Mgfp);LcFg^)Z=j8t)| z+tk*LJT%-KjU-GK`iYhU!&A9yo>SCEt-qrZIY8wXKMyAN;jbS7k)%rn=`ukDJ0V?9 zc)|w`E{hO&AZj849*VkX0I!LbXo|%X+Kt4LxCSeAu>e=Nt|Cx2U_j;{juEp>`0KBM z7{CmTl=K-rB@fAzPN}|QnDD0bCtA{yaL@SF?i6Q%@PURRFtrk7cNxqgLBL$NJ-{o@ zzqu(53;H&YlKjw`Py?n6owDx;B~KY1JfqufW*Y!$u1%Z|qzXV9mRRQ#OApV8T7>!E z`NPk9k8{8|*TZC_d*46a>V2b%eZW`uHixn47p6C;_+24KX>pXv-1H7)e$d-W`aKOn zx;u&oPvSkPd!uBu#$itsYHet;^wTuyuW8|zhs6(kDOW>=G z=5AsI=_dM5mubX8x#>%goBo?bQH z5M442=|c7)&t|6EOs#-OWuH3xS54PAlv~dE z@&&8SnN_#(KMh(Ri`!XL@1SkW#w$330O#n~{F>+Jx}E<(7qBhq${byF2lc;oZp4{$ z5nbSXPa5zha##*!6oo{YmGFSsqtSA@G-(XNea~Tu844gh;z`+5%YFv;JX{dIn z>V5B&sx9Dtk4@ObGXcs$DzMU<`aYTXlOS)+SEsC6fzl?Eu=Guc(o@i{Oc{bsJR7VK z&`d$^uVwhGHeWlX6!rxBj7);3rs_GRUk0wX_;|YQZL90xxx%}&BXtXy^|Um$0WCur z{bOQ=3Y(024GBCI#3c$8n-J|{J`teFM8w9%qts z+u%Ga#5lz39bjob)!55o& Z*O$3sqxI@)8`#%0zQ#9c6Ci4O{{YJM?g;<@ literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py new file mode 100644 index 000000000..6b71975f0 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py @@ -0,0 +1,40 @@ +from __future__ import absolute_import, division, unicode_literals + +try: + from collections.abc import Mapping +except ImportError: # Python 2.7 + from collections import Mapping + + +class Trie(Mapping): + """Abstract base class for tries""" + + def keys(self, prefix=None): + # pylint:disable=arguments-differ + keys = super(Trie, self).keys() + + if prefix is None: + return set(keys) + + return {x for x in keys if x.startswith(prefix)} + + def has_keys_with_prefix(self, prefix): + for key in self.keys(): + if key.startswith(prefix): + return True + + return False + + def longest_prefix(self, prefix): + if prefix in self: + return prefix + + for i in range(1, len(prefix) + 1): + if prefix[:-i] in self: + return prefix[:-i] + + raise KeyError(prefix) + + def longest_prefix_item(self, prefix): + lprefix = self.longest_prefix(prefix) + return (lprefix, self[lprefix]) diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/py.py b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/py.py new file mode 100644 index 000000000..c178b219d --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/py.py @@ -0,0 +1,67 @@ +from __future__ import absolute_import, division, unicode_literals +from pip._vendor.six import text_type + +from bisect import bisect_left + +from ._base import Trie as ABCTrie + + +class Trie(ABCTrie): + def __init__(self, data): + if not all(isinstance(x, text_type) for x in data.keys()): + raise TypeError("All keys must be strings") + + self._data = data + self._keys = sorted(data.keys()) + self._cachestr = "" + self._cachepoints = (0, len(data)) + + def __contains__(self, key): + return key in self._data + + def __len__(self): + return len(self._data) + + def __iter__(self): + return iter(self._data) + + def __getitem__(self, key): + return self._data[key] + + def keys(self, prefix=None): + if prefix is None or prefix == "" or not self._keys: + return set(self._keys) + + if prefix.startswith(self._cachestr): + lo, hi = self._cachepoints + start = i = bisect_left(self._keys, prefix, lo, hi) + else: + start = i = bisect_left(self._keys, prefix) + + keys = set() + if start == len(self._keys): + return keys + + while self._keys[i].startswith(prefix): + keys.add(self._keys[i]) + i += 1 + + self._cachestr = prefix + self._cachepoints = (start, i) + + return keys + + def has_keys_with_prefix(self, prefix): + if prefix in self._data: + return True + + if prefix.startswith(self._cachestr): + lo, hi = self._cachepoints + i = bisect_left(self._keys, prefix, lo, hi) + else: + i = bisect_left(self._keys, prefix) + + if i == len(self._keys): + return False + + return self._keys[i].startswith(prefix) diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/_utils.py b/venv/Lib/site-packages/pip/_vendor/html5lib/_utils.py new file mode 100644 index 000000000..d7c4926af --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/_utils.py @@ -0,0 +1,159 @@ +from __future__ import absolute_import, division, unicode_literals + +from types import ModuleType + +try: + from collections.abc import Mapping +except ImportError: + from collections import Mapping + +from pip._vendor.six import text_type, PY3 + +if PY3: + import xml.etree.ElementTree as default_etree +else: + try: + import xml.etree.cElementTree as default_etree + except ImportError: + import xml.etree.ElementTree as default_etree + + +__all__ = ["default_etree", "MethodDispatcher", "isSurrogatePair", + "surrogatePairToCodepoint", "moduleFactoryFactory", + "supports_lone_surrogates"] + + +# Platforms not supporting lone surrogates (\uD800-\uDFFF) should be +# caught by the below test. In general this would be any platform +# using UTF-16 as its encoding of unicode strings, such as +# Jython. This is because UTF-16 itself is based on the use of such +# surrogates, and there is no mechanism to further escape such +# escapes. +try: + _x = eval('"\\uD800"') # pylint:disable=eval-used + if not isinstance(_x, text_type): + # We need this with u"" because of http://bugs.jython.org/issue2039 + _x = eval('u"\\uD800"') # pylint:disable=eval-used + assert isinstance(_x, text_type) +except Exception: + supports_lone_surrogates = False +else: + supports_lone_surrogates = True + + +class MethodDispatcher(dict): + """Dict with 2 special properties: + + On initiation, keys that are lists, sets or tuples are converted to + multiple keys so accessing any one of the items in the original + list-like object returns the matching value + + md = MethodDispatcher({("foo", "bar"):"baz"}) + md["foo"] == "baz" + + A default value which can be set through the default attribute. + """ + + def __init__(self, items=()): + _dictEntries = [] + for name, value in items: + if isinstance(name, (list, tuple, frozenset, set)): + for item in name: + _dictEntries.append((item, value)) + else: + _dictEntries.append((name, value)) + dict.__init__(self, _dictEntries) + assert len(self) == len(_dictEntries) + self.default = None + + def __getitem__(self, key): + return dict.get(self, key, self.default) + + def __get__(self, instance, owner=None): + return BoundMethodDispatcher(instance, self) + + +class BoundMethodDispatcher(Mapping): + """Wraps a MethodDispatcher, binding its return values to `instance`""" + def __init__(self, instance, dispatcher): + self.instance = instance + self.dispatcher = dispatcher + + def __getitem__(self, key): + # see https://docs.python.org/3/reference/datamodel.html#object.__get__ + # on a function, __get__ is used to bind a function to an instance as a bound method + return self.dispatcher[key].__get__(self.instance) + + def get(self, key, default): + if key in self.dispatcher: + return self[key] + else: + return default + + def __iter__(self): + return iter(self.dispatcher) + + def __len__(self): + return len(self.dispatcher) + + def __contains__(self, key): + return key in self.dispatcher + + +# Some utility functions to deal with weirdness around UCS2 vs UCS4 +# python builds + +def isSurrogatePair(data): + return (len(data) == 2 and + ord(data[0]) >= 0xD800 and ord(data[0]) <= 0xDBFF and + ord(data[1]) >= 0xDC00 and ord(data[1]) <= 0xDFFF) + + +def surrogatePairToCodepoint(data): + char_val = (0x10000 + (ord(data[0]) - 0xD800) * 0x400 + + (ord(data[1]) - 0xDC00)) + return char_val + +# Module Factory Factory (no, this isn't Java, I know) +# Here to stop this being duplicated all over the place. + + +def moduleFactoryFactory(factory): + moduleCache = {} + + def moduleFactory(baseModule, *args, **kwargs): + if isinstance(ModuleType.__name__, type("")): + name = "_%s_factory" % baseModule.__name__ + else: + name = b"_%s_factory" % baseModule.__name__ + + kwargs_tuple = tuple(kwargs.items()) + + try: + return moduleCache[name][args][kwargs_tuple] + except KeyError: + mod = ModuleType(name) + objs = factory(baseModule, *args, **kwargs) + mod.__dict__.update(objs) + if "name" not in moduleCache: + moduleCache[name] = {} + if "args" not in moduleCache[name]: + moduleCache[name][args] = {} + if "kwargs" not in moduleCache[name][args]: + moduleCache[name][args][kwargs_tuple] = {} + moduleCache[name][args][kwargs_tuple] = mod + return mod + + return moduleFactory + + +def memoize(func): + cache = {} + + def wrapped(*args, **kwargs): + key = (tuple(args), tuple(kwargs.items())) + if key not in cache: + cache[key] = func(*args, **kwargs) + return cache[key] + + return wrapped diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/constants.py b/venv/Lib/site-packages/pip/_vendor/html5lib/constants.py new file mode 100644 index 000000000..fe3e237cd --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/constants.py @@ -0,0 +1,2946 @@ +from __future__ import absolute_import, division, unicode_literals + +import string + +EOF = None + +E = { + "null-character": + "Null character in input stream, replaced with U+FFFD.", + "invalid-codepoint": + "Invalid codepoint in stream.", + "incorrectly-placed-solidus": + "Solidus (/) incorrectly placed in tag.", + "incorrect-cr-newline-entity": + "Incorrect CR newline entity, replaced with LF.", + "illegal-windows-1252-entity": + "Entity used with illegal number (windows-1252 reference).", + "cant-convert-numeric-entity": + "Numeric entity couldn't be converted to character " + "(codepoint U+%(charAsInt)08x).", + "illegal-codepoint-for-numeric-entity": + "Numeric entity represents an illegal codepoint: " + "U+%(charAsInt)08x.", + "numeric-entity-without-semicolon": + "Numeric entity didn't end with ';'.", + "expected-numeric-entity-but-got-eof": + "Numeric entity expected. Got end of file instead.", + "expected-numeric-entity": + "Numeric entity expected but none found.", + "named-entity-without-semicolon": + "Named entity didn't end with ';'.", + "expected-named-entity": + "Named entity expected. Got none.", + "attributes-in-end-tag": + "End tag contains unexpected attributes.", + 'self-closing-flag-on-end-tag': + "End tag contains unexpected self-closing flag.", + "expected-tag-name-but-got-right-bracket": + "Expected tag name. Got '>' instead.", + "expected-tag-name-but-got-question-mark": + "Expected tag name. Got '?' instead. (HTML doesn't " + "support processing instructions.)", + "expected-tag-name": + "Expected tag name. Got something else instead", + "expected-closing-tag-but-got-right-bracket": + "Expected closing tag. Got '>' instead. Ignoring ''.", + "expected-closing-tag-but-got-eof": + "Expected closing tag. Unexpected end of file.", + "expected-closing-tag-but-got-char": + "Expected closing tag. Unexpected character '%(data)s' found.", + "eof-in-tag-name": + "Unexpected end of file in the tag name.", + "expected-attribute-name-but-got-eof": + "Unexpected end of file. Expected attribute name instead.", + "eof-in-attribute-name": + "Unexpected end of file in attribute name.", + "invalid-character-in-attribute-name": + "Invalid character in attribute name", + "duplicate-attribute": + "Dropped duplicate attribute on tag.", + "expected-end-of-tag-name-but-got-eof": + "Unexpected end of file. Expected = or end of tag.", + "expected-attribute-value-but-got-eof": + "Unexpected end of file. Expected attribute value.", + "expected-attribute-value-but-got-right-bracket": + "Expected attribute value. Got '>' instead.", + 'equals-in-unquoted-attribute-value': + "Unexpected = in unquoted attribute", + 'unexpected-character-in-unquoted-attribute-value': + "Unexpected character in unquoted attribute", + "invalid-character-after-attribute-name": + "Unexpected character after attribute name.", + "unexpected-character-after-attribute-value": + "Unexpected character after attribute value.", + "eof-in-attribute-value-double-quote": + "Unexpected end of file in attribute value (\").", + "eof-in-attribute-value-single-quote": + "Unexpected end of file in attribute value (').", + "eof-in-attribute-value-no-quotes": + "Unexpected end of file in attribute value.", + "unexpected-EOF-after-solidus-in-tag": + "Unexpected end of file in tag. Expected >", + "unexpected-character-after-solidus-in-tag": + "Unexpected character after / in tag. Expected >", + "expected-dashes-or-doctype": + "Expected '--' or 'DOCTYPE'. Not found.", + "unexpected-bang-after-double-dash-in-comment": + "Unexpected ! after -- in comment", + "unexpected-space-after-double-dash-in-comment": + "Unexpected space after -- in comment", + "incorrect-comment": + "Incorrect comment.", + "eof-in-comment": + "Unexpected end of file in comment.", + "eof-in-comment-end-dash": + "Unexpected end of file in comment (-)", + "unexpected-dash-after-double-dash-in-comment": + "Unexpected '-' after '--' found in comment.", + "eof-in-comment-double-dash": + "Unexpected end of file in comment (--).", + "eof-in-comment-end-space-state": + "Unexpected end of file in comment.", + "eof-in-comment-end-bang-state": + "Unexpected end of file in comment.", + "unexpected-char-in-comment": + "Unexpected character in comment found.", + "need-space-after-doctype": + "No space after literal string 'DOCTYPE'.", + "expected-doctype-name-but-got-right-bracket": + "Unexpected > character. Expected DOCTYPE name.", + "expected-doctype-name-but-got-eof": + "Unexpected end of file. Expected DOCTYPE name.", + "eof-in-doctype-name": + "Unexpected end of file in DOCTYPE name.", + "eof-in-doctype": + "Unexpected end of file in DOCTYPE.", + "expected-space-or-right-bracket-in-doctype": + "Expected space or '>'. Got '%(data)s'", + "unexpected-end-of-doctype": + "Unexpected end of DOCTYPE.", + "unexpected-char-in-doctype": + "Unexpected character in DOCTYPE.", + "eof-in-innerhtml": + "XXX innerHTML EOF", + "unexpected-doctype": + "Unexpected DOCTYPE. Ignored.", + "non-html-root": + "html needs to be the first start tag.", + "expected-doctype-but-got-eof": + "Unexpected End of file. Expected DOCTYPE.", + "unknown-doctype": + "Erroneous DOCTYPE.", + "expected-doctype-but-got-chars": + "Unexpected non-space characters. Expected DOCTYPE.", + "expected-doctype-but-got-start-tag": + "Unexpected start tag (%(name)s). Expected DOCTYPE.", + "expected-doctype-but-got-end-tag": + "Unexpected end tag (%(name)s). Expected DOCTYPE.", + "end-tag-after-implied-root": + "Unexpected end tag (%(name)s) after the (implied) root element.", + "expected-named-closing-tag-but-got-eof": + "Unexpected end of file. Expected end tag (%(name)s).", + "two-heads-are-not-better-than-one": + "Unexpected start tag head in existing head. Ignored.", + "unexpected-end-tag": + "Unexpected end tag (%(name)s). Ignored.", + "unexpected-start-tag-out-of-my-head": + "Unexpected start tag (%(name)s) that can be in head. Moved.", + "unexpected-start-tag": + "Unexpected start tag (%(name)s).", + "missing-end-tag": + "Missing end tag (%(name)s).", + "missing-end-tags": + "Missing end tags (%(name)s).", + "unexpected-start-tag-implies-end-tag": + "Unexpected start tag (%(startName)s) " + "implies end tag (%(endName)s).", + "unexpected-start-tag-treated-as": + "Unexpected start tag (%(originalName)s). Treated as %(newName)s.", + "deprecated-tag": + "Unexpected start tag %(name)s. Don't use it!", + "unexpected-start-tag-ignored": + "Unexpected start tag %(name)s. Ignored.", + "expected-one-end-tag-but-got-another": + "Unexpected end tag (%(gotName)s). " + "Missing end tag (%(expectedName)s).", + "end-tag-too-early": + "End tag (%(name)s) seen too early. Expected other end tag.", + "end-tag-too-early-named": + "Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).", + "end-tag-too-early-ignored": + "End tag (%(name)s) seen too early. Ignored.", + "adoption-agency-1.1": + "End tag (%(name)s) violates step 1, " + "paragraph 1 of the adoption agency algorithm.", + "adoption-agency-1.2": + "End tag (%(name)s) violates step 1, " + "paragraph 2 of the adoption agency algorithm.", + "adoption-agency-1.3": + "End tag (%(name)s) violates step 1, " + "paragraph 3 of the adoption agency algorithm.", + "adoption-agency-4.4": + "End tag (%(name)s) violates step 4, " + "paragraph 4 of the adoption agency algorithm.", + "unexpected-end-tag-treated-as": + "Unexpected end tag (%(originalName)s). Treated as %(newName)s.", + "no-end-tag": + "This element (%(name)s) has no end tag.", + "unexpected-implied-end-tag-in-table": + "Unexpected implied end tag (%(name)s) in the table phase.", + "unexpected-implied-end-tag-in-table-body": + "Unexpected implied end tag (%(name)s) in the table body phase.", + "unexpected-char-implies-table-voodoo": + "Unexpected non-space characters in " + "table context caused voodoo mode.", + "unexpected-hidden-input-in-table": + "Unexpected input with type hidden in table context.", + "unexpected-form-in-table": + "Unexpected form in table context.", + "unexpected-start-tag-implies-table-voodoo": + "Unexpected start tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-end-tag-implies-table-voodoo": + "Unexpected end tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-cell-in-table-body": + "Unexpected table cell start tag (%(name)s) " + "in the table body phase.", + "unexpected-cell-end-tag": + "Got table cell end tag (%(name)s) " + "while required end tags are missing.", + "unexpected-end-tag-in-table-body": + "Unexpected end tag (%(name)s) in the table body phase. Ignored.", + "unexpected-implied-end-tag-in-table-row": + "Unexpected implied end tag (%(name)s) in the table row phase.", + "unexpected-end-tag-in-table-row": + "Unexpected end tag (%(name)s) in the table row phase. Ignored.", + "unexpected-select-in-select": + "Unexpected select start tag in the select phase " + "treated as select end tag.", + "unexpected-input-in-select": + "Unexpected input start tag in the select phase.", + "unexpected-start-tag-in-select": + "Unexpected start tag token (%(name)s in the select phase. " + "Ignored.", + "unexpected-end-tag-in-select": + "Unexpected end tag (%(name)s) in the select phase. Ignored.", + "unexpected-table-element-start-tag-in-select-in-table": + "Unexpected table element start tag (%(name)s) in the select in table phase.", + "unexpected-table-element-end-tag-in-select-in-table": + "Unexpected table element end tag (%(name)s) in the select in table phase.", + "unexpected-char-after-body": + "Unexpected non-space characters in the after body phase.", + "unexpected-start-tag-after-body": + "Unexpected start tag token (%(name)s)" + " in the after body phase.", + "unexpected-end-tag-after-body": + "Unexpected end tag token (%(name)s)" + " in the after body phase.", + "unexpected-char-in-frameset": + "Unexpected characters in the frameset phase. Characters ignored.", + "unexpected-start-tag-in-frameset": + "Unexpected start tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-frameset-in-frameset-innerhtml": + "Unexpected end tag token (frameset) " + "in the frameset phase (innerHTML).", + "unexpected-end-tag-in-frameset": + "Unexpected end tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-char-after-frameset": + "Unexpected non-space characters in the " + "after frameset phase. Ignored.", + "unexpected-start-tag-after-frameset": + "Unexpected start tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-frameset": + "Unexpected end tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-body-innerhtml": + "Unexpected end tag after body(innerHtml)", + "expected-eof-but-got-char": + "Unexpected non-space characters. Expected end of file.", + "expected-eof-but-got-start-tag": + "Unexpected start tag (%(name)s)" + ". Expected end of file.", + "expected-eof-but-got-end-tag": + "Unexpected end tag (%(name)s)" + ". Expected end of file.", + "eof-in-table": + "Unexpected end of file. Expected table content.", + "eof-in-select": + "Unexpected end of file. Expected select content.", + "eof-in-frameset": + "Unexpected end of file. Expected frameset content.", + "eof-in-script-in-script": + "Unexpected end of file. Expected script content.", + "eof-in-foreign-lands": + "Unexpected end of file. Expected foreign content", + "non-void-element-with-trailing-solidus": + "Trailing solidus not allowed on element %(name)s", + "unexpected-html-element-in-foreign-content": + "Element %(name)s not allowed in a non-html context", + "unexpected-end-tag-before-html": + "Unexpected end tag (%(name)s) before html.", + "unexpected-inhead-noscript-tag": + "Element %(name)s not allowed in a inhead-noscript context", + "eof-in-head-noscript": + "Unexpected end of file. Expected inhead-noscript content", + "char-in-head-noscript": + "Unexpected non-space character. Expected inhead-noscript content", + "XXX-undefined-error": + "Undefined error (this sucks and should be fixed)", +} + +namespaces = { + "html": "http://www.w3.org/1999/xhtml", + "mathml": "http://www.w3.org/1998/Math/MathML", + "svg": "http://www.w3.org/2000/svg", + "xlink": "http://www.w3.org/1999/xlink", + "xml": "http://www.w3.org/XML/1998/namespace", + "xmlns": "http://www.w3.org/2000/xmlns/" +} + +scopingElements = frozenset([ + (namespaces["html"], "applet"), + (namespaces["html"], "caption"), + (namespaces["html"], "html"), + (namespaces["html"], "marquee"), + (namespaces["html"], "object"), + (namespaces["html"], "table"), + (namespaces["html"], "td"), + (namespaces["html"], "th"), + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext"), + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title"), +]) + +formattingElements = frozenset([ + (namespaces["html"], "a"), + (namespaces["html"], "b"), + (namespaces["html"], "big"), + (namespaces["html"], "code"), + (namespaces["html"], "em"), + (namespaces["html"], "font"), + (namespaces["html"], "i"), + (namespaces["html"], "nobr"), + (namespaces["html"], "s"), + (namespaces["html"], "small"), + (namespaces["html"], "strike"), + (namespaces["html"], "strong"), + (namespaces["html"], "tt"), + (namespaces["html"], "u") +]) + +specialElements = frozenset([ + (namespaces["html"], "address"), + (namespaces["html"], "applet"), + (namespaces["html"], "area"), + (namespaces["html"], "article"), + (namespaces["html"], "aside"), + (namespaces["html"], "base"), + (namespaces["html"], "basefont"), + (namespaces["html"], "bgsound"), + (namespaces["html"], "blockquote"), + (namespaces["html"], "body"), + (namespaces["html"], "br"), + (namespaces["html"], "button"), + (namespaces["html"], "caption"), + (namespaces["html"], "center"), + (namespaces["html"], "col"), + (namespaces["html"], "colgroup"), + (namespaces["html"], "command"), + (namespaces["html"], "dd"), + (namespaces["html"], "details"), + (namespaces["html"], "dir"), + (namespaces["html"], "div"), + (namespaces["html"], "dl"), + (namespaces["html"], "dt"), + (namespaces["html"], "embed"), + (namespaces["html"], "fieldset"), + (namespaces["html"], "figure"), + (namespaces["html"], "footer"), + (namespaces["html"], "form"), + (namespaces["html"], "frame"), + (namespaces["html"], "frameset"), + (namespaces["html"], "h1"), + (namespaces["html"], "h2"), + (namespaces["html"], "h3"), + (namespaces["html"], "h4"), + (namespaces["html"], "h5"), + (namespaces["html"], "h6"), + (namespaces["html"], "head"), + (namespaces["html"], "header"), + (namespaces["html"], "hr"), + (namespaces["html"], "html"), + (namespaces["html"], "iframe"), + # Note that image is commented out in the spec as "this isn't an + # element that can end up on the stack, so it doesn't matter," + (namespaces["html"], "image"), + (namespaces["html"], "img"), + (namespaces["html"], "input"), + (namespaces["html"], "isindex"), + (namespaces["html"], "li"), + (namespaces["html"], "link"), + (namespaces["html"], "listing"), + (namespaces["html"], "marquee"), + (namespaces["html"], "menu"), + (namespaces["html"], "meta"), + (namespaces["html"], "nav"), + (namespaces["html"], "noembed"), + (namespaces["html"], "noframes"), + (namespaces["html"], "noscript"), + (namespaces["html"], "object"), + (namespaces["html"], "ol"), + (namespaces["html"], "p"), + (namespaces["html"], "param"), + (namespaces["html"], "plaintext"), + (namespaces["html"], "pre"), + (namespaces["html"], "script"), + (namespaces["html"], "section"), + (namespaces["html"], "select"), + (namespaces["html"], "style"), + (namespaces["html"], "table"), + (namespaces["html"], "tbody"), + (namespaces["html"], "td"), + (namespaces["html"], "textarea"), + (namespaces["html"], "tfoot"), + (namespaces["html"], "th"), + (namespaces["html"], "thead"), + (namespaces["html"], "title"), + (namespaces["html"], "tr"), + (namespaces["html"], "ul"), + (namespaces["html"], "wbr"), + (namespaces["html"], "xmp"), + (namespaces["svg"], "foreignObject") +]) + +htmlIntegrationPointElements = frozenset([ + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title") +]) + +mathmlTextIntegrationPointElements = frozenset([ + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext") +]) + +adjustSVGAttributes = { + "attributename": "attributeName", + "attributetype": "attributeType", + "basefrequency": "baseFrequency", + "baseprofile": "baseProfile", + "calcmode": "calcMode", + "clippathunits": "clipPathUnits", + "contentscripttype": "contentScriptType", + "contentstyletype": "contentStyleType", + "diffuseconstant": "diffuseConstant", + "edgemode": "edgeMode", + "externalresourcesrequired": "externalResourcesRequired", + "filterres": "filterRes", + "filterunits": "filterUnits", + "glyphref": "glyphRef", + "gradienttransform": "gradientTransform", + "gradientunits": "gradientUnits", + "kernelmatrix": "kernelMatrix", + "kernelunitlength": "kernelUnitLength", + "keypoints": "keyPoints", + "keysplines": "keySplines", + "keytimes": "keyTimes", + "lengthadjust": "lengthAdjust", + "limitingconeangle": "limitingConeAngle", + "markerheight": "markerHeight", + "markerunits": "markerUnits", + "markerwidth": "markerWidth", + "maskcontentunits": "maskContentUnits", + "maskunits": "maskUnits", + "numoctaves": "numOctaves", + "pathlength": "pathLength", + "patterncontentunits": "patternContentUnits", + "patterntransform": "patternTransform", + "patternunits": "patternUnits", + "pointsatx": "pointsAtX", + "pointsaty": "pointsAtY", + "pointsatz": "pointsAtZ", + "preservealpha": "preserveAlpha", + "preserveaspectratio": "preserveAspectRatio", + "primitiveunits": "primitiveUnits", + "refx": "refX", + "refy": "refY", + "repeatcount": "repeatCount", + "repeatdur": "repeatDur", + "requiredextensions": "requiredExtensions", + "requiredfeatures": "requiredFeatures", + "specularconstant": "specularConstant", + "specularexponent": "specularExponent", + "spreadmethod": "spreadMethod", + "startoffset": "startOffset", + "stddeviation": "stdDeviation", + "stitchtiles": "stitchTiles", + "surfacescale": "surfaceScale", + "systemlanguage": "systemLanguage", + "tablevalues": "tableValues", + "targetx": "targetX", + "targety": "targetY", + "textlength": "textLength", + "viewbox": "viewBox", + "viewtarget": "viewTarget", + "xchannelselector": "xChannelSelector", + "ychannelselector": "yChannelSelector", + "zoomandpan": "zoomAndPan" +} + +adjustMathMLAttributes = {"definitionurl": "definitionURL"} + +adjustForeignAttributes = { + "xlink:actuate": ("xlink", "actuate", namespaces["xlink"]), + "xlink:arcrole": ("xlink", "arcrole", namespaces["xlink"]), + "xlink:href": ("xlink", "href", namespaces["xlink"]), + "xlink:role": ("xlink", "role", namespaces["xlink"]), + "xlink:show": ("xlink", "show", namespaces["xlink"]), + "xlink:title": ("xlink", "title", namespaces["xlink"]), + "xlink:type": ("xlink", "type", namespaces["xlink"]), + "xml:base": ("xml", "base", namespaces["xml"]), + "xml:lang": ("xml", "lang", namespaces["xml"]), + "xml:space": ("xml", "space", namespaces["xml"]), + "xmlns": (None, "xmlns", namespaces["xmlns"]), + "xmlns:xlink": ("xmlns", "xlink", namespaces["xmlns"]) +} + +unadjustForeignAttributes = {(ns, local): qname for qname, (prefix, local, ns) in + adjustForeignAttributes.items()} + +spaceCharacters = frozenset([ + "\t", + "\n", + "\u000C", + " ", + "\r" +]) + +tableInsertModeElements = frozenset([ + "table", + "tbody", + "tfoot", + "thead", + "tr" +]) + +asciiLowercase = frozenset(string.ascii_lowercase) +asciiUppercase = frozenset(string.ascii_uppercase) +asciiLetters = frozenset(string.ascii_letters) +digits = frozenset(string.digits) +hexDigits = frozenset(string.hexdigits) + +asciiUpper2Lower = {ord(c): ord(c.lower()) for c in string.ascii_uppercase} + +# Heading elements need to be ordered +headingElements = ( + "h1", + "h2", + "h3", + "h4", + "h5", + "h6" +) + +voidElements = frozenset([ + "base", + "command", + "event-source", + "link", + "meta", + "hr", + "br", + "img", + "embed", + "param", + "area", + "col", + "input", + "source", + "track" +]) + +cdataElements = frozenset(['title', 'textarea']) + +rcdataElements = frozenset([ + 'style', + 'script', + 'xmp', + 'iframe', + 'noembed', + 'noframes', + 'noscript' +]) + +booleanAttributes = { + "": frozenset(["irrelevant", "itemscope"]), + "style": frozenset(["scoped"]), + "img": frozenset(["ismap"]), + "audio": frozenset(["autoplay", "controls"]), + "video": frozenset(["autoplay", "controls"]), + "script": frozenset(["defer", "async"]), + "details": frozenset(["open"]), + "datagrid": frozenset(["multiple", "disabled"]), + "command": frozenset(["hidden", "disabled", "checked", "default"]), + "hr": frozenset(["noshade"]), + "menu": frozenset(["autosubmit"]), + "fieldset": frozenset(["disabled", "readonly"]), + "option": frozenset(["disabled", "readonly", "selected"]), + "optgroup": frozenset(["disabled", "readonly"]), + "button": frozenset(["disabled", "autofocus"]), + "input": frozenset(["disabled", "readonly", "required", "autofocus", "checked", "ismap"]), + "select": frozenset(["disabled", "readonly", "autofocus", "multiple"]), + "output": frozenset(["disabled", "readonly"]), + "iframe": frozenset(["seamless"]), +} + +# entitiesWindows1252 has to be _ordered_ and needs to have an index. It +# therefore can't be a frozenset. +entitiesWindows1252 = ( + 8364, # 0x80 0x20AC EURO SIGN + 65533, # 0x81 UNDEFINED + 8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK + 402, # 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK + 8222, # 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK + 8230, # 0x85 0x2026 HORIZONTAL ELLIPSIS + 8224, # 0x86 0x2020 DAGGER + 8225, # 0x87 0x2021 DOUBLE DAGGER + 710, # 0x88 0x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT + 8240, # 0x89 0x2030 PER MILLE SIGN + 352, # 0x8A 0x0160 LATIN CAPITAL LETTER S WITH CARON + 8249, # 0x8B 0x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK + 338, # 0x8C 0x0152 LATIN CAPITAL LIGATURE OE + 65533, # 0x8D UNDEFINED + 381, # 0x8E 0x017D LATIN CAPITAL LETTER Z WITH CARON + 65533, # 0x8F UNDEFINED + 65533, # 0x90 UNDEFINED + 8216, # 0x91 0x2018 LEFT SINGLE QUOTATION MARK + 8217, # 0x92 0x2019 RIGHT SINGLE QUOTATION MARK + 8220, # 0x93 0x201C LEFT DOUBLE QUOTATION MARK + 8221, # 0x94 0x201D RIGHT DOUBLE QUOTATION MARK + 8226, # 0x95 0x2022 BULLET + 8211, # 0x96 0x2013 EN DASH + 8212, # 0x97 0x2014 EM DASH + 732, # 0x98 0x02DC SMALL TILDE + 8482, # 0x99 0x2122 TRADE MARK SIGN + 353, # 0x9A 0x0161 LATIN SMALL LETTER S WITH CARON + 8250, # 0x9B 0x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + 339, # 0x9C 0x0153 LATIN SMALL LIGATURE OE + 65533, # 0x9D UNDEFINED + 382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON + 376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS +) + +xmlEntities = frozenset(['lt;', 'gt;', 'amp;', 'apos;', 'quot;']) + +entities = { + "AElig": "\xc6", + "AElig;": "\xc6", + "AMP": "&", + "AMP;": "&", + "Aacute": "\xc1", + "Aacute;": "\xc1", + "Abreve;": "\u0102", + "Acirc": "\xc2", + "Acirc;": "\xc2", + "Acy;": "\u0410", + "Afr;": "\U0001d504", + "Agrave": "\xc0", + "Agrave;": "\xc0", + "Alpha;": "\u0391", + "Amacr;": "\u0100", + "And;": "\u2a53", + "Aogon;": "\u0104", + "Aopf;": "\U0001d538", + "ApplyFunction;": "\u2061", + "Aring": "\xc5", + "Aring;": "\xc5", + "Ascr;": "\U0001d49c", + "Assign;": "\u2254", + "Atilde": "\xc3", + "Atilde;": "\xc3", + "Auml": "\xc4", + "Auml;": "\xc4", + "Backslash;": "\u2216", + "Barv;": "\u2ae7", + "Barwed;": "\u2306", + "Bcy;": "\u0411", + "Because;": "\u2235", + "Bernoullis;": "\u212c", + "Beta;": "\u0392", + "Bfr;": "\U0001d505", + "Bopf;": "\U0001d539", + "Breve;": "\u02d8", + "Bscr;": "\u212c", + "Bumpeq;": "\u224e", + "CHcy;": "\u0427", + "COPY": "\xa9", + "COPY;": "\xa9", + "Cacute;": "\u0106", + "Cap;": "\u22d2", + "CapitalDifferentialD;": "\u2145", + "Cayleys;": "\u212d", + "Ccaron;": "\u010c", + "Ccedil": "\xc7", + "Ccedil;": "\xc7", + "Ccirc;": "\u0108", + "Cconint;": "\u2230", + "Cdot;": "\u010a", + "Cedilla;": "\xb8", + "CenterDot;": "\xb7", + "Cfr;": "\u212d", + "Chi;": "\u03a7", + "CircleDot;": "\u2299", + "CircleMinus;": "\u2296", + "CirclePlus;": "\u2295", + "CircleTimes;": "\u2297", + "ClockwiseContourIntegral;": "\u2232", + "CloseCurlyDoubleQuote;": "\u201d", + "CloseCurlyQuote;": "\u2019", + "Colon;": "\u2237", + "Colone;": "\u2a74", + "Congruent;": "\u2261", + "Conint;": "\u222f", + "ContourIntegral;": "\u222e", + "Copf;": "\u2102", + "Coproduct;": "\u2210", + "CounterClockwiseContourIntegral;": "\u2233", + "Cross;": "\u2a2f", + "Cscr;": "\U0001d49e", + "Cup;": "\u22d3", + "CupCap;": "\u224d", + "DD;": "\u2145", + "DDotrahd;": "\u2911", + "DJcy;": "\u0402", + "DScy;": "\u0405", + "DZcy;": "\u040f", + "Dagger;": "\u2021", + "Darr;": "\u21a1", + "Dashv;": "\u2ae4", + "Dcaron;": "\u010e", + "Dcy;": "\u0414", + "Del;": "\u2207", + "Delta;": "\u0394", + "Dfr;": "\U0001d507", + "DiacriticalAcute;": "\xb4", + "DiacriticalDot;": "\u02d9", + "DiacriticalDoubleAcute;": "\u02dd", + "DiacriticalGrave;": "`", + "DiacriticalTilde;": "\u02dc", + "Diamond;": "\u22c4", + "DifferentialD;": "\u2146", + "Dopf;": "\U0001d53b", + "Dot;": "\xa8", + "DotDot;": "\u20dc", + "DotEqual;": "\u2250", + "DoubleContourIntegral;": "\u222f", + "DoubleDot;": "\xa8", + "DoubleDownArrow;": "\u21d3", + "DoubleLeftArrow;": "\u21d0", + "DoubleLeftRightArrow;": "\u21d4", + "DoubleLeftTee;": "\u2ae4", + "DoubleLongLeftArrow;": "\u27f8", + "DoubleLongLeftRightArrow;": "\u27fa", + "DoubleLongRightArrow;": "\u27f9", + "DoubleRightArrow;": "\u21d2", + "DoubleRightTee;": "\u22a8", + "DoubleUpArrow;": "\u21d1", + "DoubleUpDownArrow;": "\u21d5", + "DoubleVerticalBar;": "\u2225", + "DownArrow;": "\u2193", + "DownArrowBar;": "\u2913", + "DownArrowUpArrow;": "\u21f5", + "DownBreve;": "\u0311", + "DownLeftRightVector;": "\u2950", + "DownLeftTeeVector;": "\u295e", + "DownLeftVector;": "\u21bd", + "DownLeftVectorBar;": "\u2956", + "DownRightTeeVector;": "\u295f", + "DownRightVector;": "\u21c1", + "DownRightVectorBar;": "\u2957", + "DownTee;": "\u22a4", + "DownTeeArrow;": "\u21a7", + "Downarrow;": "\u21d3", + "Dscr;": "\U0001d49f", + "Dstrok;": "\u0110", + "ENG;": "\u014a", + "ETH": "\xd0", + "ETH;": "\xd0", + "Eacute": "\xc9", + "Eacute;": "\xc9", + "Ecaron;": "\u011a", + "Ecirc": "\xca", + "Ecirc;": "\xca", + "Ecy;": "\u042d", + "Edot;": "\u0116", + "Efr;": "\U0001d508", + "Egrave": "\xc8", + "Egrave;": "\xc8", + "Element;": "\u2208", + "Emacr;": "\u0112", + "EmptySmallSquare;": "\u25fb", + "EmptyVerySmallSquare;": "\u25ab", + "Eogon;": "\u0118", + "Eopf;": "\U0001d53c", + "Epsilon;": "\u0395", + "Equal;": "\u2a75", + "EqualTilde;": "\u2242", + "Equilibrium;": "\u21cc", + "Escr;": "\u2130", + "Esim;": "\u2a73", + "Eta;": "\u0397", + "Euml": "\xcb", + "Euml;": "\xcb", + "Exists;": "\u2203", + "ExponentialE;": "\u2147", + "Fcy;": "\u0424", + "Ffr;": "\U0001d509", + "FilledSmallSquare;": "\u25fc", + "FilledVerySmallSquare;": "\u25aa", + "Fopf;": "\U0001d53d", + "ForAll;": "\u2200", + "Fouriertrf;": "\u2131", + "Fscr;": "\u2131", + "GJcy;": "\u0403", + "GT": ">", + "GT;": ">", + "Gamma;": "\u0393", + "Gammad;": "\u03dc", + "Gbreve;": "\u011e", + "Gcedil;": "\u0122", + "Gcirc;": "\u011c", + "Gcy;": "\u0413", + "Gdot;": "\u0120", + "Gfr;": "\U0001d50a", + "Gg;": "\u22d9", + "Gopf;": "\U0001d53e", + "GreaterEqual;": "\u2265", + "GreaterEqualLess;": "\u22db", + "GreaterFullEqual;": "\u2267", + "GreaterGreater;": "\u2aa2", + "GreaterLess;": "\u2277", + "GreaterSlantEqual;": "\u2a7e", + "GreaterTilde;": "\u2273", + "Gscr;": "\U0001d4a2", + "Gt;": "\u226b", + "HARDcy;": "\u042a", + "Hacek;": "\u02c7", + "Hat;": "^", + "Hcirc;": "\u0124", + "Hfr;": "\u210c", + "HilbertSpace;": "\u210b", + "Hopf;": "\u210d", + "HorizontalLine;": "\u2500", + "Hscr;": "\u210b", + "Hstrok;": "\u0126", + "HumpDownHump;": "\u224e", + "HumpEqual;": "\u224f", + "IEcy;": "\u0415", + "IJlig;": "\u0132", + "IOcy;": "\u0401", + "Iacute": "\xcd", + "Iacute;": "\xcd", + "Icirc": "\xce", + "Icirc;": "\xce", + "Icy;": "\u0418", + "Idot;": "\u0130", + "Ifr;": "\u2111", + "Igrave": "\xcc", + "Igrave;": "\xcc", + "Im;": "\u2111", + "Imacr;": "\u012a", + "ImaginaryI;": "\u2148", + "Implies;": "\u21d2", + "Int;": "\u222c", + "Integral;": "\u222b", + "Intersection;": "\u22c2", + "InvisibleComma;": "\u2063", + "InvisibleTimes;": "\u2062", + "Iogon;": "\u012e", + "Iopf;": "\U0001d540", + "Iota;": "\u0399", + "Iscr;": "\u2110", + "Itilde;": "\u0128", + "Iukcy;": "\u0406", + "Iuml": "\xcf", + "Iuml;": "\xcf", + "Jcirc;": "\u0134", + "Jcy;": "\u0419", + "Jfr;": "\U0001d50d", + "Jopf;": "\U0001d541", + "Jscr;": "\U0001d4a5", + "Jsercy;": "\u0408", + "Jukcy;": "\u0404", + "KHcy;": "\u0425", + "KJcy;": "\u040c", + "Kappa;": "\u039a", + "Kcedil;": "\u0136", + "Kcy;": "\u041a", + "Kfr;": "\U0001d50e", + "Kopf;": "\U0001d542", + "Kscr;": "\U0001d4a6", + "LJcy;": "\u0409", + "LT": "<", + "LT;": "<", + "Lacute;": "\u0139", + "Lambda;": "\u039b", + "Lang;": "\u27ea", + "Laplacetrf;": "\u2112", + "Larr;": "\u219e", + "Lcaron;": "\u013d", + "Lcedil;": "\u013b", + "Lcy;": "\u041b", + "LeftAngleBracket;": "\u27e8", + "LeftArrow;": "\u2190", + "LeftArrowBar;": "\u21e4", + "LeftArrowRightArrow;": "\u21c6", + "LeftCeiling;": "\u2308", + "LeftDoubleBracket;": "\u27e6", + "LeftDownTeeVector;": "\u2961", + "LeftDownVector;": "\u21c3", + "LeftDownVectorBar;": "\u2959", + "LeftFloor;": "\u230a", + "LeftRightArrow;": "\u2194", + "LeftRightVector;": "\u294e", + "LeftTee;": "\u22a3", + "LeftTeeArrow;": "\u21a4", + "LeftTeeVector;": "\u295a", + "LeftTriangle;": "\u22b2", + "LeftTriangleBar;": "\u29cf", + "LeftTriangleEqual;": "\u22b4", + "LeftUpDownVector;": "\u2951", + "LeftUpTeeVector;": "\u2960", + "LeftUpVector;": "\u21bf", + "LeftUpVectorBar;": "\u2958", + "LeftVector;": "\u21bc", + "LeftVectorBar;": "\u2952", + "Leftarrow;": "\u21d0", + "Leftrightarrow;": "\u21d4", + "LessEqualGreater;": "\u22da", + "LessFullEqual;": "\u2266", + "LessGreater;": "\u2276", + "LessLess;": "\u2aa1", + "LessSlantEqual;": "\u2a7d", + "LessTilde;": "\u2272", + "Lfr;": "\U0001d50f", + "Ll;": "\u22d8", + "Lleftarrow;": "\u21da", + "Lmidot;": "\u013f", + "LongLeftArrow;": "\u27f5", + "LongLeftRightArrow;": "\u27f7", + "LongRightArrow;": "\u27f6", + "Longleftarrow;": "\u27f8", + "Longleftrightarrow;": "\u27fa", + "Longrightarrow;": "\u27f9", + "Lopf;": "\U0001d543", + "LowerLeftArrow;": "\u2199", + "LowerRightArrow;": "\u2198", + "Lscr;": "\u2112", + "Lsh;": "\u21b0", + "Lstrok;": "\u0141", + "Lt;": "\u226a", + "Map;": "\u2905", + "Mcy;": "\u041c", + "MediumSpace;": "\u205f", + "Mellintrf;": "\u2133", + "Mfr;": "\U0001d510", + "MinusPlus;": "\u2213", + "Mopf;": "\U0001d544", + "Mscr;": "\u2133", + "Mu;": "\u039c", + "NJcy;": "\u040a", + "Nacute;": "\u0143", + "Ncaron;": "\u0147", + "Ncedil;": "\u0145", + "Ncy;": "\u041d", + "NegativeMediumSpace;": "\u200b", + "NegativeThickSpace;": "\u200b", + "NegativeThinSpace;": "\u200b", + "NegativeVeryThinSpace;": "\u200b", + "NestedGreaterGreater;": "\u226b", + "NestedLessLess;": "\u226a", + "NewLine;": "\n", + "Nfr;": "\U0001d511", + "NoBreak;": "\u2060", + "NonBreakingSpace;": "\xa0", + "Nopf;": "\u2115", + "Not;": "\u2aec", + "NotCongruent;": "\u2262", + "NotCupCap;": "\u226d", + "NotDoubleVerticalBar;": "\u2226", + "NotElement;": "\u2209", + "NotEqual;": "\u2260", + "NotEqualTilde;": "\u2242\u0338", + "NotExists;": "\u2204", + "NotGreater;": "\u226f", + "NotGreaterEqual;": "\u2271", + "NotGreaterFullEqual;": "\u2267\u0338", + "NotGreaterGreater;": "\u226b\u0338", + "NotGreaterLess;": "\u2279", + "NotGreaterSlantEqual;": "\u2a7e\u0338", + "NotGreaterTilde;": "\u2275", + "NotHumpDownHump;": "\u224e\u0338", + "NotHumpEqual;": "\u224f\u0338", + "NotLeftTriangle;": "\u22ea", + "NotLeftTriangleBar;": "\u29cf\u0338", + "NotLeftTriangleEqual;": "\u22ec", + "NotLess;": "\u226e", + "NotLessEqual;": "\u2270", + "NotLessGreater;": "\u2278", + "NotLessLess;": "\u226a\u0338", + "NotLessSlantEqual;": "\u2a7d\u0338", + "NotLessTilde;": "\u2274", + "NotNestedGreaterGreater;": "\u2aa2\u0338", + "NotNestedLessLess;": "\u2aa1\u0338", + "NotPrecedes;": "\u2280", + "NotPrecedesEqual;": "\u2aaf\u0338", + "NotPrecedesSlantEqual;": "\u22e0", + "NotReverseElement;": "\u220c", + "NotRightTriangle;": "\u22eb", + "NotRightTriangleBar;": "\u29d0\u0338", + "NotRightTriangleEqual;": "\u22ed", + "NotSquareSubset;": "\u228f\u0338", + "NotSquareSubsetEqual;": "\u22e2", + "NotSquareSuperset;": "\u2290\u0338", + "NotSquareSupersetEqual;": "\u22e3", + "NotSubset;": "\u2282\u20d2", + "NotSubsetEqual;": "\u2288", + "NotSucceeds;": "\u2281", + "NotSucceedsEqual;": "\u2ab0\u0338", + "NotSucceedsSlantEqual;": "\u22e1", + "NotSucceedsTilde;": "\u227f\u0338", + "NotSuperset;": "\u2283\u20d2", + "NotSupersetEqual;": "\u2289", + "NotTilde;": "\u2241", + "NotTildeEqual;": "\u2244", + "NotTildeFullEqual;": "\u2247", + "NotTildeTilde;": "\u2249", + "NotVerticalBar;": "\u2224", + "Nscr;": "\U0001d4a9", + "Ntilde": "\xd1", + "Ntilde;": "\xd1", + "Nu;": "\u039d", + "OElig;": "\u0152", + "Oacute": "\xd3", + "Oacute;": "\xd3", + "Ocirc": "\xd4", + "Ocirc;": "\xd4", + "Ocy;": "\u041e", + "Odblac;": "\u0150", + "Ofr;": "\U0001d512", + "Ograve": "\xd2", + "Ograve;": "\xd2", + "Omacr;": "\u014c", + "Omega;": "\u03a9", + "Omicron;": "\u039f", + "Oopf;": "\U0001d546", + "OpenCurlyDoubleQuote;": "\u201c", + "OpenCurlyQuote;": "\u2018", + "Or;": "\u2a54", + "Oscr;": "\U0001d4aa", + "Oslash": "\xd8", + "Oslash;": "\xd8", + "Otilde": "\xd5", + "Otilde;": "\xd5", + "Otimes;": "\u2a37", + "Ouml": "\xd6", + "Ouml;": "\xd6", + "OverBar;": "\u203e", + "OverBrace;": "\u23de", + "OverBracket;": "\u23b4", + "OverParenthesis;": "\u23dc", + "PartialD;": "\u2202", + "Pcy;": "\u041f", + "Pfr;": "\U0001d513", + "Phi;": "\u03a6", + "Pi;": "\u03a0", + "PlusMinus;": "\xb1", + "Poincareplane;": "\u210c", + "Popf;": "\u2119", + "Pr;": "\u2abb", + "Precedes;": "\u227a", + "PrecedesEqual;": "\u2aaf", + "PrecedesSlantEqual;": "\u227c", + "PrecedesTilde;": "\u227e", + "Prime;": "\u2033", + "Product;": "\u220f", + "Proportion;": "\u2237", + "Proportional;": "\u221d", + "Pscr;": "\U0001d4ab", + "Psi;": "\u03a8", + "QUOT": "\"", + "QUOT;": "\"", + "Qfr;": "\U0001d514", + "Qopf;": "\u211a", + "Qscr;": "\U0001d4ac", + "RBarr;": "\u2910", + "REG": "\xae", + "REG;": "\xae", + "Racute;": "\u0154", + "Rang;": "\u27eb", + "Rarr;": "\u21a0", + "Rarrtl;": "\u2916", + "Rcaron;": "\u0158", + "Rcedil;": "\u0156", + "Rcy;": "\u0420", + "Re;": "\u211c", + "ReverseElement;": "\u220b", + "ReverseEquilibrium;": "\u21cb", + "ReverseUpEquilibrium;": "\u296f", + "Rfr;": "\u211c", + "Rho;": "\u03a1", + "RightAngleBracket;": "\u27e9", + "RightArrow;": "\u2192", + "RightArrowBar;": "\u21e5", + "RightArrowLeftArrow;": "\u21c4", + "RightCeiling;": "\u2309", + "RightDoubleBracket;": "\u27e7", + "RightDownTeeVector;": "\u295d", + "RightDownVector;": "\u21c2", + "RightDownVectorBar;": "\u2955", + "RightFloor;": "\u230b", + "RightTee;": "\u22a2", + "RightTeeArrow;": "\u21a6", + "RightTeeVector;": "\u295b", + "RightTriangle;": "\u22b3", + "RightTriangleBar;": "\u29d0", + "RightTriangleEqual;": "\u22b5", + "RightUpDownVector;": "\u294f", + "RightUpTeeVector;": "\u295c", + "RightUpVector;": "\u21be", + "RightUpVectorBar;": "\u2954", + "RightVector;": "\u21c0", + "RightVectorBar;": "\u2953", + "Rightarrow;": "\u21d2", + "Ropf;": "\u211d", + "RoundImplies;": "\u2970", + "Rrightarrow;": "\u21db", + "Rscr;": "\u211b", + "Rsh;": "\u21b1", + "RuleDelayed;": "\u29f4", + "SHCHcy;": "\u0429", + "SHcy;": "\u0428", + "SOFTcy;": "\u042c", + "Sacute;": "\u015a", + "Sc;": "\u2abc", + "Scaron;": "\u0160", + "Scedil;": "\u015e", + "Scirc;": "\u015c", + "Scy;": "\u0421", + "Sfr;": "\U0001d516", + "ShortDownArrow;": "\u2193", + "ShortLeftArrow;": "\u2190", + "ShortRightArrow;": "\u2192", + "ShortUpArrow;": "\u2191", + "Sigma;": "\u03a3", + "SmallCircle;": "\u2218", + "Sopf;": "\U0001d54a", + "Sqrt;": "\u221a", + "Square;": "\u25a1", + "SquareIntersection;": "\u2293", + "SquareSubset;": "\u228f", + "SquareSubsetEqual;": "\u2291", + "SquareSuperset;": "\u2290", + "SquareSupersetEqual;": "\u2292", + "SquareUnion;": "\u2294", + "Sscr;": "\U0001d4ae", + "Star;": "\u22c6", + "Sub;": "\u22d0", + "Subset;": "\u22d0", + "SubsetEqual;": "\u2286", + "Succeeds;": "\u227b", + "SucceedsEqual;": "\u2ab0", + "SucceedsSlantEqual;": "\u227d", + "SucceedsTilde;": "\u227f", + "SuchThat;": "\u220b", + "Sum;": "\u2211", + "Sup;": "\u22d1", + "Superset;": "\u2283", + "SupersetEqual;": "\u2287", + "Supset;": "\u22d1", + "THORN": "\xde", + "THORN;": "\xde", + "TRADE;": "\u2122", + "TSHcy;": "\u040b", + "TScy;": "\u0426", + "Tab;": "\t", + "Tau;": "\u03a4", + "Tcaron;": "\u0164", + "Tcedil;": "\u0162", + "Tcy;": "\u0422", + "Tfr;": "\U0001d517", + "Therefore;": "\u2234", + "Theta;": "\u0398", + "ThickSpace;": "\u205f\u200a", + "ThinSpace;": "\u2009", + "Tilde;": "\u223c", + "TildeEqual;": "\u2243", + "TildeFullEqual;": "\u2245", + "TildeTilde;": "\u2248", + "Topf;": "\U0001d54b", + "TripleDot;": "\u20db", + "Tscr;": "\U0001d4af", + "Tstrok;": "\u0166", + "Uacute": "\xda", + "Uacute;": "\xda", + "Uarr;": "\u219f", + "Uarrocir;": "\u2949", + "Ubrcy;": "\u040e", + "Ubreve;": "\u016c", + "Ucirc": "\xdb", + "Ucirc;": "\xdb", + "Ucy;": "\u0423", + "Udblac;": "\u0170", + "Ufr;": "\U0001d518", + "Ugrave": "\xd9", + "Ugrave;": "\xd9", + "Umacr;": "\u016a", + "UnderBar;": "_", + "UnderBrace;": "\u23df", + "UnderBracket;": "\u23b5", + "UnderParenthesis;": "\u23dd", + "Union;": "\u22c3", + "UnionPlus;": "\u228e", + "Uogon;": "\u0172", + "Uopf;": "\U0001d54c", + "UpArrow;": "\u2191", + "UpArrowBar;": "\u2912", + "UpArrowDownArrow;": "\u21c5", + "UpDownArrow;": "\u2195", + "UpEquilibrium;": "\u296e", + "UpTee;": "\u22a5", + "UpTeeArrow;": "\u21a5", + "Uparrow;": "\u21d1", + "Updownarrow;": "\u21d5", + "UpperLeftArrow;": "\u2196", + "UpperRightArrow;": "\u2197", + "Upsi;": "\u03d2", + "Upsilon;": "\u03a5", + "Uring;": "\u016e", + "Uscr;": "\U0001d4b0", + "Utilde;": "\u0168", + "Uuml": "\xdc", + "Uuml;": "\xdc", + "VDash;": "\u22ab", + "Vbar;": "\u2aeb", + "Vcy;": "\u0412", + "Vdash;": "\u22a9", + "Vdashl;": "\u2ae6", + "Vee;": "\u22c1", + "Verbar;": "\u2016", + "Vert;": "\u2016", + "VerticalBar;": "\u2223", + "VerticalLine;": "|", + "VerticalSeparator;": "\u2758", + "VerticalTilde;": "\u2240", + "VeryThinSpace;": "\u200a", + "Vfr;": "\U0001d519", + "Vopf;": "\U0001d54d", + "Vscr;": "\U0001d4b1", + "Vvdash;": "\u22aa", + "Wcirc;": "\u0174", + "Wedge;": "\u22c0", + "Wfr;": "\U0001d51a", + "Wopf;": "\U0001d54e", + "Wscr;": "\U0001d4b2", + "Xfr;": "\U0001d51b", + "Xi;": "\u039e", + "Xopf;": "\U0001d54f", + "Xscr;": "\U0001d4b3", + "YAcy;": "\u042f", + "YIcy;": "\u0407", + "YUcy;": "\u042e", + "Yacute": "\xdd", + "Yacute;": "\xdd", + "Ycirc;": "\u0176", + "Ycy;": "\u042b", + "Yfr;": "\U0001d51c", + "Yopf;": "\U0001d550", + "Yscr;": "\U0001d4b4", + "Yuml;": "\u0178", + "ZHcy;": "\u0416", + "Zacute;": "\u0179", + "Zcaron;": "\u017d", + "Zcy;": "\u0417", + "Zdot;": "\u017b", + "ZeroWidthSpace;": "\u200b", + "Zeta;": "\u0396", + "Zfr;": "\u2128", + "Zopf;": "\u2124", + "Zscr;": "\U0001d4b5", + "aacute": "\xe1", + "aacute;": "\xe1", + "abreve;": "\u0103", + "ac;": "\u223e", + "acE;": "\u223e\u0333", + "acd;": "\u223f", + "acirc": "\xe2", + "acirc;": "\xe2", + "acute": "\xb4", + "acute;": "\xb4", + "acy;": "\u0430", + "aelig": "\xe6", + "aelig;": "\xe6", + "af;": "\u2061", + "afr;": "\U0001d51e", + "agrave": "\xe0", + "agrave;": "\xe0", + "alefsym;": "\u2135", + "aleph;": "\u2135", + "alpha;": "\u03b1", + "amacr;": "\u0101", + "amalg;": "\u2a3f", + "amp": "&", + "amp;": "&", + "and;": "\u2227", + "andand;": "\u2a55", + "andd;": "\u2a5c", + "andslope;": "\u2a58", + "andv;": "\u2a5a", + "ang;": "\u2220", + "ange;": "\u29a4", + "angle;": "\u2220", + "angmsd;": "\u2221", + "angmsdaa;": "\u29a8", + "angmsdab;": "\u29a9", + "angmsdac;": "\u29aa", + "angmsdad;": "\u29ab", + "angmsdae;": "\u29ac", + "angmsdaf;": "\u29ad", + "angmsdag;": "\u29ae", + "angmsdah;": "\u29af", + "angrt;": "\u221f", + "angrtvb;": "\u22be", + "angrtvbd;": "\u299d", + "angsph;": "\u2222", + "angst;": "\xc5", + "angzarr;": "\u237c", + "aogon;": "\u0105", + "aopf;": "\U0001d552", + "ap;": "\u2248", + "apE;": "\u2a70", + "apacir;": "\u2a6f", + "ape;": "\u224a", + "apid;": "\u224b", + "apos;": "'", + "approx;": "\u2248", + "approxeq;": "\u224a", + "aring": "\xe5", + "aring;": "\xe5", + "ascr;": "\U0001d4b6", + "ast;": "*", + "asymp;": "\u2248", + "asympeq;": "\u224d", + "atilde": "\xe3", + "atilde;": "\xe3", + "auml": "\xe4", + "auml;": "\xe4", + "awconint;": "\u2233", + "awint;": "\u2a11", + "bNot;": "\u2aed", + "backcong;": "\u224c", + "backepsilon;": "\u03f6", + "backprime;": "\u2035", + "backsim;": "\u223d", + "backsimeq;": "\u22cd", + "barvee;": "\u22bd", + "barwed;": "\u2305", + "barwedge;": "\u2305", + "bbrk;": "\u23b5", + "bbrktbrk;": "\u23b6", + "bcong;": "\u224c", + "bcy;": "\u0431", + "bdquo;": "\u201e", + "becaus;": "\u2235", + "because;": "\u2235", + "bemptyv;": "\u29b0", + "bepsi;": "\u03f6", + "bernou;": "\u212c", + "beta;": "\u03b2", + "beth;": "\u2136", + "between;": "\u226c", + "bfr;": "\U0001d51f", + "bigcap;": "\u22c2", + "bigcirc;": "\u25ef", + "bigcup;": "\u22c3", + "bigodot;": "\u2a00", + "bigoplus;": "\u2a01", + "bigotimes;": "\u2a02", + "bigsqcup;": "\u2a06", + "bigstar;": "\u2605", + "bigtriangledown;": "\u25bd", + "bigtriangleup;": "\u25b3", + "biguplus;": "\u2a04", + "bigvee;": "\u22c1", + "bigwedge;": "\u22c0", + "bkarow;": "\u290d", + "blacklozenge;": "\u29eb", + "blacksquare;": "\u25aa", + "blacktriangle;": "\u25b4", + "blacktriangledown;": "\u25be", + "blacktriangleleft;": "\u25c2", + "blacktriangleright;": "\u25b8", + "blank;": "\u2423", + "blk12;": "\u2592", + "blk14;": "\u2591", + "blk34;": "\u2593", + "block;": "\u2588", + "bne;": "=\u20e5", + "bnequiv;": "\u2261\u20e5", + "bnot;": "\u2310", + "bopf;": "\U0001d553", + "bot;": "\u22a5", + "bottom;": "\u22a5", + "bowtie;": "\u22c8", + "boxDL;": "\u2557", + "boxDR;": "\u2554", + "boxDl;": "\u2556", + "boxDr;": "\u2553", + "boxH;": "\u2550", + "boxHD;": "\u2566", + "boxHU;": "\u2569", + "boxHd;": "\u2564", + "boxHu;": "\u2567", + "boxUL;": "\u255d", + "boxUR;": "\u255a", + "boxUl;": "\u255c", + "boxUr;": "\u2559", + "boxV;": "\u2551", + "boxVH;": "\u256c", + "boxVL;": "\u2563", + "boxVR;": "\u2560", + "boxVh;": "\u256b", + "boxVl;": "\u2562", + "boxVr;": "\u255f", + "boxbox;": "\u29c9", + "boxdL;": "\u2555", + "boxdR;": "\u2552", + "boxdl;": "\u2510", + "boxdr;": "\u250c", + "boxh;": "\u2500", + "boxhD;": "\u2565", + "boxhU;": "\u2568", + "boxhd;": "\u252c", + "boxhu;": "\u2534", + "boxminus;": "\u229f", + "boxplus;": "\u229e", + "boxtimes;": "\u22a0", + "boxuL;": "\u255b", + "boxuR;": "\u2558", + "boxul;": "\u2518", + "boxur;": "\u2514", + "boxv;": "\u2502", + "boxvH;": "\u256a", + "boxvL;": "\u2561", + "boxvR;": "\u255e", + "boxvh;": "\u253c", + "boxvl;": "\u2524", + "boxvr;": "\u251c", + "bprime;": "\u2035", + "breve;": "\u02d8", + "brvbar": "\xa6", + "brvbar;": "\xa6", + "bscr;": "\U0001d4b7", + "bsemi;": "\u204f", + "bsim;": "\u223d", + "bsime;": "\u22cd", + "bsol;": "\\", + "bsolb;": "\u29c5", + "bsolhsub;": "\u27c8", + "bull;": "\u2022", + "bullet;": "\u2022", + "bump;": "\u224e", + "bumpE;": "\u2aae", + "bumpe;": "\u224f", + "bumpeq;": "\u224f", + "cacute;": "\u0107", + "cap;": "\u2229", + "capand;": "\u2a44", + "capbrcup;": "\u2a49", + "capcap;": "\u2a4b", + "capcup;": "\u2a47", + "capdot;": "\u2a40", + "caps;": "\u2229\ufe00", + "caret;": "\u2041", + "caron;": "\u02c7", + "ccaps;": "\u2a4d", + "ccaron;": "\u010d", + "ccedil": "\xe7", + "ccedil;": "\xe7", + "ccirc;": "\u0109", + "ccups;": "\u2a4c", + "ccupssm;": "\u2a50", + "cdot;": "\u010b", + "cedil": "\xb8", + "cedil;": "\xb8", + "cemptyv;": "\u29b2", + "cent": "\xa2", + "cent;": "\xa2", + "centerdot;": "\xb7", + "cfr;": "\U0001d520", + "chcy;": "\u0447", + "check;": "\u2713", + "checkmark;": "\u2713", + "chi;": "\u03c7", + "cir;": "\u25cb", + "cirE;": "\u29c3", + "circ;": "\u02c6", + "circeq;": "\u2257", + "circlearrowleft;": "\u21ba", + "circlearrowright;": "\u21bb", + "circledR;": "\xae", + "circledS;": "\u24c8", + "circledast;": "\u229b", + "circledcirc;": "\u229a", + "circleddash;": "\u229d", + "cire;": "\u2257", + "cirfnint;": "\u2a10", + "cirmid;": "\u2aef", + "cirscir;": "\u29c2", + "clubs;": "\u2663", + "clubsuit;": "\u2663", + "colon;": ":", + "colone;": "\u2254", + "coloneq;": "\u2254", + "comma;": ",", + "commat;": "@", + "comp;": "\u2201", + "compfn;": "\u2218", + "complement;": "\u2201", + "complexes;": "\u2102", + "cong;": "\u2245", + "congdot;": "\u2a6d", + "conint;": "\u222e", + "copf;": "\U0001d554", + "coprod;": "\u2210", + "copy": "\xa9", + "copy;": "\xa9", + "copysr;": "\u2117", + "crarr;": "\u21b5", + "cross;": "\u2717", + "cscr;": "\U0001d4b8", + "csub;": "\u2acf", + "csube;": "\u2ad1", + "csup;": "\u2ad0", + "csupe;": "\u2ad2", + "ctdot;": "\u22ef", + "cudarrl;": "\u2938", + "cudarrr;": "\u2935", + "cuepr;": "\u22de", + "cuesc;": "\u22df", + "cularr;": "\u21b6", + "cularrp;": "\u293d", + "cup;": "\u222a", + "cupbrcap;": "\u2a48", + "cupcap;": "\u2a46", + "cupcup;": "\u2a4a", + "cupdot;": "\u228d", + "cupor;": "\u2a45", + "cups;": "\u222a\ufe00", + "curarr;": "\u21b7", + "curarrm;": "\u293c", + "curlyeqprec;": "\u22de", + "curlyeqsucc;": "\u22df", + "curlyvee;": "\u22ce", + "curlywedge;": "\u22cf", + "curren": "\xa4", + "curren;": "\xa4", + "curvearrowleft;": "\u21b6", + "curvearrowright;": "\u21b7", + "cuvee;": "\u22ce", + "cuwed;": "\u22cf", + "cwconint;": "\u2232", + "cwint;": "\u2231", + "cylcty;": "\u232d", + "dArr;": "\u21d3", + "dHar;": "\u2965", + "dagger;": "\u2020", + "daleth;": "\u2138", + "darr;": "\u2193", + "dash;": "\u2010", + "dashv;": "\u22a3", + "dbkarow;": "\u290f", + "dblac;": "\u02dd", + "dcaron;": "\u010f", + "dcy;": "\u0434", + "dd;": "\u2146", + "ddagger;": "\u2021", + "ddarr;": "\u21ca", + "ddotseq;": "\u2a77", + "deg": "\xb0", + "deg;": "\xb0", + "delta;": "\u03b4", + "demptyv;": "\u29b1", + "dfisht;": "\u297f", + "dfr;": "\U0001d521", + "dharl;": "\u21c3", + "dharr;": "\u21c2", + "diam;": "\u22c4", + "diamond;": "\u22c4", + "diamondsuit;": "\u2666", + "diams;": "\u2666", + "die;": "\xa8", + "digamma;": "\u03dd", + "disin;": "\u22f2", + "div;": "\xf7", + "divide": "\xf7", + "divide;": "\xf7", + "divideontimes;": "\u22c7", + "divonx;": "\u22c7", + "djcy;": "\u0452", + "dlcorn;": "\u231e", + "dlcrop;": "\u230d", + "dollar;": "$", + "dopf;": "\U0001d555", + "dot;": "\u02d9", + "doteq;": "\u2250", + "doteqdot;": "\u2251", + "dotminus;": "\u2238", + "dotplus;": "\u2214", + "dotsquare;": "\u22a1", + "doublebarwedge;": "\u2306", + "downarrow;": "\u2193", + "downdownarrows;": "\u21ca", + "downharpoonleft;": "\u21c3", + "downharpoonright;": "\u21c2", + "drbkarow;": "\u2910", + "drcorn;": "\u231f", + "drcrop;": "\u230c", + "dscr;": "\U0001d4b9", + "dscy;": "\u0455", + "dsol;": "\u29f6", + "dstrok;": "\u0111", + "dtdot;": "\u22f1", + "dtri;": "\u25bf", + "dtrif;": "\u25be", + "duarr;": "\u21f5", + "duhar;": "\u296f", + "dwangle;": "\u29a6", + "dzcy;": "\u045f", + "dzigrarr;": "\u27ff", + "eDDot;": "\u2a77", + "eDot;": "\u2251", + "eacute": "\xe9", + "eacute;": "\xe9", + "easter;": "\u2a6e", + "ecaron;": "\u011b", + "ecir;": "\u2256", + "ecirc": "\xea", + "ecirc;": "\xea", + "ecolon;": "\u2255", + "ecy;": "\u044d", + "edot;": "\u0117", + "ee;": "\u2147", + "efDot;": "\u2252", + "efr;": "\U0001d522", + "eg;": "\u2a9a", + "egrave": "\xe8", + "egrave;": "\xe8", + "egs;": "\u2a96", + "egsdot;": "\u2a98", + "el;": "\u2a99", + "elinters;": "\u23e7", + "ell;": "\u2113", + "els;": "\u2a95", + "elsdot;": "\u2a97", + "emacr;": "\u0113", + "empty;": "\u2205", + "emptyset;": "\u2205", + "emptyv;": "\u2205", + "emsp13;": "\u2004", + "emsp14;": "\u2005", + "emsp;": "\u2003", + "eng;": "\u014b", + "ensp;": "\u2002", + "eogon;": "\u0119", + "eopf;": "\U0001d556", + "epar;": "\u22d5", + "eparsl;": "\u29e3", + "eplus;": "\u2a71", + "epsi;": "\u03b5", + "epsilon;": "\u03b5", + "epsiv;": "\u03f5", + "eqcirc;": "\u2256", + "eqcolon;": "\u2255", + "eqsim;": "\u2242", + "eqslantgtr;": "\u2a96", + "eqslantless;": "\u2a95", + "equals;": "=", + "equest;": "\u225f", + "equiv;": "\u2261", + "equivDD;": "\u2a78", + "eqvparsl;": "\u29e5", + "erDot;": "\u2253", + "erarr;": "\u2971", + "escr;": "\u212f", + "esdot;": "\u2250", + "esim;": "\u2242", + "eta;": "\u03b7", + "eth": "\xf0", + "eth;": "\xf0", + "euml": "\xeb", + "euml;": "\xeb", + "euro;": "\u20ac", + "excl;": "!", + "exist;": "\u2203", + "expectation;": "\u2130", + "exponentiale;": "\u2147", + "fallingdotseq;": "\u2252", + "fcy;": "\u0444", + "female;": "\u2640", + "ffilig;": "\ufb03", + "fflig;": "\ufb00", + "ffllig;": "\ufb04", + "ffr;": "\U0001d523", + "filig;": "\ufb01", + "fjlig;": "fj", + "flat;": "\u266d", + "fllig;": "\ufb02", + "fltns;": "\u25b1", + "fnof;": "\u0192", + "fopf;": "\U0001d557", + "forall;": "\u2200", + "fork;": "\u22d4", + "forkv;": "\u2ad9", + "fpartint;": "\u2a0d", + "frac12": "\xbd", + "frac12;": "\xbd", + "frac13;": "\u2153", + "frac14": "\xbc", + "frac14;": "\xbc", + "frac15;": "\u2155", + "frac16;": "\u2159", + "frac18;": "\u215b", + "frac23;": "\u2154", + "frac25;": "\u2156", + "frac34": "\xbe", + "frac34;": "\xbe", + "frac35;": "\u2157", + "frac38;": "\u215c", + "frac45;": "\u2158", + "frac56;": "\u215a", + "frac58;": "\u215d", + "frac78;": "\u215e", + "frasl;": "\u2044", + "frown;": "\u2322", + "fscr;": "\U0001d4bb", + "gE;": "\u2267", + "gEl;": "\u2a8c", + "gacute;": "\u01f5", + "gamma;": "\u03b3", + "gammad;": "\u03dd", + "gap;": "\u2a86", + "gbreve;": "\u011f", + "gcirc;": "\u011d", + "gcy;": "\u0433", + "gdot;": "\u0121", + "ge;": "\u2265", + "gel;": "\u22db", + "geq;": "\u2265", + "geqq;": "\u2267", + "geqslant;": "\u2a7e", + "ges;": "\u2a7e", + "gescc;": "\u2aa9", + "gesdot;": "\u2a80", + "gesdoto;": "\u2a82", + "gesdotol;": "\u2a84", + "gesl;": "\u22db\ufe00", + "gesles;": "\u2a94", + "gfr;": "\U0001d524", + "gg;": "\u226b", + "ggg;": "\u22d9", + "gimel;": "\u2137", + "gjcy;": "\u0453", + "gl;": "\u2277", + "glE;": "\u2a92", + "gla;": "\u2aa5", + "glj;": "\u2aa4", + "gnE;": "\u2269", + "gnap;": "\u2a8a", + "gnapprox;": "\u2a8a", + "gne;": "\u2a88", + "gneq;": "\u2a88", + "gneqq;": "\u2269", + "gnsim;": "\u22e7", + "gopf;": "\U0001d558", + "grave;": "`", + "gscr;": "\u210a", + "gsim;": "\u2273", + "gsime;": "\u2a8e", + "gsiml;": "\u2a90", + "gt": ">", + "gt;": ">", + "gtcc;": "\u2aa7", + "gtcir;": "\u2a7a", + "gtdot;": "\u22d7", + "gtlPar;": "\u2995", + "gtquest;": "\u2a7c", + "gtrapprox;": "\u2a86", + "gtrarr;": "\u2978", + "gtrdot;": "\u22d7", + "gtreqless;": "\u22db", + "gtreqqless;": "\u2a8c", + "gtrless;": "\u2277", + "gtrsim;": "\u2273", + "gvertneqq;": "\u2269\ufe00", + "gvnE;": "\u2269\ufe00", + "hArr;": "\u21d4", + "hairsp;": "\u200a", + "half;": "\xbd", + "hamilt;": "\u210b", + "hardcy;": "\u044a", + "harr;": "\u2194", + "harrcir;": "\u2948", + "harrw;": "\u21ad", + "hbar;": "\u210f", + "hcirc;": "\u0125", + "hearts;": "\u2665", + "heartsuit;": "\u2665", + "hellip;": "\u2026", + "hercon;": "\u22b9", + "hfr;": "\U0001d525", + "hksearow;": "\u2925", + "hkswarow;": "\u2926", + "hoarr;": "\u21ff", + "homtht;": "\u223b", + "hookleftarrow;": "\u21a9", + "hookrightarrow;": "\u21aa", + "hopf;": "\U0001d559", + "horbar;": "\u2015", + "hscr;": "\U0001d4bd", + "hslash;": "\u210f", + "hstrok;": "\u0127", + "hybull;": "\u2043", + "hyphen;": "\u2010", + "iacute": "\xed", + "iacute;": "\xed", + "ic;": "\u2063", + "icirc": "\xee", + "icirc;": "\xee", + "icy;": "\u0438", + "iecy;": "\u0435", + "iexcl": "\xa1", + "iexcl;": "\xa1", + "iff;": "\u21d4", + "ifr;": "\U0001d526", + "igrave": "\xec", + "igrave;": "\xec", + "ii;": "\u2148", + "iiiint;": "\u2a0c", + "iiint;": "\u222d", + "iinfin;": "\u29dc", + "iiota;": "\u2129", + "ijlig;": "\u0133", + "imacr;": "\u012b", + "image;": "\u2111", + "imagline;": "\u2110", + "imagpart;": "\u2111", + "imath;": "\u0131", + "imof;": "\u22b7", + "imped;": "\u01b5", + "in;": "\u2208", + "incare;": "\u2105", + "infin;": "\u221e", + "infintie;": "\u29dd", + "inodot;": "\u0131", + "int;": "\u222b", + "intcal;": "\u22ba", + "integers;": "\u2124", + "intercal;": "\u22ba", + "intlarhk;": "\u2a17", + "intprod;": "\u2a3c", + "iocy;": "\u0451", + "iogon;": "\u012f", + "iopf;": "\U0001d55a", + "iota;": "\u03b9", + "iprod;": "\u2a3c", + "iquest": "\xbf", + "iquest;": "\xbf", + "iscr;": "\U0001d4be", + "isin;": "\u2208", + "isinE;": "\u22f9", + "isindot;": "\u22f5", + "isins;": "\u22f4", + "isinsv;": "\u22f3", + "isinv;": "\u2208", + "it;": "\u2062", + "itilde;": "\u0129", + "iukcy;": "\u0456", + "iuml": "\xef", + "iuml;": "\xef", + "jcirc;": "\u0135", + "jcy;": "\u0439", + "jfr;": "\U0001d527", + "jmath;": "\u0237", + "jopf;": "\U0001d55b", + "jscr;": "\U0001d4bf", + "jsercy;": "\u0458", + "jukcy;": "\u0454", + "kappa;": "\u03ba", + "kappav;": "\u03f0", + "kcedil;": "\u0137", + "kcy;": "\u043a", + "kfr;": "\U0001d528", + "kgreen;": "\u0138", + "khcy;": "\u0445", + "kjcy;": "\u045c", + "kopf;": "\U0001d55c", + "kscr;": "\U0001d4c0", + "lAarr;": "\u21da", + "lArr;": "\u21d0", + "lAtail;": "\u291b", + "lBarr;": "\u290e", + "lE;": "\u2266", + "lEg;": "\u2a8b", + "lHar;": "\u2962", + "lacute;": "\u013a", + "laemptyv;": "\u29b4", + "lagran;": "\u2112", + "lambda;": "\u03bb", + "lang;": "\u27e8", + "langd;": "\u2991", + "langle;": "\u27e8", + "lap;": "\u2a85", + "laquo": "\xab", + "laquo;": "\xab", + "larr;": "\u2190", + "larrb;": "\u21e4", + "larrbfs;": "\u291f", + "larrfs;": "\u291d", + "larrhk;": "\u21a9", + "larrlp;": "\u21ab", + "larrpl;": "\u2939", + "larrsim;": "\u2973", + "larrtl;": "\u21a2", + "lat;": "\u2aab", + "latail;": "\u2919", + "late;": "\u2aad", + "lates;": "\u2aad\ufe00", + "lbarr;": "\u290c", + "lbbrk;": "\u2772", + "lbrace;": "{", + "lbrack;": "[", + "lbrke;": "\u298b", + "lbrksld;": "\u298f", + "lbrkslu;": "\u298d", + "lcaron;": "\u013e", + "lcedil;": "\u013c", + "lceil;": "\u2308", + "lcub;": "{", + "lcy;": "\u043b", + "ldca;": "\u2936", + "ldquo;": "\u201c", + "ldquor;": "\u201e", + "ldrdhar;": "\u2967", + "ldrushar;": "\u294b", + "ldsh;": "\u21b2", + "le;": "\u2264", + "leftarrow;": "\u2190", + "leftarrowtail;": "\u21a2", + "leftharpoondown;": "\u21bd", + "leftharpoonup;": "\u21bc", + "leftleftarrows;": "\u21c7", + "leftrightarrow;": "\u2194", + "leftrightarrows;": "\u21c6", + "leftrightharpoons;": "\u21cb", + "leftrightsquigarrow;": "\u21ad", + "leftthreetimes;": "\u22cb", + "leg;": "\u22da", + "leq;": "\u2264", + "leqq;": "\u2266", + "leqslant;": "\u2a7d", + "les;": "\u2a7d", + "lescc;": "\u2aa8", + "lesdot;": "\u2a7f", + "lesdoto;": "\u2a81", + "lesdotor;": "\u2a83", + "lesg;": "\u22da\ufe00", + "lesges;": "\u2a93", + "lessapprox;": "\u2a85", + "lessdot;": "\u22d6", + "lesseqgtr;": "\u22da", + "lesseqqgtr;": "\u2a8b", + "lessgtr;": "\u2276", + "lesssim;": "\u2272", + "lfisht;": "\u297c", + "lfloor;": "\u230a", + "lfr;": "\U0001d529", + "lg;": "\u2276", + "lgE;": "\u2a91", + "lhard;": "\u21bd", + "lharu;": "\u21bc", + "lharul;": "\u296a", + "lhblk;": "\u2584", + "ljcy;": "\u0459", + "ll;": "\u226a", + "llarr;": "\u21c7", + "llcorner;": "\u231e", + "llhard;": "\u296b", + "lltri;": "\u25fa", + "lmidot;": "\u0140", + "lmoust;": "\u23b0", + "lmoustache;": "\u23b0", + "lnE;": "\u2268", + "lnap;": "\u2a89", + "lnapprox;": "\u2a89", + "lne;": "\u2a87", + "lneq;": "\u2a87", + "lneqq;": "\u2268", + "lnsim;": "\u22e6", + "loang;": "\u27ec", + "loarr;": "\u21fd", + "lobrk;": "\u27e6", + "longleftarrow;": "\u27f5", + "longleftrightarrow;": "\u27f7", + "longmapsto;": "\u27fc", + "longrightarrow;": "\u27f6", + "looparrowleft;": "\u21ab", + "looparrowright;": "\u21ac", + "lopar;": "\u2985", + "lopf;": "\U0001d55d", + "loplus;": "\u2a2d", + "lotimes;": "\u2a34", + "lowast;": "\u2217", + "lowbar;": "_", + "loz;": "\u25ca", + "lozenge;": "\u25ca", + "lozf;": "\u29eb", + "lpar;": "(", + "lparlt;": "\u2993", + "lrarr;": "\u21c6", + "lrcorner;": "\u231f", + "lrhar;": "\u21cb", + "lrhard;": "\u296d", + "lrm;": "\u200e", + "lrtri;": "\u22bf", + "lsaquo;": "\u2039", + "lscr;": "\U0001d4c1", + "lsh;": "\u21b0", + "lsim;": "\u2272", + "lsime;": "\u2a8d", + "lsimg;": "\u2a8f", + "lsqb;": "[", + "lsquo;": "\u2018", + "lsquor;": "\u201a", + "lstrok;": "\u0142", + "lt": "<", + "lt;": "<", + "ltcc;": "\u2aa6", + "ltcir;": "\u2a79", + "ltdot;": "\u22d6", + "lthree;": "\u22cb", + "ltimes;": "\u22c9", + "ltlarr;": "\u2976", + "ltquest;": "\u2a7b", + "ltrPar;": "\u2996", + "ltri;": "\u25c3", + "ltrie;": "\u22b4", + "ltrif;": "\u25c2", + "lurdshar;": "\u294a", + "luruhar;": "\u2966", + "lvertneqq;": "\u2268\ufe00", + "lvnE;": "\u2268\ufe00", + "mDDot;": "\u223a", + "macr": "\xaf", + "macr;": "\xaf", + "male;": "\u2642", + "malt;": "\u2720", + "maltese;": "\u2720", + "map;": "\u21a6", + "mapsto;": "\u21a6", + "mapstodown;": "\u21a7", + "mapstoleft;": "\u21a4", + "mapstoup;": "\u21a5", + "marker;": "\u25ae", + "mcomma;": "\u2a29", + "mcy;": "\u043c", + "mdash;": "\u2014", + "measuredangle;": "\u2221", + "mfr;": "\U0001d52a", + "mho;": "\u2127", + "micro": "\xb5", + "micro;": "\xb5", + "mid;": "\u2223", + "midast;": "*", + "midcir;": "\u2af0", + "middot": "\xb7", + "middot;": "\xb7", + "minus;": "\u2212", + "minusb;": "\u229f", + "minusd;": "\u2238", + "minusdu;": "\u2a2a", + "mlcp;": "\u2adb", + "mldr;": "\u2026", + "mnplus;": "\u2213", + "models;": "\u22a7", + "mopf;": "\U0001d55e", + "mp;": "\u2213", + "mscr;": "\U0001d4c2", + "mstpos;": "\u223e", + "mu;": "\u03bc", + "multimap;": "\u22b8", + "mumap;": "\u22b8", + "nGg;": "\u22d9\u0338", + "nGt;": "\u226b\u20d2", + "nGtv;": "\u226b\u0338", + "nLeftarrow;": "\u21cd", + "nLeftrightarrow;": "\u21ce", + "nLl;": "\u22d8\u0338", + "nLt;": "\u226a\u20d2", + "nLtv;": "\u226a\u0338", + "nRightarrow;": "\u21cf", + "nVDash;": "\u22af", + "nVdash;": "\u22ae", + "nabla;": "\u2207", + "nacute;": "\u0144", + "nang;": "\u2220\u20d2", + "nap;": "\u2249", + "napE;": "\u2a70\u0338", + "napid;": "\u224b\u0338", + "napos;": "\u0149", + "napprox;": "\u2249", + "natur;": "\u266e", + "natural;": "\u266e", + "naturals;": "\u2115", + "nbsp": "\xa0", + "nbsp;": "\xa0", + "nbump;": "\u224e\u0338", + "nbumpe;": "\u224f\u0338", + "ncap;": "\u2a43", + "ncaron;": "\u0148", + "ncedil;": "\u0146", + "ncong;": "\u2247", + "ncongdot;": "\u2a6d\u0338", + "ncup;": "\u2a42", + "ncy;": "\u043d", + "ndash;": "\u2013", + "ne;": "\u2260", + "neArr;": "\u21d7", + "nearhk;": "\u2924", + "nearr;": "\u2197", + "nearrow;": "\u2197", + "nedot;": "\u2250\u0338", + "nequiv;": "\u2262", + "nesear;": "\u2928", + "nesim;": "\u2242\u0338", + "nexist;": "\u2204", + "nexists;": "\u2204", + "nfr;": "\U0001d52b", + "ngE;": "\u2267\u0338", + "nge;": "\u2271", + "ngeq;": "\u2271", + "ngeqq;": "\u2267\u0338", + "ngeqslant;": "\u2a7e\u0338", + "nges;": "\u2a7e\u0338", + "ngsim;": "\u2275", + "ngt;": "\u226f", + "ngtr;": "\u226f", + "nhArr;": "\u21ce", + "nharr;": "\u21ae", + "nhpar;": "\u2af2", + "ni;": "\u220b", + "nis;": "\u22fc", + "nisd;": "\u22fa", + "niv;": "\u220b", + "njcy;": "\u045a", + "nlArr;": "\u21cd", + "nlE;": "\u2266\u0338", + "nlarr;": "\u219a", + "nldr;": "\u2025", + "nle;": "\u2270", + "nleftarrow;": "\u219a", + "nleftrightarrow;": "\u21ae", + "nleq;": "\u2270", + "nleqq;": "\u2266\u0338", + "nleqslant;": "\u2a7d\u0338", + "nles;": "\u2a7d\u0338", + "nless;": "\u226e", + "nlsim;": "\u2274", + "nlt;": "\u226e", + "nltri;": "\u22ea", + "nltrie;": "\u22ec", + "nmid;": "\u2224", + "nopf;": "\U0001d55f", + "not": "\xac", + "not;": "\xac", + "notin;": "\u2209", + "notinE;": "\u22f9\u0338", + "notindot;": "\u22f5\u0338", + "notinva;": "\u2209", + "notinvb;": "\u22f7", + "notinvc;": "\u22f6", + "notni;": "\u220c", + "notniva;": "\u220c", + "notnivb;": "\u22fe", + "notnivc;": "\u22fd", + "npar;": "\u2226", + "nparallel;": "\u2226", + "nparsl;": "\u2afd\u20e5", + "npart;": "\u2202\u0338", + "npolint;": "\u2a14", + "npr;": "\u2280", + "nprcue;": "\u22e0", + "npre;": "\u2aaf\u0338", + "nprec;": "\u2280", + "npreceq;": "\u2aaf\u0338", + "nrArr;": "\u21cf", + "nrarr;": "\u219b", + "nrarrc;": "\u2933\u0338", + "nrarrw;": "\u219d\u0338", + "nrightarrow;": "\u219b", + "nrtri;": "\u22eb", + "nrtrie;": "\u22ed", + "nsc;": "\u2281", + "nsccue;": "\u22e1", + "nsce;": "\u2ab0\u0338", + "nscr;": "\U0001d4c3", + "nshortmid;": "\u2224", + "nshortparallel;": "\u2226", + "nsim;": "\u2241", + "nsime;": "\u2244", + "nsimeq;": "\u2244", + "nsmid;": "\u2224", + "nspar;": "\u2226", + "nsqsube;": "\u22e2", + "nsqsupe;": "\u22e3", + "nsub;": "\u2284", + "nsubE;": "\u2ac5\u0338", + "nsube;": "\u2288", + "nsubset;": "\u2282\u20d2", + "nsubseteq;": "\u2288", + "nsubseteqq;": "\u2ac5\u0338", + "nsucc;": "\u2281", + "nsucceq;": "\u2ab0\u0338", + "nsup;": "\u2285", + "nsupE;": "\u2ac6\u0338", + "nsupe;": "\u2289", + "nsupset;": "\u2283\u20d2", + "nsupseteq;": "\u2289", + "nsupseteqq;": "\u2ac6\u0338", + "ntgl;": "\u2279", + "ntilde": "\xf1", + "ntilde;": "\xf1", + "ntlg;": "\u2278", + "ntriangleleft;": "\u22ea", + "ntrianglelefteq;": "\u22ec", + "ntriangleright;": "\u22eb", + "ntrianglerighteq;": "\u22ed", + "nu;": "\u03bd", + "num;": "#", + "numero;": "\u2116", + "numsp;": "\u2007", + "nvDash;": "\u22ad", + "nvHarr;": "\u2904", + "nvap;": "\u224d\u20d2", + "nvdash;": "\u22ac", + "nvge;": "\u2265\u20d2", + "nvgt;": ">\u20d2", + "nvinfin;": "\u29de", + "nvlArr;": "\u2902", + "nvle;": "\u2264\u20d2", + "nvlt;": "<\u20d2", + "nvltrie;": "\u22b4\u20d2", + "nvrArr;": "\u2903", + "nvrtrie;": "\u22b5\u20d2", + "nvsim;": "\u223c\u20d2", + "nwArr;": "\u21d6", + "nwarhk;": "\u2923", + "nwarr;": "\u2196", + "nwarrow;": "\u2196", + "nwnear;": "\u2927", + "oS;": "\u24c8", + "oacute": "\xf3", + "oacute;": "\xf3", + "oast;": "\u229b", + "ocir;": "\u229a", + "ocirc": "\xf4", + "ocirc;": "\xf4", + "ocy;": "\u043e", + "odash;": "\u229d", + "odblac;": "\u0151", + "odiv;": "\u2a38", + "odot;": "\u2299", + "odsold;": "\u29bc", + "oelig;": "\u0153", + "ofcir;": "\u29bf", + "ofr;": "\U0001d52c", + "ogon;": "\u02db", + "ograve": "\xf2", + "ograve;": "\xf2", + "ogt;": "\u29c1", + "ohbar;": "\u29b5", + "ohm;": "\u03a9", + "oint;": "\u222e", + "olarr;": "\u21ba", + "olcir;": "\u29be", + "olcross;": "\u29bb", + "oline;": "\u203e", + "olt;": "\u29c0", + "omacr;": "\u014d", + "omega;": "\u03c9", + "omicron;": "\u03bf", + "omid;": "\u29b6", + "ominus;": "\u2296", + "oopf;": "\U0001d560", + "opar;": "\u29b7", + "operp;": "\u29b9", + "oplus;": "\u2295", + "or;": "\u2228", + "orarr;": "\u21bb", + "ord;": "\u2a5d", + "order;": "\u2134", + "orderof;": "\u2134", + "ordf": "\xaa", + "ordf;": "\xaa", + "ordm": "\xba", + "ordm;": "\xba", + "origof;": "\u22b6", + "oror;": "\u2a56", + "orslope;": "\u2a57", + "orv;": "\u2a5b", + "oscr;": "\u2134", + "oslash": "\xf8", + "oslash;": "\xf8", + "osol;": "\u2298", + "otilde": "\xf5", + "otilde;": "\xf5", + "otimes;": "\u2297", + "otimesas;": "\u2a36", + "ouml": "\xf6", + "ouml;": "\xf6", + "ovbar;": "\u233d", + "par;": "\u2225", + "para": "\xb6", + "para;": "\xb6", + "parallel;": "\u2225", + "parsim;": "\u2af3", + "parsl;": "\u2afd", + "part;": "\u2202", + "pcy;": "\u043f", + "percnt;": "%", + "period;": ".", + "permil;": "\u2030", + "perp;": "\u22a5", + "pertenk;": "\u2031", + "pfr;": "\U0001d52d", + "phi;": "\u03c6", + "phiv;": "\u03d5", + "phmmat;": "\u2133", + "phone;": "\u260e", + "pi;": "\u03c0", + "pitchfork;": "\u22d4", + "piv;": "\u03d6", + "planck;": "\u210f", + "planckh;": "\u210e", + "plankv;": "\u210f", + "plus;": "+", + "plusacir;": "\u2a23", + "plusb;": "\u229e", + "pluscir;": "\u2a22", + "plusdo;": "\u2214", + "plusdu;": "\u2a25", + "pluse;": "\u2a72", + "plusmn": "\xb1", + "plusmn;": "\xb1", + "plussim;": "\u2a26", + "plustwo;": "\u2a27", + "pm;": "\xb1", + "pointint;": "\u2a15", + "popf;": "\U0001d561", + "pound": "\xa3", + "pound;": "\xa3", + "pr;": "\u227a", + "prE;": "\u2ab3", + "prap;": "\u2ab7", + "prcue;": "\u227c", + "pre;": "\u2aaf", + "prec;": "\u227a", + "precapprox;": "\u2ab7", + "preccurlyeq;": "\u227c", + "preceq;": "\u2aaf", + "precnapprox;": "\u2ab9", + "precneqq;": "\u2ab5", + "precnsim;": "\u22e8", + "precsim;": "\u227e", + "prime;": "\u2032", + "primes;": "\u2119", + "prnE;": "\u2ab5", + "prnap;": "\u2ab9", + "prnsim;": "\u22e8", + "prod;": "\u220f", + "profalar;": "\u232e", + "profline;": "\u2312", + "profsurf;": "\u2313", + "prop;": "\u221d", + "propto;": "\u221d", + "prsim;": "\u227e", + "prurel;": "\u22b0", + "pscr;": "\U0001d4c5", + "psi;": "\u03c8", + "puncsp;": "\u2008", + "qfr;": "\U0001d52e", + "qint;": "\u2a0c", + "qopf;": "\U0001d562", + "qprime;": "\u2057", + "qscr;": "\U0001d4c6", + "quaternions;": "\u210d", + "quatint;": "\u2a16", + "quest;": "?", + "questeq;": "\u225f", + "quot": "\"", + "quot;": "\"", + "rAarr;": "\u21db", + "rArr;": "\u21d2", + "rAtail;": "\u291c", + "rBarr;": "\u290f", + "rHar;": "\u2964", + "race;": "\u223d\u0331", + "racute;": "\u0155", + "radic;": "\u221a", + "raemptyv;": "\u29b3", + "rang;": "\u27e9", + "rangd;": "\u2992", + "range;": "\u29a5", + "rangle;": "\u27e9", + "raquo": "\xbb", + "raquo;": "\xbb", + "rarr;": "\u2192", + "rarrap;": "\u2975", + "rarrb;": "\u21e5", + "rarrbfs;": "\u2920", + "rarrc;": "\u2933", + "rarrfs;": "\u291e", + "rarrhk;": "\u21aa", + "rarrlp;": "\u21ac", + "rarrpl;": "\u2945", + "rarrsim;": "\u2974", + "rarrtl;": "\u21a3", + "rarrw;": "\u219d", + "ratail;": "\u291a", + "ratio;": "\u2236", + "rationals;": "\u211a", + "rbarr;": "\u290d", + "rbbrk;": "\u2773", + "rbrace;": "}", + "rbrack;": "]", + "rbrke;": "\u298c", + "rbrksld;": "\u298e", + "rbrkslu;": "\u2990", + "rcaron;": "\u0159", + "rcedil;": "\u0157", + "rceil;": "\u2309", + "rcub;": "}", + "rcy;": "\u0440", + "rdca;": "\u2937", + "rdldhar;": "\u2969", + "rdquo;": "\u201d", + "rdquor;": "\u201d", + "rdsh;": "\u21b3", + "real;": "\u211c", + "realine;": "\u211b", + "realpart;": "\u211c", + "reals;": "\u211d", + "rect;": "\u25ad", + "reg": "\xae", + "reg;": "\xae", + "rfisht;": "\u297d", + "rfloor;": "\u230b", + "rfr;": "\U0001d52f", + "rhard;": "\u21c1", + "rharu;": "\u21c0", + "rharul;": "\u296c", + "rho;": "\u03c1", + "rhov;": "\u03f1", + "rightarrow;": "\u2192", + "rightarrowtail;": "\u21a3", + "rightharpoondown;": "\u21c1", + "rightharpoonup;": "\u21c0", + "rightleftarrows;": "\u21c4", + "rightleftharpoons;": "\u21cc", + "rightrightarrows;": "\u21c9", + "rightsquigarrow;": "\u219d", + "rightthreetimes;": "\u22cc", + "ring;": "\u02da", + "risingdotseq;": "\u2253", + "rlarr;": "\u21c4", + "rlhar;": "\u21cc", + "rlm;": "\u200f", + "rmoust;": "\u23b1", + "rmoustache;": "\u23b1", + "rnmid;": "\u2aee", + "roang;": "\u27ed", + "roarr;": "\u21fe", + "robrk;": "\u27e7", + "ropar;": "\u2986", + "ropf;": "\U0001d563", + "roplus;": "\u2a2e", + "rotimes;": "\u2a35", + "rpar;": ")", + "rpargt;": "\u2994", + "rppolint;": "\u2a12", + "rrarr;": "\u21c9", + "rsaquo;": "\u203a", + "rscr;": "\U0001d4c7", + "rsh;": "\u21b1", + "rsqb;": "]", + "rsquo;": "\u2019", + "rsquor;": "\u2019", + "rthree;": "\u22cc", + "rtimes;": "\u22ca", + "rtri;": "\u25b9", + "rtrie;": "\u22b5", + "rtrif;": "\u25b8", + "rtriltri;": "\u29ce", + "ruluhar;": "\u2968", + "rx;": "\u211e", + "sacute;": "\u015b", + "sbquo;": "\u201a", + "sc;": "\u227b", + "scE;": "\u2ab4", + "scap;": "\u2ab8", + "scaron;": "\u0161", + "sccue;": "\u227d", + "sce;": "\u2ab0", + "scedil;": "\u015f", + "scirc;": "\u015d", + "scnE;": "\u2ab6", + "scnap;": "\u2aba", + "scnsim;": "\u22e9", + "scpolint;": "\u2a13", + "scsim;": "\u227f", + "scy;": "\u0441", + "sdot;": "\u22c5", + "sdotb;": "\u22a1", + "sdote;": "\u2a66", + "seArr;": "\u21d8", + "searhk;": "\u2925", + "searr;": "\u2198", + "searrow;": "\u2198", + "sect": "\xa7", + "sect;": "\xa7", + "semi;": ";", + "seswar;": "\u2929", + "setminus;": "\u2216", + "setmn;": "\u2216", + "sext;": "\u2736", + "sfr;": "\U0001d530", + "sfrown;": "\u2322", + "sharp;": "\u266f", + "shchcy;": "\u0449", + "shcy;": "\u0448", + "shortmid;": "\u2223", + "shortparallel;": "\u2225", + "shy": "\xad", + "shy;": "\xad", + "sigma;": "\u03c3", + "sigmaf;": "\u03c2", + "sigmav;": "\u03c2", + "sim;": "\u223c", + "simdot;": "\u2a6a", + "sime;": "\u2243", + "simeq;": "\u2243", + "simg;": "\u2a9e", + "simgE;": "\u2aa0", + "siml;": "\u2a9d", + "simlE;": "\u2a9f", + "simne;": "\u2246", + "simplus;": "\u2a24", + "simrarr;": "\u2972", + "slarr;": "\u2190", + "smallsetminus;": "\u2216", + "smashp;": "\u2a33", + "smeparsl;": "\u29e4", + "smid;": "\u2223", + "smile;": "\u2323", + "smt;": "\u2aaa", + "smte;": "\u2aac", + "smtes;": "\u2aac\ufe00", + "softcy;": "\u044c", + "sol;": "/", + "solb;": "\u29c4", + "solbar;": "\u233f", + "sopf;": "\U0001d564", + "spades;": "\u2660", + "spadesuit;": "\u2660", + "spar;": "\u2225", + "sqcap;": "\u2293", + "sqcaps;": "\u2293\ufe00", + "sqcup;": "\u2294", + "sqcups;": "\u2294\ufe00", + "sqsub;": "\u228f", + "sqsube;": "\u2291", + "sqsubset;": "\u228f", + "sqsubseteq;": "\u2291", + "sqsup;": "\u2290", + "sqsupe;": "\u2292", + "sqsupset;": "\u2290", + "sqsupseteq;": "\u2292", + "squ;": "\u25a1", + "square;": "\u25a1", + "squarf;": "\u25aa", + "squf;": "\u25aa", + "srarr;": "\u2192", + "sscr;": "\U0001d4c8", + "ssetmn;": "\u2216", + "ssmile;": "\u2323", + "sstarf;": "\u22c6", + "star;": "\u2606", + "starf;": "\u2605", + "straightepsilon;": "\u03f5", + "straightphi;": "\u03d5", + "strns;": "\xaf", + "sub;": "\u2282", + "subE;": "\u2ac5", + "subdot;": "\u2abd", + "sube;": "\u2286", + "subedot;": "\u2ac3", + "submult;": "\u2ac1", + "subnE;": "\u2acb", + "subne;": "\u228a", + "subplus;": "\u2abf", + "subrarr;": "\u2979", + "subset;": "\u2282", + "subseteq;": "\u2286", + "subseteqq;": "\u2ac5", + "subsetneq;": "\u228a", + "subsetneqq;": "\u2acb", + "subsim;": "\u2ac7", + "subsub;": "\u2ad5", + "subsup;": "\u2ad3", + "succ;": "\u227b", + "succapprox;": "\u2ab8", + "succcurlyeq;": "\u227d", + "succeq;": "\u2ab0", + "succnapprox;": "\u2aba", + "succneqq;": "\u2ab6", + "succnsim;": "\u22e9", + "succsim;": "\u227f", + "sum;": "\u2211", + "sung;": "\u266a", + "sup1": "\xb9", + "sup1;": "\xb9", + "sup2": "\xb2", + "sup2;": "\xb2", + "sup3": "\xb3", + "sup3;": "\xb3", + "sup;": "\u2283", + "supE;": "\u2ac6", + "supdot;": "\u2abe", + "supdsub;": "\u2ad8", + "supe;": "\u2287", + "supedot;": "\u2ac4", + "suphsol;": "\u27c9", + "suphsub;": "\u2ad7", + "suplarr;": "\u297b", + "supmult;": "\u2ac2", + "supnE;": "\u2acc", + "supne;": "\u228b", + "supplus;": "\u2ac0", + "supset;": "\u2283", + "supseteq;": "\u2287", + "supseteqq;": "\u2ac6", + "supsetneq;": "\u228b", + "supsetneqq;": "\u2acc", + "supsim;": "\u2ac8", + "supsub;": "\u2ad4", + "supsup;": "\u2ad6", + "swArr;": "\u21d9", + "swarhk;": "\u2926", + "swarr;": "\u2199", + "swarrow;": "\u2199", + "swnwar;": "\u292a", + "szlig": "\xdf", + "szlig;": "\xdf", + "target;": "\u2316", + "tau;": "\u03c4", + "tbrk;": "\u23b4", + "tcaron;": "\u0165", + "tcedil;": "\u0163", + "tcy;": "\u0442", + "tdot;": "\u20db", + "telrec;": "\u2315", + "tfr;": "\U0001d531", + "there4;": "\u2234", + "therefore;": "\u2234", + "theta;": "\u03b8", + "thetasym;": "\u03d1", + "thetav;": "\u03d1", + "thickapprox;": "\u2248", + "thicksim;": "\u223c", + "thinsp;": "\u2009", + "thkap;": "\u2248", + "thksim;": "\u223c", + "thorn": "\xfe", + "thorn;": "\xfe", + "tilde;": "\u02dc", + "times": "\xd7", + "times;": "\xd7", + "timesb;": "\u22a0", + "timesbar;": "\u2a31", + "timesd;": "\u2a30", + "tint;": "\u222d", + "toea;": "\u2928", + "top;": "\u22a4", + "topbot;": "\u2336", + "topcir;": "\u2af1", + "topf;": "\U0001d565", + "topfork;": "\u2ada", + "tosa;": "\u2929", + "tprime;": "\u2034", + "trade;": "\u2122", + "triangle;": "\u25b5", + "triangledown;": "\u25bf", + "triangleleft;": "\u25c3", + "trianglelefteq;": "\u22b4", + "triangleq;": "\u225c", + "triangleright;": "\u25b9", + "trianglerighteq;": "\u22b5", + "tridot;": "\u25ec", + "trie;": "\u225c", + "triminus;": "\u2a3a", + "triplus;": "\u2a39", + "trisb;": "\u29cd", + "tritime;": "\u2a3b", + "trpezium;": "\u23e2", + "tscr;": "\U0001d4c9", + "tscy;": "\u0446", + "tshcy;": "\u045b", + "tstrok;": "\u0167", + "twixt;": "\u226c", + "twoheadleftarrow;": "\u219e", + "twoheadrightarrow;": "\u21a0", + "uArr;": "\u21d1", + "uHar;": "\u2963", + "uacute": "\xfa", + "uacute;": "\xfa", + "uarr;": "\u2191", + "ubrcy;": "\u045e", + "ubreve;": "\u016d", + "ucirc": "\xfb", + "ucirc;": "\xfb", + "ucy;": "\u0443", + "udarr;": "\u21c5", + "udblac;": "\u0171", + "udhar;": "\u296e", + "ufisht;": "\u297e", + "ufr;": "\U0001d532", + "ugrave": "\xf9", + "ugrave;": "\xf9", + "uharl;": "\u21bf", + "uharr;": "\u21be", + "uhblk;": "\u2580", + "ulcorn;": "\u231c", + "ulcorner;": "\u231c", + "ulcrop;": "\u230f", + "ultri;": "\u25f8", + "umacr;": "\u016b", + "uml": "\xa8", + "uml;": "\xa8", + "uogon;": "\u0173", + "uopf;": "\U0001d566", + "uparrow;": "\u2191", + "updownarrow;": "\u2195", + "upharpoonleft;": "\u21bf", + "upharpoonright;": "\u21be", + "uplus;": "\u228e", + "upsi;": "\u03c5", + "upsih;": "\u03d2", + "upsilon;": "\u03c5", + "upuparrows;": "\u21c8", + "urcorn;": "\u231d", + "urcorner;": "\u231d", + "urcrop;": "\u230e", + "uring;": "\u016f", + "urtri;": "\u25f9", + "uscr;": "\U0001d4ca", + "utdot;": "\u22f0", + "utilde;": "\u0169", + "utri;": "\u25b5", + "utrif;": "\u25b4", + "uuarr;": "\u21c8", + "uuml": "\xfc", + "uuml;": "\xfc", + "uwangle;": "\u29a7", + "vArr;": "\u21d5", + "vBar;": "\u2ae8", + "vBarv;": "\u2ae9", + "vDash;": "\u22a8", + "vangrt;": "\u299c", + "varepsilon;": "\u03f5", + "varkappa;": "\u03f0", + "varnothing;": "\u2205", + "varphi;": "\u03d5", + "varpi;": "\u03d6", + "varpropto;": "\u221d", + "varr;": "\u2195", + "varrho;": "\u03f1", + "varsigma;": "\u03c2", + "varsubsetneq;": "\u228a\ufe00", + "varsubsetneqq;": "\u2acb\ufe00", + "varsupsetneq;": "\u228b\ufe00", + "varsupsetneqq;": "\u2acc\ufe00", + "vartheta;": "\u03d1", + "vartriangleleft;": "\u22b2", + "vartriangleright;": "\u22b3", + "vcy;": "\u0432", + "vdash;": "\u22a2", + "vee;": "\u2228", + "veebar;": "\u22bb", + "veeeq;": "\u225a", + "vellip;": "\u22ee", + "verbar;": "|", + "vert;": "|", + "vfr;": "\U0001d533", + "vltri;": "\u22b2", + "vnsub;": "\u2282\u20d2", + "vnsup;": "\u2283\u20d2", + "vopf;": "\U0001d567", + "vprop;": "\u221d", + "vrtri;": "\u22b3", + "vscr;": "\U0001d4cb", + "vsubnE;": "\u2acb\ufe00", + "vsubne;": "\u228a\ufe00", + "vsupnE;": "\u2acc\ufe00", + "vsupne;": "\u228b\ufe00", + "vzigzag;": "\u299a", + "wcirc;": "\u0175", + "wedbar;": "\u2a5f", + "wedge;": "\u2227", + "wedgeq;": "\u2259", + "weierp;": "\u2118", + "wfr;": "\U0001d534", + "wopf;": "\U0001d568", + "wp;": "\u2118", + "wr;": "\u2240", + "wreath;": "\u2240", + "wscr;": "\U0001d4cc", + "xcap;": "\u22c2", + "xcirc;": "\u25ef", + "xcup;": "\u22c3", + "xdtri;": "\u25bd", + "xfr;": "\U0001d535", + "xhArr;": "\u27fa", + "xharr;": "\u27f7", + "xi;": "\u03be", + "xlArr;": "\u27f8", + "xlarr;": "\u27f5", + "xmap;": "\u27fc", + "xnis;": "\u22fb", + "xodot;": "\u2a00", + "xopf;": "\U0001d569", + "xoplus;": "\u2a01", + "xotime;": "\u2a02", + "xrArr;": "\u27f9", + "xrarr;": "\u27f6", + "xscr;": "\U0001d4cd", + "xsqcup;": "\u2a06", + "xuplus;": "\u2a04", + "xutri;": "\u25b3", + "xvee;": "\u22c1", + "xwedge;": "\u22c0", + "yacute": "\xfd", + "yacute;": "\xfd", + "yacy;": "\u044f", + "ycirc;": "\u0177", + "ycy;": "\u044b", + "yen": "\xa5", + "yen;": "\xa5", + "yfr;": "\U0001d536", + "yicy;": "\u0457", + "yopf;": "\U0001d56a", + "yscr;": "\U0001d4ce", + "yucy;": "\u044e", + "yuml": "\xff", + "yuml;": "\xff", + "zacute;": "\u017a", + "zcaron;": "\u017e", + "zcy;": "\u0437", + "zdot;": "\u017c", + "zeetrf;": "\u2128", + "zeta;": "\u03b6", + "zfr;": "\U0001d537", + "zhcy;": "\u0436", + "zigrarr;": "\u21dd", + "zopf;": "\U0001d56b", + "zscr;": "\U0001d4cf", + "zwj;": "\u200d", + "zwnj;": "\u200c", +} + +replacementCharacters = { + 0x0: "\uFFFD", + 0x0d: "\u000D", + 0x80: "\u20AC", + 0x81: "\u0081", + 0x82: "\u201A", + 0x83: "\u0192", + 0x84: "\u201E", + 0x85: "\u2026", + 0x86: "\u2020", + 0x87: "\u2021", + 0x88: "\u02C6", + 0x89: "\u2030", + 0x8A: "\u0160", + 0x8B: "\u2039", + 0x8C: "\u0152", + 0x8D: "\u008D", + 0x8E: "\u017D", + 0x8F: "\u008F", + 0x90: "\u0090", + 0x91: "\u2018", + 0x92: "\u2019", + 0x93: "\u201C", + 0x94: "\u201D", + 0x95: "\u2022", + 0x96: "\u2013", + 0x97: "\u2014", + 0x98: "\u02DC", + 0x99: "\u2122", + 0x9A: "\u0161", + 0x9B: "\u203A", + 0x9C: "\u0153", + 0x9D: "\u009D", + 0x9E: "\u017E", + 0x9F: "\u0178", +} + +tokenTypes = { + "Doctype": 0, + "Characters": 1, + "SpaceCharacters": 2, + "StartTag": 3, + "EndTag": 4, + "EmptyTag": 5, + "Comment": 6, + "ParseError": 7 +} + +tagTokenTypes = frozenset([tokenTypes["StartTag"], tokenTypes["EndTag"], + tokenTypes["EmptyTag"]]) + + +prefixes = {v: k for k, v in namespaces.items()} +prefixes["http://www.w3.org/1998/Math/MathML"] = "math" + + +class DataLossWarning(UserWarning): + """Raised when the current tree is unable to represent the input data""" + pass + + +class _ReparseException(Exception): + pass diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3fef70ed2e84ed8b3cabe1874eb07c0e5c5c080 GIT binary patch literal 209 zcmYe~<>g`kg6UIVB!cM2AOaaM0yz#qT+9L_QW%06G#UL?G8BP?5yY=D7poZ0ypq(S zyyA?^g5sEPPoJ28qWrAX2KczG$)ehvI&p^xo0EQ7e_5c6? literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a029015a052d05edf3c16d747d373b000c2dfdf GIT binary patch literal 1331 zcmZux&2Jnv6u0MNcXqRBqZTA8aqt1DibRtW98iQ>HGo=Gp`wUNqd^nz*qe3Y8Bc8Q zRvT?j&6OkSwLS7L`O1a<32=e;oP-7mYu>Y;pZ(tNeR%lh=9s{E^Xnh{O-jh`DBK(w z2oHhWQ(%G!s!2;r+9qYvre#WrNJOf$HZOBn6OrjbJ1mE=&c)z@l*M;M3`KE4L?QFz z(d)DviO~zPJ$?`N$aWfT^Qkj>;bpDb-dGFIXfU53jJZ3N+U8@|M^QB~*b-b0X=Z$23&OK|u>{K$T z{9Iagcz9qsd3easFmqtGJKA9{WwZrH@52St_T1uapjQSiH+Q<&4dgb$;g(yv0-nVsn^&i@D_xjvav**!$baYNs(01PC(o+q)*Q>myXrB7H#NR$F6ReA_S&pkKvpefx2&G2Y2~1J4AFFiA=(NSO#)rr4>_k(tP#=6M)=8@--=_UPK{nRM)f+gNC+B}U`^ z(_NS=By{a6V4fV)x6oDZ=sx-R={a4~*lo#@*ylcdP0kaa!5;M6+x#8z1Cjlbz{#yD zIZw~Cb+%5{=^i=#5@tBHN7nQwLdoew5JY+qGA#3U5{eg|TmK_J3dJ{AP+Vn#dk$|Q zh1_fp?Ev7|O<1G@R-GBi75#i mjnNu<7XB+PCM0Gc+W0?rq1d}b`Zc}}hju&q literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..121a7617fa4ae1e4349306d9bed1737359af9ab6 GIT binary patch literal 879 zcmZuv&1&2*5SA>j*G;k{l%9L)p*|#g>ZOztNNEX#P}oDk7=&$Uvr28tmE?t#y=`8h z^cnI>zV_0-LQkEMldbzRpwZ8a=9}-6^4V;UfPMY)J%36G`G%XZg|In=VV{E&M9_-V zG^KTr1~p3=CGUs`1iK}I$#Bcki3k@Ynf!oklCb_TFRZRQC%LLyZCoDwg5J#FzhpMlB86SG!Rq-wMg}ym^_OH&C*%E7jWU z!}&$_-so#tI-8xXa#v`VmBV~2WLxQ*S~f0Q%VwQjs3NmK@3_s&kNK6fS*zMPhnUc2 zzH)W-qEf|t>3g>GBDeCSz3F4lRihl|6YSVip`Q;2W+xA^5}s>kxc-BpBO7u}w{$^F z1TmzBGJ9$XH8GrdeuG0%JSwDcj=}$+`q)3hGD!Bq9>8Ki-Oz3D8+UpoUGCgHbl{=; zu*qxrcLV#J-{*3^KkDJ}j`=QpnMBwxR^hzgMRiz{?L6ND{3ed`Bv+<1WP4?xPu_4j= zP|-7rDj_aC#5a&Q^u$l#2XNdg7y1V(#09>YbsD$oSo7^S^F8K!J6v3>BUnHG^mq7l z0inOtVSbr#xCdK&3V%{)S@NH^8 zLM`VN$fA}}E``S;i${_LQIcm|mM)FPk%+RiY>v{Xn^6|Tkz_oK#Vf32aA_Wgf_0UG z`9eMrt;&GXz8}S)_x#R5dcwL=ct=M&36r7M9fVvk zd1t@9`{mw2`@!9#BTt5XFG^+R4OmFMtmo0JJ4#q8y9T^=wG^(RvkP0S1CZzhUy=e9 zcuFuT01FI?!GCftcR33s6JF?5hSclcY;A|U?}=>0yKLK&12)4wnVquK6A}cIceq&! zk&4oO#ea1I2@gEE=54o3Zi8Li0Z_U@5T%g}g3`T`fQ*=e#l6z5-sd%7{1x#AeExm9 zx7|5NA!exOv^wf8gvOLbtRERobmX14z(Q!vWA~*A} zdm8qc=;Tqp6#$K9d}|<+_>(v~-sR@RQ#rW?@ot3r(!T zqQ)uVhj2D;p-XcLMGWW9sXf6LIHf>$PRRx4U(9j1!0`{QO>DTUgOoKzd+5nG9nv8a zXW~w3g#&M6{^M{w92c(Ex&Si2E2}D*!YSMy*+H~1fub3{R(y03c*aFd^WRW7P;H>t z{54&w7sgizn%AK&T~=Bm{N`?j zT6FaV(R8qCxRLh2`<0odx8kF98x_2?>Dm-4DgD~>_vtPa?=OXM&3l1|&z0}=CgciJ zTfg!La5#lI#SoE=!c;nk8x%n+ec1NhoU=f6W@*Z^oR#h)8FKkJ?3ZR5Cag3S&3B@- zVsiJBT%KvNs;~Q{NkbWy&aBQJpVtRc=9_FdipJ-SZU!Zv%1x!YMcTktU7W8;_Px}V z``MeB@v&$b{03ATZz`|~0A%V|u#N1@}ON3A&f zj`7lh9!f-M6UDFVrs-v)l$MU7!(1pWJv{Ww{zrpQ1j@xg zyBN$I3UushDq;eflxY`AYaGTSrUyU;7U3zbhT95k@ht#^On%E_E+$1Jm zhm(mLcp0FLSFuf+fZJppX!d_DKo?*Gs3u6P17-uR?rhLf-8RU4hwDhRTeccq%1#JN zJqVJFj$(y3f?zlb;~B*X0+`Z4pofOGc+Lwo(71L*jY2gegaXQ7cR`QGcFR%9dm}l5 j>I%5}f8lDvb2WQPbe*L4sV&`|%B;I8#d=(=l7{g=_#ot! literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-39.pyc b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9b19bb012ec9afec8d2bc6618ca9650b3994132 GIT binary patch literal 2627 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 literal 0 HcmV?d00001 diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py new file mode 100644 index 000000000..5ba926e3b --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py @@ -0,0 +1,29 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + +from collections import OrderedDict + + +def _attr_key(attr): + """Return an appropriate key for an attribute for sorting + + Attributes have a namespace that can be either ``None`` or a string. We + can't compare the two because they're different types, so we convert + ``None`` to an empty string first. + + """ + return (attr[0][0] or ''), attr[0][1] + + +class Filter(base.Filter): + """Alphabetizes attributes for elements""" + def __iter__(self): + for token in base.Filter.__iter__(self): + if token["type"] in ("StartTag", "EmptyTag"): + attrs = OrderedDict() + for name, value in sorted(token["data"].items(), + key=_attr_key): + attrs[name] = value + token["data"] = attrs + yield token diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/base.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/base.py new file mode 100644 index 000000000..c7dbaed0f --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/base.py @@ -0,0 +1,12 @@ +from __future__ import absolute_import, division, unicode_literals + + +class Filter(object): + def __init__(self, source): + self.source = source + + def __iter__(self): + return iter(self.source) + + def __getattr__(self, name): + return getattr(self.source, name) diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py new file mode 100644 index 000000000..aefb5c842 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py @@ -0,0 +1,73 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Injects ```` tag into head of document""" + def __init__(self, source, encoding): + """Creates a Filter + + :arg source: the source token stream + + :arg encoding: the encoding to set + + """ + base.Filter.__init__(self, source) + self.encoding = encoding + + def __iter__(self): + state = "pre_head" + meta_found = (self.encoding is None) + pending = [] + + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag": + if token["name"].lower() == "head": + state = "in_head" + + elif type == "EmptyTag": + if token["name"].lower() == "meta": + # replace charset with actual encoding + has_http_equiv_content_type = False + for (namespace, name), value in token["data"].items(): + if namespace is not None: + continue + elif name.lower() == 'charset': + token["data"][(namespace, name)] = self.encoding + meta_found = True + break + elif name == 'http-equiv' and value.lower() == 'content-type': + has_http_equiv_content_type = True + else: + if has_http_equiv_content_type and (None, "content") in token["data"]: + token["data"][(None, "content")] = 'text/html; charset=%s' % self.encoding + meta_found = True + + elif token["name"].lower() == "head" and not meta_found: + # insert meta into empty head + yield {"type": "StartTag", "name": "head", + "data": token["data"]} + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + yield {"type": "EndTag", "name": "head"} + meta_found = True + continue + + elif type == "EndTag": + if token["name"].lower() == "head" and pending: + # insert meta into head (if necessary) and flush pending queue + yield pending.pop(0) + if not meta_found: + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + while pending: + yield pending.pop(0) + meta_found = True + state = "post_head" + + if state == "in_head": + pending.append(token) + else: + yield token diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py new file mode 100644 index 000000000..fcc07eec5 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py @@ -0,0 +1,93 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type + +from . import base +from ..constants import namespaces, voidElements + +from ..constants import spaceCharacters +spaceCharacters = "".join(spaceCharacters) + + +class Filter(base.Filter): + """Lints the token stream for errors + + If it finds any errors, it'll raise an ``AssertionError``. + + """ + def __init__(self, source, require_matching_tags=True): + """Creates a Filter + + :arg source: the source token stream + + :arg require_matching_tags: whether or not to require matching tags + + """ + super(Filter, self).__init__(source) + self.require_matching_tags = require_matching_tags + + def __iter__(self): + open_elements = [] + for token in base.Filter.__iter__(self): + type = token["type"] + if type in ("StartTag", "EmptyTag"): + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(token["data"], dict) + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert type == "EmptyTag" + else: + assert type == "StartTag" + if type == "StartTag" and self.require_matching_tags: + open_elements.append((namespace, name)) + for (namespace, name), value in token["data"].items(): + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(value, text_type) + + elif type == "EndTag": + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert False, "Void element reported as EndTag token: %(tag)s" % {"tag": name} + elif self.require_matching_tags: + start = open_elements.pop() + assert start == (namespace, name) + + elif type == "Comment": + data = token["data"] + assert isinstance(data, text_type) + + elif type in ("Characters", "SpaceCharacters"): + data = token["data"] + assert isinstance(data, text_type) + assert data != "" + if type == "SpaceCharacters": + assert data.strip(spaceCharacters) == "" + + elif type == "Doctype": + name = token["name"] + assert name is None or isinstance(name, text_type) + assert token["publicId"] is None or isinstance(name, text_type) + assert token["systemId"] is None or isinstance(name, text_type) + + elif type == "Entity": + assert isinstance(token["name"], text_type) + + elif type == "SerializerError": + assert isinstance(token["data"], text_type) + + else: + assert False, "Unknown token type: %(type)s" % {"type": type} + + yield token diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py new file mode 100644 index 000000000..4a865012c --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py @@ -0,0 +1,207 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Removes optional tags from the token stream""" + def slider(self): + previous1 = previous2 = None + for token in self.source: + if previous1 is not None: + yield previous2, previous1, token + previous2 = previous1 + previous1 = token + if previous1 is not None: + yield previous2, previous1, None + + def __iter__(self): + for previous, token, next in self.slider(): + type = token["type"] + if type == "StartTag": + if (token["data"] or + not self.is_optional_start(token["name"], previous, next)): + yield token + elif type == "EndTag": + if not self.is_optional_end(token["name"], next): + yield token + else: + yield token + + def is_optional_start(self, tagname, previous, next): + type = next and next["type"] or None + if tagname in 'html': + # An html element's start tag may be omitted if the first thing + # inside the html element is not a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname == 'head': + # A head element's start tag may be omitted if the first thing + # inside the head element is an element. + # XXX: we also omit the start tag if the head element is empty + if type in ("StartTag", "EmptyTag"): + return True + elif type == "EndTag": + return next["name"] == "head" + elif tagname == 'body': + # A body element's start tag may be omitted if the first thing + # inside the body element is not a space character or a comment, + # except if the first thing inside the body element is a script + # or style element and the node immediately preceding the body + # element is a head element whose end tag has been omitted. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we do not look at the preceding event, so we never omit + # the body element's start tag if it's followed by a script or + # a style element. + return next["name"] not in ('script', 'style') + else: + return True + elif tagname == 'colgroup': + # A colgroup element's start tag may be omitted if the first thing + # inside the colgroup element is a col element, and if the element + # is not immediately preceded by another colgroup element whose + # end tag has been omitted. + if type in ("StartTag", "EmptyTag"): + # XXX: we do not look at the preceding event, so instead we never + # omit the colgroup element's end tag when it is immediately + # followed by another colgroup element. See is_optional_end. + return next["name"] == "col" + else: + return False + elif tagname == 'tbody': + # A tbody element's start tag may be omitted if the first thing + # inside the tbody element is a tr element, and if the element is + # not immediately preceded by a tbody, thead, or tfoot element + # whose end tag has been omitted. + if type == "StartTag": + # omit the thead and tfoot elements' end tag when they are + # immediately followed by a tbody element. See is_optional_end. + if previous and previous['type'] == 'EndTag' and \ + previous['name'] in ('tbody', 'thead', 'tfoot'): + return False + return next["name"] == 'tr' + else: + return False + return False + + def is_optional_end(self, tagname, next): + type = next and next["type"] or None + if tagname in ('html', 'head', 'body'): + # An html element's end tag may be omitted if the html element + # is not immediately followed by a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname in ('li', 'optgroup', 'tr'): + # A li element's end tag may be omitted if the li element is + # immediately followed by another li element or if there is + # no more content in the parent element. + # An optgroup element's end tag may be omitted if the optgroup + # element is immediately followed by another optgroup element, + # or if there is no more content in the parent element. + # A tr element's end tag may be omitted if the tr element is + # immediately followed by another tr element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] == tagname + else: + return type == "EndTag" or type is None + elif tagname in ('dt', 'dd'): + # A dt element's end tag may be omitted if the dt element is + # immediately followed by another dt element or a dd element. + # A dd element's end tag may be omitted if the dd element is + # immediately followed by another dd element or a dt element, + # or if there is no more content in the parent element. + if type == "StartTag": + return next["name"] in ('dt', 'dd') + elif tagname == 'dd': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'p': + # A p element's end tag may be omitted if the p element is + # immediately followed by an address, article, aside, + # blockquote, datagrid, dialog, dir, div, dl, fieldset, + # footer, form, h1, h2, h3, h4, h5, h6, header, hr, menu, + # nav, ol, p, pre, section, table, or ul, element, or if + # there is no more content in the parent element. + if type in ("StartTag", "EmptyTag"): + return next["name"] in ('address', 'article', 'aside', + 'blockquote', 'datagrid', 'dialog', + 'dir', 'div', 'dl', 'fieldset', 'footer', + 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', + 'header', 'hr', 'menu', 'nav', 'ol', + 'p', 'pre', 'section', 'table', 'ul') + else: + return type == "EndTag" or type is None + elif tagname == 'option': + # An option element's end tag may be omitted if the option + # element is immediately followed by another option element, + # or if it is immediately followed by an optgroup + # element, or if there is no more content in the parent + # element. + if type == "StartTag": + return next["name"] in ('option', 'optgroup') + else: + return type == "EndTag" or type is None + elif tagname in ('rt', 'rp'): + # An rt element's end tag may be omitted if the rt element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + # An rp element's end tag may be omitted if the rp element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('rt', 'rp') + else: + return type == "EndTag" or type is None + elif tagname == 'colgroup': + # A colgroup element's end tag may be omitted if the colgroup + # element is not immediately followed by a space character or + # a comment. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we also look for an immediately following colgroup + # element. See is_optional_start. + return next["name"] != 'colgroup' + else: + return True + elif tagname in ('thead', 'tbody'): + # A thead element's end tag may be omitted if the thead element + # is immediately followed by a tbody or tfoot element. + # A tbody element's end tag may be omitted if the tbody element + # is immediately followed by a tbody or tfoot element, or if + # there is no more content in the parent element. + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] in ['tbody', 'tfoot'] + elif tagname == 'tbody': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'tfoot': + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] == 'tbody' + else: + return type == "EndTag" or type is None + elif tagname in ('td', 'th'): + # A td element's end tag may be omitted if the td element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + # A th element's end tag may be omitted if the th element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('td', 'th') + else: + return type == "EndTag" or type is None + return False diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py new file mode 100644 index 000000000..aa7431d13 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py @@ -0,0 +1,916 @@ +"""Deprecated from html5lib 1.1. + +See `here `_ for +information about its deprecation; `Bleach `_ +is recommended as a replacement. Please let us know in the aforementioned issue +if Bleach is unsuitable for your needs. + +""" +from __future__ import absolute_import, division, unicode_literals + +import re +import warnings +from xml.sax.saxutils import escape, unescape + +from pip._vendor.six.moves import urllib_parse as urlparse + +from . import base +from ..constants import namespaces, prefixes + +__all__ = ["Filter"] + + +_deprecation_msg = ( + "html5lib's sanitizer is deprecated; see " + + "https://github.com/html5lib/html5lib-python/issues/443 and please let " + + "us know if Bleach is unsuitable for your needs" +) + +warnings.warn(_deprecation_msg, DeprecationWarning) + +allowed_elements = frozenset(( + (namespaces['html'], 'a'), + (namespaces['html'], 'abbr'), + (namespaces['html'], 'acronym'), + (namespaces['html'], 'address'), + (namespaces['html'], 'area'), + (namespaces['html'], 'article'), + (namespaces['html'], 'aside'), + (namespaces['html'], 'audio'), + (namespaces['html'], 'b'), + (namespaces['html'], 'big'), + (namespaces['html'], 'blockquote'), + (namespaces['html'], 'br'), + (namespaces['html'], 'button'), + (namespaces['html'], 'canvas'), + (namespaces['html'], 'caption'), + (namespaces['html'], 'center'), + (namespaces['html'], 'cite'), + (namespaces['html'], 'code'), + (namespaces['html'], 'col'), + (namespaces['html'], 'colgroup'), + (namespaces['html'], 'command'), + (namespaces['html'], 'datagrid'), + (namespaces['html'], 'datalist'), + (namespaces['html'], 'dd'), + (namespaces['html'], 'del'), + (namespaces['html'], 'details'), + (namespaces['html'], 'dfn'), + (namespaces['html'], 'dialog'), + (namespaces['html'], 'dir'), + (namespaces['html'], 'div'), + (namespaces['html'], 'dl'), + (namespaces['html'], 'dt'), + (namespaces['html'], 'em'), + (namespaces['html'], 'event-source'), + (namespaces['html'], 'fieldset'), + (namespaces['html'], 'figcaption'), + (namespaces['html'], 'figure'), + (namespaces['html'], 'footer'), + (namespaces['html'], 'font'), + (namespaces['html'], 'form'), + (namespaces['html'], 'header'), + (namespaces['html'], 'h1'), + (namespaces['html'], 'h2'), + (namespaces['html'], 'h3'), + (namespaces['html'], 'h4'), + (namespaces['html'], 'h5'), + (namespaces['html'], 'h6'), + (namespaces['html'], 'hr'), + (namespaces['html'], 'i'), + (namespaces['html'], 'img'), + (namespaces['html'], 'input'), + (namespaces['html'], 'ins'), + (namespaces['html'], 'keygen'), + (namespaces['html'], 'kbd'), + (namespaces['html'], 'label'), + (namespaces['html'], 'legend'), + (namespaces['html'], 'li'), + (namespaces['html'], 'm'), + (namespaces['html'], 'map'), + (namespaces['html'], 'menu'), + (namespaces['html'], 'meter'), + (namespaces['html'], 'multicol'), + (namespaces['html'], 'nav'), + (namespaces['html'], 'nextid'), + (namespaces['html'], 'ol'), + (namespaces['html'], 'output'), + (namespaces['html'], 'optgroup'), + (namespaces['html'], 'option'), + (namespaces['html'], 'p'), + (namespaces['html'], 'pre'), + (namespaces['html'], 'progress'), + (namespaces['html'], 'q'), + (namespaces['html'], 's'), + (namespaces['html'], 'samp'), + (namespaces['html'], 'section'), + (namespaces['html'], 'select'), + (namespaces['html'], 'small'), + (namespaces['html'], 'sound'), + (namespaces['html'], 'source'), + (namespaces['html'], 'spacer'), + (namespaces['html'], 'span'), + (namespaces['html'], 'strike'), + (namespaces['html'], 'strong'), + (namespaces['html'], 'sub'), + (namespaces['html'], 'sup'), + (namespaces['html'], 'table'), + (namespaces['html'], 'tbody'), + (namespaces['html'], 'td'), + (namespaces['html'], 'textarea'), + (namespaces['html'], 'time'), + (namespaces['html'], 'tfoot'), + (namespaces['html'], 'th'), + (namespaces['html'], 'thead'), + (namespaces['html'], 'tr'), + (namespaces['html'], 'tt'), + (namespaces['html'], 'u'), + (namespaces['html'], 'ul'), + (namespaces['html'], 'var'), + (namespaces['html'], 'video'), + (namespaces['mathml'], 'maction'), + (namespaces['mathml'], 'math'), + (namespaces['mathml'], 'merror'), + (namespaces['mathml'], 'mfrac'), + (namespaces['mathml'], 'mi'), + (namespaces['mathml'], 'mmultiscripts'), + (namespaces['mathml'], 'mn'), + (namespaces['mathml'], 'mo'), + (namespaces['mathml'], 'mover'), + (namespaces['mathml'], 'mpadded'), + (namespaces['mathml'], 'mphantom'), + (namespaces['mathml'], 'mprescripts'), + (namespaces['mathml'], 'mroot'), + (namespaces['mathml'], 'mrow'), + (namespaces['mathml'], 'mspace'), + (namespaces['mathml'], 'msqrt'), + (namespaces['mathml'], 'mstyle'), + (namespaces['mathml'], 'msub'), + (namespaces['mathml'], 'msubsup'), + (namespaces['mathml'], 'msup'), + (namespaces['mathml'], 'mtable'), + (namespaces['mathml'], 'mtd'), + (namespaces['mathml'], 'mtext'), + (namespaces['mathml'], 'mtr'), + (namespaces['mathml'], 'munder'), + (namespaces['mathml'], 'munderover'), + (namespaces['mathml'], 'none'), + (namespaces['svg'], 'a'), + (namespaces['svg'], 'animate'), + (namespaces['svg'], 'animateColor'), + (namespaces['svg'], 'animateMotion'), + (namespaces['svg'], 'animateTransform'), + (namespaces['svg'], 'clipPath'), + (namespaces['svg'], 'circle'), + (namespaces['svg'], 'defs'), + (namespaces['svg'], 'desc'), + (namespaces['svg'], 'ellipse'), + (namespaces['svg'], 'font-face'), + (namespaces['svg'], 'font-face-name'), + (namespaces['svg'], 'font-face-src'), + (namespaces['svg'], 'g'), + (namespaces['svg'], 'glyph'), + (namespaces['svg'], 'hkern'), + (namespaces['svg'], 'linearGradient'), + (namespaces['svg'], 'line'), + (namespaces['svg'], 'marker'), + (namespaces['svg'], 'metadata'), + (namespaces['svg'], 'missing-glyph'), + (namespaces['svg'], 'mpath'), + (namespaces['svg'], 'path'), + (namespaces['svg'], 'polygon'), + (namespaces['svg'], 'polyline'), + (namespaces['svg'], 'radialGradient'), + (namespaces['svg'], 'rect'), + (namespaces['svg'], 'set'), + (namespaces['svg'], 'stop'), + (namespaces['svg'], 'svg'), + (namespaces['svg'], 'switch'), + (namespaces['svg'], 'text'), + (namespaces['svg'], 'title'), + (namespaces['svg'], 'tspan'), + (namespaces['svg'], 'use'), +)) + +allowed_attributes = frozenset(( + # HTML attributes + (None, 'abbr'), + (None, 'accept'), + (None, 'accept-charset'), + (None, 'accesskey'), + (None, 'action'), + (None, 'align'), + (None, 'alt'), + (None, 'autocomplete'), + (None, 'autofocus'), + (None, 'axis'), + (None, 'background'), + (None, 'balance'), + (None, 'bgcolor'), + (None, 'bgproperties'), + (None, 'border'), + (None, 'bordercolor'), + (None, 'bordercolordark'), + (None, 'bordercolorlight'), + (None, 'bottompadding'), + (None, 'cellpadding'), + (None, 'cellspacing'), + (None, 'ch'), + (None, 'challenge'), + (None, 'char'), + (None, 'charoff'), + (None, 'choff'), + (None, 'charset'), + (None, 'checked'), + (None, 'cite'), + (None, 'class'), + (None, 'clear'), + (None, 'color'), + (None, 'cols'), + (None, 'colspan'), + (None, 'compact'), + (None, 'contenteditable'), + (None, 'controls'), + (None, 'coords'), + (None, 'data'), + (None, 'datafld'), + (None, 'datapagesize'), + (None, 'datasrc'), + (None, 'datetime'), + (None, 'default'), + (None, 'delay'), + (None, 'dir'), + (None, 'disabled'), + (None, 'draggable'), + (None, 'dynsrc'), + (None, 'enctype'), + (None, 'end'), + (None, 'face'), + (None, 'for'), + (None, 'form'), + (None, 'frame'), + (None, 'galleryimg'), + (None, 'gutter'), + (None, 'headers'), + (None, 'height'), + (None, 'hidefocus'), + (None, 'hidden'), + (None, 'high'), + (None, 'href'), + (None, 'hreflang'), + (None, 'hspace'), + (None, 'icon'), + (None, 'id'), + (None, 'inputmode'), + (None, 'ismap'), + (None, 'keytype'), + (None, 'label'), + (None, 'leftspacing'), + (None, 'lang'), + (None, 'list'), + (None, 'longdesc'), + (None, 'loop'), + (None, 'loopcount'), + (None, 'loopend'), + (None, 'loopstart'), + (None, 'low'), + (None, 'lowsrc'), + (None, 'max'), + (None, 'maxlength'), + (None, 'media'), + (None, 'method'), + (None, 'min'), + (None, 'multiple'), + (None, 'name'), + (None, 'nohref'), + (None, 'noshade'), + (None, 'nowrap'), + (None, 'open'), + (None, 'optimum'), + (None, 'pattern'), + (None, 'ping'), + (None, 'point-size'), + (None, 'poster'), + (None, 'pqg'), + (None, 'preload'), + (None, 'prompt'), + (None, 'radiogroup'), + (None, 'readonly'), + (None, 'rel'), + (None, 'repeat-max'), + (None, 'repeat-min'), + (None, 'replace'), + (None, 'required'), + (None, 'rev'), + (None, 'rightspacing'), + (None, 'rows'), + (None, 'rowspan'), + (None, 'rules'), + (None, 'scope'), + (None, 'selected'), + (None, 'shape'), + (None, 'size'), + (None, 'span'), + (None, 'src'), + (None, 'start'), + (None, 'step'), + (None, 'style'), + (None, 'summary'), + (None, 'suppress'), + (None, 'tabindex'), + (None, 'target'), + (None, 'template'), + (None, 'title'), + (None, 'toppadding'), + (None, 'type'), + (None, 'unselectable'), + (None, 'usemap'), + (None, 'urn'), + (None, 'valign'), + (None, 'value'), + (None, 'variable'), + (None, 'volume'), + (None, 'vspace'), + (None, 'vrml'), + (None, 'width'), + (None, 'wrap'), + (namespaces['xml'], 'lang'), + # MathML attributes + (None, 'actiontype'), + (None, 'align'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnlines'), + (None, 'columnspacing'), + (None, 'columnspan'), + (None, 'depth'), + (None, 'display'), + (None, 'displaystyle'), + (None, 'equalcolumns'), + (None, 'equalrows'), + (None, 'fence'), + (None, 'fontstyle'), + (None, 'fontweight'), + (None, 'frame'), + (None, 'height'), + (None, 'linethickness'), + (None, 'lspace'), + (None, 'mathbackground'), + (None, 'mathcolor'), + (None, 'mathvariant'), + (None, 'mathvariant'), + (None, 'maxsize'), + (None, 'minsize'), + (None, 'other'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowlines'), + (None, 'rowspacing'), + (None, 'rowspan'), + (None, 'rspace'), + (None, 'scriptlevel'), + (None, 'selection'), + (None, 'separator'), + (None, 'stretchy'), + (None, 'width'), + (None, 'width'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'type'), + # SVG attributes + (None, 'accent-height'), + (None, 'accumulate'), + (None, 'additive'), + (None, 'alphabetic'), + (None, 'arabic-form'), + (None, 'ascent'), + (None, 'attributeName'), + (None, 'attributeType'), + (None, 'baseProfile'), + (None, 'bbox'), + (None, 'begin'), + (None, 'by'), + (None, 'calcMode'), + (None, 'cap-height'), + (None, 'class'), + (None, 'clip-path'), + (None, 'color'), + (None, 'color-rendering'), + (None, 'content'), + (None, 'cx'), + (None, 'cy'), + (None, 'd'), + (None, 'dx'), + (None, 'dy'), + (None, 'descent'), + (None, 'display'), + (None, 'dur'), + (None, 'end'), + (None, 'fill'), + (None, 'fill-opacity'), + (None, 'fill-rule'), + (None, 'font-family'), + (None, 'font-size'), + (None, 'font-stretch'), + (None, 'font-style'), + (None, 'font-variant'), + (None, 'font-weight'), + (None, 'from'), + (None, 'fx'), + (None, 'fy'), + (None, 'g1'), + (None, 'g2'), + (None, 'glyph-name'), + (None, 'gradientUnits'), + (None, 'hanging'), + (None, 'height'), + (None, 'horiz-adv-x'), + (None, 'horiz-origin-x'), + (None, 'id'), + (None, 'ideographic'), + (None, 'k'), + (None, 'keyPoints'), + (None, 'keySplines'), + (None, 'keyTimes'), + (None, 'lang'), + (None, 'marker-end'), + (None, 'marker-mid'), + (None, 'marker-start'), + (None, 'markerHeight'), + (None, 'markerUnits'), + (None, 'markerWidth'), + (None, 'mathematical'), + (None, 'max'), + (None, 'min'), + (None, 'name'), + (None, 'offset'), + (None, 'opacity'), + (None, 'orient'), + (None, 'origin'), + (None, 'overline-position'), + (None, 'overline-thickness'), + (None, 'panose-1'), + (None, 'path'), + (None, 'pathLength'), + (None, 'points'), + (None, 'preserveAspectRatio'), + (None, 'r'), + (None, 'refX'), + (None, 'refY'), + (None, 'repeatCount'), + (None, 'repeatDur'), + (None, 'requiredExtensions'), + (None, 'requiredFeatures'), + (None, 'restart'), + (None, 'rotate'), + (None, 'rx'), + (None, 'ry'), + (None, 'slope'), + (None, 'stemh'), + (None, 'stemv'), + (None, 'stop-color'), + (None, 'stop-opacity'), + (None, 'strikethrough-position'), + (None, 'strikethrough-thickness'), + (None, 'stroke'), + (None, 'stroke-dasharray'), + (None, 'stroke-dashoffset'), + (None, 'stroke-linecap'), + (None, 'stroke-linejoin'), + (None, 'stroke-miterlimit'), + (None, 'stroke-opacity'), + (None, 'stroke-width'), + (None, 'systemLanguage'), + (None, 'target'), + (None, 'text-anchor'), + (None, 'to'), + (None, 'transform'), + (None, 'type'), + (None, 'u1'), + (None, 'u2'), + (None, 'underline-position'), + (None, 'underline-thickness'), + (None, 'unicode'), + (None, 'unicode-range'), + (None, 'units-per-em'), + (None, 'values'), + (None, 'version'), + (None, 'viewBox'), + (None, 'visibility'), + (None, 'width'), + (None, 'widths'), + (None, 'x'), + (None, 'x-height'), + (None, 'x1'), + (None, 'x2'), + (namespaces['xlink'], 'actuate'), + (namespaces['xlink'], 'arcrole'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'role'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'title'), + (namespaces['xlink'], 'type'), + (namespaces['xml'], 'base'), + (namespaces['xml'], 'lang'), + (namespaces['xml'], 'space'), + (None, 'y'), + (None, 'y1'), + (None, 'y2'), + (None, 'zoomAndPan'), +)) + +attr_val_is_uri = frozenset(( + (None, 'href'), + (None, 'src'), + (None, 'cite'), + (None, 'action'), + (None, 'longdesc'), + (None, 'poster'), + (None, 'background'), + (None, 'datasrc'), + (None, 'dynsrc'), + (None, 'lowsrc'), + (None, 'ping'), + (namespaces['xlink'], 'href'), + (namespaces['xml'], 'base'), +)) + +svg_attr_val_allows_ref = frozenset(( + (None, 'clip-path'), + (None, 'color-profile'), + (None, 'cursor'), + (None, 'fill'), + (None, 'filter'), + (None, 'marker'), + (None, 'marker-start'), + (None, 'marker-mid'), + (None, 'marker-end'), + (None, 'mask'), + (None, 'stroke'), +)) + +svg_allow_local_href = frozenset(( + (None, 'altGlyph'), + (None, 'animate'), + (None, 'animateColor'), + (None, 'animateMotion'), + (None, 'animateTransform'), + (None, 'cursor'), + (None, 'feImage'), + (None, 'filter'), + (None, 'linearGradient'), + (None, 'pattern'), + (None, 'radialGradient'), + (None, 'textpath'), + (None, 'tref'), + (None, 'set'), + (None, 'use') +)) + +allowed_css_properties = frozenset(( + 'azimuth', + 'background-color', + 'border-bottom-color', + 'border-collapse', + 'border-color', + 'border-left-color', + 'border-right-color', + 'border-top-color', + 'clear', + 'color', + 'cursor', + 'direction', + 'display', + 'elevation', + 'float', + 'font', + 'font-family', + 'font-size', + 'font-style', + 'font-variant', + 'font-weight', + 'height', + 'letter-spacing', + 'line-height', + 'overflow', + 'pause', + 'pause-after', + 'pause-before', + 'pitch', + 'pitch-range', + 'richness', + 'speak', + 'speak-header', + 'speak-numeral', + 'speak-punctuation', + 'speech-rate', + 'stress', + 'text-align', + 'text-decoration', + 'text-indent', + 'unicode-bidi', + 'vertical-align', + 'voice-family', + 'volume', + 'white-space', + 'width', +)) + +allowed_css_keywords = frozenset(( + 'auto', + 'aqua', + 'black', + 'block', + 'blue', + 'bold', + 'both', + 'bottom', + 'brown', + 'center', + 'collapse', + 'dashed', + 'dotted', + 'fuchsia', + 'gray', + 'green', + '!important', + 'italic', + 'left', + 'lime', + 'maroon', + 'medium', + 'none', + 'navy', + 'normal', + 'nowrap', + 'olive', + 'pointer', + 'purple', + 'red', + 'right', + 'solid', + 'silver', + 'teal', + 'top', + 'transparent', + 'underline', + 'white', + 'yellow', +)) + +allowed_svg_properties = frozenset(( + 'fill', + 'fill-opacity', + 'fill-rule', + 'stroke', + 'stroke-width', + 'stroke-linecap', + 'stroke-linejoin', + 'stroke-opacity', +)) + +allowed_protocols = frozenset(( + 'ed2k', + 'ftp', + 'http', + 'https', + 'irc', + 'mailto', + 'news', + 'gopher', + 'nntp', + 'telnet', + 'webcal', + 'xmpp', + 'callto', + 'feed', + 'urn', + 'aim', + 'rsync', + 'tag', + 'ssh', + 'sftp', + 'rtsp', + 'afs', + 'data', +)) + +allowed_content_types = frozenset(( + 'image/png', + 'image/jpeg', + 'image/gif', + 'image/webp', + 'image/bmp', + 'text/plain', +)) + + +data_content_type = re.compile(r''' + ^ + # Match a content type / + (?P[-a-zA-Z0-9.]+/[-a-zA-Z0-9.]+) + # Match any character set and encoding + (?:(?:;charset=(?:[-a-zA-Z0-9]+)(?:;(?:base64))?) + |(?:;(?:base64))?(?:;charset=(?:[-a-zA-Z0-9]+))?) + # Assume the rest is data + ,.* + $ + ''', + re.VERBOSE) + + +class Filter(base.Filter): + """Sanitizes token stream of XHTML+MathML+SVG and of inline style attributes""" + def __init__(self, + source, + allowed_elements=allowed_elements, + allowed_attributes=allowed_attributes, + allowed_css_properties=allowed_css_properties, + allowed_css_keywords=allowed_css_keywords, + allowed_svg_properties=allowed_svg_properties, + allowed_protocols=allowed_protocols, + allowed_content_types=allowed_content_types, + attr_val_is_uri=attr_val_is_uri, + svg_attr_val_allows_ref=svg_attr_val_allows_ref, + svg_allow_local_href=svg_allow_local_href): + """Creates a Filter + + :arg allowed_elements: set of elements to allow--everything else will + be escaped + + :arg allowed_attributes: set of attributes to allow in + elements--everything else will be stripped + + :arg allowed_css_properties: set of CSS properties to allow--everything + else will be stripped + + :arg allowed_css_keywords: set of CSS keywords to allow--everything + else will be stripped + + :arg allowed_svg_properties: set of SVG properties to allow--everything + else will be removed + + :arg allowed_protocols: set of allowed protocols for URIs + + :arg allowed_content_types: set of allowed content types for ``data`` URIs. + + :arg attr_val_is_uri: set of attributes that have URI values--values + that have a scheme not listed in ``allowed_protocols`` are removed + + :arg svg_attr_val_allows_ref: set of SVG attributes that can have + references + + :arg svg_allow_local_href: set of SVG elements that can have local + hrefs--these are removed + + """ + super(Filter, self).__init__(source) + + warnings.warn(_deprecation_msg, DeprecationWarning) + + self.allowed_elements = allowed_elements + self.allowed_attributes = allowed_attributes + self.allowed_css_properties = allowed_css_properties + self.allowed_css_keywords = allowed_css_keywords + self.allowed_svg_properties = allowed_svg_properties + self.allowed_protocols = allowed_protocols + self.allowed_content_types = allowed_content_types + self.attr_val_is_uri = attr_val_is_uri + self.svg_attr_val_allows_ref = svg_attr_val_allows_ref + self.svg_allow_local_href = svg_allow_local_href + + def __iter__(self): + for token in base.Filter.__iter__(self): + token = self.sanitize_token(token) + if token: + yield token + + # Sanitize the +html+, escaping all elements not in ALLOWED_ELEMENTS, and + # stripping out all attributes not in ALLOWED_ATTRIBUTES. Style attributes + # are parsed, and a restricted set, specified by ALLOWED_CSS_PROPERTIES and + # ALLOWED_CSS_KEYWORDS, are allowed through. attributes in ATTR_VAL_IS_URI + # are scanned, and only URI schemes specified in ALLOWED_PROTOCOLS are + # allowed. + # + # sanitize_html('') + # => <script> do_nasty_stuff() </script> + # sanitize_html('Click here for $100') + # => Click here for $100 + def sanitize_token(self, token): + + # accommodate filters which use token_type differently + token_type = token["type"] + if token_type in ("StartTag", "EndTag", "EmptyTag"): + name = token["name"] + namespace = token["namespace"] + if ((namespace, name) in self.allowed_elements or + (namespace is None and + (namespaces["html"], name) in self.allowed_elements)): + return self.allowed_token(token) + else: + return self.disallowed_token(token) + elif token_type == "Comment": + pass + else: + return token + + def allowed_token(self, token): + if "data" in token: + attrs = token["data"] + attr_names = set(attrs.keys()) + + # Remove forbidden attributes + for to_remove in (attr_names - self.allowed_attributes): + del token["data"][to_remove] + attr_names.remove(to_remove) + + # Remove attributes with disallowed URL values + for attr in (attr_names & self.attr_val_is_uri): + assert attr in attrs + # I don't have a clue where this regexp comes from or why it matches those + # characters, nor why we call unescape. I just know it's always been here. + # Should you be worried by this comment in a sanitizer? Yes. On the other hand, all + # this will do is remove *more* than it otherwise would. + val_unescaped = re.sub("[`\x00-\x20\x7f-\xa0\\s]+", '', + unescape(attrs[attr])).lower() + # remove replacement characters from unescaped characters + val_unescaped = val_unescaped.replace("\ufffd", "") + try: + uri = urlparse.urlparse(val_unescaped) + except ValueError: + uri = None + del attrs[attr] + if uri and uri.scheme: + if uri.scheme not in self.allowed_protocols: + del attrs[attr] + if uri.scheme == 'data': + m = data_content_type.match(uri.path) + if not m: + del attrs[attr] + elif m.group('content_type') not in self.allowed_content_types: + del attrs[attr] + + for attr in self.svg_attr_val_allows_ref: + if attr in attrs: + attrs[attr] = re.sub(r'url\s*\(\s*[^#\s][^)]+?\)', + ' ', + unescape(attrs[attr])) + if (token["name"] in self.svg_allow_local_href and + (namespaces['xlink'], 'href') in attrs and re.search(r'^\s*[^#\s].*', + attrs[(namespaces['xlink'], 'href')])): + del attrs[(namespaces['xlink'], 'href')] + if (None, 'style') in attrs: + attrs[(None, 'style')] = self.sanitize_css(attrs[(None, 'style')]) + token["data"] = attrs + return token + + def disallowed_token(self, token): + token_type = token["type"] + if token_type == "EndTag": + token["data"] = "" % token["name"] + elif token["data"]: + assert token_type in ("StartTag", "EmptyTag") + attrs = [] + for (ns, name), v in token["data"].items(): + attrs.append(' %s="%s"' % (name if ns is None else "%s:%s" % (prefixes[ns], name), escape(v))) + token["data"] = "<%s%s>" % (token["name"], ''.join(attrs)) + else: + token["data"] = "<%s>" % token["name"] + if token.get("selfClosing"): + token["data"] = token["data"][:-1] + "/>" + + token["type"] = "Characters" + + del token["name"] + return token + + def sanitize_css(self, style): + # disallow urls + style = re.compile(r'url\s*\(\s*[^\s)]+?\s*\)\s*').sub(' ', style) + + # gauntlet + if not re.match(r"""^([:,;#%.\sa-zA-Z0-9!]|\w-\w|'[\s\w]+'|"[\s\w]+"|\([\d,\s]+\))*$""", style): + return '' + if not re.match(r"^\s*([-\w]+\s*:[^:;]*(;\s*|$))*$", style): + return '' + + clean = [] + for prop, value in re.findall(r"([-\w]+)\s*:\s*([^:;]*)", style): + if not value: + continue + if prop.lower() in self.allowed_css_properties: + clean.append(prop + ': ' + value + ';') + elif prop.split('-')[0].lower() in ['background', 'border', 'margin', + 'padding']: + for keyword in value.split(): + if keyword not in self.allowed_css_keywords and \ + not re.match(r"^(#[0-9a-fA-F]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$", keyword): # noqa + break + else: + clean.append(prop + ': ' + value + ';') + elif prop.lower() in self.allowed_svg_properties: + clean.append(prop + ': ' + value + ';') + + return ' '.join(clean) diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py new file mode 100644 index 000000000..0d12584b4 --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py @@ -0,0 +1,38 @@ +from __future__ import absolute_import, division, unicode_literals + +import re + +from . import base +from ..constants import rcdataElements, spaceCharacters +spaceCharacters = "".join(spaceCharacters) + +SPACES_REGEX = re.compile("[%s]+" % spaceCharacters) + + +class Filter(base.Filter): + """Collapses whitespace except in pre, textarea, and script elements""" + spacePreserveElements = frozenset(["pre", "textarea"] + list(rcdataElements)) + + def __iter__(self): + preserve = 0 + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag" \ + and (preserve or token["name"] in self.spacePreserveElements): + preserve += 1 + + elif type == "EndTag" and preserve: + preserve -= 1 + + elif not preserve and type == "SpaceCharacters" and token["data"]: + # Test on token["data"] above to not introduce spaces where there were not + token["data"] = " " + + elif not preserve and type == "Characters": + token["data"] = collapse_spaces(token["data"]) + + yield token + + +def collapse_spaces(text): + return SPACES_REGEX.sub(' ', text) diff --git a/venv/Lib/site-packages/pip/_vendor/html5lib/html5parser.py b/venv/Lib/site-packages/pip/_vendor/html5lib/html5parser.py new file mode 100644 index 000000000..d06784f3d --- /dev/null +++ b/venv/Lib/site-packages/pip/_vendor/html5lib/html5parser.py @@ -0,0 +1,2795 @@ +from __future__ import absolute_import, division, unicode_literals +from pip._vendor.six import with_metaclass, viewkeys + +import types + +from . import _inputstream +from . import _tokenizer + +from . import treebuilders +from .treebuilders.base import Marker + +from . import _utils +from .constants import ( + spaceCharacters, asciiUpper2Lower, + specialElements, headingElements, cdataElements, rcdataElements, + tokenTypes, tagTokenTypes, + namespaces, + htmlIntegrationPointElements, mathmlTextIntegrationPointElements, + adjustForeignAttributes as adjustForeignAttributesMap, + adjustMathMLAttributes, adjustSVGAttributes, + E, + _ReparseException +) + + +def parse(doc, treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML document as a string or file-like object into a tree + + :arg doc: the document to parse as a string or file-like object + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import parse + >>> parse('